Steven Kirk
ea712f3733
Merge pull request #3583 from AvaloniaUI/refactor/use-selectionmodel
Refactor selection in SelectingItemsControl and TreeView
6 years ago
Steven Kirk
f06eaf38f8
Use correct unit test AppBuilder.
A reference was added to `Avalonia.ReactiveUI` from `Avalonia.Controls.UnitTests` which caused the incorrect `AppBuilder` to be resolved.
6 years ago
Steven Kirk
9f1e668fd7
Merge branch 'master' into refactor/use-selectionmodel
6 years ago
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
danwalmsley
e980f942e4
Merge pull request #3885 from AvaloniaUI/managed-dialog-extras
Allow extra options for managed file dialogs
6 years ago
Dan Walmsley
6853969be9
set dialog title
6 years ago
Benedikt Stebner
d730326d4e
Merge branch 'master' into managed-dialog-extras
6 years ago
Benedikt Stebner
2525f9386f
Merge pull request #3876 from AvaloniaUI/x11-visibility-notify-expose
Trigger repaint on VisibilityNotify events
6 years ago
Steven Kirk
51c2cc8d5f
Merge branch 'master' into refactor/use-selectionmodel
6 years ago
Steven Kirk
523f811fa1
Merge branch 'master' into x11-visibility-notify-expose
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
danwalmsley
46f5b17eb1
Merge branch 'master' into managed-dialog-extras
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
danwalmsley
a26fd99731
Merge branch 'master' into x11-visibility-notify-expose
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
Nikita Tsukanov
2d80a0e293
Allow extra options for managed file dialogs
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
ef9bb42252
Trigger repaint on VisibilityNotify events
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