Dan Walmsley
c7932f4027
Merge pull request #7015 from ltetak/osx_dnd
OSX do not enforce DND copy effect
4 years ago
Tako
bcdfa7db6e
Merge pull request #6784 from AvaloniaUI/fixes/button-access-key
Add support for access keys to Button.
# Conflicts:
# src/Avalonia.Controls/Primitives/AccessText.cs
4 years ago
Jumar Macato
608cd98e86
Merge pull request #6381 from AvaloniaUI/feature/nth-child
NthChild and NthLastChild selectors support
5 years ago
Max Katz
87ca4db421
Merge pull request #6749 from AvaloniaUI/bugfix/some-popup-fixes
Do not inherit text properties in Popup + do not override default (null) Popup background
5 years ago
Tako
99b6b6a4c6
Merge pull request #6574 from adirh3/adirh3/mica-backdrop-brush
Add support for Mica effect on Windows 11
5 years ago
Tako
62e1709ac9
Implement MaskedTextBox ( #6453 )
5 years ago
Max Katz
f6914271da
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
Dan Walmsley
0547ef7cb4
fix merge issues.
5 years ago
Max Katz
d5fc365308
Merge pull request #6059 from AvaloniaUI/context-request-keyboard
Add ContextRequest event, use it to show ContextFlyout/ContextMenu, allow to open context using keyboard
# Conflicts:
# samples/ControlCatalog/Pages/ContextFlyoutPage.axaml
# samples/ControlCatalog/Pages/ContextMenuPage.xaml
# tests/Avalonia.Controls.UnitTests/ContextMenuTests.cs
5 years ago
Max Katz
685c327d76
Merge pull request #6342 from AvaloniaUI/improve-datagrid-scrolling
Improve datagrid scrolling
5 years ago
Max Katz
b2791436f2
Merge pull request #6283 from workgroupengineering/fixes/Issue_6282
fixes(DataGrid): Fixes DataGridColumn IsVisible binding
5 years ago
Dariusz Komosiński
95173f6d45
Merge pull request #5918 from MarchingCube/improve-viewbox
Fix property type for `Viewbox.Stretch.`
5 years ago
Dariusz Komosiński
6d1f3b7bcc
Merge pull request #5917 from MarchingCube/improve-viewbox
`StretchDirection` for `Viewbox`
5 years ago
ili
5f491bc7d6
Cleanup
5 years ago
ili
12c2c16d13
Android soft input using Avalonia.Input
5 years ago
ili
e6b13b66c5
Support android InputType
5 years ago
amwx
ca17a9d0aa
Sample Pages
5 years ago
Steven Kirk
d5e6171ddd
Improve slider interaction in AcrylicPage.
- Add small/large change
- Display to 1 decimal place
5 years ago
Steven Kirk
f7aa342f22
Added reversed direction sliders to ControlCatalog.
5 years ago
Max Katz
3417cebae1
Update progress bar samples to include Maximum/Minimum examples
5 years ago
Dan Walmsley
3e690c5fbc
fix rounding error on screens page.
5 years ago
Dan Walmsley
c1252b473d
fix screen page rendering.
5 years ago
Nikita Tsukanov
35b365d97d
Implemented basic IME support for Linux
5 years ago
Max Katz
2cac9980e1
Update tooltip samples
5 years ago
Max Katz
8ae3a9f358
Fix DataGridColumn.DisplayIndex initial value handling
5 years ago
Max Katz
26fa71bddc
DataGrid add CompiledBinding example
5 years ago
Dariusz Komosinski
c24f65a5f7
Fix even more broken cases for closing child/dialog windows on win32.
5 years ago
Nikita Tsukanov
303b6c1586
Remove ReactiveUI usage from sample apps
5 years ago
Dan Walmsley
6435fc3ad0
Add validation to slider.
5 years ago
Dan Walmsley
ec937153a4
add datavalidation to date and time pickers.
5 years ago
Dan Walmsley
a0ce794c41
make numeric up down work with validation errors.
5 years ago
Dan Walmsley
18ac401007
add example of datavalidation on autocomplete box.
5 years ago
Dan Walmsley
62ca81e9fb
add datavalidation errors to combobox.
5 years ago
Dan Walmsley
76d3d013e3
add datavalidations to button spinner.
5 years ago
Dan Walmsley
9e0b33b542
add an example of datavalidation errors on textbox.
5 years ago
Dan Walmsley
99833d24b5
relative panel page also uses compiled references.
6 years ago
Dan Walmsley
d17006f480
make label page use compiled references to label
6 years ago
Mikhail Poliudov
c78561280f
Labels demo added
6 years ago
Steven Kirk
98974af13e
Added cursor page to control catalog.
6 years ago
Mikhail Poliudov
5f3d81bbfc
1. implemented Label control (again)
2. changed implementation of ControlPresenter to be same as WPF one. Added additional prebuild DataTemplate (for ContentPresenter)
3. added default style for Label control (both Default and Fluent themes)
4. Added sample to TextBox page (not sure needed other sample)
5. Added styles for Label in ControlCatalog/App.xaml
6 years ago
Benedikt Schroeder
40d74cf682
Fix baseline alignment of multiple runs
Make sure we always wrap at least one character
6 years ago
Nikita Tsukanov
b9985a8fa0
Refactorings for opengl context and surface management
6 years ago
Kir-Antipov
3f3ec4b835
Added custom TextSelector example
6 years ago
Maksym Katsydan
59db76f214
Fix build errors
6 years ago
Max Katz
6ca33a86c5
Update samples/ControlCatalog/Pages/DataGridPage.xaml.cs
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
6 years ago
Maksym Katsydan
b94748795a
Add custom IComparer sorting to the DataGrid page
6 years ago
Steven Kirk
1b4fe4f563
Refactor ListBoxPage.
- Make the list box fill available space
- `SelectionMode` is a `[Flags]` enum so a combo box didn't make sense
- Add check for `AutoScrollToSelectedItem`
6 years ago
Maksym Katsydan
fae969644a
Update DataGrid sample page to test column bindings
6 years ago
amwx
cf0ea3581a
Fix SplitView pane to work with popups
6 years ago
Steven Kirk
4e6ef0a023
Use SelectionModel in samples.
6 years ago