Emmanuel Hansen
b9726fd381
fix crash when accessing clipbord on android
3 years ago
Max Katz
74d0241e7f
Merge pull request #10734 from AvaloniaUI/feature/priorities-change
Make DispatcherPriority values more in line with WPF
3 years ago
Nikita Tsukanov
e3a75b869b
QoL
3 years ago
Nikita Tsukanov
637f04ac3a
Make DispatcherPriority values more in line with WPF
3 years ago
Max Katz
8a9607d5fe
Merge pull request #10691 from AvaloniaUI/feature/wpf-like-dispatcher
Implemented dispatcher that works like WPF one
3 years ago
Nikita Tsukanov
371251d58c
Review comments
3 years ago
Dan Walmsley
a613f77d0b
Merge pull request #10725 from Gillibald/fixes/tabOutOfRange
[Text] Fix potential index out of range exception
3 years ago
Benedikt Stebner
40669b5b3b
Merge branch 'master' into fixes/tabOutOfRange
3 years ago
Benedikt Stebner
2f6246c61d
Make sure we don't try to read a character out of bounds
3 years ago
Dan Walmsley
55c9bd69cd
Merge pull request #10693 from Gillibald/fixes/macCaretPosition
[macOS] Fix caret position handling
3 years ago
Benedikt Stebner
58193c7f6d
Merge branch 'master' into fixes/macCaretPosition
3 years ago
Dan Walmsley
955a53595f
Merge pull request #10695 from AvaloniaUI/fixes/10655-setcurrentvalue-with-style-2
Fix current values being overridden.
3 years ago
Dan Walmsley
e2c841a326
Merge pull request #10723 from Gillibald/fixes/InterFont
Use old Inter version for better rendering results
3 years ago
Benedikt Stebner
9b741c8998
Merge branch 'master' into fixes/macCaretPosition
3 years ago
Benedikt Stebner
648b9bc3dc
Use visual root coordinate space for caret rect instead of screen coordinates
3 years ago
Benedikt Stebner
aacd77974b
Merge pull request #10715 from AvaloniaUI/revert-10620-feature/invariantFamilyNames
Revert "FontManager fixes"
3 years ago
Dan Walmsley
b24960537c
Merge pull request #10697 from amwx/fix/SplitViewOverlay
SplitView fixes
3 years ago
Benedikt Stebner
c1d68b92b5
Use old Inter version for better rendering results
3 years ago
Benedikt Stebner
46632741e4
Revert invariant font family names
3 years ago
Steven Kirk
bf5cb019f7
Move exit-early priority check.
Priority may not be cleared to `UnsetValue` in the presence of `SetCurrentValue` so do the check upfront and compare against the priority of the next frame instead of `Unset`.
3 years ago
Steven Kirk
33d13d3740
Another failing test for SetCurrentValue.
3 years ago
Steven Kirk
9c936255be
Ensure a changing value overrides current value.
When a binding produces a new value, ensure that it overwrites any value in place from `SetCurrentValue` if the priority is the same.
3 years ago
Nikita Tsukanov
0f4ed2a4b9
Updated tests to use IDispatcherImpl
3 years ago
Nikita Tsukanov
17492be5b6
Removed RunLoop from IPlatformThreadingInterface
3 years ago
Nikita Tsukanov
dbbdcb95cd
Refactored dispatcher clock
3 years ago
Nikita Tsukanov
13bbdc729e
Use deadline-based and platform-implemented background processing for macOS
3 years ago
Nikita Tsukanov
ee445f2197
Fixed dispatcher for macOS
3 years ago
Nikita Tsukanov
290ab36d84
Reset the signaled state before executing jobs
3 years ago
Steven Kirk
f9ee0e3d8c
Another failing test for SetCurrentValue.
3 years ago
Steven Kirk
9507439b8b
Check for SetCurrentValue when reevaluating.
3 years ago
Steven Kirk
919697daa6
Add additional failing test for SetCurrentValue.
3 years ago
Nikita Tsukanov
fe4945d395
Win32 dispatcher fixes
3 years ago
Nikita Tsukanov
d96b8124ed
Don't use DispatcherTimer infrastructure for background processing
3 years ago
Nikita Tsukanov
718089bda9
Fixed some timers
3 years ago
Nikita Tsukanov
067df73f97
Naming
3 years ago
Nikita Tsukanov
0b20b8e90f
Merge remote-tracking branch 'origin/master' into feature/wpf-like-dispatcher
# Conflicts:
# Avalonia.Desktop.slnf
3 years ago
amwx
ed8a4fa7d5
Just init TemplateSettings
3 years ago
amwx
1207673145
Merge branch 'master' into fix/SplitViewOverlay
3 years ago
amwx
b5be1ef9b0
Fix nullable stuff
3 years ago
amwx
acc8b9fe52
Handle KeyDown if pane close is triggered
3 years ago
amwx
a3c8210f2e
Add new tests
3 years ago
amwx
ffdab94365
Only need to update display mode with ApplyTemplate
3 years ago
amwx
87a2bb6bda
Improve light dismiss behavior
3 years ago
amwx
25825e4eab
Fix typo in pseudoclass
3 years ago
amwx
878e18509e
Use const strings for pseudoclasses
3 years ago
amwx
ea5623df7e
Fix initial state/overlay & make TemplateSettings a readonly DirectProperty
3 years ago
Nikita Tsukanov
763c53c2c7
Allow sync wait for non-UI threads
3 years ago
Max Katz
c7584e03e2
Merge branch 'master' into fixes/10655-setcurrentvalue-with-style-2
3 years ago
Nikita Tsukanov
ccc0efaacd
Fixed DispatcherTimerHelper for unit tests
3 years ago
Max Katz
cbbc27f631
Merge pull request #10583 from workgroupengineering/fixes/Warnings/CS0618_Misc
Fixes/warnings/cs0618 misc
3 years ago