Steven Kirk
1c85f409b3
Set SelectedIndex/Item on (Un)SelectAll().
7 years ago
Steven Kirk
6926f605f5
Update SelectedIndex when item added before selection.
Fixes #2574 .
7 years ago
Steven Kirk
f58f8950bd
Added failing test for #2574 .
7 years ago
Steven Kirk
ac59468ddc
Add SelectAll and UnselectAll to ListBox.
7 years ago
Steven Kirk
2e9fbe238b
Refactor selection in SelectingItemsControl.
Instead of using `SelectedItems` as the canonical source of selection information, use an internal `Selection` class which keeps track of the selection in terms of item indexes.
Fixes #2004
7 years ago
Jumar Macato
dead7e8142
Merge pull request #2670 from AvaloniaUI/fixes/project-status-wording
Update readme
7 years ago
Jumar Macato
c9f84c2859
Merge branch 'master' into fixes/project-status-wording
7 years ago
Steven Kirk
33f31fa7ae
Merge pull request #2591 from AvaloniaUI/fixes/2144-differing-height-virtualized-items
Fix scrolling to end with differing height virtualized items
7 years ago
Jumar Macato
8a945a038d
Merge branch 'master' into fixes/project-status-wording
7 years ago
Steven Kirk
beecf49427
Merge branch 'master' into fixes/2144-differing-height-virtualized-items
7 years ago
Steven Kirk
c203ca1f54
Merge pull request #2539 from AvaloniaUI/fixes/2535-translatepoint-rendertransform
Make VisualExtensions.TranslatePoint respect render transforms
7 years ago
Steven Kirk
df17cf155b
Merge branch 'master' into fixes/2535-translatepoint-rendertransform
7 years ago
Steven Kirk
ac3850d2df
Merge pull request #2537 from AvaloniaUI/fixes/2370-rectangles
Fix RectangleNode hit-testing and Rect.Deflate
7 years ago
Jumar Macato
bf10c6ba65
Merge branch 'master' into fixes/project-status-wording
7 years ago
Steven Kirk
0429a078e3
Merge branch 'master' into fixes/2370-rectangles
7 years ago
Steven Kirk
abb324bb8a
Merge pull request #2536 from AvaloniaUI/fixes/2315-addclasshandler-static
Fix usage of AddClassHandler
7 years ago
Steven Kirk
e93b4099a4
Merge branch 'master' into fixes/2315-addclasshandler-static
7 years ago
Steven Kirk
ba0860b34a
Merge pull request #2529 from AvaloniaUI/fixes/2501-command-isenabled
Fix command enabled state
7 years ago
Steven Kirk
55519113e8
Merge branch 'master' into fixes/2501-command-isenabled
7 years ago
Jumar Macato
98764795bd
Update readme
7 years ago
Nikita Tsukanov
628e6778b3
Removed Splat.props
7 years ago
Nikita Tsukanov
5c698d8fb5
Removed old Rider hack
7 years ago
Jumar Macato
ba22da5a85
Merge pull request #2668 from Gillibald/fixes/DefaultSystemFonLookup
Make sure System font can be used with all face variations
7 years ago
Benedikt Schroeder
1451a7ed40
Make sure System font can be used with all face variations
7 years ago
Nikita Tsukanov
aa0edc873d
Merge pull request #2662 from Abdulbaqi-Alshareef/ImproveButtonStyle
Improve Button and ToggleButton styling
7 years ago
Abdulbaqi Alshareef
4ad1f301d7
Merge branch 'master' into ImproveButtonStyle
7 years ago
Nikita Tsukanov
d1f2b941fb
Apply template before touching the textbox
7 years ago
Abdulbaqi Alshareef
ebc52dd6da
Improve Button and ToggleButton styling
7 years ago
Nikita Tsukanov
ff28bcf661
Merge pull request #2645 from FoggyFinder/issue2613
Fix GotFocus event for TextBox
7 years ago
FoggyFinder
8bf3e61e2e
Merge branch 'master' into issue2613
7 years ago
Nikita Tsukanov
9dad3f265b
Show caret even for ReadOnly textboxes, since keyboard selection works anyway
7 years ago
Nikita Tsukanov
7c9f46d815
Mark TextPresenter's selection properties as AffectsRender
7 years ago
Nikita Tsukanov
ae3b295a91
Merge pull request #2654 from Abdulbaqi-Alshareef/SelectionBrushFeature
Add SelectionBrush and SelectionForegroundBrush feature to TextBox
7 years ago
Abdulbaqi Alshareef
1f611e60c0
Merge branch 'master' into SelectionBrushFeature
7 years ago
Abdulbaqi Alshareef
85fe3f23f4
Fix the indentation
7 years ago
Nikita Tsukanov
54c86c9ebe
Merge pull request #2651 from Abdulbaqi-Alshareef/CaretBrushFeature
Add CaretBrush Feature to Textbox
7 years ago
Jumar Macato
28a801b6d2
Merge pull request #2620 from AvaloniaUI/fixes/wpfgridcleanup
Cleaning up WPF Grid...
7 years ago
Jumar Macato
6d7170262f
Merge branch 'master' into fixes/wpfgridcleanup
7 years ago
Nikita Tsukanov
1ba2dfc48f
Merge pull request #2647 from AvaloniaUI/burn
Removed legacy XAML loader
7 years ago
Nikita Tsukanov
ddd280ace9
Added MarkupExtension class back to avoid confusion
7 years ago
Abdulbaqi Alshareef
0760d805b9
Remove unneeded variable
7 years ago
Abdulbaqi Alshareef
185511d7e0
Set default SelectionForegroundBrush in default style resource instead of code
7 years ago
FoggyFinder
648770741e
Merge branch 'master' into issue2613
7 years ago
Abdulbaqi Alshareef
e02de6cbb6
Fix the indentation
7 years ago
Abdulbaqi Alshareef
c67e405738
Add SelectionBrush and SelectionForegroundBrush Feature
7 years ago
Nikita Tsukanov
76f9c8fdc5
Removed legacy XAML loader
7 years ago
Abdulbaqi Alshareef
434af7d56d
Add CaretBrush property to Textbox
7 years ago
Nikita Tsukanov
a8c45cb7e1
Merge pull request #2646 from AvaloniaUI/fix-2561
Fix 2561
7 years ago
Nikita Tsukanov
57e061366e
Use AvaloniaProperty<T> in test class
7 years ago
Nikita Tsukanov
7a99e3118e
Always ignore target type for fully-qualified avalonia properties
7 years ago