Dariusz Komosiński
adf92d2ecb
Add license headers.
7 years ago
Dariusz Komosiński
1c8442fe0e
Merge branch 'master' into feature/skia-renderinterface
7 years ago
Dariusz Komosiński
0f414d8391
Fix unit tests.
7 years ago
Jumar Macato
6ca4027314
Merge pull request #2374 from AvaloniaUI/fixes/2280-style-usercontrols
Don't override UserControl.StyleKey.
7 years ago
Steven Kirk
f9b263997f
Don't override UserControl.StyleKey.
Instead of pinning `UserControl.StyleKey` at `typeof(UserControl)`, make the `UserControl` default template selector `:is(UserControl)`. This will allow controls derived from `UserControl` to be more easily styled.
7 years ago
Dariusz Komosinski
1db8031b02
Custom skia gpu support.
7 years ago
Steven Kirk
61c4c65408
Merge pull request #2344 from AvaloniaUI/fixes/1625-textalignment-bounds
Fix text rendering where TextAlignment != Left.
7 years ago
Steven Kirk
0fc0ac51e7
Merge branch 'master' into fixes/1625-textalignment-bounds
7 years ago
Steven Kirk
b9edd8c17d
Merge pull request #2361 from MarchingCube/perf-fixes
[perf] Add Equals implementation to the TransformedBounds
7 years ago
Steven Kirk
e6e5edcf17
Merge branch 'master' into perf-fixes
7 years ago
Jumar Macato
d491abc2f1
Merge pull request #2366 from MonkAlex/master
#2356 Small rename Objects to Items
7 years ago
MonkAlex
1114df5d45
#2356 Small rename Objects to Items
7 years ago
Jumar Macato
6de73fa1b4
Merge pull request #2356 from MonkAlex/master
#2355 Ctrl+A hotkey for SelectingItemsControl
7 years ago
MonkAlex
1c460061cc
#2355 Remove useless xmldoc.
7 years ago
Dariusz Komosiński
10cb451ad0
Add Equals implementation to the TransformedBounds
7 years ago
MonkAlex
235cc660fd
#1052 Rename TreeContainerIndex.Items to Containers
7 years ago
MonkAlex
33a6ae8215
#2355 Direct access for treeview index values when select all.
7 years ago
MonkAlex
57dcfadf57
#2355 'Select all' support TreeView too, only visible part of tree.
7 years ago
MonkAlex
e38e49e7d0
#2355 'Select all' for SelectingItemsControl with platform hotkey configuration.
7 years ago
MonkAlex
e3d7d47753
#2355 Ctrl+A hotkey for SelectingItemsControl
7 years ago
Steven Kirk
ba8095ba17
Merge pull request #2318 from AvaloniaUI/fixes/2015-snap-dirty-rects
Snap dirty rects in DeferredRenderer to device pixels.
7 years ago
Steven Kirk
8ef7f6cb45
Merge branch 'master' into fixes/2015-snap-dirty-rects
7 years ago
Steven Kirk
2dd50c1bd5
Merge pull request #2353 from worldbeater/master
Synchronize DataContext with ReactiveUI.IViewFor.ViewModel property
7 years ago
Steven Kirk
9d0532e60f
Merge branch 'master' into master
7 years ago
Steven Kirk
c5e4089f79
Merge pull request #2347 from MarchingCube/feature/tree-view-selection
Tree view multiple selection support
7 years ago
Dariusz Komosiński
a19bad3cd5
Merge branch 'master' into feature/tree-view-selection
7 years ago
Dariusz Komosinski
c3480fb840
Remove TreeViewHelper and shorten the code so the extra struct is not needed.
7 years ago
Dariusz Komosinski
5822e60db6
Fix ternary operator formatting, add config entry to the .editorconfig.
7 years ago
Dariusz Komosinski
c9d8fa6a9d
Move SynchronizeItems about private methods.
7 years ago
Dariusz Komosinski
0116a9ba23
Fix TreeViewPage indent.
7 years ago
artyom
5e7a5b460c
Synchronize DataContext with ReactiveUI.IViewFor.ViewModel property
7 years ago
danwalmsley
28822c3cf5
Merge pull request #2352 from AvaloniaUI/fixes/menu-item-command-property
fix menuitem command property.
7 years ago
Steven Kirk
f648fbab80
Merge branch 'master' into fixes/menu-item-command-property
7 years ago
Steven Kirk
8a20dde378
Merge pull request #2349 from MarchingCube/feature/fix-skia-0px-stroke
Fix Skia rendering hairline width strokes when Pen thickness is 0.
7 years ago
Steven Kirk
a4cfe0dc86
Merge branch 'master' into feature/fix-skia-0px-stroke
7 years ago
danwalmsley
72b850ad5f
Merge branch 'master' into fixes/menu-item-command-property
7 years ago
danwalmsley
6fff273b98
Merge pull request #2351 from AvaloniaUI/fixes/prevent-exception-in-renderloop
prevent occasional exception being logged in render loop.
7 years ago
Dan Walmsley
9edbd199e9
formatting.
7 years ago
Dan Walmsley
e799543b94
fix menuitem command property.
7 years ago
Dan Walmsley
17ac0b8cb1
prevent occasional exception being logged in render loop.
7 years ago
Dariusz Komosinski
6727bbe3df
Fix Skia rendering hairline width strokes when Pen thickness is 0.
7 years ago
Dariusz Komosinski
2c04c95a12
Expose SelectedItems property. Add more tests for edge cases failing for ListBox.
7 years ago
Jumar Macato
7dc7710876
Merge pull request #2345 from AvaloniaUI/feature/1742-multiple-selectors
Allow multiple comma-separated style selectors
7 years ago
Jumar Macato
2a31ed96e0
Merge branch 'master' into feature/1742-multiple-selectors
7 years ago
Jumar Macato
c1310dc4eb
Merge pull request #2346 from jp2masa/code-cleanup
Use Array.Empty instead of allocating empty arrays
7 years ago
José Pedro
96d84c942d
Use Array.Empty instead of allocating empty arrays.
7 years ago
Steven Kirk
36da749d38
Use comma operator for Separator style.
7 years ago
Steven Kirk
89d969b367
Added selector comma operator.
The comma selector can be used to separate a number different selectors, all of which will be applied to the control with an OR.
Fixes #1742
7 years ago
Dariusz Komosinski
85d309830a
TreeView multiple selection support.
7 years ago
Steven Kirk
4a91003981
FormattedText.Measure() -> FormattedText.Bounds.
Changed `FormattedText.Measure` method to a `Bounds` property.
7 years ago