Steven Kirk
e95108212a
Merge pull request #6044 from AvaloniaUI/fixes/failing-debug-build-tests
Fix a couple of tests that only fail in debug mode.
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
Dan Walmsley
8c02f5910a
fix tests.
5 years ago
Dan Walmsley
b0f9994855
Merge pull request #6374 from wieslawsoltes/GeometryClipAntialiasing
Enable antialiasing for PushGeometryClip
5 years ago
Dan Walmsley
c7bd2ba7b9
Merge pull request #6310 from AvaloniaUI/features/win32-allow-cancel-app-shutdown
Features/win32 allow cancel app shutdown
# Conflicts:
# src/Avalonia.Controls/ApiCompatBaseline.txt
5 years ago
Nikita Tsukanov
d7fe0022d7
Merge pull request #6271 from MarchingCube/fix-zindex-ordering
Implement indexed sort for visual children.
5 years ago
Dan Walmsley
069560e2d6
Merge pull request #6254 from AvaloniaUI/fixes/4739-sizetocontent-dpi-change
Fix autosizing when DPI changed
# Conflicts:
# src/Avalonia.Controls/ApiCompatBaseline.txt
# src/Avalonia.X11/X11Window.cs
5 years ago
Max Katz
ea84f5caf2
Merge pull request #6246 from AvaloniaUI/fixes/4392-compiledbinding-dot-path
Fix "." (empty) paths with compiled bindings.
5 years ago
Dan Walmsley
f07f2c8c5a
Merge pull request #6213 from AvaloniaUI/fixes/textbox-crash-when-focused-but-not-visible
Fixes/textbox crash when focused but not visible
5 years ago
Max Katz
9c2da62fd8
Merge pull request #6198 from AvaloniaUI/fixes/6190-check-parent-window-on-show
Validate parent/owner when showing windows.
5 years ago
Dan Walmsley
442e845629
Merge pull request #6188 from AvaloniaUI/fixes/6007-child-window-activation
OSX: Fix child window activation
# Conflicts:
# native/Avalonia.Native/src/OSX/window.mm
# src/Avalonia.Controls/ApiCompatBaseline.txt
# tests/Avalonia.Controls.UnitTests/ContextMenuTests.cs
5 years ago
Dan Walmsley
7240127176
Merge pull request #6174 from AvaloniaUI/feature/2736-applicationShouldTerminate
OSX: Handle applicationShouldTerminate
# Conflicts:
# src/Avalonia.Controls/ApiCompatBaseline.txt
5 years ago
Dan Walmsley
e2beda1620
Merge pull request #5996 from AvaloniaUI/feature/tabindex
Port tab navigation algorithm from WPF (including TabIndex support)
5 years ago
Max Katz
fae663c95b
Merge pull request #6151 from workgroupengineering/fixes/Issue_6100
Fixes issue 6100
5 years ago
Max Katz
ea5ffd330f
Merge pull request #6138 from workgroupengineering/fixes/code_documentation
fixes: code documentation
5 years ago
Jumar Macato
60aad5ef06
Merge pull request #6066 from AvaloniaUI/fixes/5947-gradient-drawingcontext
Fixed gradient brush target rectangles.
5 years ago
Steven Kirk
cc2c1b76ea
Merge pull request #5055 from Fusion86/fix-keybindings-foreach-crash
Fix crash when KeyBindings change while they are being handled
5 years ago
Dan Walmsley
9123a54185
Merge pull request #6014 from AvaloniaUI/feature/imagedrawing
Implemented ImageDrawing.
5 years ago
Steven Kirk
e3498f4419
Merge pull request #5997 from MarchingCube/shape-render-optimization
Optimize shape rendering (pen creation mostly).
5 years ago
Dariusz Komosiński
8af5f274fc
Merge pull request #5953 from MarchingCube/refactor-transitions
Specialized observables for transitions
5 years ago
Max Katz
941398b8ab
Merge pull request #5800 from AvaloniaUI/feature/load-writeable-bitmap-from-file
Api to allow loading WriteableBitmap from File / Stream
# Conflicts:
# src/Avalonia.Visuals/ApiCompatBaseline.txt
5 years ago
Max Katz
bf6355e032
Merge pull request #5923 from AvaloniaUI/fixes/5879-icustomhittest
Fix ICustomHitTest
5 years ago
Dariusz Komosiński
6d1f3b7bcc
Merge pull request #5917 from MarchingCube/improve-viewbox
`StretchDirection` for `Viewbox`
5 years ago
Dan Walmsley
fa3f3f7157
Merge pull request #5896 from AvaloniaUI/fixes/skia-drawingcontext-nre
Fix NRE in Skia DrawingContextImpl.
5 years ago
Dan Walmsley
60ab70a9b4
Merge pull request #5852 from AvaloniaUI/fixes/batch-update-default-value
Correctly handle default values in batch update notifications.
5 years ago
Steven Kirk
93385712b1
Merge pull request #5844 from VisualMelon/ItemsControlItemCount
Use ItemCount to determine PseudoClass in ItemsControl for better consistency
5 years ago
Benedikt Stebner
a37ccee9e0
Merge pull request #5830 from Gillibald/fixes/TextBoxWrapWithoutAcceptsReturn
Fixes TextBox text wrap without accepts return
5 years ago
Steven Kirk
f9a6f5b1ec
Create failing test for SelectedItems binding.
5 years ago
Max Katz
57b7a3a8b2
Update tests per new default
5 years ago
Steven Kirk
2c3f70bd07
Add more tests for resetting InternalSelectionModel.
Always check that `WriteableSelectedItems` is correct - sometimes it's not it seems.
5 years ago
ReeJK
6e26cd58fa
Button state update when CommandParameter changed
5 years ago
Andrey Ermilkin
bcca8d8616
Scaling Vector is not commutative
5 years ago
Yoh Deadfall
741f3458d4
Allowed empty templates
5 years ago
Steven Kirk
15a765490f
Added another failing transitions test.
5 years ago
Steven Kirk
eba0529726
Added failing transitions test.
5 years ago
Steven Kirk
5bc392ee95
Added more failing tests.
To test completing/disposing bindings during and while ending batch updates.
5 years ago
Nikita Tsukanov
61792ce45f
Allow binding to classes with Classes.ClassName
5 years ago
aljosas
2a185da639
removing Dispatcher.UIThread.RunJobs() from tests
5 years ago
aljosas
2dd6b574d4
fixing failing test
5 years ago
aljosas
1c61a5c1c5
fixed failed test
5 years ago
amwx
5662c22a72
Add Tests
5 years ago
Steven Kirk
3afa95253f
Allow binding property during ending batch update.
- Allow adding a binding to a cleared property while ending a batch update. Need to check that the existing value isn't a remove sentinel here, otherwise the binding will be lost.
- When a binding is added during the end of a batch update, `_batchUpdate` will be non-null but newly added bindings shouldn't have `BeginBatchUpdate` called on them because no `EndBatchUpdate` will arrive (as we've already called them)
- Add sanity checks to the unit test to make sure that correct notifications are raised
5 years ago
Steven Kirk
03cf2c6f9f
Added another failing batch update test.
And a bit of a sanity check to the previous one.
5 years ago
Steven Kirk
0a41ba08fd
Added failing batch update test.
5 years ago
Jumar Macato
74a74acf0c
set from float to double
5 years ago
Jumar Macato
4ef47bfdb0
Add TryGetSegment
5 years ago
Jumar Macato
f8596a60ea
add unimplemented stuff on MockRenderInterface.cs
5 years ago
Jumar Macato
386a318abe
add stubs for headless/mock
5 years ago
aljosas
ede1e2db94
fixing PR for data validation for Combobox control and all SelectingItemsControl
5 years ago