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 |
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 |
Nikita Tsukanov
|
763c53c2c7
|
Allow sync wait for non-UI threads
|
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 |
Max Katz
|
9dba61d56d
|
Minor improvements of clipboard page demo
|
3 years ago |
Max Katz
|
2e6863081f
|
Merge branch 'master' into fixes/Warnings/CS0618_Misc
|
3 years ago |
Nikita Tsukanov
|
1cdb876847
|
Revert SynchronizationContext::Post
|
3 years ago |
Nikita Tsukanov
|
bc3768c2a0
|
More platforms are now using IDispatcherImpl
|
3 years ago |
Nikita Tsukanov
|
968e61f649
|
Fixed tests, reintroduced Post with SendOrPostCallback, removed JobRunner
|
3 years ago |
Dan Walmsley
|
3f46326948
|
Merge pull request #10685 from AvaloniaUI/feature/9497-container-lifecycle-events
Add container lifecycle events to ItemsControl.
|
3 years ago |
Nikita Tsukanov
|
6a99ca39f9
|
Implemented dispatcher that works like WPF one
|
3 years ago |
Max Katz
|
d303761176
|
Merge pull request #10689 from robloo/hamburgermenu-fix
Use SetCurrentValue to fix HamburgerMenu
|
3 years ago |
Max Katz
|
aa1aa33488
|
Merge pull request #10664 from robloo/placementmode
`PlacementMode` -> `Placement`
|
3 years ago |
robloo
|
a0224876ab
|
Use SetCurrentValue to fix HamburgerMenu bug #10537
|
3 years ago |
Dan Walmsley
|
978c539b0e
|
Merge pull request #10677 from AvaloniaUI/fixes/10650-extend-client-area-decorations
macOS: Fix interaction between ExtendClientAreaToDecorationsHint and SystemDecorations
|
3 years ago |
Steven Kirk
|
44c2025a3d
|
Merge pull request #10678 from robloo/default-members-2
Remove Default/Empty Members
|
3 years ago |
Steven Kirk
|
7dbe277653
|
More lifecycle event tests with virtualization.
|
3 years ago |
Steven Kirk
|
9d012fbb6b
|
Fix terminology.
|
3 years ago |
Steven Kirk
|
ce2cd52964
|
Add lifecycle event tests with virtualization.
And fix index error in VirtualizingStackPanel.
|
3 years ago |
Steven Kirk
|
791ea8beef
|
Added container lifecycle events.
Seems we weren't calling `ClearItemContainer` for `ItemIsOwnContainer` items in `PanelContainerGenerator`. Fixed that too.
|
3 years ago |
Steven Kirk
|
456ddbb04b
|
Don't try to run macOS tests on Windows.
|
3 years ago |
Steven Kirk
|
967f899ab8
|
Merge branch 'master' into default-members-2
|
3 years ago |
Dan Walmsley
|
70330b5832
|
Merge pull request #10604 from AvaloniaUI/feature/itemssource-update-usages
Update usages of ItemsControl Items/ItemsSource
|
3 years ago |
Dan Walmsley
|
9413d93ee4
|
Merge pull request #10590 from AvaloniaUI/feature/itemssource
Added ItemsControl.ItemsSource.
|
3 years ago |
Steven Kirk
|
f4fd544c2c
|
Merge pull request #10617 from Enscape/refactor/text-styledproperty
Convert Text properties to StyledProperty
|
3 years ago |
robloo
|
6e31cb7524
|
Fix more zero size checks using Rect
|
3 years ago |
robloo
|
043e35b6fd
|
Remove unused using
|
3 years ago |
robloo
|
8fa365c08e
|
Fix PlacementMode property order
|
3 years ago |
robloo
|
32886d717c
|
Revert "Attempt to fix CI build failure"
This reverts commit b116a870b1.
|
3 years ago |
robloo
|
b116a870b1
|
Attempt to fix CI build failure
|
3 years ago |
robloo
|
945799adc0
|
Fix zero size check on Rect
|
3 years ago |
robloo
|
65024d8b71
|
Remove IsDefault from FontFamily
This property wasn't used so didn't need to be made internal.
|
3 years ago |
robloo
|
072e0613bb
|
Remove the IsDefault property
These was only removed for relevant/discussed types
|
3 years ago |
robloo
|
de4d2390d3
|
Remove IsEmpty and Empty members
These were only removed for relevant/discussed types. Collections and some other lesser used types still have IsEmpty properties.
|
3 years ago |
robloo
|
2b33704989
|
Add back PlacementMode properties as obsolete aliases of Placement
|
3 years ago |
robloo
|
c636dc5f66
|
Update for latest master changes
|
3 years ago |
robloo
|
dd8f251219
|
Merge branch 'master' into placementmode
|
3 years ago |
Dan Walmsley
|
f75383c97e
|
Merge branch 'master' into fixes/10650-extend-client-area-decorations
|
3 years ago |
Steven Kirk
|
142547a23f
|
Only show traffic lights with full system decorations.
Fixes second part of #10650.
|
3 years ago |
Steven Kirk
|
7c4b4db6df
|
Don't show titlebar when client area is extended.
Fixes first part of #10650.
|
3 years ago |
Steven Kirk
|
d87e7faa60
|
Added failing tests for #10650.
|
3 years ago |
Max Katz
|
114434f89c
|
Merge pull request #10667 from robloo/menu-placement
Fix Menu Popup Placement
|
3 years ago |
Nikita Tsukanov
|
91500867b6
|
Merge pull request #10651 from affederaffe/fix-dbus-synchronization-context
Use Tmds.DBus.SourceGenerator 0.0.4
|
3 years ago |