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
Nikita Tsukanov
1dea1a32bb
GLES compat
6 years ago
Nikita Tsukanov
d9387b4317
Shader GLES compatibility fixes
6 years ago
Steven Kirk
30e8cac05d
Update to .NET core 3.1.
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