Jumar Macato
c39c40dfc4
Merge branch 'master' into refactor/combobox
7 years ago
Nikita Tsukanov
d505a41fd3
[X11] Set WM_CLASS property (default to entry assembly name)
#2369
8 years ago
Steven Kirk
d58bded52e
Merge pull request #2400 from FaithLV/master
Fix typos in BringIntoView() parameters
8 years ago
Valters
fc1eab5275
Fix typos in BringIntoView() parameters
8 years ago
Dan Walmsley
cb50bc8f6a
[OSX] Always set activation policy.
8 years ago
Nikita Tsukanov
23fe70f5d5
[X11] Added support for filters in GTK file dialog
8 years ago
Nikita Tsukanov
189bce9073
[X11] File chooser accept action names
8 years ago
Steven Kirk
6089291cf8
Renamed DropDown -> ComboBox in samples.
8 years ago
Steven Kirk
18f2e4e6be
Re-added an obsolete DropDown control.
To provide backwards compatibility for the moment.
8 years ago
Steven Kirk
a7b8e37e3b
Renamed DropDownTests -> ComboBoxTests.
8 years ago
Steven Kirk
53b71076d6
DropDown -> ComboBox.
Renamed `DropDown` to `ComboBox` to fit in with WPF/UWP.
8 years ago
Steven Kirk
91743c2d29
Merge pull request #2109 from AvaloniaUI/datagrid-integration
DataGrid Integration
8 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.
8 years ago
Steven Kirk
ed5907b15c
Merge branch 'master' into datagrid-integration
8 years ago
Steven Kirk
f56497c3bd
Remove unnecessary reference.
8 years ago
Steven Kirk
920f91f321
Move DataGrid theme to Themes directory.
8 years ago
Steven Kirk
e081626263
Merge pull request #2358 from jp2masa/code-cleanup
Changed IScreenImpl.AllScreens return type so that it's not array
8 years ago
Steven Kirk
a0bedbc62d
Merge branch 'master' into code-cleanup
8 years ago
Steven Kirk
b3a497b8e7
Merge pull request #2385 from OronDF343/patch-1
Add support for ConverterParameter and StringFormat to MultiBinding
8 years ago
Steven Kirk
e03ff4d36e
Merge branch 'master' into patch-1
8 years ago
Steven Kirk
4da4fefec9
Merge pull request #2368 from AvaloniaUI/platform-options
Refactored platform options (not tested)
8 years ago
Steven Kirk
92a279c2d2
Merge branch 'master' into platform-options
8 years ago
OronDF343
d065568be9
Added MultiBinding.StringFormat + Relevant unit tests
8 years ago
OronDF343
529ab728cb
Add support for ConverterParameter to MultiBinding
8 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.
8 years ago
Jumar Macato
d5399091b6
Add prefixes and correct references from PageCollectionView to DataGridCollectionView.
8 years ago
Jumar Macato
ebd6bdd0c4
Merge branch 'master' into datagrid-integration
8 years ago
Steven Kirk
090a321b75
Merge branch 'master' into code-cleanup
8 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
8 years ago
Steven Kirk
523dcf5d30
Translate TextNode bounds by offset.
The bounds of `TextNode` must include the offset passed to the constructor.
8 years ago
Steven Kirk
a39c804e72
Added failing test for #2381 .
8 years ago
Steven Kirk
44c4a62928
Merge branch 'master' into datagrid-integration
8 years ago
Jumar Macato
6ca4027314
Merge pull request #2374 from AvaloniaUI/fixes/2280-style-usercontrols
Don't override UserControl.StyleKey.
8 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.
8 years ago
José Pedro
e6e8907643
Changed IScreenImpl.AllScreens return type so that it's not array.
8 years ago
Steven Kirk
61c4c65408
Merge pull request #2344 from AvaloniaUI/fixes/1625-textalignment-bounds
Fix text rendering where TextAlignment != Left.
8 years ago
Steven Kirk
0fc0ac51e7
Merge branch 'master' into fixes/1625-textalignment-bounds
8 years ago
Steven Kirk
b9edd8c17d
Merge pull request #2361 from MarchingCube/perf-fixes
[perf] Add Equals implementation to the TransformedBounds
8 years ago
Steven Kirk
e6e5edcf17
Merge branch 'master' into perf-fixes
8 years ago
Nikita Tsukanov
26f5a3fe7a
Fixed compilation
8 years ago
Nikita Tsukanov
bbfed1c3a5
Refactored platform options
8 years ago
Jumar Macato
d491abc2f1
Merge pull request #2366 from MonkAlex/master
#2356 Small rename Objects to Items
8 years ago
MonkAlex
1114df5d45
#2356 Small rename Objects to Items
8 years ago
Jumar Macato
6de73fa1b4
Merge pull request #2356 from MonkAlex/master
#2355 Ctrl+A hotkey for SelectingItemsControl
8 years ago
MonkAlex
1c460061cc
#2355 Remove useless xmldoc.
8 years ago
Dariusz Komosiński
10cb451ad0
Add Equals implementation to the TransformedBounds
8 years ago
MonkAlex
235cc660fd
#1052 Rename TreeContainerIndex.Items to Containers
8 years ago
MonkAlex
33a6ae8215
#2355 Direct access for treeview index values when select all.
8 years ago
MonkAlex
57dcfadf57
#2355 'Select all' support TreeView too, only visible part of tree.
8 years ago
MonkAlex
e38e49e7d0
#2355 'Select all' for SelectingItemsControl with platform hotkey configuration.
8 years ago