José Pedro
|
e6e8907643
|
Changed IScreenImpl.AllScreens return type so that it's not array.
|
7 years ago |
Nikita Tsukanov
|
bbfed1c3a5
|
Refactored platform options
|
7 years ago |
Dan Walmsley
|
a88c1473da
|
[OSX/Avalonia.Native] fix NRE in double dispose of ScreenImpl
|
7 years ago |
Steven Kirk
|
4ec2b1c554
|
Use PixelPoint and PixelRect for device points/rects.
The affected members are:
- `IWindowBaseImpl.Position`
- `IWindowBaseImpl.PositionChanged`
- `ITopLevelImpl.PointToClient`
- `ITopLevelImpl.PointToScreen`
- `IMouseDevice.Position`
- `Screen.Bounds`
- `Screen.WorkingArea`
|
7 years ago |
Jeffrey Ye
|
3744da1302
|
#2061 dont dispose util loop exit
|
8 years ago |
Nikita Tsukanov
|
8fec3bb113
|
EGL refactoring and locks
|
8 years ago |
Nikita Tsukanov
|
148ba00115
|
Fixed OSX locks
|
8 years ago |
Nikita Tsukanov
|
06dd72e9c8
|
Enforce DeferredRenderer to produce a frame when requested by OS
|
8 years ago |
Nikita Tsukanov
|
986d2e4d84
|
[OSX] Parent-modal dialogs
|
8 years ago |
Nikita Tsukanov
|
5cd7c1f6f4
|
Reworked dialogs for GTK/Win32
|
8 years ago |
Dan Walmsley
|
d06ed4a7db
|
[OSX] correctly use UTF8 encoded text for passing strings.
SetTitle on Window, SetText on Clipboard.
|
8 years ago |
Dan Walmsley
|
f6d080feec
|
[OSX] fix pasting from clipboard
|
8 years ago |
Dan Walmsley
|
779cdec093
|
initial work to fixing clipboard text encoding issues.
|
8 years ago |
Nikita Tsukanov
|
fd192cf3c2
|
Fixed Rider support for Avalonia.Native project
|
8 years ago |
Dan Walmsley
|
6a537bea11
|
fix keyboard input on osx.
|
8 years ago |
Dan Walmsley
|
43f6eb52ea
|
pixel size api impl updated.
|
8 years ago |
Dan Walmsley
|
f2d126b9d2
|
update avalonia.native to use PixelSize.
|
8 years ago |
Jeremy Koritzinsky
|
054909de78
|
Remove duplicate content block.
|
8 years ago |
Jeremy Koritzinsky
|
2b1700933f
|
Clean up project files messed up in the rebase.
|
8 years ago |
Jeremy Koritzinsky
|
74bbbbbec4
|
Move Xcode files around.
|
8 years ago |
Jeremy Koritzinsky
|
dd91372b82
|
Clean up Avalonia.Native.csproj after the rebase.
|
8 years ago |
Jeremy Koritzinsky
|
f53d491bca
|
Add C++11 override specifier to be explicit about overrides
|
8 years ago |
Jeremy Koritzinsky
|
4785413938
|
Clean up Avalonia.Native project.
|
8 years ago |
Jeremy Koritzinsky
|
0410d121c2
|
Add windowing subsystem hookup for reflection UsePlatformDetect.
|
8 years ago |
Dan Walmsley
|
0f5643da88
|
gpu rendering is the defaults on gtk and avalonia native
both these platforms will fallback to SW render if GPU not available.
|
8 years ago |
Dan Walmsley
|
6c5b123ace
|
simply build and package on osx for now to get complete avalonia.native package.
|
8 years ago |
Unknown
|
fea66108e8
|
fix nuspec
|
8 years ago |
Unknown
|
6ebe3adc46
|
fix nuspec
|
8 years ago |
Unknown
|
ac2e19c522
|
add a nuspec for avalonia native and make it an artifact for second stage
|
8 years ago |
Unknown
|
038e37767b
|
add an avalonia.native nuspec file
|
8 years ago |
Dan Walmsley
|
50a158b41e
|
fix non osx builds
|
8 years ago |
Dan Walmsley
|
7ddc683738
|
Revert "dont require osx dylib to be available."
This reverts commit dc3b31d106.
|
8 years ago |
Dan Walmsley
|
dc3b31d106
|
dont require osx dylib to be available.
|
8 years ago |
Nikita Tsukanov
|
6c729fa79e
|
Line endings and csproj integration
|
8 years ago |
Nikita Tsukanov
|
86e2a3e9b3
|
Pre-merge repo cleanup
|
8 years ago |
Dan Walmsley
|
cda614da7f
|
move avalonia.native com headers
|
8 years ago |
Dan Walmsley
|
fb1c7c6a43
|
fix nre on system dialogs.
|
8 years ago |
Nikita Tsukanov
|
abd78e7680
|
GL!
|
8 years ago |
Nikita Tsukanov
|
e45d55cfb3
|
OpenGL synchronization and separation
|
8 years ago |
Dan Walmsley
|
1734793325
|
fix exception on popup dispose.
|
8 years ago |
Dan Walmsley
|
bc062dc350
|
guard against double dispose.
|
8 years ago |
Nikita Tsukanov
|
cba5337d20
|
Allow to use GPU with deferred renderer
|
8 years ago |
Nikita Tsukanov
|
2e5c249402
|
Don’t register GL feature if UseGPU = false
|
8 years ago |
Nikita Tsukanov
|
fad3775bde
|
OpenGL acceleration support
|
8 years ago |
Dan Walmsley
|
dc20ef2268
|
prevent window will close being called twice.
|
8 years ago |
Nikita Tsukanov
|
05878ba746
|
Deallocation control
|
8 years ago |
Nikita Tsukanov
|
e7bc08f5e9
|
Split com.h into 2 separate files
|
8 years ago |
Dan Walmsley
|
e9ee85e3a7
|
implement prevent closing.
|
8 years ago |
Dan Walmsley
|
eea332a468
|
implement window title.
|
8 years ago |
Dan Walmsley
|
977a6dc8f9
|
Add a method to allow mac titlebar colors to be set.
|
8 years ago |