Steven Kirk
2ef91ffc6d
Fix new index calculation.
4 years ago
Steven Kirk
649e4fc57e
Add failing test for #9997 .
And a passing test for `nth-child` selector.
4 years ago
Steven Kirk
9de82b1939
Make nth-last-child style change background.
Will hopefully make it a bit more obvious if it breaks in future: previously it was easier to miss as both `nth-child` and `nth-last-child` changed the foreground.
4 years ago
Jumar Macato
bf85f4d321
Merge pull request #10002 from AvaloniaUI/fixes/BackRequestedEventHandler
Fix BackRequested EventHandler args type
4 years ago
Wiesław Šoltés
a69851368f
Merge branch 'master' into fixes/BackRequestedEventHandler
4 years ago
Wiesław Šoltés
975c77d70c
Merge pull request #10004 from AvaloniaUI/pullrefresh_previewer_fix
4 years ago
Emmanuel Hansen
85e7f383a2
fix crash in previewer for refresh container
4 years ago
Wiesław Šoltés
f675750aba
Fix BackRequested EventHandler args type
4 years ago
Max Katz
a5d23dae87
Merge pull request #9998 from mrmandrake/master
Update TextInputResponder.cs
4 years ago
mrmandrake
c1410af0d5
Update TextInputResponder.cs
fixes #9956
4 years ago
Max Katz
6bad0aca6f
Merge pull request #9677 from AvaloniaUI/refactor/itemcontainergenerator
Refactor ItemsControl container generation and implement smooth virtualization
4 years ago
Wiesław Šoltés
17e1d3739b
Merge branch 'master' into refactor/itemcontainergenerator
4 years ago
Max Katz
a003b90bff
Merge pull request #9986 from workgroupengineering/fixes/windows/CS0105
fix: Warning CS0105: The using directive for 'Avalonia.Reactive' appe…
4 years ago
workgroupengineering
78fb3c19a9
Merge branch 'master' into fixes/windows/CS0105
4 years ago
Max Katz
0ff416d4e2
Merge pull request #9716 from AvaloniaUI/fixes/macos-child-window-key-handling
macos: Fix child window key handling
4 years ago
Max Katz
232a58809c
Merge branch 'master' into fixes/macos-child-window-key-handling
4 years ago
Max Katz
cff78d5678
Merge pull request #9856 from AvaloniaUI/back_request
Add BackRequested event for TopLevel
4 years ago
Max Katz
702ad3ca90
Merge branch 'master' into back_request
4 years ago
Max Katz
81258945cd
Merge pull request #9913 from AvaloniaUI/color-platform-settings
Accent color and dark mode platform settings
4 years ago
Max Katz
00e2e87252
Merge branch 'master' into color-platform-settings
4 years ago
Dan Walmsley
a8400dad3c
Merge branch 'master' into fixes/macos-child-window-key-handling
4 years ago
Emmanuel Hansen
ac206db098
add browser support
4 years ago
Steven Kirk
7dd09cd2a5
Merge pull request #9918 from DmitryZhelnin/9559-receive-handled-events
Class Handlers: fix handlers with `handledEventsToo` parameter set ot `true`
4 years ago
Giuseppe Lippolis
1a0492dcb0
fix: Warning CS0105: The using directive for 'Avalonia.Reactive' appeared previously in this namespace
4 years ago
Dmitry Zhelnin
a75753c942
EventRoute: remove additional check if event was handled
4 years ago
Emmanuel Hansen
5936f52b2c
Add back requested event for TopLevel
4 years ago
Benedikt Stebner
55ccecfa50
Merge pull request #9982 from MrJul/textlayout-span
Text layout perf improvements
4 years ago
Julien Lebosquain
dec8c1c586
Used Memory/Span instead of CharacterBufferReference/Range
+ GlyphRun uses ReadOnlyMemory for characters
4 years ago
Max Katz
1e72fb920c
Merge pull request #9607 from robloo/ischeckedchanged-event
Add IsCheckedChanged Event to ToggleButton (Obsolete Older Events)
4 years ago
Max Katz
96fd5489ee
Merge branch 'master' into ischeckedchanged-event
4 years ago
Benedikt Stebner
7580b704df
Merge pull request #9962 from Mikolaytis/ShapedBufferPooling2
[Text] shaped buffer pooling
4 years ago
Benedikt Stebner
473cda2d3e
[Direct2D1] Don't dispose DirectWrite GlyphRun explicitly
4 years ago
Benedikt Stebner
789265f358
Merge branch 'master' into ShapedBufferPooling2
4 years ago
Max Katz
7513cca0bd
Merge pull request #9973 from AvaloniaUI/toplevel
Add TopLevel.GetTopLevel api
4 years ago
Max Katz
7cd51c9161
Update samples/ControlCatalog/Pages/DialogsPage.xaml.cs
4 years ago
Steven Kirk
d0f479d80c
Don't recycle focused element.
Fixes #9269
4 years ago
Emmanuel Hansen
79b30658f1
add TopLevel.GetTopLevel api
4 years ago
Steven Kirk
8600f306e0
Add redundancy for a problem I can't repro in tests.
There's a problem with `DataBox` that I can't repro in a unit test. Add some redundancy such that if we're still waiting for a viewport update after carrying out a layout pass, force another layout.
4 years ago
Steven Kirk
a9fd9f4474
A few more tests.
Trying to get a repro for an issue seen with DataBox but so far unable to repro in a unit test. Anyway, these tests should be useful.
4 years ago
Max Katz
c5234a3837
Merge pull request #9968 from msneijders/master
ScrollGestureRecognizer ends its current fling gesture (touch or pen)…
4 years ago
Martijn Sneijders
95ccb0c9c6
ScrollGestureRecognizer ends its current fling gesture (touch or pen) if ScrollGestureEventArgs is no longer handled by the Presenter.
4 years ago
Benedikt Stebner
e84193bdca
Merge branch 'master' into ShapedBufferPooling
4 years ago
Benedikt Stebner
a4d3f43176
Merge pull request #9896 from Mikolaytis/BetterUnderline
[Text] Underline with intercepts
4 years ago
Benedikt Stebner
1e646fd9a0
Prevent a crash for empty lines
4 years ago
Sergey Mikolaitis
a73b18a8ee
Merge remote-tracking branch 'origin/ShapedBufferPooling' into ShapedBufferPooling
4 years ago
Sergey Mikolaitis
55f33e5c44
[Text] fix tests for ShapedBuffer pooling
4 years ago
Benedikt Stebner
13280eecf5
Fix TextLineMetrics calculation for TextLines that contain a TextEndOfLine run
4 years ago
Benedikt Stebner
14e4e28e4d
Merge branch 'master' into ShapedBufferPooling
4 years ago
Benedikt Stebner
74bbfd8509
Support intercepts for all location but TextDecorationLocation.Strikethrough
4 years ago
Sergey Mikolaitis
91fd89017e
[Text] do not use linq on dispose
4 years ago