Benedikt Schroeder
4f7a701ab7
Reuse the shaped text runs as much as possible
6 years ago
amwx
3c38247757
Merge branch 'AddDefTheme' of https://github.com/amwx/Avalonia into AddDefTheme
6 years ago
amwx
7ef5078610
Default theme support
6 years ago
amwx
80863f44a9
Date/Time Picker default style
6 years ago
amwx
96d1d73581
SplitView Default style
6 years ago
amwx
ce0721deb6
Add Default Theme Support
6 years ago
Steven Kirk
d242e1b5dd
Revert "Fix shared size group for fluent sub menu"
This reverts commit 85c09761ba .
6 years ago
Nikita Tsukanov
c4e9373a54
Merge pull request #4436 from AvaloniaUI/fixes/4409-remove-itemssourceview-cachedsize
Stop ItemsSourceView using a cached size.
6 years ago
Steven Kirk
2f39eb16e0
Stop ItemsSourceView using a cached size.
It can mean that `Count` is out-of-date with regards to the inner collection if it's accessed in a collection changed handler before `OnItemsSourceChanged` is fired.
It's never been clear to me why ItemsSourceView caches the size; I suspect it's due to the performance characteristics of WinRT and so I think it can be safely removed in Avalonia.
Fixes #4409
6 years ago
Steven Kirk
69440388e6
Merge branch 'master' into fixes/4303-designwidth-height
6 years ago
danwalmsley
57eafe2933
Merge pull request #4411 from maxkatz6/fixes/fix-missed-resources
Fixes/fix missed resources
6 years ago
danwalmsley
475cbd6e2d
Merge branch 'master' into fixes/fix-missed-resources
6 years ago
danwalmsley
876d9e132a
Merge pull request #4432 from amwx/master
Fix DatePicker ArgumentOutOfRange exception
6 years ago
Steven Kirk
802b459275
Fix DesignWidth/DesignHeight.
Ensure that design mode properties are set before setting `SizeToContent`.
6 years ago
amwx
836203d033
Fix ArgumentOutOfRange exception
6 years ago
Steven Kirk
5947d9ad6b
Capture mouse when passing through event.
This moves the implicit capture from the overlay layer to the target element.
6 years ago
Steven Kirk
28e7b7e7ea
Remove outdated submodule.
6 years ago
Steven Kirk
db648cc6f8
Set OverlayInputPassThroughElement in MenuItem template.
6 years ago
Steven Kirk
01bb6ec936
Added API compat changes.
6 years ago
Steven Kirk
a0ef74dd4c
Merge branch 'master' into fixes/3965-popup-modal-interaction
6 years ago
danwalmsley
8bd24dfcf7
Merge branch 'master' into fixes/fix-missed-resources
6 years ago
danwalmsley
64928df1d8
Merge pull request #4424 from AvaloniaUI/x11-nvidia-segfault
Attempt to fix X11 nvidia segfault
6 years ago
Dan Walmsley
52d961deed
remove whitespace.
6 years ago
Dan Walmsley
a899f4040e
use two way binding.
6 years ago
Nikita Tsukanov
90aad3b785
Stop the loop when there are no subscribers
6 years ago
Nikita Tsukanov
475fea4d1d
Added SleepLoopRenderTimer because of libnvidia-glcore.so crashes
6 years ago
Nikita Tsukanov
376ee843ca
Fixed concurrency issues in RenderLoop
6 years ago
Jumar Macato
32a34117e7
prototype
6 years ago
Jumar Macato
9ca05ec23d
update textboxpage
6 years ago
Jumar Macato
ad78086d0a
fix padding
6 years ago
Jumar Macato
06d93f3216
test
6 years ago
Jumar Macato
13ad0bf9a2
move it up
6 years ago
Jumar Macato
88a63dde2c
use contentpresenter
6 years ago
Jumar Macato
35a4662617
test
6 years ago
Jumar Macato
1af661666a
add InnerLeftContent and InnerRightContent
6 years ago
Przemysław Onak
177c653093
Revert GridSplitter size for default theme
6 years ago
Maksym Katsydan
bf346ff16e
Replace StaticResource with SolidColorBrush+DynamicResource to fix tests
6 years ago
Maksym Katsydan
fdf4afd6ed
Default theme: Add ToggleSwitch resources
6 years ago
Maksym Katsydan
b941fd675f
Default theme: Replace DropDown with ComboBox in ManagedFileChooser
6 years ago
Max Katz
29f631b1ca
Merge branch 'master' into fixes/fix-missed-resources
6 years ago
Jumar Macato
e327466f16
Merge pull request #4416 from MarchingCube/fix-scheduler-reentrancy
Limit amount of reentrant dispatcher calls.
6 years ago
Dariusz Komosinski
151ea1b181
Limit amount of reentrant dispatcher calls.
6 years ago
Dariusz Komosinski
3fc31a0dd5
Generate api compat baseline.
6 years ago
Dariusz Komosinski
776ffbcbdc
Add documentation for alpha format.
6 years ago
Dariusz Komosinski
aff78fa662
Add default alpha and pixel formats to render interfaces.
6 years ago
Dariusz Komosinski
77ef0ea144
Fix test.
6 years ago
Dariusz Komosinski
972587130b
Support passing alpha format to created bitmaps.
6 years ago
danwalmsley
06b9c3b77b
Merge pull request #4407 from AvaloniaUI/fixes/tooltip-stuck-on-screen
Fixes/tooltip stuck on screen
6 years ago
danwalmsley
588d54038b
Merge branch 'master' into fixes/tooltip-stuck-on-screen
6 years ago
Dan Walmsley
49e41b9594
prevent tooltipgetting stuck.
6 years ago