Max Katz
|
bbaaaa7726
|
Merge branch 'master' into fix-stackoverflow-with-redefining-resource
|
3 years ago |
Nikita Tsukanov
|
cce3fea3a6
|
Merge pull request #10895 from AvaloniaUI/linux-frame-position
X11 - Return frame position for Window.Position
|
3 years ago |
Emmanuel Hansen
|
f53498a90e
|
use empty extents if frame extents isn't available
|
3 years ago |
Emmanuel Hansen
|
6b98400f87
|
report frame position for linux
|
3 years ago |
Max Katz
|
c2ae6c9eea
|
Merge pull request #10929 from Enscape/fixes/setcurrentvalue-slider
Use `SetCurrentValue` in `Slider`
|
3 years ago |
Tom Edwards
|
b7cf688f86
|
Use SetCurrentValue in Slider
|
3 years ago |
Steven Kirk
|
70b6da25e5
|
Merge pull request #10803 from Enscape/refactor/rangebase-styledproperty
Refactor `RangeBase` to use `StyledProperty`
|
3 years ago |
Steven Kirk
|
8c54c69e42
|
Merge branch 'master' into refactor/rangebase-styledproperty
|
3 years ago |
Max Katz
|
280640083f
|
Merge pull request #10923 from AvaloniaUI/ios-dispatcher-impl
Proper implementation of DispatcherImpl for iOS
|
3 years ago |
Max Katz
|
cf4154505b
|
Avoid BlockLiteral based APIs for simplicity
|
3 years ago |
Max Katz
|
3a6b44a5cf
|
Fix platform settings returning empty color
|
3 years ago |
Max Katz
|
76eeca8f12
|
Format code
|
3 years ago |
Max Katz
|
d0be3f2d7b
|
Proper implementation of DispatcherImpl for iOS
|
3 years ago |
Steven Kirk
|
48f77028ac
|
Merge branch 'master' into refactor/rangebase-styledproperty
|
3 years ago |
Max Katz
|
eb09e522c1
|
Changes after review
|
3 years ago |
Max Katz
|
55640f0c2b
|
(hack?) Fix stackoverflow
|
3 years ago |
Max Katz
|
0fcf67d1cd
|
Add failing test
|
3 years ago |
Benedikt Stebner
|
ec6cd48de9
|
Merge pull request #10893 from AvaloniaUI/maxkatz6-patch-1
Move WithInterFont to the global Avalonia namespace
|
3 years ago |
Max Katz
|
935c0b549d
|
Move WithInterFont to the global Avalonia namespace
To keep it in line with other AppBuilder extensions, keeping Program.cs file simpler
|
3 years ago |
Max Katz
|
e4ed304234
|
Merge pull request #10884 from CollinAlpert/nullability_fix
Fix nullability of List<FileDialogFilter>
|
3 years ago |
Collin Alpert
|
659a256aa6
|
Fix nullability
|
3 years ago |
Nikita Tsukanov
|
f859713822
|
Merge pull request #10874 from robloo/privateassets
Mark Tmds.DBus.* as PrivateAssets in Avalonia.FreeDesktop.csproj
|
3 years ago |
robloo
|
b7fa91a0ad
|
Remove `PrivateAssets="All"` from Tmds.DBus.Protocol package ref
|
3 years ago |
robloo
|
541787274d
|
Mark Tmds.DBus.* as PrivateAssets in Avalonia.FreeDesktop.csproj
|
3 years ago |
Tom Edwards
|
87e2ed8107
|
Don't detach from ScrollViewer when detached from visual tree
Fixes offset resetting when switching between tabs
|
3 years ago |
Tom Edwards
|
e3c6ee0da3
|
Convert ScrollGestureRecognizer to an unstyled element
Added missing binding of IsScrollInertiaEnabled in the simple theme
|
3 years ago |
Tom Edwards
|
b400a1f72d
|
Fixed children being attached to the visual or logical tree multiple times
|
3 years ago |
Tom Edwards
|
2a5a5d229f
|
Fix tests
|
3 years ago |
Tom Edwards
|
74f75b0525
|
Converted RangeBase to StyledProperty
Normalised ScrollViewer internal properties and bindings
|
3 years ago |
Max Katz
|
2ea7d94ec0
|
Merge pull request #10816 from robloo/colorpicker-updates-6
ColorPicker Fixes
|
3 years ago |
Max Katz
|
5225441c02
|
Merge pull request #10820 from Gillibald/fixes/moreTextProcessingFixes
Fix NRE for AvaloniaNativeTextInputMethod
|
3 years ago |
Max Katz
|
f08f13e5ce
|
Merge branch 'master' into colorpicker-updates-6
|
3 years ago |
Max Katz
|
c42aea87d1
|
Merge pull request #10822 from AvaloniaUI/fixes/10684-default-value-coerce
Allow coercing default property value.
|
3 years ago |
Max Katz
|
f64aafede3
|
Merge pull request #10802 from AvaloniaUI/system_bar_color
Add SystemBarColor Attached Property to TopLevel
|
3 years ago |
Max Katz
|
269d18e063
|
Merge pull request #10830 from ltetak/fix_drag_resize
DataGrid column resize near edge fix
|
3 years ago |
Max Katz
|
daa0e5c7c1
|
Merge pull request #10832 from AvaloniaUI/fixes/10680-devtools-readonly-properties
DEvTools: bind read-only properties one-way.
|
3 years ago |
Max Katz
|
e579a56ace
|
Merge pull request #10840 from Gillibald/fixes/getTextBoundsEndOfParagraph
[Text]Fix GetTextBounds
|
3 years ago |
Max Katz
|
19f2865afb
|
Merge branch 'master' into fixes/moreTextProcessingFixes
|
3 years ago |
Max Katz
|
ef24eb8606
|
Merge pull request #10824 from Enscape/feature/propertyobservable-convert-func
Added conversion option to `PropertyObservable`
|
3 years ago |
Max Katz
|
7108484eaf
|
Merge pull request #10827 from AvaloniaUI/refactor/readonly-itemscontrol-items
Make ItemsControl.Items readonly.
|
3 years ago |
Max Katz
|
1126361405
|
Merge pull request #10821 from Gillibald/fixes/selectableTextBlock
Fix SelectableTextBlock selection
|
3 years ago |
Max Katz
|
3d6dce88e5
|
Merge pull request #10864 from AvaloniaUI/fixes/10814-dont-layout-invisible-controls
Don't layout invisible controls
|
3 years ago |
Max Katz
|
293a55d66b
|
Merge pull request #10833 from AvaloniaUI/scrollviewer_sample
Merge scroll viewer samples
|
3 years ago |
Max Katz
|
870ffbd13d
|
Merge branch 'master' into fixes/selectableTextBlock
|
3 years ago |
Steven Kirk
|
6dd9106fe5
|
Don't layout invisible controls.
And fix unit tests that were relying on this behavior.
|
3 years ago |
Steven Kirk
|
44639fbd65
|
Added failing layout test.
|
3 years ago |
Max Katz
|
8d8b84d2ef
|
Merge pull request #10860 from AvaloniaUI/fixes/glyphruntests-leak
Stop GlyphRunTests leaking IPlatformRenderInterface.
|
3 years ago |
Max Katz
|
88b3eaf562
|
Merge branch 'master' into fixes/glyphruntests-leak
|
3 years ago |
Max Katz
|
0e24c1062c
|
Merge pull request #10842 from AvaloniaUI/fixes/do-not-use-ui-thread-objects-in-platform-render-interface
Don't use AvaloniaObject in IPlatformRenderInterface
|
3 years ago |
Max Katz
|
afede23e75
|
Merge pull request #10858 from AvaloniaUI/fixes/inherited-property-change
Fix inherited property change notifications.
|
3 years ago |