Nathan Garside
e5f0ac3dda
Fix event binding for HasSystemDecorations property
7 years ago
Nathan Garside
c0e337d61f
Use enum in mac interop
7 years ago
Nathan Garside
7b9d32af85
Rework system decorations
7 years ago
Symbai
010ec8273d
Update Default.xaml
7 years ago
Dan Walmsley
4848e42d7e
Update (c) year to 2020
7 years ago
Steven Kirk
2722f509fa
Swap order of parameters to event args.
As described in #3437 the argument ordering was different to WPF/UWP causing bugs in some code ported from WPF/UWP. Use the same argument ordering as WPF/UWP.
Fixes #3437
7 years ago
Nikita Tsukanov
6432174528
Use CGL for offscreen rendering to IOSurface
7 years ago
José Pedro
12e483acd1
Replaced obsolete PointerEventArgs.Device usages.
7 years ago
Nikita Tsukanov
6540d0635b
IOSurface render target for sw-rendering
7 years ago
Symbai
52dc41af02
Update Default.xaml
7 years ago
Symbai
0655c3d8e5
Update ListBox.xaml
7 years ago
Symbai
5578e94177
Update Slider.xaml
7 years ago
Symbai
7c06fc3d3d
Update ListBox.xaml
7 years ago
Symbai
38e65c5a53
Update ComboBox.xaml
7 years ago
Symbai
c428e00de7
Update Default.xaml
7 years ago
Symbai
4ac1fee023
Update TextBox.xaml
7 years ago
Symbai
82c963eb80
Update Default.xaml
7 years ago
José Pedro
fc9a6d5746
Updated obsolete API usages.
7 years ago
Dariusz Komosinski
e249765d06
Remove TypeInfo usage from Avalonia.Interactivity.
7 years ago
Dariusz Komosinski
df0bbee6e7
Remove TypeInfo usage from Avalonia.ReactiveUI.
7 years ago
Dariusz Komosinski
0d2dd884ad
Remove TypeInfo usage from Avalonia.Visuals.
7 years ago
Dariusz Komosinski
6d54de504a
Remove TypeInfo usage from Avalonia.Markup.Xaml.
7 years ago
Dariusz Komosinski
29d0faa6a2
Remove TypeInfo usage in Avalonia.Controls.
7 years ago
Dariusz Komosinski
f952766fa4
Remove TypeInfo usage in Avalonia.Styling. Avoid pointless type checks.
7 years ago
Steven Kirk
3cc59007b0
Only fire DoubleTapped on left button press.
Fixes #3325
7 years ago
Steven Kirk
89b62370a5
Respect background/border in ItemsControl.
Fixes #3431
7 years ago
Steven Kirk
cfeb06473f
Enable null checking in DefaultMenuInteractionHandler.
7 years ago
Steven Kirk
a4a162fc78
Fix NRE in DefaultMenuInteractionHandler.
Fixes #3459
7 years ago
Dariusz Komosinski
beea785f30
Implement simple struct wrapping a single value or List.
7 years ago
Dan Walmsley
9206e59efb
Check if an exception was thrown before entering the mainloop.
7 years ago
Dariusz Komosinski
d7b07dec02
Replace TypeInfo with Type.
7 years ago
Dariusz Komosinski
011e728c42
Allow for preallocating inner list size when `InsertRange` is called with non ICollection<T> argument.
7 years ago
Dariusz Komosinski
5873057817
Add sanity check.
7 years ago
Dariusz Komosinski
59c415d046
Remove list allocations from the general case of Selector.Match
7 years ago
Dariusz Komosinski
83d2558aca
Implement Equals for ImmutableSolidColorBrush.
7 years ago
Chris
6121dc41a0
fix datagrid ascending multi-column sort
7 years ago
Dariusz Komosinski
cf8aa6ecac
Optimize Color equality checks.
7 years ago
Chris
5b1bd80f4b
fix datagrid ascending multi-column sort
7 years ago
Steven Kirk
399417692f
Revert "Removed unused owner reference."
This reverts commit d0e2a844db .
7 years ago
Steven Kirk
3bc1594dca
Revert "Removed unused field."
This reverts commit 270f9718b8 .
7 years ago
José Pedro
ef15b80b12
Updated GotFocusEventArgs obsolete API usages.
7 years ago
Steven Kirk
7f26635efa
Wire up validation/coercion for attached properties.
7 years ago
Steven Kirk
c6acca57c4
Fix method name after merge.
7 years ago
Jumar Macato
7e42523008
Additional sanity checks for monitor resolution
7 years ago
Dan Walmsley
32df775398
Add hack to prevent renderer crashing on 0x0 window x11.
7 years ago
Dan Walmsley
1f1d3a8e35
prevent crashing in finalizer
7 years ago
Dan Walmsley
9fc7842eef
Revert "X11 backend wont crash with 0 sized window."
This reverts commit d49109877c .
7 years ago
Dan Walmsley
d49109877c
X11 backend wont crash with 0 sized window.
7 years ago
Dan Walmsley
f56a891a0f
prevent possibility of double cancellation of main loop.
7 years ago
Dan Walmsley
9df55b02d4
Use loopcancellation instead of adding a seperate api.
7 years ago