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
6089291cf8
Renamed DropDown -> ComboBox in samples.
7 years ago
Steven Kirk
18f2e4e6be
Re-added an obsolete DropDown control.
To provide backwards compatibility for the moment.
7 years ago
Steven Kirk
a7b8e37e3b
Renamed DropDownTests -> ComboBoxTests.
7 years ago
Steven Kirk
53b71076d6
DropDown -> ComboBox.
Renamed `DropDown` to `ComboBox` to fit in with WPF/UWP.
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
Dariusz Komosiński
9e8f5ee77c
Merge branch 'master' into fixes/geometry-impls
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
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
Dariusz Komosiński
8534769435
Platform geometry implementations for D2D and Skia.
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
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
Nikita Tsukanov
18d59ff649
Custom draw operations, exposed SkCanvas and reduced Skia api visibility
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