Dan Walmsley
fc090585da
use fluent resource for max height of autocomplete box popup.
6 years ago
Dan Walmsley
85f37abe21
transparent popups
6 years ago
Dan Walmsley
c25fe3a80c
working transparent popup
6 years ago
Max Katz
6cb6820f79
Add missed default value for Padding
6 years ago
Max Katz
e08e6a44ab
Remove AutoCompleteListMaxHeight in favor of MaxDropDownHeight
6 years ago
Max Katz
890513e8a9
Add missed Padding
6 years ago
Max Katz
83f7890ac2
Add SystemControlTransientBackgroundBrush resource with fallback color as Color value
6 years ago
Max Katz
9c67a01d62
Add Fluent AutoCompleteBox Style
6 years ago
Max Katz
324c6ef5ce
Add resources for AutoCompleteBox
6 years ago
Dan Walmsley
9682fd9b21
DropShadowHint rename
6 years ago
Dan Walmsley
46a3c1eb15
move popup hint property.
6 years ago
Dan Walmsley
25013c02d6
add hint for wm drop shadow.
6 years ago
Nikita Tsukanov
34f1b088cf
Actually deflate the rect and never merge before testing
6 years ago
Nikita Tsukanov
303c5f13e0
Restore pre-BoxShadow rect deflation behavior
6 years ago
Dan Walmsley
ae9a4b3fce
working radiobuttons.
6 years ago
Dan Walmsley
f4774f1aa8
add demo
6 years ago
Dan Walmsley
dea12ed7bc
tidy radio button
6 years ago
Jumar Macato
0750db0df8
tryin' to port fluent radiobutton
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
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
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
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
aguahombre
f8a95fa2a1
Fix tooltip memory leak
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
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
Steven Kirk
ab6ff87a73
Fix spacing.
6 years ago
Dan Walmsley
46151fd35b
remove unintended change.
6 years ago
Dan Walmsley
8f396d0570
add fix for StackOverflow in resource loading.
6 years ago
Dan Walmsley
98591e7574
remove workaround.
6 years ago
Dan Walmsley
55200b7080
prevent so with ResourceInclude and StyleInclude.
6 years ago
Dan Walmsley
0d9ea706cb
update xamlil to support static resources aliases.
6 years ago