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
a596e0bfb8
Almost Working fluent textbox.
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
Dan Walmsley
c0a04699fe
add acrylic blur option.
6 years ago
Steven Kirk
e3f6a9f5ab
Enable the previewer in Avalonia samples.
6 years ago
Dan Walmsley
58c518c573
Add Hint / Actual properties for Transparency.
6 years ago
Dan Walmsley
f9a1871d1e
add transparency demo to control catalog.
6 years ago
Dan Walmsley
11d0ca56de
fix timespan in render demo.
6 years ago
Dan Walmsley
b3b7a57397
use consistent naming in renderdemo
6 years ago
Dan Walmsley
957eef7dba
share linebouds helper with render demo. remove hacky test code.
6 years ago
Nikita Tsukanov
39501e5b30
DnD support for OSX
6 years ago
Steven Kirk
63c336e6d1
Refactored TreeView page in ControlCatalog.
To make it a bit easier to debug nested selection problems.
6 years ago
Dan Walmsley
07261b61fe
restore control catalog.
6 years ago
Dan Walmsley
4e07771458
add to render demo
6 years ago
Dan Walmsley
287352f92a
fix demo repro
6 years ago
Dan Walmsley
5eba04f06c
do all calculations in radians.
6 years ago
Dan Walmsley
0808e2810e
move to static LineBoundsHelper class.
6 years ago
Dan Walmsley
40f04c257f
Add render demo showing the algoritm to calculate bounds for lines.
6 years ago
Nikita Tsukanov
118dcdbe66
X11
6 years ago
Nikita Tsukanov
861b417911
Moved non-mandatory gl functions to a demo-specific gl interface
6 years ago
Nikita Tsukanov
2d80a0e293
Allow extra options for managed file dialogs
6 years ago
Nikita Tsukanov
e2bde7155f
Refactored GL version and context management
6 years ago
Nikita Tsukanov
bea8b676a2
Support for multiple box-shadows
6 years ago
Nikita Tsukanov
d0b041095d
Inset box-shadow
6 years ago
Nikita Tsukanov
83b9e78f63
Fixed demo animation
6 years ago
Nikita Tsukanov
20f6f886f9
box-shadow support
6 years ago
Dan Walmsley
17c2268703
add window states demo to control catalog.
6 years ago
Dan Walmsley
eff033589e
Add icons to control catalog example.
6 years ago
Dan Walmsley
b530c3365b
fix checkmark demo
6 years ago
Dan Walmsley
e055474e3e
support checking CheckMark::None
6 years ago
Dan Walmsley
f05751e567
improve demo
6 years ago
Nikita Tsukanov
5036685c3c
Checkmark support for dbus exporter
6 years ago
Dan Walmsley
6b84d5def9
remove debug code.
6 years ago
Dan Walmsley
68197f8858
Rename NativeMenuItem.Enabled to IsEnabled, and NeedsUpdateEvent to Opening event.
6 years ago
Dan Walmsley
1bbea47c65
fix disposing native menus / events
6 years ago
Dan Walmsley
17d17ffe82
add example of updating inside click
6 years ago
Nikita Tsukanov
2eca7bc08a
[GTK] Use gtk_file_chooser_set_filename for open dialogs
6 years ago
Michael Babienco
f8756416be
Update sample for macOS checked menu item
6 years ago
Dan Walmsley
3bf3c64951
whitespace.
6 years ago
Dan Walmsley
8b07ba1121
whitespace
6 years ago
Dan Walmsley
a5c3b3e2b5
remove debug code.
6 years ago
Dan Walmsley
b17c69b4c1
temporary test.
6 years ago
Marcus Wichelmann
c16e377bc6
Fix crash caused by window decorations not being available when using remote rendering
6 years ago
Steven Kirk
4d01dacd77
Remove copyright headers.
Some of our files had them, some didn't. They serve no purpose legally so best to remove the ceremony.
6 years ago
Nikita Tsukanov
bce28b3d35
Fixed InitialFileName for GTK-based file dialog
6 years ago
Dariusz Komosinski
764e7aff01
Initial refactor of win32 window.
6 years ago
Steven Kirk
022294ec7a
MenuItem.InputGestureText -> InputGesture
Changed `MenuItem`'s `string InputGestureText` property to `KeyGesture InputGesture` and gave it a value converter in the default template, because the string representation of a key gesture depends on platform, and putting platform-specific behavior into `ToString` isn't a good idea.
6 years ago
Nikita Tsukanov
3267c8fb27
Proper page position
6 years ago
Nikita Tsukanov
db3e2780f1
OSX support
6 years ago