robloo
|
bc927d0312
|
Remove ColorSlider background disposal on attach/detach from visual tree
|
4 years ago |
robloo
|
667b02d2c0
|
Disable WriteableBitmap re-use in ColorSlider due to crashes
|
4 years ago |
robloo
|
4f1d315b4b
|
Make all ColorSpectrum bitmaps globally accessible by the control for future disposal
|
4 years ago |
robloo
|
98a58217ce
|
Fix ColorSlider update/refresh for all property changes
|
4 years ago |
robloo
|
ca7543f1d6
|
Add new ArrayList to avoid an extra copy when creating spectrum bitmaps
|
4 years ago |
robloo
|
4b43cb3662
|
Implement WriteableBitmap caching/reuse and disposal in ColorSlider
|
4 years ago |
robloo
|
8b07091939
|
Fix formatting
|
4 years ago |
robloo
|
55e27213f9
|
Comment additional ColorSpectrum methods
|
4 years ago |
robloo
|
5c3a56a953
|
Fix the color spectrum selection ellipse position
Specifically, when updated and not part of the visual tree
|
4 years ago |
robloo
|
9250ccb18a
|
Add missing base constructor call
|
4 years ago |
Dan Walmsley
|
c24b0090e7
|
Merge pull request #9125 from AvaloniaUI/nuke-fix
Fix mac build: try fix nuke
|
4 years ago |
Dan Walmsley
|
929f1e6b92
|
retry integration tests up to 3 times.
|
4 years ago |
Dan Walmsley
|
9714462521
|
try fix nuke
|
4 years ago |
Max Katz
|
dde4b268ea
|
Merge pull request #9113 from workgroupengineering/features/Core/Logging/LogArea
Features/core/logging/log area
|
4 years ago |
Max Katz
|
c785c9184c
|
Merge branch 'master' into features/Core/Logging/LogArea
|
4 years ago |
Max Katz
|
639c1029fd
|
Merge pull request #9084 from rabbitism/master
feat: add :dropdownopen and :pressed pseudoclass for ComboBox.
|
4 years ago |
Max Katz
|
6943e51907
|
Merge branch 'master' into master
|
4 years ago |
Max Katz
|
c8d2d71aff
|
Merge branch 'master' into features/Core/Logging/LogArea
|
4 years ago |
Dan Walmsley
|
3e80f9a8a4
|
Merge pull request #9028 from AvaloniaUI/features/blazorless-wasm
New Wasm backend
|
4 years ago |
Dan Walmsley
|
1a994036bf
|
fix avalonia.web package.
|
4 years ago |
Dan Walmsley
|
1ae178f52f
|
package interop.js in correct location.
|
4 years ago |
Dan Walmsley
|
e423d86b63
|
deploy interop.js and remove emscripten clib.
|
4 years ago |
Giuseppe Lippolis
|
d92edc8d62
|
fix(LogArea): Replace string with nameof
|
4 years ago |
Giuseppe Lippolis
|
397066663b
|
feat(LogArea): Add missing Platform
Added missing LogArea Platform:
- LinuxFramebuffer
- FreeDesktopPlatform
- macOSPlatform
|
4 years ago |
Stebner
|
5abe64b8cf
|
fix module import
|
4 years ago |
Stebner
|
8aa64528e8
|
Merge
|
4 years ago |
rabbitism
|
79cc37e372
|
feat: add :dropdownopen and :pressed pseudoclass for combobox.
simplify fluent theme combobox default template.
update unit test.
|
4 years ago |
Dan Walmsley
|
6e6102e110
|
build with net 6
|
4 years ago |
Dan Walmsley
|
7423441ee0
|
turn of warning as errors for nuke build.
|
4 years ago |
Dan Walmsley
|
3e4b5bb615
|
remove sdk restriction
|
4 years ago |
Dan Walmsley
|
6be88c5dcb
|
use net 7
|
4 years ago |
Dan Walmsley
|
72e1c7fe9b
|
Merge remote-tracking branch 'origin/master' into features/blazorless-wasm
# Conflicts:
# azure-pipelines.yml
# global.json
|
4 years ago |
Dan Walmsley
|
050b39f9f0
|
Merge pull request #9096 from Gillibald/feature/buildOnNet6
Build on net6.0
|
4 years ago |
Benedikt Stebner
|
3b4b9682b2
|
Use older msbuild
|
4 years ago |
Benedikt Stebner
|
c3da4df93a
|
Fix leaktests
|
4 years ago |
Benedikt Stebner
|
32a4ddbcef
|
Build mobile
|
4 years ago |
Benedikt Stebner
|
97ca9e3fe5
|
One more
|
4 years ago |
Benedikt Stebner
|
240b644650
|
Next try
|
4 years ago |
Nikita Tsukanov
|
6f91ca57da
|
Merge pull request #9088 from dif-sam/patch-1
Update flags for XSetWMNormalHints
|
4 years ago |
dif-sam
|
6f2b426e39
|
Update flag for XSetWMNormalHints
That small change can fix bug with StartupLocation on Ubuntu. (https://stackoverflow.com/questions/11069666/cannot-get-xcreatesimplewindow-to-open-window-at-the-right-position)
|
4 years ago |
Max Katz
|
6a3804bfde
|
Merge pull request #9065 from ShadowMarker789/Issue-9064-Screen-Page-Crash
Fix for Issue 9064 - Dispatcher call instead
|
4 years ago |
Max Katz
|
06eee689a8
|
Merge branch 'master' into Issue-9064-Screen-Page-Crash
|
4 years ago |
ShadowMarker789
|
1aa44984b7
|
Fix for Issue 9064 - Dispatcher call instead
https://github.com/AvaloniaUI/Avalonia/issues/9064
Fix for throwing unhandled exception in screen page, replace direct invalidate visual with dispatcher invocation of invalidate visual
|
4 years ago |
Jumar Macato
|
90012062fe
|
Merge pull request #9012 from wieslawsoltes/SetAdronerFromXaml
Set control adorner from xaml
|
4 years ago |
Max Katz
|
77ee78b476
|
Merge branch 'master' into SetAdronerFromXaml
|
4 years ago |
Max Katz
|
a86f88a03e
|
Merge pull request #8995 from sn4k3/fallback-null-owner-center-screen
Fallback from CenterOwner to CenterScreen when owner is null
|
4 years ago |
Max Katz
|
4bd1c1e0c7
|
Merge branch 'master' into fallback-null-owner-center-screen
|
4 years ago |
Max Katz
|
9f0ef49204
|
Merge pull request #9054 from workgroupengineering/fixes/ControlCatalog
fix: Avoid Cast exception on Single View Application
|
4 years ago |
Max Katz
|
42b3cfba4c
|
Merge branch 'master' into fixes/ControlCatalog
|
4 years ago |
Max Katz
|
6520eb4275
|
Merge pull request #8671 from Gillibald/fixes/TextProcessingFixes
Text processing fixes
|
4 years ago |