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
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
Dan Walmsley
455c899876
Add failing unit tests.
6 years ago
Dan Walmsley
98591e7574
remove workaround.
6 years ago
Dan Walmsley
55200b7080
prevent so with ResourceInclude and StyleInclude.
6 years ago
Nikita Tsukanov
2da633f317
Merge pull request #3999 from AvaloniaUI/resource-aliases
update xamlil to support static resources aliases.
6 years ago
Dan Walmsley
0d9ea706cb
update xamlil to support static resources aliases.
6 years ago
Dariusz Komosiński
1f37c734bf
Merge pull request #3989 from AvaloniaUI/fixes/3984-adorner-clipping
Apply global clip to adorner element.
6 years ago
Steven Kirk
79ff5f48c1
Apply global clip to adorner element.
Previously, the adorner clip was not taking into account the clip inherited from ancestor controls, resulting in #3984 .
Fix this by appling the clip from `TransformedBounds.Clip` by translating it to local coordinates first. Note that this doesn't work well for controls with a render transform applied, but at least it fixes the issue in the common case.
Fixes #3984
6 years ago
Nikita Tsukanov
99474d21e1
Merge pull request #3988 from pr8x/patch-1
Typo
6 years ago
Luis v.d.Eltz
b99834ccc6
Update BoolConverters.cs
6 years ago
danwalmsley
cf5d96adcc
Merge pull request #3962 from AvaloniaUI/feature/transparency-api
Window Transparency
6 years ago
Dan Walmsley
ea2fc54590
initialise render target transparency in toplevel.
6 years ago
Dan Walmsley
76316e4a44
osx reports transparent as its minimum transparency level.
6 years ago
Dan Walmsley
c0a04699fe
add acrylic blur option.
6 years ago
Dan Walmsley
730862b753
Add acrylic blur level with fallbacks to blur reported.
6 years ago
Dan Walmsley
3e7b8933b2
whitespace fixes.
6 years ago
Dan Walmsley
3dbe59062a
fix win32 generating borders in blur / transparent mode.
6 years ago
Dan Walmsley
2db3eee7b9
add blurbehind api for someone to use for win7 support in future.
6 years ago
Dan Walmsley
cfbd6991f6
always give fallback if you dont get the setting asked for.
6 years ago
Dan Walmsley
4bc1801c2a
fix popup tests.
6 years ago
danwalmsley
4015ecd9aa
Merge branch 'master' into feature/transparency-api
6 years ago
danwalmsley
a55bc8c436
Merge pull request #3960 from AvaloniaUI/fixes/3467-uselayoutrounding
Fix UseLayoutRounding calculations.
6 years ago
Steven Kirk
ba9e3e7641
Updated expected render test output.
6 years ago
Steven Kirk
83e82def70
Merge branch 'master' into fixes/3467-uselayoutrounding
6 years ago