Steven Kirk
d58bded52e
Merge pull request #2400 from FaithLV/master
Fix typos in BringIntoView() parameters
7 years ago
Valters
fc1eab5275
Fix typos in BringIntoView() parameters
7 years ago
Dan Walmsley
cb50bc8f6a
[OSX] Always set activation policy.
7 years ago
Nikita Tsukanov
23fe70f5d5
[X11] Added support for filters in GTK file dialog
7 years ago
Nikita Tsukanov
189bce9073
[X11] File chooser accept action names
7 years ago
Steven Kirk
91743c2d29
Merge pull request #2109 from AvaloniaUI/datagrid-integration
DataGrid Integration
7 years ago
Steven Kirk
561f070615
Make sure DataGrid is loaded in designer.
Add an `AppBuilder` extension instead of calling `DataGrid.Load` so that the `Avalonia.Controls.DataGrid` assembly gets loaded in the designer.
7 years ago
Steven Kirk
ed5907b15c
Merge branch 'master' into datagrid-integration
7 years ago
Steven Kirk
f56497c3bd
Remove unnecessary reference.
7 years ago
Steven Kirk
920f91f321
Move DataGrid theme to Themes directory.
7 years ago
Steven Kirk
e081626263
Merge pull request #2358 from jp2masa/code-cleanup
Changed IScreenImpl.AllScreens return type so that it's not array
7 years ago
Steven Kirk
a0bedbc62d
Merge branch 'master' into code-cleanup
7 years ago
Steven Kirk
b3a497b8e7
Merge pull request #2385 from OronDF343/patch-1
Add support for ConverterParameter and StringFormat to MultiBinding
7 years ago
Steven Kirk
e03ff4d36e
Merge branch 'master' into patch-1
7 years ago
Steven Kirk
4da4fefec9
Merge pull request #2368 from AvaloniaUI/platform-options
Refactored platform options (not tested)
7 years ago
Steven Kirk
92a279c2d2
Merge branch 'master' into platform-options
7 years ago
OronDF343
d065568be9
Added MultiBinding.StringFormat + Relevant unit tests
7 years ago
OronDF343
529ab728cb
Add support for ConverterParameter to MultiBinding
7 years ago
Jumar Macato
4f00869837
Remove temporary hacks from 8ea2234.
Add a dummy function to load the DataGrid assembly before
initializing Avalonia.
Move DataGrid theme back to Avalonia.Controls.DataGrid.
7 years ago
Jumar Macato
d5399091b6
Add prefixes and correct references from PageCollectionView to DataGridCollectionView.
7 years ago
Jumar Macato
ebd6bdd0c4
Merge branch 'master' into datagrid-integration
7 years ago
Steven Kirk
090a321b75
Merge branch 'master' into code-cleanup
7 years ago
Steven Kirk
a450303fb3
Merge pull request #2382 from AvaloniaUI/fixes/2381-textnode-offset
Fix incorrect dirty rects for text drawn with an offset
7 years ago
Steven Kirk
523dcf5d30
Translate TextNode bounds by offset.
The bounds of `TextNode` must include the offset passed to the constructor.
7 years ago
Steven Kirk
a39c804e72
Added failing test for #2381 .
7 years ago
Steven Kirk
44c4a62928
Merge branch 'master' into datagrid-integration
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
José Pedro
e6e8907643
Changed IScreenImpl.AllScreens return type so that it's not array.
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
Nikita Tsukanov
26f5a3fe7a
Fixed compilation
7 years ago
Nikita Tsukanov
bbfed1c3a5
Refactored platform options
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