Dan Walmsley
3725a7a8d5
remove accidentally pasted code.
7 years ago
Dan Walmsley
63da339fba
rename to custom notification view.
7 years ago
Dan Walmsley
41102bad24
Notification control is not notification card and simple notification is now Notification.
7 years ago
Dan Walmsley
b1125d73a1
remove messy install step.
7 years ago
Dan Walmsley
e45805aa50
suggested api changes
7 years ago
Dan Walmsley
e14cc277d7
dont use properties on toplevel
7 years ago
Benedikt Schroeder
8a179816ed
Target TabItem itself instead of ContentPresenter for default selectors
7 years ago
Dan Walmsley
96d912c46c
implement notifications page in control catalog
7 years ago
Dan Walmsley
366cdfdb0f
add a notifications page to control catalog
7 years ago
Dan Walmsley
51b5ebe3c6
polish notification example code.
7 years ago
Dan Walmsley
5d3c74d294
custom notification color
7 years ago
Dan Walmsley
b84634af83
tidy custom notification example.
7 years ago
Dan Walmsley
77dd5079d1
notification area is customizable via attached properties.
7 years ago
Dan Walmsley
f8f5610b8c
polish notifications
7 years ago
Dan Walmsley
f09228cc48
simplify the usage of notification manager inside main window.
7 years ago
Dan Walmsley
65a47c845e
set binding mode in xaml
7 years ago
Dan Walmsley
feba03d113
attempt to bind to local notification manager.
7 years ago
Dan Walmsley
962ed29bb6
remove need for seperate NotificationManager class.
7 years ago
Dan Walmsley
9772f1584d
remove demo notification area.
7 years ago
Dan Walmsley
b6fc0d7857
NotificationContent template works
7 years ago
Dan Walmsley
f1cc462abc
implement MVVM style notifications. (Managed only)
7 years ago
Dariusz Komosinski
88d1f175d2
Remove geometry pages.
7 years ago
Dan Walmsley
d80083f2f5
further progress on notifications ui
7 years ago
Nikita Tsukanov
23fe70f5d5
[X11] Added support for filters in GTK file dialog
7 years ago
Steven Kirk
6089291cf8
Renamed DropDown -> ComboBox in samples.
7 years ago
Steven Kirk
53b71076d6
DropDown -> ComboBox.
Renamed `DropDown` to `ComboBox` to fit in with WPF/UWP.
7 years ago
Steven Kirk
920f91f321
Move DataGrid theme to Themes directory.
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
Dariusz Komosiński
8534769435
Platform geometry implementations for D2D and Skia.
7 years ago
José Pedro
e6e8907643
Changed IScreenImpl.AllScreens return type so that it's not array.
7 years ago
Dariusz Komosinski
0116a9ba23
Fix TreeViewPage indent.
7 years ago
Dariusz Komosinski
85d309830a
TreeView multiple selection support.
7 years ago
Jumar Macato
7d8e218699
Make ICollectionView internal and rename DataGrid specific
classes on Avalonia.Collection namespace of DataGrid's assembly
with DataGrid prefix to avoid API pollution later on.
7 years ago
Steven Kirk
7192673d43
Display (broken) data-bound context menu in ControlCatalog.
To demonstrate #2325 . Moved `MenuPageViewModel` and `MenuItemViewModel` to new `ViewModels` directory so the latter can be reused for `ContextMenuPageViewModel`.
7 years ago
Jumar Macato
fbb77d28a4
Add xmlns definitions, fix references & trim some warnings.
7 years ago
Steven Kirk
c438f9301e
Make DesignWindowLoader expect PreviewWith on Styles.
7 years ago
Steven Kirk
13aafcc540
Show dialog centered on owner.
7 years ago
Steven Kirk
9a2f828ba6
Modify DialogsPage to allow testing of startup location.
7 years ago
Steven Kirk
4ec2b1c554
Use PixelPoint and PixelRect for device points/rects.
The affected members are:
- `IWindowBaseImpl.Position`
- `IWindowBaseImpl.PositionChanged`
- `ITopLevelImpl.PointToClient`
- `ITopLevelImpl.PointToScreen`
- `IMouseDevice.Position`
- `Screen.Bounds`
- `Screen.WorkingArea`
7 years ago
Nikita Tsukanov
db5d3aa854
[X11] Fixed maximize behavior for transient windows
7 years ago
Jeffrey Ye
dad512ba80
Font Dropdown in ControlCatalog
7 years ago
Steven Kirk
811317bb8c
Put TabControlPage in alphabetical order.
7 years ago
Steven Kirk
3d578464c6
Register TabControl with ContentControlMixin.
`ContentControlMixin` implements a number of behaviors related to logical children that controls that have a `ContentPresenter` need in order to function correctly.
Also renamed `PART_Content` to `PART_SelectedContentHost` to match WPF
Fixes #2191
7 years ago
Dan Walmsley
3ce39fe7a0
use Action to set flags and recalculate wmstyles.
7 years ago
Dan Walmsley
5d327abc65
Revert "add CanResize checkbox to decorated window."
This reverts commit 7d1f145f93 .
7 years ago
Dan Walmsley
7d1f145f93
add CanResize checkbox to decorated window.
7 years ago
Dan Walmsley
dbacf80511
tidy decorated window.
7 years ago
Dan Walmsley
374d6a5f0d
fix smooth toggling between decorated and non-decorated.
7 years ago
Benedikt Schroeder
1d19e28e9b
Full support for relative uris
7 years ago