9974 Commits (ab54a9ced42c7c40c5aa9556e201b4071ccde0b1)
 

Author SHA1 Message Date
Dan Walmsley ab54a9ced4 fix indentation 7 years ago
Dan Walmsley 7658791ab9 fix centralization of buttons. 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
Jumar Macato 2a2ddaaeaa
Merge pull request #3131 from MarchingCube/fix-grid-cell-properties 7 years ago
Dariusz Komosinski 91662d7020 Fix Grid not reacting to cell structure changes during runtime. 7 years ago
danwalmsley d9685cec2f
Merge pull request #3096 from AvaloniaUI/fixes/3094-focusable-hang 7 years ago
danwalmsley c1d5e04f6f
Merge branch 'master' into fixes/3094-focusable-hang 7 years ago
danwalmsley d9ffc6c0e0
Merge pull request #3124 from AvaloniaUI/fix-win7-dpi-error 7 years ago
Dan Walmsley 1c9e158a4c use getproc address to check for GetDpiForMonitor. 7 years ago
Dan Walmsley bbdf0592c1 check for shcore rather than exception. 7 years ago
Jumar Macato 9c62cc9a41 Fix #3069 7 years ago
Nikita Tsukanov e67ed7ffa8
Merge pull request #3121 from AvaloniaUI/fixes/compiler-services-unsafe-reference 7 years ago
Dan Walmsley 40d9037837 fix compiler services unsafe reference. 7 years ago
danwalmsley f26b24354a
Merge pull request #3119 from AvaloniaUI/fixes/3095-visualnode-wrong-parent 7 years ago
Steven Kirk d1ad46d07e Ensure child node has correct parent. 7 years ago
Steven Kirk f2c4bf4d6a Update test to ensure we're looking at the correct node. 7 years ago
Steven Kirk e6790fe1d1 Add check for correct VisualNode.Parent. 7 years ago
danwalmsley 15ea7ed1d2
Merge branch 'master' into fixes/3094-focusable-hang 7 years ago
Steven Kirk 83874dc6c7
Merge pull request #3118 from AvaloniaUI/fixes/3115-visualnode-disposed 7 years ago
Steven Kirk 534852af75 Create VisualNode for invisible controls. 7 years ago
Steven Kirk f6525de3c8 Added failing test for #3115. 7 years ago
Steven Kirk 5e9f3067ce Fix off-by-N error in VisualNode.TrimChildren. 7 years ago
Jumar Macato bfd07a872f
Merge pull request #3111 from AvaloniaUI/feature/osx-correctly-implement-quit 7 years ago
Dan Walmsley 142a41b386 make copy of array. 7 years ago
Dan Walmsley 4454af5613 implement osx quit menu item. 7 years ago
danwalmsley 3694e7115d
Merge pull request #3107 from AvaloniaUI/fix-nondecor-window-x11 7 years ago
Jumar Macato a351e7c523
Address review. 7 years ago
Jumar Macato 88446b1e9e
Pass PointerPressed event to BeginModeDrag and BeginResizeDrag. 7 years ago
danwalmsley 5167cd9d53
Merge pull request #3101 from AvaloniaUI/obsolete-mousebutton 7 years ago
danwalmsley 6732a91eeb
Merge branch 'master' into obsolete-mousebutton 7 years ago
Nikita Tsukanov 9cb36f2dc4 Fixed obsolete comment 7 years ago
Nikita Tsukanov 57401cd2ef
Merge pull request #3102 from AvaloniaUI/release/0.9 7 years ago
danwalmsley 17680a1783
Merge branch 'master' into release/0.9 7 years ago
Nikita Tsukanov 1b5f3b6cc8 Renamed GetPointerPoint to GetCurrentPoint to match UWP 7 years ago
Nikita Tsukanov a16e3bff7f Added InitialPressMouseButton to PointerReleasedEventArgs that returns the button that caused the PointerPressed event 7 years ago
Dan Walmsley 1474409a5e add missing keycodes for osx gestures. 7 years ago
Dan Walmsley 0327d8e56b implement osx keycodes. 7 years ago
Dan Walmsley e7b39c1672 convert osx special key codes. 7 years ago
Jumar Macato 1943fedfc6
Merge pull request #3099 from AvaloniaUI/fixes/3098-carousel-overrides 7 years ago
Steven Kirk 4ab0131f90 Don't override key/pointer events in Carousel. 7 years ago
Steven Kirk adb65f14b1 Don't use C#8 features yet. 7 years ago
Jumar Macato 8d9d36a9ec
Merge pull request #3084 from AvaloniaUI/api/2965-window-onclosed 7 years ago
Jumar Macato 3eea1ecc13
Merge branch 'master' into api/2965-window-onclosed 7 years ago
Steven Kirk e8beffa392
Merge pull request #3088 from MarchingCube/alloc-classhandlers 7 years ago
Steven Kirk 9d09f2328a
Merge branch 'master' into alloc-classhandlers 7 years ago
Steven Kirk 400e64dc15 Fix formatting. 7 years ago
Steven Kirk 1ef7b758e3
Merge pull request #3087 from jp2masa/uniformgrid-affectsmeasure 7 years ago