Steven Kirk
7ba6a901fa
Merge pull request #2287 from donandren/prs/dropdownimpr
DropDown improvements
7 years ago
Steven Kirk
c47648d784
Merge branch 'master' into prs/dropdownimpr
7 years ago
Jumar Macato
964cc6316b
Merge branch 'master' into datagrid-integration
7 years ago
Steven Kirk
f7ddcd3709
Merge pull request #2262 from AvaloniaUI/fixes/2260-image-sizing
Fix image sizing
7 years ago
Steven Kirk
78b356686e
Merge branch 'master' into fixes/2260-image-sizing
7 years ago
Steven Kirk
32f5e14d8a
Merge branch 'master' into master
7 years ago
Steven Kirk
bd64e1bde2
Merge pull request #2305 from AvaloniaUI/refactor/remove-isupportinitialize
Remove Avalonia.ISupportInitialize.
7 years ago
Nikita Tsukanov
717f6f566b
Merge branch 'master' into refactor/remove-isupportinitialize
7 years ago
Nikita Tsukanov
ad7f0977d0
WIP
7 years ago
Nikita Tsukanov
4c7551b9fa
CECIL
7 years ago
Steven Kirk
1f25265170
Merge branch 'master' into grokys/designer-updates
7 years ago
Nikita Tsukanov
58de2aaac0
WIP2
7 years ago
Nikita Tsukanov
f14aac365b
WIP
7 years ago
danwalmsley
dbbb5bd944
Merge pull request #2303 from AvaloniaUI/fixes/x11-monitor-scaling-fullhd-and-below
Scaling of 1 on monitors >= FullHD
7 years ago
Dan Walmsley
1a661e657f
fix error.
7 years ago
Dan Walmsley
ebe779e2dc
Merge remote-tracking branch 'origin/master' into fixes/x11-monitor-scaling-fullhd-and-below
7 years ago
Dan Walmsley
27565d80bd
[X11] put FullHd res check inside GuessPixelDensity.
7 years ago
Steven Kirk
131a4d90ef
Remove Avalonia.ISupportInitialize.
This is a relic from when we were targeting a PCL profile that didn't have `System.ComponentModel.ISupportInitialize`. Now that we have that, use it instead.
7 years ago
Steven Kirk
c438f9301e
Make DesignWindowLoader expect PreviewWith on Styles.
7 years ago
Steven Kirk
da4cf210d9
Merge pull request #2296 from mstr2/add-owner-fix
Fixed a bug when calling AvaloniaProperty.AddOwner
7 years ago
Steven Kirk
8d9c23446a
Make Styles inherit from AvaloniaObject.
This way we can add attached properties (such as `Design.PreviewWith`) to `Styles`.
7 years ago
Steven Kirk
9231ce4a28
Merge branch 'master' into add-owner-fix
7 years ago
Steven Kirk
e3e42e8ae0
Fix bad XAML in DesignWindowLoader message.
7 years ago
Dan Walmsley
7b8b6374a0
Scaling of 1 on monitors >= FullHD
7 years ago
Jeremy Koritzinsky
dd46cffd3a
Merge pull request #2301 from jp2masa/code-cleanup
XML comment fixes
7 years ago
José Pedro
0fce33e43e
XML comment fixes.
7 years ago
Steven Kirk
81510372b4
Don't invalidate a disposed TopLevelImpl.
7 years ago
Steven Kirk
2b34a27892
Return a frame even for an empty control.
If the user has a control with no content then we've still got a valid control
so return a frame with size 0.
7 years ago
Steven Kirk
9ed23bbf89
Handle null modifiers collection.
7 years ago
Steven Kirk
03e84dea7b
Ignore missing events in the designer.
Do this by registering a special type converter for EventInfo, and add in the plumbing
for Portable.Xaml to use that type converter instead of its own (internal) `EventConverter`.
7 years ago
Steven Kirk
73e77654ed
Merge branch 'grokys/designer-updates' of https://github.com/AvaloniaUI/Avalonia into grokys/designer-updates
7 years ago
mstr2
039991da68
Fixed a bug where AddOwner would add a property to AvaloniaPropertyRegistry's property list more than once
7 years ago
Jumar Macato
051ad5c468
Merge pull request #2295 from jp2masa/code-cleanup
Removed redundant bool comparisons
7 years ago
Andrey Kunchev
91e678baf8
call canexecute before execute for button/menu command
7 years ago
Andrey Kunchev
870a2f365f
layoutmanager/listbox/vistualization/scroll issue unit test
7 years ago
Artyom
d20fcf7a4c
Merge branch 'master' into master
7 years ago
José Pedro
fa8d8c896d
Removed redundant bool comparisons.
7 years ago
danwalmsley
9ee0d939ef
Merge pull request #2286 from AvaloniaUI/fixes/2284-deffered-renderer-nre
Fix NRE in Deffered Renderer
7 years ago
artyom
724ec9b8bb
Add xml docs and usage examples
7 years ago
artyom
6e4b9a23c2
Add unit tests for RoutedViewHost
7 years ago
artyom
990bc26d7b
Add RoutedViewHost control implementation
7 years ago
danwalmsley
59492694f6
Merge branch 'master' into fixes/2284-deffered-renderer-nre
7 years ago
danwalmsley
e9f59a90e8
ensure scene is always disposed
7 years ago
Jumar Macato
71ad1a4d0f
Merge pull request #2292 from Sorien/patch-1
Update PR template
7 years ago
Sorien
44cc084bd6
Update PR template
hide section desc with html comments
7 years ago
danwalmsley
b2f250acb4
Oops
7 years ago
Nikita Tsukanov
c2c8eae6a7
Merge pull request #2291 from zawodskoj/stroke-dash-offset
Add StrokeDashOffset support for shapes
7 years ago
Дмитрий Заводской
a8b8454a6c
add StrokeDashOffset support for shapes
7 years ago
Andrey Kunchev
f285c38d27
improve dropdown key up/down and mouse wheel auto selections so they don't go through unselected state
7 years ago
Andrey Kunchev
af83673f91
make DropDown support mouse wheel
7 years ago