Jumar Macato
6c4d1ff140
Merge pull request #2941 from AvaloniaUI/fix-datagrid-scrollbar-thickness
Fix datagrid scrollbar thickness
7 years ago
danwalmsley
66d79c025d
Update Default.xaml
7 years ago
danwalmsley
b4bdbbded2
Merge pull request #2865 from jp2masa/multibinding-do-nothing
Fixed Binding.DoNothing for MultiBinding
7 years ago
danwalmsley
4860aabdb6
Merge pull request #2929 from AvaloniaUI/nsapp
Use [NSApp run] instead of a custom run loop
7 years ago
Nikita Tsukanov
349ffa1600
Set activation policy from applicationWillFinishLaunching
7 years ago
Nikita Tsukanov
8cb5eedcda
Use [NSApp run] instead of a custom run loop
7 years ago
Steven Kirk
6537553634
Merge pull request #2782 from AvaloniaUI/fixes/2003-treeview-autoscroll
Fix scrolling to selected item in TreeView.
7 years ago
Steven Kirk
b94cb5606f
Merge branch 'master' into fixes/2003-treeview-autoscroll
7 years ago
jp2masa
d0935e50bb
Merge branch 'master' into multibinding-do-nothing
7 years ago
Steven Kirk
6b08263a58
Merge pull request #2927 from MarchingCube/cache-hittest-delegate
Cache delegate used for hit testing.
7 years ago
Dariusz Komosiński
c619d1f0d4
Cache delegate used for hit testing.
7 years ago
danwalmsley
cd0417d987
Merge pull request #2924 from AvaloniaUI/fixes/2821-clear-pointerover-on-close
Clear pointer-over state when TopLevel closed.
7 years ago
danwalmsley
01f5335513
Merge branch 'master' into fixes/2821-clear-pointerover-on-close
7 years ago
Steven Kirk
bd354143ca
Notify MouseDevice when TopLevel closed.
So it can remove pointerover state.
7 years ago
danwalmsley
16308d315d
Merge pull request #2922 from AvaloniaUI/fixes/2901-alwaysselected-state
Fix AlwaysSelected selected state.
7 years ago
Steven Kirk
5de0bf5fec
Fix AlwaysSelected selected state.
Fixes #2901 . Two things needed to be done here:
- When an item is removed, causing indexes to be reassigned, raise `Recycled` so that `SelectingItemsControl` knows to update the selection state
- Update selection state in `SelectingItemsControl` when the selected item changes, but the selected index does not (due to an item being remove)
7 years ago
Steven Kirk
8ebe1c1288
Added failing test for #2901 .
After the selected item is removed from a `ListBox` with `AlwaysSelected == true`, the container for the newly selected item does not get `:selected` applied.
7 years ago
Jumar Macato
3b38aea2b9
Merge pull request #2913 from MarchingCube/rect-aabb-allocations
Get rid of allocations in Rect.TransformToAABB
7 years ago
Dariusz Komosinski
394b8f77b7
Get rid of allocations in Rect.TransformToAABB.
7 years ago
Steven Kirk
03e49ebc9a
Merge branch 'master' into fixes/2003-treeview-autoscroll
7 years ago
Steven Kirk
02ebded6a2
Don't bring hidden controls into view.
7 years ago
Steven Kirk
ac5ec2527c
Merge pull request #2910 from MarchingCube/property-notify-perf
Avoid initializing properties if there is no observer. Optimize access.
7 years ago
Dariusz Komosiński
a1ee8d98eb
"Fix" TreeView SelectedItems causing side effects and resetting selection.
7 years ago
Dariusz Komosiński
a98705a0b5
Merge branch 'master' into property-notify-perf
7 years ago
Nikita Tsukanov
7d7b959991
Merge pull request #2909 from MarchingCube/fix-dnd
Fix drag and drop not working on .Net Core 2.2+ in ControlCatalog
7 years ago
Dariusz Komosinski
addc1ddce2
Avoid initializing properties if there is no observer. Optimize access.
7 years ago
Dariusz Komosinski
7ac47b7437
Fix drag and drop not working on .net core 2.2+
7 years ago
Jumar Macato
1b89f7dfea
Merge pull request #2864 from benthecarman/maxlen
MaxLength Property for TextBox
7 years ago
Jumar Macato
2d49d59fe1
Merge branch 'master' into maxlen
7 years ago
Jumar Macato
fe7ead18ed
Merge pull request #2867 from Karnah/feature/data-validation-errors
Allowed pass any object as validation error (INotifyDataErrorInfo)
7 years ago
all.owing
54387d211e
Fix conflict
7 years ago
Steven Kirk
8be5218d2f
Merge pull request #2882 from MarchingCube/avalonia-list-improvements
AvaloniaList improvements
7 years ago
Steven Kirk
4113dd3237
Merge branch 'master' into avalonia-list-improvements
7 years ago
Nikita Tsukanov
6f2b9b654e
Merge pull request #2820 from MarchingCube/binding-issue
Fix issues caused by bindings system not handling weak references properly
7 years ago
Dariusz Komosiński
608c9a6d6a
Merge branch 'master' into binding-issue
7 years ago
Dariusz Komosiński
9cef022cc7
Merge branch 'master' into avalonia-list-improvements
7 years ago
Jumar Macato
3ded38f121
Merge branch 'master' into maxlen
7 years ago
Nikita Tsukanov
766a4d69c8
Fixed escaped attribute values (e. g. StringFormat="\{0\}!")
7 years ago
Nikita Tsukanov
af4c1f06ad
Extra tests for markup extensions
7 years ago
Nikita Tsukanov
45d018bc39
Merge pull request #2892 from AvaloniaUI/update-xamlil
Updated XamlIl: MeScanner from System.Xaml
7 years ago
Jumar Macato
7662c08cb5
Merge pull request #2891 from wieslawsoltes/FixAvaloniaDialogsPackage
Make Avalonia.Dialogs packable
7 years ago
Nikita Tsukanov
aa8773b394
Updated XamlIl: MeScanner from System.Xaml
7 years ago
wieslawsoltes
0c94291f5e
Make Avalonia.Dialogs packable
7 years ago
Nikita Tsukanov
d5c7af4ff9
Merge pull request #2887 from AvaloniaUI/update-xamlil
Updated XamlIl: [Flags] and TypeConverterAttribute for properties
7 years ago
Jumar Macato
d04c91acdc
Merge branch 'master' into maxlen
7 years ago
Ben Carman
0486de87a6
MaxLength Property for TextBox
7 years ago
Nikita Tsukanov
3335a06420
Updated XamlIl: [Flags] and TypeConverterAttribute for properties
7 years ago
Dariusz Komosiński
497e525119
Merge branch 'master' into avalonia-list-improvements
7 years ago
Nikita Tsukanov
b035b14da6
Merge pull request #2886 from AvaloniaUI/fix-android-build
Android build workaround
7 years ago
Nikita Tsukanov
01e728fb42
Another android workaround
7 years ago