Jumar Macato
0750db0df8
tryin' to port fluent radiobutton
6 years ago
danwalmsley
ff963b5f86
Merge pull request #4018 from AvaloniaUI/feature/fluent-listbox
Fluent ListBox
6 years ago
danwalmsley
2090bf1bb3
Merge branch 'master' into feature/fluent-listbox
6 years ago
Dan Walmsley
4bd7d4d7a5
tidy pressed mixin.
6 years ago
Dan Walmsley
852d24c713
listbox item gets pressed mixin.
6 years ago
Dan Walmsley
817476ef77
implement a pressed mixin.
6 years ago
Dariusz Komosiński
429755daee
Merge pull request #3996 from MarchingCube/fix-navigation-direction
Fix invalid navigation direction for Tab.
6 years ago
Steven Kirk
7c28f7888a
Merge branch 'master' into fix-navigation-direction
6 years ago
Dan Walmsley
c961df9ee1
fix unit for listbox test.
6 years ago
Dan Walmsley
8ea62b54c4
Merge remote-tracking branch 'origin/master' into feature/fluent-listbox
6 years ago
danwalmsley
ee6e49def6
Merge pull request #4017 from AvaloniaUI/feature/fluent-button
Fluent Button and AccentButton
6 years ago
Dan Walmsley
01c327d3bf
Add pressed pseudo class to ListBoxItem.
6 years ago
Dan Walmsley
6e55912c75
fully ported listbox and listbox items
6 years ago
Dan Walmsley
b99184b815
Add resources for listbox.
6 years ago
Dan Walmsley
966519e23d
new button template.
6 years ago
Dan Walmsley
d80403aca9
add button resources
6 years ago
Nikita Tsukanov
36a1a7aafd
Merge pull request #4012 from AvaloniaUI/feature/fluent-checkbox
Feature/fluent checkbox
6 years ago
Dan Walmsley
6e7656dfb6
fix checkbox glyph size.
6 years ago
Dan Walmsley
fb3900aea3
fix accents.
6 years ago
Dan Walmsley
b3040728fe
add missing state styles.
6 years ago
Dan Walmsley
7411c3ae7b
further progress on checkbox.
6 years ago
Dan Walmsley
50fe90f8b5
almost fully working checkbox.
6 years ago
Dan Walmsley
91caa45132
add initial port of checkbox template.
6 years ago
Dan Walmsley
a8d598d9c8
add fluent resources for checkbox.
6 years ago
Dan Walmsley
a604e9f9dc
Add base resources for CheckBox.
6 years ago
Nikita Tsukanov
1b24313de2
Merge pull request #4008 from AvaloniaUI/feature/fluent-textbox-template
Fluent TextBox Template
6 years ago
Dan Walmsley
1fcc1b8778
revert controlcatalog changes.
6 years ago
Dan Walmsley
b0a86d7ec2
keep control catalog on old theme for now.
6 years ago
Dan Walmsley
fb0cced162
Fix Textbox layout.
6 years ago
Dan Walmsley
df06ad1b11
add missing light resources for textbox.
6 years ago
Dan Walmsley
a84f5112c7
add fixes to textbox template.
6 years ago
Dan Walmsley
55995c258b
fix fluent textbox background.
6 years ago
Dan Walmsley
a596e0bfb8
Almost Working fluent textbox.
6 years ago
Dan Walmsley
f68d819414
Add TextBox control resources.
6 years ago
danwalmsley
59172a3f79
Add a Fluent theme (identical to Default for now) to allow new theme work to progress without affecting default theme and templates ( #4004 )
* Define the base colours and brushes.
* import base / system colours.
* test textbox using alias for resource.
* add a fluent theme
* revert default theme
* revert original theme.
* restore default theme.
* remove old accents from fluent theme.
* rename namespaces, etc for new theme.
* make control catalog run again.
* undo textbox work.
* Revert "undo textbox work."
This reverts commit 477665c306 .
* add missing fontweight.
* add the UWP base resources.
* Organise the Fluent themes to separate UWP base resources from Fluent resources.
* Add fluentBase dark and light overrides.
* Add xaml files to contain control resources until we get equivalent of ThemeDictionaries.
* undo textbox work.
6 years ago
Jumar Macato
d4fb124eaf
Merge pull request #4016 from aguahombre/fixes/2822-tooltip
Fix tooltip memory leak
6 years ago
aguahombre
3794831f96
Merge branch 'master' into fixes/2822-tooltip
6 years ago
danwalmsley
8573c28ee9
Merge pull request #4015 from AvaloniaUI/feature/convert-color-resource-to-brush
Convert Color resources to brushes.
6 years ago
aguahombre
f8a95fa2a1
Fix tooltip memory leak
6 years ago
Jumar Macato
8b40fee337
Merge branch 'master' into feature/convert-color-resource-to-brush
6 years ago
Steven Kirk
f46c62801e
Convert Color resources to brushes.
Make `StaticResource` and `DynamicResource` automatically convert `Color`s to `ImmutableSolidColorBrush`es and add a `ColorToBrushConverter` for use by bindings.
To do this I made `GetResourceObservable` accept an optional conversion function.
6 years ago
Dariusz Komosiński
db5319c762
Merge pull request #4007 from AvaloniaUI/fixes/stackoverflow-loading-resource
prevent so with ResourceInclude and StyleInclude.
6 years ago
Benedikt Stebner
bd14ea3499
Merge branch 'master' into fixes/stackoverflow-loading-resource
6 years ago
Dariusz Komosiński
ed373aaaa3
Merge pull request #4013 from AvaloniaUI/fixes/itemsrepeater-getorcreateelement
Make ItemsRepeater.GetOrCreateElement public.
6 years ago
Steven Kirk
ff7e724f73
Make ItemsRepeater.GetOrCreateElement public
As it's public in the WinUI version: https://docs.microsoft.com/en-us/uwp/api/microsoft.ui.xaml.controls.itemsrepeater.getorcreateelement?view=winui-2.4
6 years ago
Dariusz Komosiński
e067d3390d
Merge branch 'master' into fix-navigation-direction
6 years ago
Steven Kirk
ab6ff87a73
Fix spacing.
6 years ago
Dan Walmsley
46151fd35b
remove unintended change.
6 years ago
Dan Walmsley
ed375b5780
Allow tests to pass as we expect a KeyNotFound exceptions.
6 years ago
Dan Walmsley
8f396d0570
add fix for StackOverflow in resource loading.
6 years ago