Benedikt Stebner
78a33bc394
Merge pull request #3681 from Gillibald/fixes/TextLayoutNoClipping
Enable clipping for canceled text layout
7 years ago
Benedikt Schroeder
95f78bbd3f
Include last line when constraint is surpassed
7 years ago
Benedikt Schroeder
f7aa466803
Include last line when constraint is surpassed
7 years ago
danwalmsley
d1670ca72a
Merge pull request #3680 from AvaloniaUI/fix/osx-window-state-binding
Fix OSX binding to WindowState.
7 years ago
Dan Walmsley
30458c81c5
Fix OSX binding to WindowState.
7 years ago
Steven Kirk
38280c3cad
Merge pull request #3647 from AvaloniaUI/feature/style-add-remove
Allow adding and removing styles at runtime
7 years ago
Steven Kirk
bd571c3459
Remove manual capacity management.
7 years ago
Steven Kirk
9acaa40887
Merge branch 'master' into feature/style-add-remove
7 years ago
Steven Kirk
d729163285
Merge pull request #3563 from AvaloniaUI/update-readme
Update Readme
7 years ago
Steven Kirk
c7269bcba9
Merge branch 'master' into update-readme
7 years ago
Dariusz Komosiński
36c34b46d5
Merge pull request #3644 from Gillibald/fixes/LineBreakCharacterTests
Add tests for the remaining break chars
7 years ago
Dariusz Komosiński
e383bd46b2
Merge branch 'master' into fixes/LineBreakCharacterTests
7 years ago
Steven Kirk
58847f5654
Merge pull request #3658 from Deadpikle/feature/textbox-selectedtext
Feature: TextBox.SelectedText
7 years ago
Steven Kirk
2bd9372170
Merge branch 'master' into feature/textbox-selectedtext
7 years ago
Steven Kirk
25f1dd834e
Merge pull request #3669 from MarchingCube/avalonia-property-registry-delinq
Make AvaloniaPropertyRegistry return IReadOnlyList from lookup functions
7 years ago
Steven Kirk
9738c27182
Merge branch 'master' into avalonia-property-registry-delinq
7 years ago
Steven Kirk
dae1b17601
Merge pull request #3659 from Deadpikle/feature/textbox-fix-right-click
Adjusted TextBox right-click behavior
7 years ago
Jumar Macato
2ef3cdaee7
Merge branch 'master' into feature/textbox-fix-right-click
7 years ago
Dariusz Komosiński
34b98b2def
Merge branch 'master' into avalonia-property-registry-delinq
7 years ago
Deadpikle
f0286b4164
Merge branch 'feature/textbox-fix-right-click' of https://github.com/Deadpikle/Avalonia into feature/textbox-fix-right-click
7 years ago
Jumar Macato
54b9a2a2fa
Merge pull request #3539 from ngarside/window-decorations
Rework system decorations
7 years ago
Deadpikle
a8663cd1f3
Fix middle click being able to change selection
7 years ago
Steven Kirk
88f9d4cae2
Merge branch 'master' into window-decorations
7 years ago
Steven Kirk
5115fc2847
Merge branch 'master' into feature/textbox-selectedtext
7 years ago
Dariusz Komosiński
4f9ae5d728
Merge branch 'master' into avalonia-property-registry-delinq
7 years ago
Steven Kirk
f585c917cd
Merge pull request #3670 from AvaloniaUI/fixes/osx-ci
Use more specific .NET core versions.
7 years ago
Steven Kirk
233d6639e3
Use more specific .NET core versions.
To fix problem with CI failing on OSX.
7 years ago
Steven Kirk
fc2b01b56e
Merge branch 'master' into feature/textbox-fix-right-click
7 years ago
Dariusz Komosiński
2038dc02a2
Merge branch 'master' into avalonia-property-registry-delinq
7 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
7 years ago
Deadpikle
eaa82ce695
Merge branch 'master' into feature/textbox-fix-right-click
7 years ago
Deadpikle
2a09557c3d
Merge branch 'master' into feature/textbox-selectedtext
7 years ago
Dariusz Komosinski
0e03dab3fe
Remove dead code.
7 years ago
Dariusz Komosinski
dc93d14a1b
Return IReadOnlyList from most of the AvaloniaPropertyRegistry calls so users are not forced into allocating enumerators.
7 years ago
Dariusz Komosinski
3ea20ab7d0
Avoid allocating extra delegates when initializing and deinitializing StyleClassActivator.
7 years ago
Dariusz Komosiński
cd58e48ebe
Merge pull request #3656 from ahopper/perf-reduce-renderer-enumerator-allocations
Reduce deferred renderer enumerator allocations
7 years ago
Dariusz Komosiński
f0be4b3d4c
Merge branch 'master' into perf-reduce-renderer-enumerator-allocations
7 years ago
Jumar Macato
c69ac3f6c7
Merge pull request #3589 from vmelnikov/master
Add class CroppedBitmap
7 years ago
Steven Kirk
6210cb6090
Merge branch 'master' into master
7 years ago
Deadpikle
1f18bd3e66
Only calculate caret index on pointer pressed if left mouse down
7 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
7 years ago
Steven Kirk
5d007606ba
Rework HasSystemDecorations.
Make it a direct property that is backed by `SystemDecorations`. Moved the changed handlers to `OnPropertyChanged`.
7 years ago
Steven Kirk
655419f067
Merge branch 'master' into window-decorations
7 years ago
Deadpikle
47f487e768
Add SelectedText unit tests
7 years ago
Deadpikle
a429159c3c
Add SelectedText to TextBox
7 years ago
ahopper
9207d439c4
local copies of .Count
7 years ago
ahopper
44c5b43402
Reduce deferred renderer enumerator allocations
7 years ago
Steven Kirk
d6d3704e8b
Update ncrunch config.
Ignore samples.
7 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.
7 years ago
Steven Kirk
3f43c3c959
Merge branch 'master' into opt-calendar-bench
7 years ago