Dariusz Komosiński
611aabff7d
Merge branch 'master' into more-mono-trickery
5 years ago
Dariusz Komosiński
ea4767f3b9
Merge pull request #5606 from YohDeadfall/fixed-parameter-name
Fixed parameter name in uniform grid state
5 years ago
Dariusz Komosinski
7475354709
Add more mono trickery
5 years ago
Dariusz Komosiński
6a9d1b883a
Merge branch 'master' into fixed-parameter-name
5 years ago
Steven Kirk
00066facb3
Merge pull request #5422 from luthfiampas/master
Auto-select ComboBoxItem based on keyboard inputs (select-as-you-type)
5 years ago
Luthfi Tri Atmaja
858a065de6
Merge branch 'master' into master
5 years ago
Yoh Deadfall
f831b5d346
Fixed parameter name in uniform grid state
5 years ago
Dan Walmsley
4350deb24c
Merge pull request #5499 from AvaloniaUI/fixes/5475-submenu-interaction
Turn off light dismiss for non-toplevel menus.
5 years ago
Dan Walmsley
87cc3fcded
Merge branch 'master' into fixes/5475-submenu-interaction
5 years ago
Dariusz Komosiński
4035f75720
Merge pull request #5579 from workgroupengineering/fixes/Issue_5578
fixes invalid name of DirectProperty in Avalonia.Animation.Animation
5 years ago
Dariusz Komosiński
461a4090a1
Merge branch 'master' into fixes/Issue_5578
5 years ago
Dan Walmsley
e19593e4b6
Merge pull request #5597 from AvaloniaUI/allow-disabling-default-appmenu-items-osx
allow user to disable generation of default appmenu items on osx.
5 years ago
Dan Walmsley
f9a44066f9
Merge branch 'master' into allow-disabling-default-appmenu-items-osx
5 years ago
Dan Walmsley
760de8719e
Merge pull request #5580 from AvaloniaUI/set-content-attribute-on-DataGridTemplateColumn
make cell template the content of DataGridTemplateColumn
5 years ago
Dan Walmsley
209bb82608
Merge branch 'master' into set-content-attribute-on-DataGridTemplateColumn
5 years ago
Dan Walmsley
111a9c80ab
allow user to disable generation of default appmenu items on osx.
5 years ago
Dariusz Komosiński
31dae767c4
Merge branch 'master' into fixes/Issue_5578
5 years ago
Nikita Tsukanov
eb27cb16ea
Merge pull request #5589 from YohDeadfall/no-size-reconstruction
Return desired size as is without recreating it
5 years ago
Dariusz Komosiński
8f119ae166
Merge branch 'master' into no-size-reconstruction
5 years ago
Yoh Deadfall
8f330b0b82
Return desired size as is without recreating it
5 years ago
Dan Walmsley
30a0be6ef5
missing using.
5 years ago
Dan Walmsley
d8d6a47809
make cell template the content of DataGridTemplateColumn
saves a lot of bloat when decalring TemplatedColumns.
5 years ago
Giuseppe Lippolis
0a54da63ec
fixes invalid name of DirectProperty in Avalonia.Animation.Animation
5 years ago
Dan Walmsley
8f926a3cc4
Merge pull request #5566 from AvaloniaUI/fixes/tabcontrol-leak
Fix TabControl/TabItem leak
5 years ago
Dan Walmsley
b6404cd3d6
Merge branch 'master' into fixes/tabcontrol-leak
5 years ago
Benedikt Stebner
a1d5fd5e47
Merge pull request #5577 from antrv/fixes/formatted-text-5576
Assign FormattedText._platform in constructor #5576
5 years ago
Benedikt Stebner
db3e728a88
Merge branch 'master' into fixes/formatted-text-5576
5 years ago
Anton Ryzhov
29ddaf6666
Calling default constructor of FormattedText to assign _platform #5576
5 years ago
Steven Kirk
1837548b3b
Fix TabItems leaking.
When a `TabItem` was created a binding was being set up to the owner `TabControl` but that binding was never being freed.
Ideally we'd be setting these properties in XAML rather than hardcoding them in the generator but that would be a breaking change for everyone who re-templated `TabControl`.
As a second-best option what we'd do is set up a `$parent` binding in the generator but this isn't available in Avalonia.Controls so had to implement a quick observable which watches for a parent `TabControl` and subscribes to it.
5 years ago
Steven Kirk
3d4c17b387
Added failing leak test for TabControl/TabItem.
Removing `TabItem`s causes a leak.
5 years ago
Luthfi Tri Atmaja
cfeb19fd2a
Merge branch 'master' into master
5 years ago
Jumar Macato
0ac31930ef
Merge pull request #5561 from Splitwirez/path-figures-parse
Add `Parse` method to `PathFigures` class
5 years ago
Splitwirez
e0bed9a532
Added `Parse` method to `PathFigures` class
5 years ago
Splitwirez
11d9bb911b
Merge pull request #6 from AvaloniaUI/master
Update to latest master
5 years ago
Steven Kirk
dcbfdba13a
Merge branch 'master' into master
5 years ago
Dan Walmsley
94300c7d8b
Merge pull request #5413 from joaompneves/nativehostcontrol-emptybounds-fix
Fixed NativeControlHost to prevent calling ShowInBounds when bounds empty
5 years ago
Dan Walmsley
3029f7f7f8
Merge branch 'master' into nativehostcontrol-emptybounds-fix
5 years ago
Dan Walmsley
235553818e
Merge pull request #5546 from AvaloniaUI/fixes/win32-showactivated
Don't call SetFocus on Windows with ShowActivated == false.
5 years ago
Dan Walmsley
f6d7efd11b
Merge branch 'master' into nativehostcontrol-emptybounds-fix
5 years ago
luthfiampas
a4477e7de6
set default value of IsTextSearchEnabled to true
5 years ago
luthfiampas
e6952dc352
rename AutoSelect to TextSearch
5 years ago
Steven Kirk
28b2e2061e
Don't call SetFocus on Windows with ShowActivated == false.
This was causing the window to get activated.
5 years ago
Steven Kirk
1fff724478
Removed unneeded binding.
Co-authored-by: Max Katz <maxkatz6@outlook.com>
5 years ago
Jumar Macato
10075e34af
Merge pull request #5545 from AvaloniaUI/fixes/4205-slider-keyboard
Fix slider keyboard interaction and add IsDirectionReversed
5 years ago
Jumar Macato
50208141e5
Merge branch 'master' into fixes/4205-slider-keyboard
5 years ago
Steven Kirk
47250e1426
Turn off light dismiss for non-toplevel menus.
For default theme.
5 years ago
Steven Kirk
67b1188cb2
Merge branch 'master' into fixes/5475-submenu-interaction
5 years ago
Steven Kirk
d5e6171ddd
Improve slider interaction in AcrylicPage.
- Add small/large change
- Display to 1 decimal place
5 years ago
Steven Kirk
f7aa342f22
Added reversed direction sliders to ControlCatalog.
5 years ago
Steven Kirk
012e28f52b
Add IsDirectionReversed to Slider.
Fixes #3617 .
5 years ago