Dariusz Komosiński
e9ed8efb22
Merge branch 'master' into style-inspector
6 years ago
Dan Walmsley
b6404cd3d6
Merge branch 'master' into fixes/tabcontrol-leak
6 years ago
Benedikt Stebner
a1d5fd5e47
Merge pull request #5577 from antrv/fixes/formatted-text-5576
Assign FormattedText._platform in constructor #5576
6 years ago
Benedikt Stebner
db3e728a88
Merge branch 'master' into fixes/formatted-text-5576
6 years ago
Anton Ryzhov
29ddaf6666
Calling default constructor of FormattedText to assign _platform #5576
6 years ago
Dariusz Komosinski
d5d2fc4d84
Merge branch 'style-inspector' of https://github.com/MarchingCube/Avalonia into style-inspector
6 years ago
Dariusz Komosinski
38ebab0916
Add info about how many styles are active and allow for showing inactive styles.
6 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.
6 years ago
Steven Kirk
3d4c17b387
Added failing leak test for TabControl/TabItem.
Removing `TabItem`s causes a leak.
6 years ago
Luthfi Tri Atmaja
cfeb19fd2a
Merge branch 'master' into master
6 years ago
Dariusz Komosiński
c0f81933cb
Merge branch 'master' into style-inspector
6 years ago
Jumar Macato
0ac31930ef
Merge pull request #5561 from Splitwirez/path-figures-parse
Add `Parse` method to `PathFigures` class
6 years ago
Dariusz Komosinski
161b9374a5
Add style snapshotting and context menus to copy property values.
6 years ago
Dariusz Komosinski
bf40bae0ed
API diff update.
6 years ago
Dariusz Komosinski
02fa3502e0
Cleanup styling code.
6 years ago
Dariusz Komosinski
e428d5601a
General UX improvements.
6 years ago
Dariusz Komosinski
188faa07c5
WIP setup for inspecting styles.
6 years ago
Splitwirez
e0bed9a532
Added `Parse` method to `PathFigures` class
6 years ago
Splitwirez
11d9bb911b
Merge pull request #6 from AvaloniaUI/master
Update to latest master
6 years ago
Steven Kirk
dcbfdba13a
Merge branch 'master' into master
6 years ago
Dan Walmsley
94300c7d8b
Merge pull request #5413 from joaompneves/nativehostcontrol-emptybounds-fix
Fixed NativeControlHost to prevent calling ShowInBounds when bounds empty
6 years ago
Dan Walmsley
3029f7f7f8
Merge branch 'master' into nativehostcontrol-emptybounds-fix
6 years ago
Dan Walmsley
235553818e
Merge pull request #5546 from AvaloniaUI/fixes/win32-showactivated
Don't call SetFocus on Windows with ShowActivated == false.
6 years ago
Dan Walmsley
f6d7efd11b
Merge branch 'master' into nativehostcontrol-emptybounds-fix
6 years ago
luthfiampas
a4477e7de6
set default value of IsTextSearchEnabled to true
6 years ago
luthfiampas
e6952dc352
rename AutoSelect to TextSearch
6 years ago
Steven Kirk
28b2e2061e
Don't call SetFocus on Windows with ShowActivated == false.
This was causing the window to get activated.
6 years ago
Steven Kirk
1fff724478
Removed unneeded binding.
Co-authored-by: Max Katz <maxkatz6@outlook.com>
6 years ago
Jumar Macato
10075e34af
Merge pull request #5545 from AvaloniaUI/fixes/4205-slider-keyboard
Fix slider keyboard interaction and add IsDirectionReversed
6 years ago
Jumar Macato
50208141e5
Merge branch 'master' into fixes/4205-slider-keyboard
6 years ago
Steven Kirk
47250e1426
Turn off light dismiss for non-toplevel menus.
For default theme.
6 years ago
Steven Kirk
67b1188cb2
Merge branch 'master' into fixes/5475-submenu-interaction
6 years ago
Steven Kirk
d5e6171ddd
Improve slider interaction in AcrylicPage.
- Add small/large change
- Display to 1 decimal place
6 years ago
Steven Kirk
f7aa342f22
Added reversed direction sliders to ControlCatalog.
6 years ago
Steven Kirk
012e28f52b
Add IsDirectionReversed to Slider.
Fixes #3617 .
6 years ago
Steven Kirk
4327c36c66
Fix slider keyboard interaction.
- Now `Slider` can be itself focused, handle the key events from the control, not the `Track`.
- Reverse the direction in which the page up/down keys move the slider in order to work as expected
- Make up/down arrows work as well as left/right
Fixes #4205
6 years ago
Steven Kirk
dedc9c9f89
Fix Slider focus.
Previously the `Slider` itself was not focusable but the repeat buttons were - instead make the slider focusable and the repeat buttons unfocusable.
6 years ago
Jumar Macato
fbb35f5307
Merge pull request #5542 from jeffreye/patch-1
Avoid crashing at "open file" dialog (Fix #5541 )
6 years ago
Jeffrey Ye
ad6b76be7f
ignore all exceptions
6 years ago
Jeffrey Ye
52a3b6ef19
Fix #5541
6 years ago
Dan Walmsley
24c29e48ec
Merge branch 'master' into nativehostcontrol-emptybounds-fix
6 years ago
Dan Walmsley
21f7a4190f
Merge pull request #5538 from AvaloniaUI/fixes/osx-becomeKeyWindowHandling
fix handling of becomeKeyWindow on OSX.
6 years ago
Dan Walmsley
f05ac2eb00
Merge branch 'master' into nativehostcontrol-emptybounds-fix
6 years ago
Dan Walmsley
52de38d8a1
fix handling of becomeKeyWindow on OSX.
6 years ago
Steven Kirk
2cfe6dc3c2
Merge pull request #5528 from MarchingCube/perf-improvements
Reduce memory pressure when using bindings
6 years ago
Dariusz Komosinski
11e2d9250c
Reduce memory pressure when using bindings.
6 years ago
Jumar Macato
94fcbfbbe9
Merge pull request #5426 from luthfiampas/fixes-5424
Fix #5424 : Slow/delay TextBox selection
6 years ago
Jumar Macato
f5131acfdd
Merge branch 'master' into fixes-5424
6 years ago
Dan Walmsley
e11c996021
Merge pull request #5458 from AvaloniaUI/fixes/maximum-value-fluent-progresbar
Remove Maximum setter from Fluent ProgressBar
6 years ago
Steven Kirk
048050da5f
Merge branch 'master' into fixes/maximum-value-fluent-progresbar
6 years ago