Jumar Macato
54b9a2a2fa
Merge pull request #3539 from ngarside/window-decorations
Rework system decorations
6 years ago
Deadpikle
a8663cd1f3
Fix middle click being able to change selection
6 years ago
Steven Kirk
88f9d4cae2
Merge branch 'master' into window-decorations
6 years ago
Steven Kirk
5115fc2847
Merge branch 'master' into feature/textbox-selectedtext
6 years ago
Dariusz Komosiński
5e0531c1a0
Merge branch 'master' into update-obsolete-api-usages
6 years ago
Dariusz Komosiński
4f9ae5d728
Merge branch 'master' into avalonia-property-registry-delinq
6 years ago
Steven Kirk
f585c917cd
Merge pull request #3670 from AvaloniaUI/fixes/osx-ci
Use more specific .NET core versions.
6 years ago
Steven Kirk
233d6639e3
Use more specific .NET core versions.
To fix problem with CI failing on OSX.
6 years ago
Steven Kirk
fc2b01b56e
Merge branch 'master' into feature/textbox-fix-right-click
6 years ago
Dariusz Komosiński
2038dc02a2
Merge branch 'master' into avalonia-property-registry-delinq
6 years ago
Dariusz Komosiński
71e557f08b
Merge pull request #3668 from MarchingCube/style-class-activator-delegate-alloc
Avoid allocating extra delegates when initializing and deinitializing StyleClassActivator
6 years ago
Deadpikle
eaa82ce695
Merge branch 'master' into feature/textbox-fix-right-click
6 years ago
Deadpikle
2a09557c3d
Merge branch 'master' into feature/textbox-selectedtext
6 years ago
Dariusz Komosinski
0e03dab3fe
Remove dead code.
6 years ago
Dariusz Komosinski
dc93d14a1b
Return IReadOnlyList from most of the AvaloniaPropertyRegistry calls so users are not forced into allocating enumerators.
6 years ago
Dariusz Komosinski
3ea20ab7d0
Avoid allocating extra delegates when initializing and deinitializing StyleClassActivator.
6 years ago
Dariusz Komosiński
cd58e48ebe
Merge pull request #3656 from ahopper/perf-reduce-renderer-enumerator-allocations
Reduce deferred renderer enumerator allocations
6 years ago
Dariusz Komosiński
f0be4b3d4c
Merge branch 'master' into perf-reduce-renderer-enumerator-allocations
6 years ago
Jumar Macato
c69ac3f6c7
Merge pull request #3589 from vmelnikov/master
Add class CroppedBitmap
6 years ago
Steven Kirk
6210cb6090
Merge branch 'master' into master
6 years ago
Deadpikle
1f18bd3e66
Only calculate caret index on pointer pressed if left mouse down
6 years ago
Deadpikle
f98ee717f5
Adjusted TextBox right-click behavior
WPF does not allow dragging to change selection for right clicks
Furthermore, it only changes the selection on mouse up of right click, not mouse down, and only if the user clicked outside the current selection.
This commit adjusts TextBox selection behavior to work like WPF
6 years ago
Steven Kirk
5d007606ba
Rework HasSystemDecorations.
Make it a direct property that is backed by `SystemDecorations`. Moved the changed handlers to `OnPropertyChanged`.
6 years ago
Steven Kirk
655419f067
Merge branch 'master' into window-decorations
6 years ago
Deadpikle
47f487e768
Add SelectedText unit tests
6 years ago
Deadpikle
a429159c3c
Add SelectedText to TextBox
6 years ago
ahopper
9207d439c4
local copies of .Count
6 years ago
ahopper
44c5b43402
Reduce deferred renderer enumerator allocations
6 years ago
Steven Kirk
d6d3704e8b
Update ncrunch config.
Ignore samples.
6 years ago
Steven Kirk
22e3195db3
Merge pull request #3651 from MarchingCube/opt-calendar-bench
Remove disposable allocations from routed event AddHandler in the common case.
6 years ago
Steven Kirk
3f43c3c959
Merge branch 'master' into opt-calendar-bench
6 years ago
Dariusz Komosiński
6853c8e807
Merge pull request #3652 from Gillibald/fixes/TextBlock
TextBlock fixes
6 years ago
Benedikt Schroeder
55b4a1930b
Cleanup invalidation of measure and render
6 years ago
Benedikt Schroeder
6c948af49d
Fix TextWrapping
6 years ago
Benedikt Schroeder
2d78458f74
Add padding
6 years ago
Dariusz Komosinski
35bce7b031
Avoid creating handler unsubscribe disposables unless explicitly requested.
6 years ago
Dariusz Komosinski
0ee508bfa8
Fix CalendarBenchmark not working with new text layout.
6 years ago
Jumar Macato
bb36c16dbc
Merge branch 'master' into fixes/LineBreakCharacterTests
6 years ago
Steven Kirk
881c103c6e
Merge pull request #3602 from AvaloniaUI/feature/menuitem-inputgesturetext
Add MenuItem.InputGestureText.
6 years ago
Steven Kirk
d4165b74a6
Use words for arrow keys.
6 years ago
Dariusz Komosiński
2dcd0f2030
Merge branch 'master' into feature/menuitem-inputgesturetext
6 years ago
Steven Kirk
9f551ac410
Merge pull request #3607 from AvaloniaUI/fixes/3176-event-route
Build event routes before raising events.
6 years ago
Steven Kirk
557b1eb3a6
Allow overriding inner menu padding.
6 years ago
Steven Kirk
8ffe5fb88e
Added a few more keys to key gesture converter.
6 years ago
Steven Kirk
e53078bc0d
Expose platform KeyGesture conversion as static method.
6 years ago
Steven Kirk
0b3e4101e2
Give input gesture TextBlock a name.
6 years ago
Steven Kirk
980b4dba87
Merge branch 'master' into feature/menuitem-inputgesturetext
6 years ago
Steven Kirk
6f6522e287
Make EventSubscription a readonly struct.
6 years ago
Dariusz Komosiński
d9e6eff5a4
Merge branch 'master' into refactor/use-selectionmodel
6 years ago
Dariusz Komosiński
339107c1cd
Merge branch 'master' into fixes/3176-event-route
6 years ago