Nikita Tsukanov
a04acd9431
[X11] Fixed NumLock
7 years ago
Nikita Tsukanov
33b13705c8
[Win32] Fix GL-rendering jitter on resize
7 years ago
Nikita Tsukanov
e3beb6d3d6
[Win32] Use a proper DllImport for libegl.dll
7 years ago
Steven Kirk
b6ee0d025b
Update version to 0.8.0.
7 years ago
danwalmsley
f8f4c23597
Merge pull request #2413 from AvaloniaUI/fixes/2390-command-leak
Prevent leaks due to subscriptions to commands
7 years ago
danwalmsley
fb6ffce908
Merge branch 'master' into fixes/2390-command-leak
7 years ago
danwalmsley
edfa04f164
Merge pull request #2416 from AvaloniaUI/fixes/context-menu-snap-inside-edges
fix popup root snap inside screen edges.
7 years ago
Steven Kirk
8305ebef97
Merge branch 'master' into fixes/2390-command-leak
7 years ago
Steven Kirk
6334314a90
Fix typo in calling base methods.
7 years ago
Dan Walmsley
b05d8b4271
fix popup root snap inside screen edges.
7 years ago
Steven Kirk
fab0a72294
Merge pull request #2393 from AvaloniaUI/refactor/combobox
Rename DropDown to ComboBox
7 years ago
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
7 years ago
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
Steven Kirk
a48efd6b55
Don't leak subs to CanExecuteChanged in MenuItem.
7 years ago
Steven Kirk
7363f7140b
Don't leak subs to CanExecuteChanged in Button.
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
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
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