Nikita Tsukanov
|
0948f56587
|
Added XamlFileProjectPath to UpdateXamlMessage
|
8 years ago |
Nikita Tsukanov
|
8ad27cce0d
|
Extra logic for default assembly resolve
|
8 years ago |
Nikita Tsukanov
|
4f48b415cf
|
Use res:asm: scheme for fake assembly
|
8 years ago |
Nikita Tsukanov
|
343905ebb3
|
Generate asset resource info with paths
|
8 years ago |
Nikita Tsukanov
|
2fb5e7dcde
|
Explicitly register CultureInfoConverter since on some machines/platforms it doesn't get recognized automatically
|
8 years ago |
Lucas Ontivero
|
a7a5e4a5d1
|
Fixes InvalidOperationException error
Checks the element is attached to the visual tree as part of the Hit test
|
8 years ago |
Dan Walmsley
|
d06ed4a7db
|
[OSX] correctly use UTF8 encoded text for passing strings.
SetTitle on Window, SetText on Clipboard.
|
8 years ago |
Dan Walmsley
|
f6d080feec
|
[OSX] fix pasting from clipboard
|
8 years ago |
ahopper
|
26fa4f0463
|
:pointerover effect added to ButtonSpinner
|
8 years ago |
Wiesław Šoltés
|
c3ec5c543f
|
Added user control styling support
|
8 years ago |
Wiesław Šoltés
|
b224a21433
|
Set window Foreground property to enable theming
|
8 years ago |
Dan Walmsley
|
779cdec093
|
initial work to fixing clipboard text encoding issues.
|
8 years ago |
Stano Turza
|
c05edaebdc
|
scrollbar PageUp/PageDown handling
|
8 years ago |
Stano Turza
|
d783d3e1fc
|
do not focus scrollbar
|
8 years ago |
Wiesław Šoltés
|
da0612e66b
|
Added base dark theme
|
8 years ago |
Nikita Tsukanov
|
fd192cf3c2
|
Fixed Rider support for Avalonia.Native project
|
8 years ago |
Stano Turza
|
3dd51660df
|
use MathUtilities.Clamp
|
8 years ago |
Stano Turza
|
12a49d4336
|
[skia] fixes right aligned textbox selection
|
8 years ago |
Tom Daffin
|
22879fe312
|
Call GtkImContextFilterKeypress after issuing the KeyDown event to get the same sequence of events as windows
|
8 years ago |
Stano Turza
|
b4dcc14b8d
|
make sure pointer is always inside presenter
|
8 years ago |
Andrey Kunchev
|
81c274328b
|
fix tiny tiny nit
|
8 years ago |
Andrey Kunchev
|
aa21fe9d17
|
fix derived list/extensions for moverange
|
8 years ago |
Andrey Kunchev
|
4a57d4ddd0
|
fix click on dropdown when dropdown in other popup fixes #2058
|
8 years ago |
Andrey Kunchev
|
0cbd7b5117
|
fix devtools controls highlighting with immediaterenderer issue #1927
|
8 years ago |
ahopper
|
bb0bb39282
|
respect FillMode=Forward if animation stopped part way through
|
8 years ago |
ahopper
|
d82a25ea5f
|
fix reversing
|
8 years ago |
ahopper
|
29aad6bc9a
|
allow for Delay
|
8 years ago |
ahopper
|
8864dc8e10
|
Fix repeating animations
|
8 years ago |
ahopper
|
8132bdc162
|
end animation cleanly with correct value
|
8 years ago |
Andrey Kunchev
|
b06a5a2991
|
fix finally #1998 for immediaterenderer
|
8 years ago |
Dan Walmsley
|
80a95c5bae
|
fix call from invalid thread in previewer.
|
8 years ago |
Dan Walmsley
|
6a537bea11
|
fix keyboard input on osx.
|
8 years ago |
Wojciech Krysiak
|
0d7e193693
|
More tests, futureproofing + 2 bugfixes
|
8 years ago |
Unknown
|
67c2ff25de
|
fix win32 skia backend renderer failing.
|
8 years ago |
Henrich
|
7f95a3be88
|
fix AccessViolationException during creating Exception
|
8 years ago |
Henrich
|
451dd5c8f0
|
fix LockedFramebuffer.Size assigment from constructor
|
8 years ago |
Dan Walmsley
|
43f6eb52ea
|
pixel size api impl updated.
|
8 years ago |
Dan Walmsley
|
4ee07b7355
|
fixes/2042-opengl-using-pixelsize-struct
|
8 years ago |
Dan Walmsley
|
03dad31cae
|
default border thickness = 1.
|
8 years ago |
Andrey Kunchev
|
85c786e4e9
|
Fir TransformToVisual and use it in ImmediateRenderer
|
8 years ago |
Jumar Macato
|
6b05f4ec72
|
removed remnants of HtmlRenderer
|
8 years ago |
Jumar Macato
|
9a2a3d78a8
|
Remove html renderer artifact from previous testing.
|
8 years ago |
Jumar Macato
|
382047933f
|
replace the placebo fontfamily text into `String.Empty`
|
8 years ago |
Jumar Macato
|
57a896e878
|
Remove hardcoded fonts on our theme definition.
|
8 years ago |
Jumar Macato
|
ef7a1f723d
|
Fix AnimationsPage crash, related to #1939
|
8 years ago |
Dan Walmsley
|
f2d126b9d2
|
update avalonia.native to use PixelSize.
|
8 years ago |
ahopper
|
17a976c99b
|
space removed
|
8 years ago |
ahopper
|
fd041c3af5
|
allow annimation of structs without typeConverter
|
8 years ago |
Tom Daffin
|
1fff693730
|
Fix brace style
|
8 years ago |
Steven Kirk
|
e71b6a1edf
|
Compare IntPtrs with IntPtr.Zero instead of null
D'oh. I wish C# would warn for this.
|
8 years ago |