Dariusz Komosinski
6dd6f336da
Restore original delta constraints algorithm.
7 years ago
Dariusz Komosinski
1d7feade1b
Add keyboard input tests.
7 years ago
Dariusz Komosinski
b315d5024f
Move enums lower. Add workaround for thumb raising multiple started events.
7 years ago
Dariusz Komosinski
4f72e0d79c
Merge branch 'wpf-gridsplitter' of https://github.com/MarchingCube/Avalonia into wpf-gridsplitter
7 years ago
Dariusz Komosinski
bf04d22856
Comment fixes.
7 years ago
Jumar Macato
e2e7285878
Merge branch 'master' into wpf-gridsplitter
7 years ago
Jumar Macato
1a4bc738c4
Merge pull request #3157 from donandren/issues/grid
fixed for few major issues with grid
7 years ago
Andrey Kunchev
ab26c18a8f
typo fix
7 years ago
Dariusz Komosinski
00263f71e4
Port GridSplitter from WPF.
7 years ago
Dariusz Komosiński
2e758e29c3
Merge branch 'master' into issues/grid
7 years ago
Dariusz Komosiński
73973d2595
Merge pull request #3164 from jp2masa/xml-comment-fixes
XML comment fixes
7 years ago
José Pedro
50acbfec9f
XML comment fixes.
7 years ago
Andrey Kunchev
171a75eaed
pr comments
7 years ago
Andrey Kunchev
d478572e74
fix issue #3155 add/remove grid child runtime works properly
7 years ago
Andrey Kunchev
56cfbc1e46
add failing test for issue #3155 add/remove grid child runtime throws exception
7 years ago
Andrey Kunchev
7f2b3261b4
fix grid to invalidate when columns/rows are replaced
7 years ago
Andrey Kunchev
a7f0851efb
add failing test for grid when columns/row are replaced grid doesn't invalidate
7 years ago
Andrey Kunchev
4b275a8f29
fixed issue: #3141 when col/row are removed grid trigger layout update
7 years ago
Andrey Kunchev
b0eb2a1018
issue: #3141 add failing tests for grid: when col/row are removed grid doesn't trigger layout update
7 years ago
Andrey Kunchev
acf0d42a81
fix issue: #3141 when col/row are added grid trigger layout update
7 years ago
Andrey Kunchev
fe4866d763
issue: #3141 add failing tests for grid: when col/row are added grid doesn't trigger layout update
7 years ago
Andrey Kunchev
4f82615868
fix problem when grid row/col properties (width/height ...) are changed grid to invalidate calculations
7 years ago
Andrey Kunchev
ef0464a7e7
add failing tests for grid: when column/row (width/height ...) properties are changed grid doesn't react
7 years ago
Nikita Tsukanov
7dc95d5644
Adopted Conributor Covenant v1.4
7 years ago
Jumar Macato
e04f6ef4c8
Merge pull request #3144 from AvaloniaUI/polish-menus-ui
Polish menu templates
7 years ago
Dan Walmsley
1f2a37bcb7
remove vertical seperator on menus between icon and menu header, polished spacing, now closely matches Windows and Visual Studio menus
7 years ago
danwalmsley
1be5c6f3c1
Merge pull request #3142 from nishanth2143/patch-1
Updated README.md file
7 years ago
danwalmsley
683e5a7633
Merge branch 'master' into patch-1
7 years ago
danwalmsley
4299cf3db2
Merge pull request #3143 from AvaloniaUI/fixes/fix-menu-hover-bug
Don't reopen an already active submenu on hover.
7 years ago
Jumar Macato
47c9f53e9a
Don't reopen an already active submenu on hover.
7 years ago
nishanth2143
919f6fc518
Updated README.md file
Corrected grammatical errors
7 years ago
Nikita Tsukanov
842958e551
Updated XamlIl
7 years ago
Nikita Tsukanov
61340acf4b
Disable IL verification for nuget version of compiler by default
7 years ago
Nikita Tsukanov
8f736db8fc
Updated XamlIl
7 years ago
Dan Walmsley
c1ce0d6b99
[OSX] fix scroll wheel speed.
7 years ago
Jumar Macato
f361f846bc
Merge pull request #3134 from AvaloniaUI/overhaul-scrollbars
Overhaul scrollbars
7 years ago
Dan Walmsley
0381a471e8
Merge branch 'overhaul-scrollbars' of https://github.com/AvaloniaUI/Avalonia into overhaul-scrollbars
7 years ago
Dan Walmsley
31e56bc155
fix centralization of scroll buttons
7 years ago
danwalmsley
589d541de8
Merge branch 'master' into overhaul-scrollbars
7 years ago
Dan Walmsley
ab54a9ced4
fix indentation
7 years ago
Dan Walmsley
7658791ab9
fix centralization of buttons.
7 years ago
danwalmsley
e0dc559efd
Merge pull request #3129 from AvaloniaUI/fixes/3127-window-keypresses
Send key events to root Window
7 years ago
Dan Walmsley
45028cd2ea
add 2 extra control colour levels like UWP, will need to rename these in 0.10, right now will be a breaking change.
7 years ago
Dan Walmsley
1bc56dc777
overhaul scrollbar templates, to support pointer over, pointer pressed, and nice arrows. basically matches visual studio now.
7 years ago
Dan Walmsley
5b1a552127
fill in the bottom right corner of scrollviewer area where the horizontal and vertical scrollbars meet.
7 years ago
Dan Walmsley
b7e509f046
thumb adds :pressed pseudo class.
7 years ago
danwalmsley
7d82db0012
Merge branch 'master' into fixes/3127-window-keypresses
7 years ago
Jumar Macato
2a2ddaaeaa
Merge pull request #3131 from MarchingCube/fix-grid-cell-properties
Fix Grid not reacting to cell structure changes during runtime.
7 years ago
Dariusz Komosinski
91662d7020
Fix Grid not reacting to cell structure changes during runtime.
7 years ago
Steven Kirk
fb173b30e2
Send keypresses to toplevel if no focused control.
- Added `IInputRoot Root` property to `RawInputEventArgs`
- Removed `InputRoot` and `Root` properties from `RawDragEvent` and `RawPointerEvent` as its now in the base class
- `InputRoot` in `RawDragEvent` was incorrectly using the type `IInputElement` instead of `IInputRoot`, fix callers that were using the wrong type
- Pass the input root to all raw input event constructors
- If no control is focused in `KeyboardDevice.ProcessRawEvent` then raise the event on the root
7 years ago