Benedikt Schroeder
cde3c7227f
Add a test for GlyphRun.FindGlyphIndex
5 years ago
Jumar Macato
9d1b4f1778
Merge pull request #4648 from jp2masa/typed-property-changed
Added typed AvaloniaProperty<T>.Changed
5 years ago
Steven Kirk
87a1ce3047
Merge branch 'master' into typed-property-changed
5 years ago
Steven Kirk
5c3a8e0f5f
Merge pull request #4632 from amwx/PopupFocusFixes
Popup focus fixes
5 years ago
amwx
52075d6cd9
Fix Test
5 years ago
amwx
6c52a7cb64
Move IFocusScope to IPopupHost
5 years ago
Steven Kirk
0d6114977f
Merge branch 'master' into PopupFocusFixes
5 years ago
Jumar Macato
0a3f022b80
Merge pull request #4728 from AvaloniaUI/fixes/4726-secondary-monitor-popup-constraint
Use screen bounds Bottom instead of Height for constraining popups.
5 years ago
Steven Kirk
1430bf86e3
Use screen bounds Bottom instead of Height.
Secondard screens on Windows can have a Y offset (i.e. `bounds.Y != 0`) if they're offset vertically from the primary screen, and when this was the case the popup wasn't getting properly constrained as the bottom is not equal to the height.
Fixes #4726
5 years ago
Jumar Macato
810ad6c268
Merge pull request #4724 from AvaloniaUI/fixes/only-specific-buttons-should-have-pressing-animation
Only specific buttons should have pressing animation
5 years ago
Max Katz
95f07a9f96
Only specific buttons should have pressing animation
5 years ago
danwalmsley
cce413b5ae
Merge pull request #4705 from AvaloniaUI/render-demo-resizing-test
Add resizing ui test for RenderDemo
5 years ago
Max Katz
419669a3cc
Merge pull request #4710 from AvaloniaUI/fixes/make-fluent-buttons-animation-consistent
Make Fluent buttons animation consistent
5 years ago
Jumar Macato
a171465c91
Merge branch 'master' into fixes/make-fluent-buttons-animation-consistent
5 years ago
Max Katz
ab35482724
Make Fluent buttons animation consistent
5 years ago
Max Katz
b793c2318f
Merge pull request #4685 from Kir-Antipov/enhanced-autocomplete
Enhanced AutoCompleteBox
5 years ago
Kir-Antipov
3f3ec4b835
Added custom TextSelector example
5 years ago
Max Katz
8ea936b926
Merge branch 'master' into enhanced-autocomplete
5 years ago
danwalmsley
aa0e2a2182
Merge pull request #4700 from AvaloniaUI/feature/pseudoclasses-attribute
Add pseudo-class metadata to controls.
5 years ago
danwalmsley
14aff78be5
use sealed for attribute class.
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
5 years ago
Kir-Antipov
997385eab7
Made test for AutoCompleteBox.ItemSelector
5 years ago
Kir-Antipov
bc87efc65f
Added ItemSelector property to the AutoCompleteBox
5 years ago
Kir-Antipov
7481aea606
Removed AutoCompleteMode enum
5 years ago
Kir_Antipov
fc4f09527d
Merge branch 'master' into enhanced-autocomplete
5 years ago
Max Katz
5dcfa2e74f
Merge branch 'master' into render-demo-resizing-test
5 years ago
Maksym Katsydan
0042e82db2
Add resizing ui test for RenderDemo
5 years ago
Steven Kirk
58c333b6f1
Added PseudoClassesAttribute.
And apply it to our controls. Can be used by designers to add auto-completion support for pseudoclasses.
5 years ago
danwalmsley
8d1f7a71e0
Merge pull request #4695 from AvaloniaUI/fixes/avalonialist-copyto
Fix AvaloniaList's ICollection.CopyTo implementation
5 years ago
danwalmsley
6a13142f71
Merge branch 'master' into fixes/avalonialist-copyto
5 years ago
danwalmsley
a620fea76c
Merge pull request #4698 from AvaloniaUI/fixes/small-selection-fixes
Some small selection fixes
5 years ago
danwalmsley
33b75b84a4
Merge branch 'master' into fixes/small-selection-fixes
5 years ago
Steven Kirk
e9b7b01c91
Merge pull request #4694 from AvaloniaUI/fixes/tabonce-nullablity
Mark TabOnceActiveElement as nullable value.
5 years ago
Steven Kirk
08a8badd7a
Don't try to realize index -1.
`Algorithm_GetAnchorForTargetElement` can return -1 and when it does so we try to realize that item, which obviously doesn't exist, so boom.
5 years ago
Steven Kirk
544686b78d
Don't try to SelectAll with single selection.
`Toggle` doesn't mean multiple selection.
5 years ago
Steven Kirk
89684e5b94
Short-circuit setting source to current value.
5 years ago
Steven Kirk
8350ab1399
Copy ICollection.CopyTo implementation from the BCL.
Did not handle differing types.
5 years ago
Steven Kirk
3f47f6dba3
Added failing test for AvaloniaList.CopyTo.
`Can_CopyTo_Array_Of_Same_Type` passes but `Can_CopyTo_Array_Of_Base_Type` fails.
5 years ago
Steven Kirk
e574acd85f
Mark TabOnceActiveElement value as nullable.
5 years ago
Max Katz
ca498f8f9b
Merge pull request #4687 from AvaloniaUI/feature/data-grid-custom-sorting
Feature/data grid custom sorting
5 years ago
José Pedro
32fe0e60a7
Use typed property changed args instead of changing handler args type.
5 years ago
Dariusz Komosiński
3353a92d4d
Merge branch 'master' into feature/data-grid-custom-sorting
5 years ago
Dariusz Komosiński
9def85e809
Merge pull request #4667 from workgroupengineering/features/Controls/ScrollViewer/Add_Page_Scroll_Methods
Allow ScrollViewer to scroll the content up, down, left and right by …
5 years ago
Maksym Katsydan
59db76f214
Fix build errors
5 years ago
Max Katz
1d264a5d37
Merge branch 'master' into feature/data-grid-custom-sorting
5 years ago
Maksym Katsydan
60e31ada55
Merge branch 'feature/data-grid-custom-sorting' of https://github.com/AvaloniaUI/Avalonia into feature/data-grid-custom-sorting
5 years ago
Maksym Katsydan
d1fef03486
Make SwitchSortDirection public
5 years ago
Steven Kirk
9cf791f46b
Merge branch 'master' into features/Controls/ScrollViewer/Add_Page_Scroll_Methods
5 years ago
Steven Kirk
e2eded2a49
Merge pull request #4690 from worldbeater/master
Remove Avalonia.ReactiveUI.Events.UnitTests from the .sln file
5 years ago
Artyom V. Gorchakov
2983dd032b
Merge branch 'master' into master
5 years ago
Max Katz
6ca33a86c5
Update samples/ControlCatalog/Pages/DataGridPage.xaml.cs
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
5 years ago