Steven Kirk
261f46ea74
Added a few ListBox tests.
4 years ago
Steven Kirk
26137caaca
Trying to get stuff working on macOS.
Man, appium for mac sucks.
4 years ago
Steven Kirk
ddb6ab977e
Refactored ComboBox integration tests.
4 years ago
Steven Kirk
742d960874
Remove rogue character.
4 years ago
Steven Kirk
f6e06a6d15
Refactored Menu integration tests.
4 years ago
Steven Kirk
610ef6f467
Added a NativeMenu test for macOS.
4 years ago
Steven Kirk
9b9abb28ca
Added script to create bundle.
4 years ago
Steven Kirk
32e76d3350
WIP: Bundle IntegrationTestApp.
4 years ago
Steven Kirk
e0d3799887
Update IntegrationTestApp to net6.0.
4 years ago
Steven Kirk
721547fcb2
Update samples/tests to net6.0.
And no longer target net461 in unit tests as we've not had a test pass in net core and fail in netfx in years, and it bloats our CI time; EXCEPT Avalonia.Markup.Xaml.UnitTests where we're still testing against net4.7 as MSIL generation is runtime-sensitive.
4 years ago
Steven Kirk
d6a98fef40
Display access key in RadioButton.
4 years ago
Steven Kirk
99780a0c67
Display access key in ToggleButton, ToggleSwitch.
4 years ago
Steven Kirk
d0037f1df5
Display access key in ControlCatalog pages.
4 years ago
Steven Kirk
90e43897ee
Add access keys for menu items.
4 years ago
Steven Kirk
f3abb8ed64
Display access key in Buttons.
Set `RecognizesAccessKey` on button content presenter.
4 years ago
Max Katz
f276c4ed8b
Changes after review
4 years ago
Max Katz
031e8ac2f0
Complete
5 years ago
Max Katz
e5ca5c38e8
Update IChildIndexProvider interface with ChildIndexChanged and implement in on items controls
5 years ago
Max Katz
69fb1c056f
FIrst version of nth-child
5 years ago
Max Katz
9f5f0aa84d
Do not inherit text properties in Popup
5 years ago
Takoooooo
afd7203087
fix formatting
5 years ago
Dan Walmsley
34b96f45f3
make the trayicon menu property an explicit member of trayicon.
5 years ago
Dan Walmsley
d6dd8238ec
rename property.
5 years ago
Steven Kirk
11c60b4294
Decouple automation peers from platform nodes.
Now peers are entirely unaware of the platform implementation.
5 years ago
Dan Walmsley
95f4ed1a21
add diagnostics for debugging window deactivated issue.
5 years ago
Adir
e61147edc1
Added Mica enum value to WindowTransparencyLevel.cs
Added Mica as selected option
5 years ago
Dan Walmsley
a8c435ebbb
show checks in tray menu.
5 years ago
Dan Walmsley
f4031c67a2
more complex test menu for tray icons.
5 years ago
Dan Walmsley
0c55449d8b
restore removed code.
5 years ago
Dan Walmsley
e00a4f61ce
implement example tray icon in control catalog with binding.
5 years ago
Dan Walmsley
30f6145d73
implement visible changed and tooltip.
5 years ago
Dan Walmsley
2d2d8fa5a7
add example win32 tray icon.
5 years ago
Dan Walmsley
3438ac149b
initial implementation of tray icon.
5 years ago
Tako
c6f9c6a820
Implement MaskedTextBox ( #6453 )
5 years ago
Max Katz
0f83ccb4b0
ContentPresenter should create child without content, if template was set ( #6226 )
* Fix #6224
* Fix data templates Match
* Do not use preview features
* Do not create Child if Content is null and DataTemplate was set
* Update src/Avalonia.Base/Utilities/TypeUtilities.cs
* Update src/Avalonia.Controls/Presenters/ContentPresenter.cs
* Update src/Avalonia.Controls/Presenters/ContentPresenter.cs
5 years ago
Max Katz
64922a34a9
Add CornerRadius to TemplatedControl and use it where possible
5 years ago
Max Katz
98a4364810
Handle horizontal wheel scrolling in DataGrid
5 years ago
Dan Walmsley
6c3ba87cab
Revert "sandbox demo of shutdown cancel."
This reverts commit 851baa6537 .
5 years ago
Dan Walmsley
851baa6537
sandbox demo of shutdown cancel.
5 years ago
Giuseppe Lippolis
b9fcee5c3f
Sample: Add sample for binding DataGridColumn IsVisible
5 years ago
Max Katz
fbab1e9f6b
Update samples
5 years ago
Steven Kirk
3b56b93ba1
Make the designer work in the sandbox project.
5 years ago
Max Katz
b05ff7ccd8
Support gradients with not matched number of stops
5 years ago
Max Katz
a885e673c8
Reflection free implementation with automatic convertion from solid color brush to gradient
5 years ago
Max Katz
a3bd88128a
Update RenderDemo
5 years ago
Max Katz
8ced83c601
Update sample pages
5 years ago
Max Katz
5483071599
Fix cancellable contexts #6057
5 years ago
Max Katz
4523450e04
Improve context flyout/menu sample pages
5 years ago
Wiesław Šoltés
84dd710fc1
Use attached property
5 years ago
Wiesław Šoltés
4748244564
Add custom animator example
5 years ago