Dan Walmsley
|
4a6a3a141b
|
bump version
|
4 years ago |
Dan Walmsley
|
0b525bfd5e
|
Merge pull request #8547 from AvaloniaUI/tray-icon-fixes
Tray icon fixes
|
4 years ago |
Dan Walmsley
|
dc871e70d9
|
Merge pull request #8544 from AvaloniaUI/fixes/trayicon-interaction
Fix multiple enumeration of TrayIcon menu items on win32 causing broken tray icon menus
|
4 years ago |
Max Katz
|
855a19383d
|
Backport RemoveIcons NRE fix
|
4 years ago |
Dan Walmsley
|
dd8ed9cd67
|
Merge pull request #8518 from AvaloniaUI/maxkatz6-patch-1
Backport native control host handle validation
|
4 years ago |
Max Katz
|
3f42166b26
|
backport-native-handle-validation
|
4 years ago |
Dan Walmsley
|
e05b0e62a9
|
make Avalonia.Styling internals visible to Avalonia.Controls.UnitTest (backport only).
|
4 years ago |
Dan Walmsley
|
380bbf3d09
|
make safe enumerable visible to Avalonia.Styline, and Avalonia.Controls.UnitTests (backport only)
|
4 years ago |
Dan Walmsley
|
9a328caf96
|
Merge remote-tracking branch 'origin/fixes/8480-classes-reentrancy' into tmp4
|
4 years ago |
Dan Walmsley
|
8a03189aac
|
Merge pull request #8494 from AvaloniaUI/fixes/macos-red-window
[macOS] Fixes red window contents on startup
|
4 years ago |
Dan Walmsley
|
7cdba3928e
|
Merge pull request #8483 from AvaloniaUI/fixes/osx-initial-window-size-when-extend-client-area
Fix initial window size on osx
|
4 years ago |
Dan Walmsley
|
b8fc9b246e
|
Merge pull request #8482 from AvaloniaUI/fixes/window-centering-edge-case
window centering edge case
|
4 years ago |
Max Katz
|
db99c0f456
|
Merge pull request #8478 from javidsho/patch-1
Fix TrayIcon null pointer exception on application exit
|
4 years ago |
Dan Walmsley
|
fbce80d722
|
Merge pull request #8433 from AvaloniaUI/fixes/8389-datagrid-detach
Improve performance of style class selector subscriptions
|
4 years ago |
Max Katz
|
8cfa8a2f72
|
Merge pull request #8456 from AvaloniaUI/fixes/splitview-culture-sensitive
make splitview not culture sensitive.
# Conflicts:
# src/Avalonia.Controls/SplitView.cs
|
4 years ago |
Dan Walmsley
|
a4279a5df5
|
fix setter tests.
|
4 years ago |
Max Katz
|
4823790cee
|
Merge pull request #8409 from AvaloniaUI/fixes/devtools-promotes-values-to-localvalue
Don't promote layout property values to local values in DevTools.
|
4 years ago |
Tako
|
c4d7a986b2
|
Merge pull request #8291 from AvaloniaUI/fix-fluent-loader
Fix FluentTheme density style
|
4 years ago |
Steven Kirk
|
66c72bee12
|
Merge pull request #8315 from AvaloniaUI/fixes/8314-gridsplitter-layoutrounding
Make GridSplitter scaling aware.
|
4 years ago |
Max Katz
|
751fd6ef36
|
Merge pull request #8373 from AvaloniaUI/fixes/8372-clear-local-value
Correctly clear PriorityValue local value
|
4 years ago |
Jumar Macato
|
9d051610b9
|
Merge pull request #8383 from Oxc3/bug-TimePickerPresenter-wrong-time-at-12PM
Fix 12PM bug in TimePickerPresenter
|
4 years ago |
Nikita Tsukanov
|
1c13b70adb
|
Merge pull request #8391 from AvaloniaUI/DirectBindingSubscription-NRE
Fix DirectBindingSubscription NRE
|
4 years ago |
Steven Kirk
|
3878b13470
|
Merge pull request #8420 from AvaloniaUI/Takoooooo-patch-1
Fix leak in the InternalSelectionModel
|
4 years ago |
Max Katz
|
26ee858c37
|
Merge pull request #8427 from AvaloniaUI/fixes/7381-reparenting-control-crash
Fix crash in deferred renderer when reparenting a control.
|
4 years ago |
Max Katz
|
0cbcc44019
|
Merge pull request #8431 from AvaloniaUI/remove-DottedLineFocusAdorner
Remove perf-expensive DottedLineFocusAdorner style
|
4 years ago |
Steven Kirk
|
b63d2ccfff
|
Merge pull request #8440 from AvaloniaUI/fixes/osx-popups-dont-have-shadow
[OSX] popups shouldnt have shadow
|
4 years ago |
Max Katz
|
3edae5a858
|
Merge pull request #8442 from AvaloniaUI/fixes/empty-batch-update
Fix empty batch nested updates.
|
4 years ago |
Dan Walmsley
|
7695205d25
|
win32, keep window size at all scale settings when entering and exiting fs mode.
|
4 years ago |
Dan Walmsley
|
06c83fb2a9
|
Merge pull request #8415 from AvaloniaUI/backport/8405
Backport macOS windowing fixes.
|
4 years ago |
Steven Kirk
|
af05fce02e
|
Merge pull request #8232 from AvaloniaUI/feature/window-integration-tests
Feature/window integration tests
|
4 years ago |
Dan Walmsley
|
3b8499a356
|
Merge pull request #8405 from AvaloniaUI/fixes/8335-more-macos-window-issues
Fix more macos window issues and add more integration tests.
|
4 years ago |
Steven Kirk
|
dcd3aa5e4f
|
Backport IntegrationTestApp to 0.10.x.
Even though we don't have automation there and so can't do integration testing, it's still useful for manual testing.
|
4 years ago |
Max Katz
|
277d94c10e
|
Merge pull request #8245 from Whiletru3/stable/0.10.x
Use own Pen (if set) in GeometryDrawing.GetBounds
|
4 years ago |
Dan Walmsley
|
82d55a114e
|
Merge pull request #8305 from AvaloniaUI/fixes/reduce-excessive-layout-passes
Fixes/reduce excessive layout passes
# Conflicts:
# tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs
|
4 years ago |
Dan Walmsley
|
96c21bfbd8
|
Merge pull request #8270 from AvaloniaUI/feature/x11-xsync-counter
[X11] Improve _NET_WM_SYNC_REQUEST handling
|
4 years ago |
Whiletru3
|
b446f21469
|
Merge branch 'AvaloniaUI:stable/0.10.x' into stable/0.10.x
|
4 years ago |
Dan Walmsley
|
4aedf52935
|
Merge pull request #8268 from AvaloniaUI/feature/x11-xsync-counter
[X11] Added support for the basic version of _NET_WM_SYNC_REQUEST protocol
|
4 years ago |
Dan Walmsley
|
d666e4f27c
|
Merge pull request #8269 from AvaloniaUI/fixes/osx-setcontent-size-shadow-invalidation
Fixes/osx setcontent size shadow invalidation
|
4 years ago |
Dan Walmsley
|
09c9a98b9d
|
only setcontentsize if window is shown or about to show.
|
4 years ago |
Dan Walmsley
|
591b4695c4
|
tidy nswindow initialisation.
|
4 years ago |
Dan Walmsley
|
ab0c1357c8
|
Merge pull request #8267 from AvaloniaUI/fixes/osx-cef-electron-compatibility
osx: restore missing api for cef - electron compatibility
|
4 years ago |
Dan Walmsley
|
2bd97840ae
|
Merge pull request #8253 from AvaloniaUI/stop-iscancel-on-detached
Stop listening for IsCancel on button detached
|
4 years ago |
Dan Walmsley
|
d18f97973d
|
Merge pull request #8252 from AvaloniaUI/safe-log-typed-adapter
Check if BindingValue actually has a value before logging an error
|
4 years ago |
Dan Walmsley
|
5d360fa655
|
Merge pull request #8265 from AvaloniaUI/fixes/osx-invalidate-shadow-always
whenever we become key... dispatch invalidateShadow
|
4 years ago |
Dan Walmsley
|
63751032ce
|
Merge pull request #8264 from AvaloniaUI/fixes/osx-invalidate-shadow-onshow
osx: ensure shadow is invalidated on show.
|
4 years ago |
Whiletru3
|
55101cded7
|
Merge branch 'AvaloniaUI:stable/0.10.x' into stable/0.10.x
|
4 years ago |
Dan Walmsley
|
8499a55af2
|
Merge pull request #8258 from AvaloniaUI/fixes/osx-keyboard-input
OSX: fix call to virtual method from ctor.
|
4 years ago |
Dan Walmsley
|
bd6d6658e8
|
Merge pull request #8257 from AvaloniaUI/fixes/osx-toolbar-hint
Fixes/osx toolbar hint
|
4 years ago |
Dan Walmsley
|
4d99ad1ea8
|
Merge pull request #8255 from AvaloniaUI/fixes/osx-extended-wants-chrome-hint
OSX: fix logic for deciding if chrome buttons should be shown or not in ex…
|
4 years ago |
Patrick Tellier
|
f733c0f57a
|
Use own Pen (if set) in GeometryDrawing.GetBounds : Add unit tests
|
4 years ago |