Dan Walmsley
28d9996ab9
tweak caption buttons
6 years ago
Dan Walmsley
0f271df11f
initial work toward managed caption buttons.
6 years ago
Dan Walmsley
a602a953d4
only show titlebar content when in dwm mode.
6 years ago
Dan Walmsley
61d94bcae6
fix layout.
6 years ago
Dan Walmsley
a0c2575bfa
fully working client area extension demo
6 years ago
Dan Walmsley
333f6ea2e8
Move transparency to window customizations page.
6 years ago
Dan Walmsley
1286a2cff3
Add a WindowCustomization page to the control catalog.
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
Nikita Tsukanov
db3e2780f1
OSX support
6 years ago
Nikita Tsukanov
1dea1a32bb
GLES compat
6 years ago
Nikita Tsukanov
d9387b4317
Shader GLES compatibility fixes
6 years ago
Вадим Мельников
3aab2d5619
Added functionality to use CroppedBitmap directly in XAML
6 years ago
Benedikt Schroeder
de93e8e969
Full Unicode support for TextBlock
6 years ago
Steven Kirk
2944099428
Display gestures in NativeMenuBar.
To do this we needed to change the `KeyGesture.ToString()` method to produce input gesture text suitable for menus. Also demonstrated in `MainWindow` how to produce different gestures/headers depending on platform.
6 years ago
Steven Kirk
deebe6090f
Show input gesture text in control catalog.
6 years ago
Вадим Мельников
c34bfc56f8
Add class CroppedBitmap
6 years ago
Steven Kirk
c4afd15d90
Use SelectionModel in TreeView.
6 years ago