Dan Walmsley
081c89c9ec
Merge pull request #6560 from AvaloniaUI/feature/tray-icon-support
Feature/tray icon support
# Conflicts:
# src/Avalonia.Controls/ApiCompatBaseline.txt
4 years ago
Tako
62e1709ac9
Implement MaskedTextBox ( #6453 )
4 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
Splitwirez
a7d5c9ae03
New Fluent expander style ( #5573 )
* Updated Fluent theme Expander style. closes #5358
* Fixed padding mismatch between header and content
* Fixed CornerRadii, unleashed the c o l o u r e s
* Use CornerRadiusFilterConverter instead of expander specific converters
* Formatting
* Fix default theme in ControlCatalog
Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
Co-authored-by: Max Katz <maxkatz6@outlook.com>
# Conflicts:
# src/Avalonia.Themes.Fluent/Controls/Expander.xaml
5 years ago
Max Katz
7e5232f738
Merge pull request #6347 from AvaloniaUI/feature/templatedcontrol-cornerradius
Add CornerRadius to TemplatedControl and use it where possible
# Conflicts:
# src/Avalonia.Themes.Fluent/Controls/Expander.xaml
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
Nikita Tsukanov
e3dd9b6e4b
Merge pull request #6219 from AvaloniaUI/fixes/sandbox-designer
Make the designer work in the sandbox project.
5 years ago
Jumar Macato
dc9a5583f6
Merge pull request #6183 from AvaloniaUI/feature/gradient-animations
Gradient animations
5 years ago
Jumar Macato
5f4d2efa69
Merge pull request #6082 from wieslawsoltes/feature/SetterAnimatorAttachedPropertyHack
Allow setting custom Animator in property to Setter (attached property alternative)
5 years ago
Nikita Tsukanov
6bac1667ef
Merge pull request #6074 from workgroupengineering/features/DevTools/Startup_Screen
feat(DevTools): Startup Screen
5 years ago
Dariusz Komosiński
8b17870362
Merge pull request #6029 from MarchingCube/brush-transition
Transitions for solid color brushes.
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
Jumar Macato
099ab32cd9
Merge pull request #5929 from AvaloniaUI/new-transitions
Reuse animators in Transitions code + add missing BoxShadowsTransition + fix NRE in ISolidColorBrushAnimator
5 years ago
Jumar Macato
1ab777c961
address review
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
José Pedro
d5690cc834
Upgraded target Android SDK to 11.0 (API level 30).
5 years ago
Jumar Macato
8b8f4c6669
add path measure example
5 years ago
Jumar Macato
b01dc1932a
add path measure example
5 years ago
Jumar Macato
9ebdef12a8
add path measure example
5 years ago
Nathan Randle
c686b86e38
Rename misspellings of separator.
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
Rustam Sayfutdinov
5bfbfb97d3
Use ControlCatalog.NetCore as an artifact
instead of ControlCatalog.Desktop
5 years ago
Max Katz
3417cebae1
Update progress bar samples to include Maximum/Minimum examples
5 years ago
Dan Walmsley
304c49821c
fix control catalog.
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
José Pedro
06a695ca3f
Added splash screen.
Removed unused resources.
5 years ago
José Pedro
a401a2073e
Fixed Android backend.
5 years ago
Nikita Tsukanov
35b365d97d
Implemented basic IME support for Linux
5 years ago
Max Katz
2cac9980e1
Update tooltip samples
5 years ago
Giuseppe Lippolis
cbbfc63a2b
Revert "Fixes nuget downgrade warning iOS"
5 years ago
Giuseppe Lippolis
9f583b939a
Fixes nuget downgrade warning
5 years ago
Max Katz
8ae3a9f358
Fix DataGridColumn.DisplayIndex initial value handling
5 years ago
Dan Walmsley
4b33d086ec
[Windows] only enable egl by default on platforms where its stable.
5 years ago
Steven Kirk
31e4d9b515
Renamed Theme -> Mode in FluentTheme.
5 years ago
Steven Kirk
289e787938
Implement FluentTheme class.
For easier selection of fluent theme in App.xaml.
5 years ago
Max Katz
e8c40d4275
Rename FluentControls
5 years ago
Max Katz
37dda37e46
Move Fluent theme files
5 years ago
Max Katz
26fa71bddc
DataGrid add CompiledBinding example
5 years ago
Steven Kirk
e59573d630
Mark NativeMenuItem.Menu as content property.
Means that submenus don't need the extra `<NativeMenuItem.Menu>` element.
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