Dan Walmsley
|
33f9f52ed4
|
fix build error.
|
4 years ago |
Dan Walmsley
|
6cf47980f3
|
fix trimmer roots include.
|
4 years ago |
Dan Walmsley
|
e8f1c09010
|
Merge branch 'master' into wasm-updates
# Conflicts:
# src/Web/Avalonia.Web.Blazor/webapp/modules/Avalonia/CaretHelper.ts
|
4 years ago |
Max Katz
|
b9b09708c6
|
Merge pull request #9091 from Arhell/upd
update src folder links
|
4 years ago |
Max Katz
|
6b6de2ff5b
|
Merge branch 'master' into upd
|
4 years ago |
Dan Walmsley
|
f2e5193819
|
add roots.xml
|
4 years ago |
Dan Walmsley
|
5503e8f775
|
move sample, and fix splash screen positioning and rename blazor sample.
|
4 years ago |
Dan Walmsley
|
4a94292d33
|
keep input box at zIndex-1 to prevent it interfering with the user... still works luckily
|
4 years ago |
Dan Walmsley
|
c682c46948
|
better example splash screen.
|
4 years ago |
Max Katz
|
897f7c9706
|
Reuse module initialization and make it configurable + some fixes
|
4 years ago |
Max Katz
|
0d05c40ca2
|
Remove old blazor backend. Keep blazor components with new WASM implementation.
|
4 years ago |
Max Katz
|
8a70164be2
|
Merge pull request #9131 from robloo/material-color-palette
Add MaterialColorPalette for the ColorPicker
|
4 years ago |
Max Katz
|
08cb65f45e
|
Merge branch 'master' into material-color-palette
|
4 years ago |
Max Katz
|
16f3c5c0f5
|
Merge pull request #9137 from robloo/template-part-name-fixes
Fix some template part names in selectors
|
4 years ago |
robloo
|
bbd8223170
|
Fix some template part names in selectors
|
4 years ago |
robloo
|
ea6c90b8fc
|
Fix comments
|
4 years ago |
robloo
|
61e15b3a8c
|
Create MaterialColorPalette.cs
|
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 |
Arhell
|
14029cb934
|
update src folder links
|
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 |