Steven Kirk
c9a385bd5a
Allow SelectionNode children to change.
Make `SelectionModelChildrenRequestedEventArgs.Children` an observable, so that the we can react to the children collection object changing, as well as the children inside the collection changing.
Upstream issue: https://github.com/microsoft/microsoft-ui-xaml/issues/2404
6 years ago
Steven Kirk
51c2cc8d5f
Merge branch 'master' into refactor/use-selectionmodel
6 years ago
Steven Kirk
21b21e40bc
Merge pull request #3818 from MarchingCube/deferred-renderer-memory
Limit reallocations in the deferred renderer.
6 years ago
Dariusz Komosiński
820146adc4
Merge branch 'master' into deferred-renderer-memory
6 years ago
Dan Walmsley
e91238965a
100mb default gpu resource graphics memory
6 years ago
danwalmsley
9626565ea7
Merge pull request #3889 from AvaloniaUI/feature/allow-user-to-configure-video-memory
Allow user to set GPU VMem limit.
6 years ago
Dan Walmsley
4033dff3da
add default argument.
6 years ago
Dan Walmsley
33dca75d4f
Allow user to set GPU VMem limit.
6 years ago
Steven Kirk
96c2331bd5
Merge pull request #3869 from MarchingCube/logical-extensions
Improve LogicalExtensions a bit.
6 years ago
Steven Kirk
3f82c2d85b
Merge branch 'master' into logical-extensions
6 years ago
danwalmsley
7fbfbf70f2
Merge pull request #3849 from AvaloniaUI/feature/windowstate-fullscreen
FullScreen WindowState
6 years ago
Nikita Tsukanov
20754f9291
[X11] Remove BorderOnly support for now since it doesn't work anyway
6 years ago
Dan Walmsley
0cae901e2e
move const declaration
6 years ago
Dan Walmsley
0608ad6008
prevent restoring window styles from overwriting windowstates.
6 years ago
Dan Walmsley
4d6166e3cc
make class internal.
6 years ago
Dan Walmsley
0e12f98419
move TaskbarList interop into UnmanagedMethods and a wrapper class.
6 years ago
Dan Walmsley
172de036be
fix glitch with window decorations transitioning from fullscreen to maximized.
6 years ago
Dan Walmsley
1c4a56a406
ensure style is always up to date before entering fs.
6 years ago
Nikita Tsukanov
bd3d45d1ce
[X11] Make BorderOnly to behave the same way as None, since it doesn't work anyway
6 years ago
Nikita Tsukanov
3491315091
[X11] Fixed reverting back from fullscreen
6 years ago
danwalmsley
acf18cf134
Merge branch 'master' into feature/windowstate-fullscreen
6 years ago
Benedikt Stebner
bbf67cd67c
Merge pull request #3879 from Gillibald/fixes/TextBox
Fix TextBox invalidation
6 years ago
Benedikt Schroeder
d5a317cee6
Invalidate TextBox on PasswordChar change
6 years ago
Dariusz Komosiński
78b8e66b9a
Merge branch 'master' into logical-extensions
6 years ago
Benedikt Schroeder
6f3a1db9a6
Fix TextBox invalidation
6 years ago
Jumar Macato
cea3dd7a7b
Merge pull request #3875 from AvaloniaUI/make-fps-great-again
Make fps great again
6 years ago
Nikita Tsukanov
6311b913e1
Second ctor
6 years ago
Nikita Tsukanov
07288d2087
Reduce allocations
6 years ago
Nikita Tsukanov
159cea5f4c
Broken mocks every-freaking-where
6 years ago
Nikita Tsukanov
b201e8c591
Show the effective rendered frame count instead of render timer tick count
6 years ago
Nikita Tsukanov
4af87777c5
Preemptively schedule a scene update when rendering an updated SceneInvalidated
Effective FPS is now 60 instead of 30
6 years ago
Dariusz Komosinski
c9d1685f04
Add comments copied from VisualExtensions.
6 years ago
Dariusz Komosinski
f3dfb5d18c
Fix broken visual ancestor.
6 years ago
Dariusz Komosinski
cd2b26bc94
Add extra methods to LogicalExtensions and optimize a few methods as well.
6 years ago
Dan Walmsley
b429943023
[OSX] correctly transition from fullscreen to minimized.
6 years ago
Dan Walmsley
24dd2b4459
[OSX] borderless window can transistion from FullScreen to Maximised correctly.
6 years ago
Dan Walmsley
d19f117b4f
[OSX] any borderstyle can enter fullscreen mode.
6 years ago
Dan Walmsley
b8e150e6f5
[OSX] borderless windows can be minimized.
6 years ago
Dan Walmsley
66d3f44cab
borderless windows can change state.
6 years ago
danwalmsley
963ea582fe
Merge branch 'master' into feature/windowstate-fullscreen
6 years ago
danwalmsley
32ffc284d7
Merge pull request #3870 from AvaloniaUI/feature/osx-dont-let-osx-auto-insert-some-window-items
[OSX] prevent osx from inserting View and Help menu options.
6 years ago
Dan Walmsley
52314870f5
[OSX] prevent osx from inserting View and Help menu options.
6 years ago
danwalmsley
5b4a060f6e
Merge branch 'master' into feature/windowstate-fullscreen
6 years ago
danwalmsley
5f345d98e8
Merge pull request #3867 from MarchingCube/osx-dialog-flag
OSX: Mark modal windows
6 years ago
danwalmsley
30fb4c2d12
Merge branch 'master' into feature/windowstate-fullscreen
6 years ago
Dan Walmsley
aadc2effe0
borderless windows will close.
6 years ago
Dan Walmsley
7876fea246
[OSX] cope with toggling borderstyle when in fs mode.
6 years ago
Dan Walmsley
cf0568a959
Rename HasDecorations api to SetDecorations api.
6 years ago
Dan Walmsley
47f3b2c810
rename _hasDecorations to _decorations.
6 years ago
Dan Walmsley
bce4b8aee6
Revert "[OSX] attempt to fix decoration changes when in fs mode."
This reverts commit a77e043262 .
6 years ago