Max Katz
0ca03349ba
Merge pull request #11252 from AvaloniaUI/fixes/11162-gridsplitter-drag
Fix drag delta when moving outside draggable range.
3 years ago
Max Katz
932788f657
Merge branch 'master' into fixes/11162-gridsplitter-drag
3 years ago
Dan Walmsley
9ba65dd5b0
Merge pull request #11221 from AvaloniaUI/fixes/treeviewitem-shouldnt-handle-spacekey
Dont expand/collapse TreeViewItem on space key.
3 years ago
Steven Kirk
c204156e8a
Don't offset thumb from pointer when dragged past end.
3 years ago
Steven Kirk
5e3b94f88c
Added failing test for scrollbar thumb.
3 years ago
Steven Kirk
69922b6917
Adjust thumb drag position on track size change.
Fixes `ScrollViewer` jumping around when the scroll extent changes while dragging the scrollbar thumb.
3 years ago
Steven Kirk
42bd366bc1
Added failing test for ScrollViewer jumpiness.
3 years ago
Steven Kirk
4333cc33ba
Revert thumb to using relative coordinates for drag.
Undoes the changes in #10892 and #11087 .
3 years ago
Max Katz
ab4436ca5d
Merge pull request #11250 from AvaloniaUI/fixes/auto-append-save-file-dialog-extension-win32
Fix win32 save file dialog / picker, auto add extension when DefaultExtension property is null.
3 years ago
Tim
be632a3350
Merge pull request #11248 from timunie/feat/MakeDataValidationPluginsPublic2
Make DataValidationPlugins public again
3 years ago
Max Katz
7277a9bb9a
Merge pull request #11247 from workgroupengineering/fixes/Discussion_11177
fix: removing unnecessary statements.
3 years ago
Dan Walmsley
e12f59a53e
Merge branch 'master' into fixes/treeviewitem-shouldnt-handle-spacekey
3 years ago
Dan Walmsley
ff16f8accd
if DefaultExtension is null, then pass empty string to win32 otherwise the extension appending logic gets borked.
3 years ago
Tim
6dd9b74044
Make DataValidationPlugins public again
3 years ago
Giuseppe Lippolis
4b539f77b1
fix: removing unnecessary statements.
3 years ago
Max Katz
37f601ebe8
Merge pull request #11228 from Gillibald/fixes/SkiaFontMetrics
Fix Skia FontMetrics
3 years ago
Max Katz
007d2b2a0d
Merge pull request #11227 from rabbitism/combobox
Support DisplayMemberBinding in ComboBox SelectedItem
3 years ago
Max Katz
252ed9cf46
Merge pull request #11230 from workgroupengineering/fixes/Issue_11088
fix(DevTools): Avoid reset filter on navigation
3 years ago
Max Katz
58f77467e0
Merge pull request #11231 from rabbitism/text
Fix SelectableTextBlock double click selection crash issue .
3 years ago
Max Katz
cc2d755449
Merge pull request #11233 from AvaloniaUI/fixes/7706-scrollbar-stuck
Fix scrollbar getting stuck in certain situations
3 years ago
Max Katz
556de33b04
Merge pull request #11235 from AvaloniaUI/feature/rtb-copypixels
Use SKBitmap-backed bitmap for RenderTargetBitmap
3 years ago
Max Katz
ecb126cdd4
Merge pull request #11240 from AvaloniaUI/feature/add-getawaiter-t
Add GetAwaiter<T> for DispatcherOperation<T>
3 years ago
Max Katz
f280b1b58b
Merge pull request #9584 from Gillibald/feature/TextRenderingOptions
Advanced RenderOptions
3 years ago
Max Katz
54a28990e1
Merge pull request #11225 from affederaffe/bump-tmds-dbus-sourcegenerator
Bump Tmds.DBus.SourceGenerator
3 years ago
Nikita Tsukanov
ac24e82d89
Add GetAwaiter<T> for DispatcherOperation<T>
3 years ago
Nikita Tsukanov
9ab08885ed
Fixed RTB Dispose
3 years ago
Nikita Tsukanov
e3dd353da3
Use SKBitmap-backed bitmap for RenderTargetBitmap
3 years ago
Benedikt Stebner
4782e1bc11
Merge
3 years ago
Steven Kirk
7fe8d67374
Queue controls for another arrange after measure.
If an ancestor control results in a control not being arranged, then we need to queue that control for another arrange pass after the next measure pass.
Fixes #7706 .
3 years ago
Steven Kirk
3a250c86f3
Added failing test for #7706 .
3 years ago
rabbitism
24613c8179
fix: fix double click selection issue.
3 years ago
Giuseppe Lippolis
1609b7af78
fix(DevTools): Avoid reset filter on navigation
3 years ago
Benedikt Stebner
bfdc2b387e
Fix Skia FontMetrics
3 years ago
rabbitism
6b56d44022
feat: add combobox samples.
3 years ago
rabbitism
fb202aa060
feat: respect DisplayMemberPath in SelectionBoxItem.
3 years ago
affederaffe
a9eec8d484
Bump Tmds.DBus.SourceGenerator
3 years ago
Max Katz
8ffbbb7dca
Merge pull request #11219 from AvaloniaUI/MikeCodesDotNET-patch-1
Update readme.md
3 years ago
Max Katz
38951a0d63
Merge pull request #11217 from timunie/fix/wasm-cursor-hand
Fix WASM "Hand" cursor not showing
3 years ago
Dan Walmsley
4ecf8c56e8
dont expand/collapse TreeViewItem on space key.
3 years ago
Mike James
f956aa10e7
Update readme.md
Tweaked images to look slightly better in dark mode.
3 years ago
Nikita Tsukanov
bae62a0818
Merge pull request #11213 from AvaloniaUI/MikeCodesDotNET-readme-update
Update readme.md
3 years ago
Mike James
d4d0202701
Merge branch 'master' into MikeCodesDotNET-readme-update
3 years ago
Benedikt Stebner
e416a8cfbf
Merge branch 'master' into fix/wasm-cursor-hand
3 years ago
Tim
1604dd701c
The default cursor is called "default" and not "pointer"
3 years ago
Max Katz
38320d1fc0
Merge pull request #11214 from AvaloniaUI/fixes/dispatcher-invoke-overloads
Fixes/dispatcher invoke overloads
3 years ago
Nikita Tsukanov
015768c5bd
Make sure that Dispatcher.InvokeAsync unwraps tasks and that correct overload is being chosen
3 years ago
Mike James
2f7c518f1e
Update readme.md
Refreshing the readme to match our current branding.
3 years ago
Nikita Tsukanov
f0ea1f1116
Fixed some potential threading issues
3 years ago
Max Katz
125c30c8f6
Merge pull request #11200 from hez2010/obs-hidden
Hide obsoleted members from listing in auto-completions
3 years ago
Max Katz
6837fedadb
Merge pull request #11066 from Gillibald/fixes/getTextBounds
[Text] fixes
3 years ago