Nikita Tsukanov
a3b688f21c
[GTK3] Remove compile items (again)
9 years ago
Nikita Tsukanov
d8113d2987
XML docs for DispatcherPriority
9 years ago
Nikita Tsukanov
4e9654165f
Added MonoMacPlatform.ShowInDock
9 years ago
Nikita Tsukanov
3d3d4528f6
Burn, baby, BURN!
9 years ago
Nikita Tsukanov
70c24908a9
Various fixes for GTK and DeferredRenderer support
9 years ago
Nikita Tsukanov
2abd980713
Don't try to start WeakTimer right away
9 years ago
Nikita Tsukanov
b963d68668
Try to respect DispatcherPriority when possible
9 years ago
Nikita Tsukanov
db63b74aaa
Fix for 1118
9 years ago
Jurjen Biewenga
d4af351251
Removed unused code
9 years ago
Jurjen Biewenga
8659bddce8
Implemented path markup for Q S and T
9 years ago
Nikita Tsukanov
c3e36e9339
[SKIA] There is no need to disable LcdRenderText for regular opacity, it's needed only for RTB and layers
9 years ago
Nikita Tsukanov
ead7b3bea3
[SKIA] Fixed text opacity issue with layers in deferred rendeing mode
9 years ago
Jurjen Biewenga
b44fde9613
Fixed bug that created new instance of ScreenImpl every time it was accessed through WindowBaseImpl
9 years ago
Jurjen Biewenga
e25f949d98
Screen information API implementation
9 years ago
Nikita Tsukanov
846742f621
Generate geometry even for empty polylines
9 years ago
Nikita Tsukanov
d4325bf0a4
Fixed #1152
9 years ago
Nikita Tsukanov
b909380909
[MONOMAC] Fixed assembly info
9 years ago
Nikita Tsukanov
92af430dce
Use MonoMac for OSX by default
9 years ago
Nikita Tsukanov
53f7d46409
[MONOMAC] Reduced CPU consumption by the event loop
9 years ago
Nikita Tsukanov
e0dd15a664
[MONOMAC] Code cleanup
9 years ago
Nikita Tsukanov
d3390ac553
Added managed BeginResizeDrag implementation
9 years ago
Steven Kirk
95e54063ed
Use correct portable.xaml submodule commit.
9 years ago
Steven Kirk
4546f05f41
Removed outdated submodule.
9 years ago
Nikita Tsukanov
c954a86607
[MONOMAC] Implemented maximize/unmaximize for borderless windows
9 years ago
Nikita Tsukanov
7cfe495817
[MONOMAC] Implemented system dialogs
9 years ago
Eli Arbel
aa45cccec4
Fix slider
9 years ago
Nikita Tsukanov
3f46654784
Added Avalonia.MonoMac package
9 years ago
Nikita Tsukanov
b3f3c010c7
[MONOMAC] Updated code to new APIs and added it to solution
9 years ago
Jurjen Biewenga
025d630f77
Renamed 'HasTaskbarIcon' to 'ShowInTaskbar'
9 years ago
Jurjen Biewenga
743262ec1d
Reformatted Native.D
9 years ago
Steven Kirk
d1c85d7a3a
Prevent possible null ref warnings.
9 years ago
Nikita Tsukanov
d5febb11d5
Apply FrameworkPathOverride automatically
9 years ago
Jeremy Koritzinsky
8169851d7c
Fix Rx version and clean up build warnings. Enable ReactiveUI in ControlCatalog.NetCore to ensure that everything works in the .NET Core build.
9 years ago
Nikita Tsukanov
d4048de994
Don't try to load library with path == null
9 years ago
Nikita Tsukanov
f330132dc3
Use CoCreateInstance for .NET Core compatibility
9 years ago
Nikita Tsukanov
61e4e50d31
Enable win32 file dialog functionality for .NET Standard build
9 years ago
Jurjen Biewenga
b888cbb865
Fixed windowplacement failing due to incorrect length
9 years ago
Jurjen Biewenga
34e82c19fb
Win32 implementation now checks the previous ShowWindowCommand and sets it back to that after hiding.
9 years ago
Jurjen Biewenga
c9fa06637f
Cleaned up Native
9 years ago
Jurjen Biewenga
a12c4649cb
Cleaned up implementation of ShowTaskbarIcon
Created property in Window to enable/disable the taskbar icon
9 years ago
Nikita Tsukanov
a9ef43f179
Fixed paths
9 years ago
Nikita Tsukanov
65b4cfb6ba
Use new SDK for DotNetFrameworkRuntime
9 years ago
Nikita Tsukanov
39d5389b1f
Fixed build issues
9 years ago
Nikita Tsukanov
913149d093
Switched to .NET Standard 2.0
9 years ago
Jurjen Biewenga
d278c5ddeb
Added ShowTaskbarIcon implementation
9 years ago
Jurjen Biewenga
7605909c79
Made the pinvoke calls private
Changed SetWindowLongPtr calls to SetWindowLong in Win32/WindowImpl
9 years ago
Jurjen Biewenga
8f006ff655
Added utility functions to pinvoke the correct function based on bitness
9 years ago
Jurjen Biewenga
1d4aabb739
Replaced Set/GetWindowLong with Set/GetWindowLongPtr for 64 bit support
9 years ago
Eli Arbel
e069eb8014
PR comments
9 years ago
Steven Kirk
bf4bb7d54c
Added TryFindResource extension method.
`FindResource` can be ambiguous because it returns `AvaloniaProperty.UnsetValue` in the case of a resource not being found, which is a valid resource value. `TryFindResource` removes this ambiguity. `FindResource` has been left in for API compatibility with other frameworks.
9 years ago