Nikita Tsukanov
780c4d7076
Whoops, conditional compilation
3 years ago
robloo
7c4fdd8d12
Always coerce empty color in ColorSpectrum
3 years ago
robloo
e1d0ba108e
Fix FlatColorPalette default color values
3 years ago
robloo
5c24e38490
Add DataGridColumn Tag property
3 years ago
Nikita Tsukanov
971c848c8f
Actually invalidate the server visual on render list invalidation
3 years ago
Nikita Tsukanov
14b8025d83
Fixes for animation registry
3 years ago
Nikita Tsukanov
9b51c6b7f5
Added TopLevel.RequestAnimationFrame
3 years ago
Emmanuel Hansen
fb4d231e84
fix touch capture target being lost
3 years ago
Steven Kirk
994fb351d6
Fix scroll to selected item logic.
- Use `TreeContainerFromItem` when trying to find the container for the selected item, it can be anywhere in the tree
- Only scroll to `SelectedItem`, not another item in `SelectedItems`
3 years ago
Steven Kirk
f912d4ca28
Improve TreeView.AutoScrollToSelectedItem.
It's still of very limited use as the selected item's ancestors need to be manually expanded, but at least when the selected item is realized it should now be scrolled into view.
Fixes #10449
3 years ago
Steven Kirk
7f26402bd3
Set PointerOverRoot.
Fixes DevTools not working when pressing Ctrl+Shift (there's a check that `vm.PointerOverRoot` is not null in `MainWindow.xaml.cs`).
3 years ago
rabbitism
d186b49b39
feat: remove :dragging transition in styles.
3 years ago
rabbitism
beb7cec6c4
feat: resolve dragging position flickering issue.
3 years ago
rabbitism
9aaa708405
misc: update docs. format code.
3 years ago
rabbitism
7808da2160
feat: attach transitions after ToggleSwitch loaded.
3 years ago
Nikita Tsukanov
685682c5db
Fixed race condition in Compositor.Commit
3 years ago
Nikita Tsukanov
3d9ef67c49
Fixed _requestedCommits enumeration
3 years ago
Benedikt Stebner
f4f3670c38
Remove redundant using
3 years ago
Julien Lebosquain
4adf0b68cb
Fixed previewer render scaling
3 years ago
Julien Lebosquain
c45d49942b
RemoteServerTopLevelImpl cleanup
3 years ago
Julien Lebosquain
af343bdf02
Implemented a proper framebuffer for RemoteServerTopLevelImpl
3 years ago
Julien Lebosquain
fb9baae012
Fixed ManagedDispatcherImpl wait
3 years ago
affederaffe
51da158ad6
Fix DBus Tray Icon when the org.kde.StatusNotifierWatcher service is unavailable
3 years ago
Emmanuel Hansen
c12fe17315
Added internal helpers for protected gesture events
3 years ago
Nikita Tsukanov
abcad6e78a
Added InterpolatingTransitionBase
3 years ago
Emmanuel Hansen
9b41e8e8f8
make pointer handler protected internal
3 years ago
Emmanuel Hansen
0ac73d1a73
remove GestureRecognizer.Initialize
3 years ago
Emmanuel Hansen
0042c19121
replace IGestureRecognizer with abstrac GestureRecognizer. remove related obsolete interfaces.
3 years ago
Emmanuel Hansen
5ad9e4ea4e
fix tests
3 years ago
Emmanuel Hansen
8c0dfbaf08
rework gesture routing #11522
3 years ago
Emmanuel Hansen
250959acc8
notify current gesture recognizer that it's lost capture
3 years ago
Emmanuel Hansen
42fccd1af6
track currently active gesture in the pointer
3 years ago
Dan Walmsley
864ef9b3d9
improve comment.
3 years ago
Dan Walmsley
d99697f4ae
fixes the overlay popup glitch where it renders at 0,0 before applying the offet.
use the media context api to sync with layout and render.
3 years ago
Steven Kirk
9971c6de22
Make some interfaces/classes a PrivateApi.
Instead of internal. Required to allow people to port existing unit tests without having to rewrite using Headless.
3 years ago
Max Katz
6f6ec9b79d
Update BclStorageFile.cs
3 years ago
Max Katz
aaf13944c8
Update BclStorageFile.cs
3 years ago
Max Katz
eb05dac696
Remove IKeyboardDevice/IPointerDevice/IDragDropDevice from public API, as they are not really used anywhere
3 years ago
Max Katz
9b95fa5803
Make it work after merge conflicts
3 years ago
Julian Preece
4511be1765
Fix using key modifier for input
3 years ago
Julian Preece
0027ace53b
handle mouse wheel for vnc
3 years ago
Julian Preece
5df3a46645
Handle keyboard input for vnc
3 years ago
Julian Preece
2388674224
Fix vnc colour format
3 years ago
Max Katz
d267d06a08
Move PlatformHotkeyConfiguration to IPlatformSettings
3 years ago
Max Katz
cc91a97433
Hide more XAML files that should be internal
3 years ago
Max Katz
917a9b4209
Keep namespace info always public, as it's a nested class, to avoid problems
3 years ago
Max Katz
9ba579a15a
Update documentation a bit
3 years ago
Max Katz
6d57d3cf7d
Introduce Application.PlatformSettings
3 years ago
Max Katz
596f876868
Use PlatformHotkeyConfiguration.Instance instead of locator
3 years ago
Max Katz
3515143219
Use PlatformSettings from the top level internally
3 years ago