workgroupengineering
31d7728a54
fix nits
3 years ago
Max Katz
568f0f6ee2
Fix appium test
3 years ago
Max Katz
b0e3d0f116
Merge branch 'master' into fixes/DevTools/WithoutApplicationLifetime
3 years ago
Max Katz
0a73d24177
Fix null adorners not being applied
3 years ago
Max Katz
d2fe3e1762
DataGrid shouldn't have an annoying adorner when anything is focused inside
3 years ago
Max Katz
1ba06676fd
Fix DataGrid focus related properties defaults
3 years ago
Max Katz
881dbfa62a
More mInor changes
3 years ago
Max Katz
440be6e9da
Update excludsions list
3 years ago
Max Katz
dd8f138a2f
Potential fix for EndCellEdit
3 years ago
Max Katz
4198ab3a32
Backport some WCT DataGrid fixes
3 years ago
Max Katz
c111c05bc2
Do not build browser samples
3 years ago
Max Katz
5f9bc80826
Merge pull request #11287 from AvaloniaUI/fixes/dont-focus-invisible-control
Don't focus invisible controls
3 years ago
Max Katz
8a4302cb18
Merge branch 'master' into features/Analyzers/CA1854
3 years ago
Giuseppe Lippolis
e439b706a5
feat: Address rule CA1854
3 years ago
Giuseppe Lippolis
ea779ac9ad
feat: Enable Rule CA1854
3 years ago
Max Katz
b5d7bd7df4
Merge pull request #11281 from AvaloniaUI/fixes/9944-menuflyout-styled-properties
Make MenuFlyout.ItemTemplate a styled property.
3 years ago
Steven Kirk
531fed2b4e
Don't focus unfocusable controls.
- Check `CanFocus` in `FocusManager.SetFocusedElement`
- Check for `IsEffectivelyVisible` in `CanFocus`
- Clear focus when control made invisible
- Update tests that relied on unfocusable controls being focused
3 years ago
Steven Kirk
4b46afef4a
Add failing focus unit tests.
3 years ago
Dan Walmsley
353730f4b7
Merge pull request #11283 from AvaloniaUI/fixes/11272-virtualizingstackpanel-viewport-estimation
Fix VirtualizingStackPanel viewport estimation
3 years ago
Steven Kirk
2f50504ff3
Don't estimate negative top/left for viewport.
Fixes #11272 .
3 years ago
Steven Kirk
570e7a979c
Added failing test for #11272 .
3 years ago
Steven Kirk
42b0988d1a
Make MenuFlyout.ItemTemplate a styled property.
3 years ago
Dan Walmsley
2c3002d9bb
Merge pull request #11216 from AvaloniaUI/feature/heterogeneous-item-containers-2
Support heterogeneous item containers V2
3 years ago
Dan Walmsley
badd244064
Merge branch 'master' into fixes/DevTools/WithoutApplicationLifetime
3 years ago
Dan Walmsley
71fada936b
Merge pull request #11265 from AvaloniaUI/resources-fix
ResourceDictionary xaml tests
3 years ago
Dan Walmsley
31fd8e3fd1
Merge pull request #11085 from AvaloniaUI/wasm-save-file-picker
WASM save file picker polyfill for Firefox
3 years ago
Dan Walmsley
5f2d5e798e
Merge pull request #11274 from Mikolaytis/IME_PositionFix
[IME] fix UpdateCursorRect call
3 years ago
Steven Kirk
377844fc2e
Merge branch 'master' into feature/heterogeneous-item-containers-2
3 years ago
Sergey Mikolaitis
6efd0e8e6c
[IME] fix UpdateCursorRect call
3 years ago
robloo
a4496e33bb
Merge branch 'master' into colorpicker-updates-7
3 years ago
robloo
6ddef20ef7
Improve comments
3 years ago
robloo
31a1e514fa
Improve ColorPreviewer margins with drop shadow
This sets ClipToBounds to false for the control which allows the drop shadow to fully draw above/below the control itself. Doing this removes the need to adjust margins in almost all places. This is a big simplification to margin calculation and removes strange negative values.
3 years ago
Max Katz
3f5a5e6bd8
Add test for #11172
3 years ago
Max Katz
22f0319a73
Pass additional manipulation nodes from ResourceInclude to ResourceDictionary
3 years ago
robloo
0b952ea5e0
Replace ColorSlider.IsSaturationValueMaxForced with more powerful/general-purpose IsPerceptive
3 years ago
Max Katz
0145dcc4b9
Fix nested ResourceDictionaries
3 years ago
robloo
0c223cbcee
Rename ColorSlider.IsAlphaMaxForced to IsAlphaVisible
3 years ago
Max Katz
65b3994d87
Merge pull request #11204 from AvaloniaUI/refactor/standardassetloader-public
Make StandardAssetLoader public/unstable.
3 years ago
robloo
2f2f290e7f
Always force max saturation and value in the third component slider
3 years ago
robloo
4fd4970ce7
Fix Hue in new ColorSpectrum coercion logic
3 years ago
Max Katz
d6ad5a9615
Merge branch 'master' into fixes/DevTools/WithoutApplicationLifetime
3 years ago
Max Katz
ebb678284b
Merge branch 'master' into refactor/standardassetloader-public
3 years ago
Max Katz
b6c25d5f70
Usings
3 years ago
Max Katz
62da607b91
Make previously internal members internal again
3 years ago
robloo
f0e93683f0
Add special coercion logic to initial ColorSpectrum selection
This specially handles #00000000 to be much more intuitive for end-users.
3 years ago
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