Dan Walmsley
25413c85e6
fix build.
5 years ago
Dan Walmsley
b8a7066796
Merge branch 'master' into fixes/5027-avaloniaobject-batching
5 years ago
Steven Kirk
5a82631860
Merge pull request #5537 from MarchingCube/style-inspector
Style inspector
5 years ago
Steven Kirk
521c784234
Merge branch 'master' into style-inspector
5 years ago
Jumar Macato
7ef4490e13
Merge pull request #5613 from MarchingCube/more-mono-trickery
Add more mono trickery
5 years ago
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
Dariusz Komosiński
88bc11b9e5
Merge branch 'master' into fixes/5027-avaloniaobject-batching
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
Dariusz Komosiński
e9ed8efb22
Merge branch 'master' into style-inspector
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
Dariusz Komosinski
d5d2fc4d84
Merge branch 'style-inspector' of https://github.com/MarchingCube/Avalonia into style-inspector
5 years ago
Dariusz Komosinski
38ebab0916
Add info about how many styles are active and allow for showing inactive styles.
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
Dariusz Komosiński
c0f81933cb
Merge branch 'master' into style-inspector
5 years ago
Jumar Macato
0ac31930ef
Merge pull request #5561 from Splitwirez/path-figures-parse
Add `Parse` method to `PathFigures` class
5 years ago
Dariusz Komosinski
161b9374a5
Add style snapshotting and context menus to copy property values.
5 years ago
Dariusz Komosinski
bf40bae0ed
API diff update.
5 years ago
Dariusz Komosinski
02fa3502e0
Cleanup styling code.
5 years ago
Dariusz Komosinski
e428d5601a
General UX improvements.
5 years ago
Dariusz Komosinski
188faa07c5
WIP setup for inspecting styles.
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