Jan-Peter Zurek
9fdb48d0c4
Rename transform.
Re-add depth.
Add slider to preview for showing effect of depth.
5 years ago
Jan-Peter Zurek
07f45cf1d7
Add animation.
Add controls instead of Vector to prof usability.
5 years ago
Jan-Peter Zurek
9a01f13114
Fix order of transforms.
5 years ago
Jan-Peter Zurek
0a831b9784
Refactor names.
5 years ago
Andreas Schauerte
c40410cdb3
Add basic 3d transformation.
5 years ago
Andreas Schauerte
f41a6340f9
Cherry Pick and merge.
5 years ago
Dan Walmsley
1468b35162
Merge pull request #7371 from AvaloniaUI/fixes/disable-source-link-for-non-ci-builds
Only use DebugType=embedded for CI builds
5 years ago
Max Katz
936882aaac
Merge pull request #7369 from AvaloniaUI/feature/validating-toplevel-impl
Fixed ITopLevelImpl API misuse, added validating layer
5 years ago
Max Katz
bded63eb5e
Merge branch 'master' into feature/validating-toplevel-impl
5 years ago
Max Katz
1775ccd6bc
Merge pull request #7370 from AvaloniaUI/fixes/x11-transparency-crash
Another workaround for broken TopLevel.cs causing crash on X11
5 years ago
Max Katz
a02c2fa234
Merge branch 'master' into fixes/x11-transparency-crash
5 years ago
Nikita Tsukanov
b421155044
Conditional compilation
5 years ago
Nikita Tsukanov
adf88e711b
Only use DebugType=embedded for CI builds
5 years ago
Nikita Tsukanov
6ad1e3caf3
Fixed ITopLevelImpl API misuse, added validating layer
5 years ago
Nikita Tsukanov
7126b9a765
Another workaround for broken TopLevel.cs causing crash on X11
5 years ago
Max Katz
2491c0b56f
Merge pull request #7365 from amwx/FixCalendarHeaderAlignment
[Calendar] Fix vertical alignments
5 years ago
amwx
0c32ec32a8
Fix vertical alignments
5 years ago
Benedikt Stebner
f29ed1a127
Merge pull request #7350 from Gillibald/fixes/TextBoxTextAlignment
Fix Skia FormattedTextImpl text alignment
5 years ago
Benedikt Stebner
d86799a598
Merge branch 'master' into fixes/TextBoxTextAlignment
5 years ago
Benedikt Stebner
735dc915fe
Fix Skia FormattedTextImpl text alignment
5 years ago
Nikita Tsukanov
22d34bddc6
Merge pull request #7343 from AvaloniaUI/fixes/6930-sync-context-priority
Reduce the priority in AvaloniaSynchronizationContext.
5 years ago
Steven Kirk
2ae07d3277
Reduce the priority in AvaloniaSynchronizationContext.
`AvaloniaSynchronizationContext` was previously queuing continuations with `Send` priority, which is the maximum. This was causing the problem described in https://github.com/AvaloniaUI/Avalonia/issues/6930#issuecomment-1008888711 . Decrease the priority so that continuations don't get called during `Window` construction on macOS.
5 years ago
Dan Walmsley
e0753779b6
Merge pull request #7341 from AvaloniaUI/fixes/standard-osx-item-generation
Fixes/standard osx item generation
5 years ago
Dan Walmsley
630c15fed7
Revert "restore debugging functionality on all platforms."
This reverts commit c9a5090f8d .
5 years ago
Dan Walmsley
74adcfd17b
[OSX] AvaloniaNativeMenuExporter, populates the users menu with the standard OSX items.
5 years ago
Dan Walmsley
108fdc971a
fix default menu about item.
5 years ago
Dan Walmsley
e389ba133b
make sure that Control Catalog can change the app menu title on osx.
5 years ago
Dan Walmsley
c9a5090f8d
restore debugging functionality on all platforms.
5 years ago
Max Katz
a10fdcf186
Merge pull request #7337 from filestar/keybinding-only-handle-if-handled
Only handle a KeyBinding if it's actually been handled.
5 years ago
DESKTOP-AICEQIT\niels
6d5021d1df
Only handle a KeyBinding if it's actually been handled.
5 years ago
Jumar Macato
a023a35bdc
Merge pull request #7244 from AvaloniaUI/fixes/avalonia-animation-nullability
Added nullable annotations to Avalonia.Animation.
5 years ago
Jumar Macato
37b1b45e7b
Merge branch 'master' into fixes/avalonia-animation-nullability
5 years ago
Max Katz
2ca907a779
Merge pull request #6948 from dorufoaltin/fixes/datagrid-right-click-selection
Fix DataGrid SelectionChanged event not raised after 3 right clicks
5 years ago
Max Katz
dda5a8a373
Merge branch 'master' into fixes/datagrid-right-click-selection
5 years ago
Max Katz
c0425c2fd4
Merge pull request #7315 from timunie/feature/EditableDatagridTemplateColumn
Feature: editable `DataGridTemplateColumn`
5 years ago
Max Katz
e9134160fb
Merge branch 'master' into feature/EditableDatagridTemplateColumn
5 years ago
Max Katz
ce9e2683df
Merge pull request #7320 from AvaloniaUI/listbox-should-respect-cliptobounds
ListBox should respect ClipToBounds
5 years ago
Takoooooo
a5e6b5d3c5
fix
5 years ago
Nikita Tsukanov
2d33408d55
Merge pull request #7303 from AvaloniaUI/feature/pens-only-subscribe-when-needed
Optimize Pen's event subscriptions
5 years ago
Dan Walmsley
d3ec101ac8
Merge pull request #7308 from timunie/fix/CalendarDatePicker_ValidationIssue
Fix: CalendarDatePicker does not handle validation correctly
5 years ago
Tim U
43903f6671
Insert XML-Comments
5 years ago
Tim U
d21c3cce1e
Improve Demo
- Set the focus to the TextBox of the NumericUpDown
5 years ago
Tim U
61fd2318fa
Remove unused Constructor
The constructor was needed to override IsReadonly. This is not needed anymore.
5 years ago
Tim U
cf6c0991f8
Update Demo
5 years ago
Tim U
66a02a37d0
Handle IsReadOnly correct for DataGridTemplateColumn
5 years ago
Tim U
88db01532f
Implement CellEditingTemplate
5 years ago
Tim U
fe21e298af
Show validation in Demo App
5 years ago
Tim U
1604be4784
fix Validation for SelectedDateProperty not working
5 years ago
Dan Walmsley
a9077b739f
Merge pull request #7310 from odalet/feature/fix-7309
Fixes #7309 - Each time we retrieve a null *PlatformOptions from AvaloniaLocator, return a default instance
5 years ago
Nikita Tsukanov
bb24e5233f
Merge remote-tracking branch 'origin/master' into feature/pens-only-subscribe-when-needed
5 years ago