Max Katz
1732c1d2d9
Merge branch 'master' into wasm-pen
4 years ago
Max Katz
4a2b731d46
Merge pull request #8303 from AvaloniaUI/file-picker
File picker and bookmarks API
4 years ago
Dan Walmsley
e33f7a2128
Merge branch 'master' into wasm-pen
4 years ago
Max Katz
daa071e1f9
Add base PickerOptions + some formatting
4 years ago
Dan Walmsley
8fea718182
Merge branch 'master' into file-picker
4 years ago
Max Katz
6a9d367958
Merge pull request #8417 from HappenHq/blazor-skia-raster-backend
[Blazor] Implement Skia Raster backend for rendering to HTML canvas
4 years ago
Sentient Lobster
955d8782a2
Merge branch 'master' into blazor-skia-raster-backend
4 years ago
Max Katz
64dd2f49d1
Merge pull request #8445 from pr8x/devtools-nav-properties
Some QOL improvements for DevTools
4 years ago
Max Katz
cc8f9754a0
Merge branch 'master' into devtools-nav-properties
4 years ago
Max Katz
d546a124a4
Merge pull request #8442 from AvaloniaUI/fixes/empty-batch-update
Fix empty batch nested updates.
4 years ago
Luis von der Eltz
c7b65512bd
Some QOL for DevTools navigate feature
4 years ago
Steven Kirk
259c2d8020
Remove check for invalid state.
This state is not actually invalid: it can happen when running an empty batch update of >1 value which causes new, empty batch update to run in a `PropertyChanged` handler triggered from the first batch update.
4 years ago
Steven Kirk
b95e377a7e
Added failing batch update test.
4 years ago
Steven Kirk
31b9cd39a8
Merge pull request #8440 from AvaloniaUI/fixes/osx-popups-dont-have-shadow
[OSX] popups shouldnt have shadow
4 years ago
Dan Walmsley
423dacda5b
[OSX] popups shouldnt have shadow
4 years ago
Max Katz
49aad04861
Apply target's TemplatedParent to a Flyout and Tooltip, when it's opened ( #8412 )
* Apply target's TemplatedParent to a Flyout and Tooltip, when it's opened
* Add flyout and tooltip leak tests
* Fix Flyout_Is_Freed
4 years ago
Steven Kirk
69decc1307
Merge branch 'master' into file-picker
4 years ago
Lobster Uberlord
37a1a5553d
Use Marshal.AllocHGlobal to allocate frame buffer
4 years ago
Dan Walmsley
53c0f7f016
Merge pull request #8416 from HappenHq/fix-blazor-textbox-input-focus
[Blazor] Prevent input focus leaving the TextBox after first click
4 years ago
Max Katz
42baebdd96
Merge pull request #8436 from Gillibald/feature/IAddChild
Add IAddChild support
4 years ago
Benedikt Stebner
14a86320f0
Merge branch 'master' into feature/IAddChild
4 years ago
Benedikt Stebner
1408e52199
Add IAddChild support
4 years ago
Max Katz
6b814be965
Merge pull request #8431 from AvaloniaUI/remove-DottedLineFocusAdorner
Remove perf-expensive DottedLineFocusAdorner style
4 years ago
Max Katz
4eb3ae4f6e
Merge branch 'master' into remove-DottedLineFocusAdorner
4 years ago
Max Katz
62effd7c6b
Merge pull request #8427 from AvaloniaUI/fixes/7381-reparenting-control-crash
Fix crash in deferred renderer when reparenting a control.
4 years ago
Max Katz
11b8c8f531
Merge branch 'master' into fixes/7381-reparenting-control-crash
4 years ago
Max Katz
866434b886
Merge pull request #8409 from AvaloniaUI/fixes/devtools-promotes-values-to-localvalue
Don't promote layout property values to local values in DevTools.
4 years ago
Max Katz
4f8938858d
Merge branch 'master' into fixes/devtools-promotes-values-to-localvalue
4 years ago
Max Katz
6c2b145189
Remove DottedLineFocusAdorner
4 years ago
Max Katz
0e78f8afda
Pen support for Browser backend
4 years ago
Max Katz
ec5f264058
Merge pull request #7412 from Mikolaytis/Stylus
[Win] WM_Pointer pen support
4 years ago
Max Katz
5000a4ffe3
Do not enable MouseInPointerEnabled automatically and remove EnableWmPointerEvents option
4 years ago
Max Katz
1c8b26bcde
Fix YTilt
4 years ago
Max Katz
17562c16bd
Fixes after review
4 years ago
Max Katz
b4b869a429
Fix after event were renamed
4 years ago
Max Katz
f9c34a4c23
Merge branch 'master' into Stylus
4 years ago
Steven Kirk
cfe572f30b
Remove node from parent when reparented.
When a control was move from one parent container to another, and that move caused the new parent container to be laid out in a different position, a code path was taken which resulted in the `VisualNode` being present under both the old and new containers.
Ensure that the node is removed from its old parent in this case.
Fixes #7381
Fixes #6103 (probably)
4 years ago
Steven Kirk
c26173c4fe
Added failing test for #7381 .
4 years ago
Steven Kirk
0d7f2a0de5
Merge pull request #8421 from AvaloniaUI/refactor/resourcedictionary-no-inherit
Don't make ResourceDictionary inherit from `AvaloniaDictionary`
4 years ago
Steven Kirk
5c6370aa56
Don't make ResourceDictionary inherit...
...from `AvaloniaDictionary`.
4 years ago
Steven Kirk
83f60dd21a
Merge pull request #8420 from AvaloniaUI/Takoooooo-patch-1
Fix leak in the InternalSelectionModel
4 years ago
Tako
2b1eba8c7c
Fix leak in the InternalSelectionModel
4 years ago
Lobster Uberlord
508fad9d2c
Enable use of Skia Raster backend for HTML canvas in Blazor
To enable the raster backend set CustomGpuFactory to null in
the existing SkiaOptions, by default Avalonia will use the
GPU/GL Skia backend.
4 years ago
Lobster Uberlord
2edc2ec425
Prevent input focus leaving the TextBox on first click
4 years ago
Max Katz
c64507fd0d
Merge pull request #8404 from Gillibald/feature/UnicodeDataSpeedup
Update to Unicode 14
4 years ago
Max Katz
5c10bf411c
Merge branch 'master' into feature/UnicodeDataSpeedup
4 years ago
Steven Kirk
bf7f50690f
Don't promote layout property values to local values.
When DevTools was opened, all layout property values were being promoted to `LocalValue`s because the `_updatingFromControl` flag was not being set during initialization, causing the initial values to be written back out to the control as local values.
4 years ago
Dan Walmsley
2e1f65cc71
Merge pull request #8405 from AvaloniaUI/fixes/8335-more-macos-window-issues
Fix more macos window issues and add more integration tests.
4 years ago
Benedikt Stebner
5acd47f2b9
Merge branch 'master' into feature/UnicodeDataSpeedup
4 years ago
Steven Kirk
15c26b9dd5
Use frame size for CenterOwner startup location.
4 years ago