mstr2
|
e1df65c94b
|
Failing unit test for #3197
|
7 years ago |
Jumar Macato
|
bfd07a872f
|
Merge pull request #3111 from AvaloniaUI/feature/osx-correctly-implement-quit
implement osx quit menu item.
|
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
Pass PointerPressed event to BeginModeDrag and BeginResizeDrag.
|
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
Added InitialPressMouseButton to PointerReleasedEventArgs
|
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
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
MouseButton is now deprecated with error, since people need to decide which behavior they want
|
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
Don't override key/pointer events in Carousel.
|
7 years ago |
Steven Kirk
|
4ab0131f90
|
Don't override key/pointer events in Carousel.
Fixes #3098.
|
7 years ago |
Jumar Macato
|
8d9d36a9ec
|
Merge pull request #3084 from AvaloniaUI/api/2965-window-onclosed
Added Window.OnClosed and sealed HandleClosed.
|
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
Remove usage of AddClassHandler that returns new lambda per invocation.
|
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
Added missing AffectsMeasure to UniformGrid
|
7 years ago |
Steven Kirk
|
265bc91250
|
Merge branch 'master' into uniformgrid-affectsmeasure
|
7 years ago |
Steven Kirk
|
10618f9beb
|
Seal PopupRoot as suggested by @kekekeks.
|
7 years ago |
Dan Walmsley
|
e80ddf5c65
|
Merge branch 'exported-menus'
|
7 years ago |
danwalmsley
|
97e9a3bc79
|
Merge pull request #2978 from AvaloniaUI/exported-menus
Exported menus
|
7 years ago |
Nikita Tsukanov
|
f02bc61bfe
|
I've said remove NativeMenu.PrependApplicationMenu for now
|
7 years ago |
Nikita Tsukanov
|
dbcc58fa07
|
Remove NativeMenu.PrependApplicationMenu for now
|
7 years ago |
Nikita Tsukanov
|
465273c883
|
Implemented managed menu bar presenter for native menus
|
7 years ago |
Nikita Tsukanov
|
5041f0a6df
|
Fixed DBusMenuExporter
|
7 years ago |
Dariusz Komosiński
|
a61f310553
|
Merge branch 'master' into alloc-classhandlers
|
7 years ago |
Dariusz Komosinski
|
a2c6bc1b7c
|
Remove usage of AddClassHandler that returns new lambda per invocation.
|
7 years ago |
José Pedro
|
918af64ea4
|
Added missing AffectsMeasure to UniformGrid.
|
7 years ago |
Dariusz Komosiński
|
ea3b13d178
|
Merge pull request #3074 from MarchingCube/alloc-equals
Fixes to core struct correctness
|
7 years ago |
Steven Kirk
|
d600ffcb7e
|
Added Window.OnClosed and sealed HandleClosed.
|
7 years ago |
Steven Kirk
|
423b675f0b
|
Merge branch 'master' into alloc-equals
|
7 years ago |
Steven Kirk
|
1b9099753f
|
Merge pull request #3073 from MarchingCube/optimize-selectors
Optimize TypeNameAndClassSelector.
|
7 years ago |
Steven Kirk
|
546cc65808
|
Merge branch 'master' into optimize-selectors
|
7 years ago |
Jumar Macato
|
584eaddc90
|
Merge pull request #3081 from AvaloniaUI/fixes/2862-grid-star-design-time
Fix Grid star row/column sizing at design time
|
7 years ago |
Jumar Macato
|
82b616fd1e
|
Merge branch 'master' into fixes/2862-grid-star-design-time
|
7 years ago |
Steven Kirk
|
eac67e891a
|
Merge pull request #3055 from MarchingCube/alloc-logging
Reduce allocations caused by logging.
|
7 years ago |
Dariusz Komosinski
|
58af056440
|
Streamline object.Equals implementation.
|
7 years ago |
Dariusz Komosinski
|
cb663f98b1
|
Add missing IEquatable interfaces to structs. Standardize parsing error messages. Fix two instances of boxing in hash code.
|
7 years ago |
Dariusz Komosinski
|
d2dbc12ee8
|
Final review fixes.
|
7 years ago |
Dariusz Komosiński
|
562c3d3888
|
Merge branch 'master' into optimize-selectors
|
7 years ago |
Steven Kirk
|
c187b32041
|
Merge branch 'master' into alloc-logging
|
7 years ago |
Steven Kirk
|
1ff1948f9d
|
Merge pull request #3077 from AvaloniaUI/fixes/2980-treeview-autoexpand-multiple-selection
Fix TreeView multiple selection with auto-expand style
|
7 years ago |