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
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
Benedikt Schroeder
1d19e28e9b
Full support for relative uris
7 years ago
Benedikt Schroeder
f260ec1df4
Support relative paths for embedded fonts
7 years ago
Nikita Tsukanov
de2a8728de
Fixed TabControl and Viewbox pages
7 years ago
Benedikt Schroeder
e44eaf9a24
Improved default control template for TabControl
7 years ago
Nikita Tsukanov
b092c51a55
Use `avares://` scheme with proper relative uri handling
7 years ago
Nikita Tsukanov
343905ebb3
Generate asset resource info with paths
7 years ago
wieslawsoltes
811adc17b4
Use auto row height
7 years ago
wieslawsoltes
f01fa29aec
Do not set Height
7 years ago
Andrey Kunchev
dbfb9288d1
add viewbox page to control catalog
7 years ago
Nikita Tsukanov
986d2e4d84
[OSX] Parent-modal dialogs
7 years ago
Nikita Tsukanov
5cd7c1f6f4
Reworked dialogs for GTK/Win32
7 years ago
Andrey Kunchev
4455e698d7
add easy way to test rendertransform in control catalog
8 years ago
Dan Walmsley
4c9d41d980
fix color resource names
8 years ago
Nikita Tsukanov
86e2a3e9b3
Pre-merge repo cleanup
8 years ago
Dan Walmsley
2758a5839e
add a modal window implementation
8 years ago
Steven Kirk
ced3c6bd53
Demonstrate binding commands.
8 years ago
Nikita Tsukanov
39f57c38d4
Initial commit
Interop and PlatformThreadingInterface seem to be working, initial work on IWindowImpl
8 years ago
Steven Kirk
b449003958
Allow MenuItems to be separators.
If `MenuItem.Header == "-"` then apply the `:separator` pseudoclass to the `MenuItem` and display it as a separator.
8 years ago
Steven Kirk
4f11ecdd38
Added an example of dynamic menus to the ControlCatalog.
Creates a menu using `DataTemplates` on the MenuPage.
8 years ago
Steven Kirk
d15e86c2a7
Pass correct node bounds to PushOpacityMask. ( #1870 )
* Pass correct node bounds.
Use node bounds not clip bounds for opacity mask rect.
Fixes #1118 .
* Use layout bounds for opacity mask.
And added a new render test to make sure that the render transform is applied to it.
* Fix bad XAML formatting.
8 years ago
Benedikt Schroeder
4f549c16fc
Initial
8 years ago
William David Cossey
a161f6a095
ScreenPage.cs - Bug fix.
TreeViewItem - Added Depth property.
BaseLight.xaml - Added InvisibleSelectionColor/Brush.
DatePicker.xaml - Improvments.
TreeViewItem.xaml - Reworked styling.
FormattedTextImpl.cs - Reverted previous changes.
8 years ago
William David Cossey
799b498afc
Cleaning up Themes.
Renamed ErrorBrushLight to ErrorLightBrush.
ListBoxItem - Removed hardcoded Colors/Brushes, added additional sytling.
Removed ListBoxItem Style Selector from AutoCompleteBox (inherrited).
CalendarButton - Removed hardcoded Colors/Brushes.
DropDownItem - Removed hardcoded Colors/Brushes, added additional sytling.
ScrollBar - Removed hardcoded Colors/Brushes.
Added ListBox to ControlCatalog.
Slider bug fix (hopefully).
8 years ago
Siegfried Pammer
18f36ab3bc
Fix #1782 : Implement GroupName for RadioButton
8 years ago
Dan Walmsley
5062f823b3
rename stackpanel Gap property to Spacing property.
8 years ago
rayyantahir2010@hotmail.com
33172127cc
Added the ability to copy from a readonly textbox
8 years ago
Rayyan Tahir
cf3bdf8507
When TextBox IsReadOnly property is true, no need to show caret.
8 years ago
Jeremy Koritzinsky
72708cae67
Fix namespace build break.
8 years ago
Jeremy Koritzinsky
cf8244b37a
Move current contents of Avalonia.Markup to Avalonia.Base. Move Avalonia.Markup.Xaml.Data/Parser classes to Avalonia.Markup since they're not Xaml-specific.
Use pattern-matching switch.
Fix bug from cleanup.
8 years ago
Benedikt Schroeder
a10a756366
IAssetLoader changes
Rename resource to asset
8 years ago
Benedikt Schroeder
0da9083ba3
Added comments
8 years ago
Benedikt Schroeder
756db86316
res support finished
8 years ago
Benedikt Schroeder
ff230d4360
resm filename globbing
8 years ago
Dan Walmsley
a9747e0bd6
whitespace.
8 years ago
Dan Walmsley
aca0fb3eba
Implement password char on TextBox rather than separate control.
8 years ago
Dan Walmsley
2bd00bff49
Add a PasswordBox control.
8 years ago
Benedikt Schroeder
e96c6e4fe7
Sample revert
8 years ago
Benedikt Schroeder
1ace429342
Direct2D1 caching
8 years ago
Benedikt Schroeder
3b308d8d19
Direct2D1 experimental
8 years ago
Steven Kirk
68f5cd6dd6
Move DnD classes to Avalonia.Input.
Fixes #1506 .
8 years ago
Wiesław Šoltés
0561ee2cb2
Fix DragAndDropPage file name
8 years ago
ahopper
cea86f3647
removed popup from control catalog
8 years ago
boombuler
36186b3107
added Drag+Drop sample
8 years ago
ahopper
a0b1ad62b3
Fix #1484
8 years ago