Max Katz
f3c555404a
NumericUpDownPage example shouldn't set strict Width to elements
6 years ago
amwx
0863b29d09
Rename existing DatePicker control
6 years ago
Max Katz
8f01bd3165
Add ToggleButton to ButtonPage example
6 years ago
Dan Walmsley
069438bfae
fix resolving theme.
6 years ago
Dan Walmsley
d4606213ce
set background to something sensible.
6 years ago
Max Katz
b6a5e9bdd4
Add example for RepeatButton
6 years ago
Dan Walmsley
8e4716cabd
allow switching of the entire themes.
6 years ago
Jumar Macato
9d5345e621
Import Fluent Slider
6 years ago
Jumar Macato
d314454b6e
Revert "Fluent Slider port"
6 years ago
Dan Walmsley
136a07497a
show horizontal ticks.
6 years ago
Dan Walmsley
db5714c7cd
demo placeholder
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
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
Steven Kirk
d504c86199
Added a "Select Random Item" button to TreeView page.
Causes an exception due to containers not being materialized.
6 years ago
Dan Walmsley
c0a04699fe
add acrylic blur option.
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
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
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
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
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
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