Max Katz
|
5177dcdb1a
|
Merge pull request #10784 from Gillibald/fixes/moreTextProcessingFixes
[Text] Fixes
|
4 years ago |
Max Katz
|
c52e71c3d3
|
Merge pull request #10792 from AvaloniaUI/fixes/dispatcher-wait
Dispatcher updates
|
4 years ago |
Max Katz
|
a019e3dc81
|
Merge pull request #10785 from AvaloniaUI/fixes/treeview-selection
Fix TreeView selection
|
4 years ago |
Max Katz
|
27cb5d9c8e
|
Merge branch 'master' into fixes/moreTextProcessingFixes
|
4 years ago |
Steven Kirk
|
cf4ff95f98
|
Merge pull request #10795 from AvaloniaUI/fixes/clear-batch-object-pool-sooner
Call Array.Clear immediately when returning it to the pool
|
4 years ago |
Nikita Tsukanov
|
9119ac8513
|
fix
|
4 years ago |
Nikita Tsukanov
|
b75bc80ba3
|
fix
|
4 years ago |
Nikita Tsukanov
|
3d78754f2e
|
Call Array.Clear immediately when returning it to the pool
|
4 years ago |
Nikita Tsukanov
|
7d63f5f546
|
InvokeShutdown
|
4 years ago |
Nikita Tsukanov
|
44a830fd7f
|
Fixed tests
|
4 years ago |
Nikita Tsukanov
|
91e4bd00b6
|
Fixed more tests
|
4 years ago |
Nikita Tsukanov
|
9d4f11a111
|
Fixed tests
|
4 years ago |
Nikita Tsukanov
|
5f52122bba
|
Implemented ExitAllFrames, DisableProcessing and Shutdown, dispatcher callbacks now have proper sync context
|
4 years ago |
Steven Kirk
|
c27c714ee0
|
Merge pull request #10608 from MrJul/markup-nullable
Nullable annotations for Markup.Xaml
|
4 years ago |
Nikita Tsukanov
|
d71a54ed58
|
Added Dispatcher.InvokeTaskAsync helpers
|
4 years ago |
Nikita Tsukanov
|
b3fe7827a2
|
Fixed Dispatcher.Invoke when called from the UI thread
|
4 years ago |
Steven Kirk
|
b2d27b2d8b
|
Merge branch 'master' into markup-nullable
|
4 years ago |
Dan Walmsley
|
6fbd208688
|
Merge branch 'master' into fixes/treeview-selection
|
4 years ago |
Benedikt Stebner
|
41a8d2d3cb
|
Merge branch 'master' into fixes/moreTextProcessingFixes
|
4 years ago |
Benedikt Stebner
|
a8a0577b53
|
Merge branch 'fixes/moreTextProcessingFixes' of https://github.com/Gillibald/Avalonia into fixes/moreTextProcessingFixes
|
4 years ago |
Benedikt Stebner
|
a00946492d
|
Fix failing test
|
4 years ago |
Steven Kirk
|
c2b83d9909
|
Defer TreeViewItem creation to TreeView.
Fixes nodes not being selected correctly when parent node is expanded.
|
4 years ago |
Steven Kirk
|
8c1d4fbbbf
|
Added failing test for treeview selection.
|
4 years ago |
Steven Kirk
|
a3866201a4
|
Modernized TreeViewTests.
|
4 years ago |
Steven Kirk
|
27b2b27330
|
Make ExpandSubTree work again.
|
4 years ago |
Max Katz
|
2a08114cf8
|
Merge pull request #10439 from robloo/colorpicker-updates-5
ColorPicker Updates & Fixes
|
4 years ago |
Benedikt Stebner
|
791c0e36b0
|
Merge branch 'master' into fixes/moreTextProcessingFixes
|
4 years ago |
Benedikt Stebner
|
f307b7364a
|
Fix TextLineImp GetTextBounds
Fix Tab character handling
|
4 years ago |
Nikita Tsukanov
|
ce5632af8f
|
Merge pull request #10783 from AvaloniaUI/feature/rgb24
Added Rgb24 and Bgr24
|
4 years ago |
Max Katz
|
0e71af842b
|
Merge branch 'master' into colorpicker-updates-5
|
4 years ago |
Nikita Tsukanov
|
9a9d518106
|
Merge branch 'master' into feature/rgb24
|
4 years ago |
Nikita Tsukanov
|
530f176783
|
Added Rgb24 and Bgr24
|
4 years ago |
Max Katz
|
07afb2f2b4
|
Merge pull request #10712 from robloo/autocompletebox-styledproperty
Switch AutoCompleteBox to using StyledProperty
|
4 years ago |
Max Katz
|
e932fb325a
|
Merge branch 'master' into autocompletebox-styledproperty
|
4 years ago |
Max Katz
|
74d0241e7f
|
Merge pull request #10734 from AvaloniaUI/feature/priorities-change
Make DispatcherPriority values more in line with WPF
|
4 years ago |
Nikita Tsukanov
|
e3a75b869b
|
QoL
|
4 years ago |
Nikita Tsukanov
|
637f04ac3a
|
Make DispatcherPriority values more in line with WPF
|
4 years ago |
Max Katz
|
8a9607d5fe
|
Merge pull request #10691 from AvaloniaUI/feature/wpf-like-dispatcher
Implemented dispatcher that works like WPF one
|
4 years ago |
Nikita Tsukanov
|
371251d58c
|
Review comments
|
4 years ago |
Dan Walmsley
|
a613f77d0b
|
Merge pull request #10725 from Gillibald/fixes/tabOutOfRange
[Text] Fix potential index out of range exception
|
4 years ago |
Benedikt Stebner
|
40669b5b3b
|
Merge branch 'master' into fixes/tabOutOfRange
|
4 years ago |
Benedikt Stebner
|
2f6246c61d
|
Make sure we don't try to read a character out of bounds
|
4 years ago |
Dan Walmsley
|
55c9bd69cd
|
Merge pull request #10693 from Gillibald/fixes/macCaretPosition
[macOS] Fix caret position handling
|
4 years ago |
Benedikt Stebner
|
58193c7f6d
|
Merge branch 'master' into fixes/macCaretPosition
|
4 years ago |
Dan Walmsley
|
955a53595f
|
Merge pull request #10695 from AvaloniaUI/fixes/10655-setcurrentvalue-with-style-2
Fix current values being overridden.
|
4 years ago |
Dan Walmsley
|
e2c841a326
|
Merge pull request #10723 from Gillibald/fixes/InterFont
Use old Inter version for better rendering results
|
4 years ago |
Benedikt Stebner
|
9b741c8998
|
Merge branch 'master' into fixes/macCaretPosition
|
4 years ago |
Benedikt Stebner
|
648b9bc3dc
|
Use visual root coordinate space for caret rect instead of screen coordinates
|
4 years ago |
Benedikt Stebner
|
aacd77974b
|
Merge pull request #10715 from AvaloniaUI/revert-10620-feature/invariantFamilyNames
Revert "FontManager fixes"
|
4 years ago |
Dan Walmsley
|
b24960537c
|
Merge pull request #10697 from amwx/fix/SplitViewOverlay
SplitView fixes
|
4 years ago |