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
Nikita Tsukanov
d52afe7a96
Fixed Avalonia.Diagnostics
7 years ago
Nikita Tsukanov
d0301bb4c4
Now passing most of the tests
7 years ago
Benedikt Schroeder
a5313ab3fb
Revert changes
7 years ago
Benedikt Schroeder
c73363f76b
Remove extra usings
7 years ago
Benedikt Schroeder
21eda0db12
Revert removal of Application.Initialize
7 years ago
Nikita Tsukanov
6d83479d0d
Naming and a bit of cleanup
7 years ago
Nikita Tsukanov
6ab1fbd432
Inject the call to compiled xaml to x:Class-type
7 years ago
Nikita Tsukanov
cd93624f3e
Now somewhat compiling control catalog, PEVerify complains about assigning null to Nullable<T>
7 years ago
Dan Walmsley
b6fc0d7857
NotificationContent template works
7 years ago
Dan Walmsley
f1cc462abc
implement MVVM style notifications. (Managed only)
7 years ago
Benedikt Schroeder
7e04215897
No longer set first window opened as MainWindow
7 years ago
Dariusz Komosinski
88d1f175d2
Remove geometry pages.
7 years ago
Benedikt Schroeder
1bb3156950
Introduce StartupEventArgs and ExitEventArgs
7 years ago
Dan Walmsley
d80083f2f5
further progress on notifications ui
7 years ago
Benedikt Schroeder
5557829950
Initial
7 years ago
artyom
a66a2d33aa
Add missing usings
8 years ago
Nikita Tsukanov
23fe70f5d5
[X11] Added support for filters in GTK file dialog
8 years ago
Steven Kirk
6089291cf8
Renamed DropDown -> ComboBox in samples.
8 years ago
Steven Kirk
53b71076d6
DropDown -> ComboBox.
Renamed `DropDown` to `ComboBox` to fit in with WPF/UWP.
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
920f91f321
Move DataGrid theme to Themes directory.
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
Dariusz Komosiński
8534769435
Platform geometry implementations for D2D and Skia.
8 years ago
José Pedro
e6e8907643
Changed IScreenImpl.AllScreens return type so that it's not array.
8 years ago
Nikita Tsukanov
18d59ff649
Custom draw operations, exposed SkCanvas and reduced Skia api visibility
8 years ago
Nikita Tsukanov
26f5a3fe7a
Fixed compilation
8 years ago
Dariusz Komosinski
0116a9ba23
Fix TreeViewPage indent.
8 years ago
Dariusz Komosinski
85d309830a
TreeView multiple selection support.
8 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.
8 years ago
José Pedro
48dccadfb0
Fixed argument exception constructor calls.
Use nameof where possible.
Fixed wrong check in RelativeSource.AncestorLevel.
8 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`.
8 years ago
Jumar Macato
af2431e539
Fix renderdemo sidebar template.
8 years ago
Nikita Tsukanov
73ababfff7
Styles are now compiled
8 years ago
Jumar Macato
fbb77d28a4
Add xmlns definitions, fix references & trim some warnings.
8 years ago
Nikita Tsukanov
58de2aaac0
WIP2
8 years ago
Nikita Tsukanov
f14aac365b
WIP
8 years ago
Steven Kirk
c438f9301e
Make DesignWindowLoader expect PreviewWith on Styles.
8 years ago
Steven Kirk
13aafcc540
Show dialog centered on owner.
8 years ago
Steven Kirk
9a2f828ba6
Modify DialogsPage to allow testing of startup location.
8 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`
8 years ago
Nikita Tsukanov
7766d71f61
Use X11 backend for Linux by default
8 years ago
Dan Walmsley
025c973435
[RENDER] Don't crash if UpdateScene produced a null scene
8 years ago
Nikita Tsukanov
db5d3aa854
[X11] Fixed maximize behavior for transient windows
8 years ago
Nikita Tsukanov
847d051dc6
Cleanup
8 years ago
Nikita Tsukanov
08b50a6830
[X11] Get screen info (including scale factor) via RANDR 1.5
8 years ago