Nikita Tsukanov
a3937812ab
[REMOTE] Renamed private class to avoid confusion
9 years ago
Nikita Tsukanov
1ba432c0f9
Use old SDK for Avalonia.Designer.HostApp.NetFX.csproj
9 years ago
Dan Walmsley
eee063455d
[Track] remove redundant IsNaN check.
9 years ago
Dan Walmsley
db8cd568ac
[Scrollbar] Simplify the thumb height / thumb width logic.
9 years ago
Nikita Tsukanov
a5f0d23ccb
Embed Metsys.Bson as a serializer to avoid referencing JSON.NET
9 years ago
Nikita Tsukanov
0a53aabc35
Merge remote-tracking branch 'upstream/master' into remote2
9 years ago
Nikita Tsukanov
884423d879
Adapt threading tests to VerifyAccess on AvaloniaObject.ctor
9 years ago
Nikita Tsukanov
bbce5db541
Merge branch 'master' into remote2
9 years ago
Dan Walmsley
713933b7fb
[Scrollbar] dont try and arrange the thumb and buttons if the extent is zero.
9 years ago
Jeremy Koritzinsky
a29837dd04
Implement syntax sugar for RelativeSource (not including setting a specific AncestorType)
9 years ago
Jeremy Koritzinsky
bf78e35489
Update XUnit to a released version.
9 years ago
Jeremy Koritzinsky
12e32dc08e
Implement RelativeSource binding syntax sugar except for parsing AncestorType.
9 years ago
Jeremy Koritzinsky
38091ee670
Merge pull request #1179 from jkoritzinsky/MethodsAsCommands
Bind Commands to Methods
9 years ago
Nikita Tsukanov
fe8aae2244
[GTK3] Lock and sync X11 display
9 years ago
Nikita Tsukanov
753d05d19e
[GTK3] Don't initialize GTK twice
9 years ago
Steven Kirk
f6208c100a
Merge branch 'master' into MethodsAsCommands
9 years ago
Nikita Tsukanov
81a37c87b5
Merge pull request #1202 from AvaloniaUI/fixes/1201-d2d-resize-flicker
Fix flicker on resize under D2D.
9 years ago
Jeremy Koritzinsky
83ee601735
Use TypeUtilities to convert the type of CommandParameter to the correct type.
9 years ago
Jeremy Koritzinsky
120eb2dde6
PR Feedback.
9 years ago
Nikita Tsukanov
e2b9e5dbaa
Call VerifyAccess in AvaloniaObject.ctor
9 years ago
Nikita Tsukanov
a06631f1a9
Merge pull request #1196 from kekekeks/timer-priority
Fixed DispatcherTimer's priorities
9 years ago
Nikita Tsukanov
eb181d1fd7
Merge branch 'master' into timer-priority
9 years ago
Steven Kirk
abe47da717
Fix flicker on resize under D2D.
Still getting a "rubber banding" effect that needs to be fixed though.
9 years ago
Steven Kirk
e3d9df99bc
Merge pull request #1184 from AvaloniaUI/fixes/dc-render-layers
Use ID2D1BitmapRenderTarget for D2D render layers (Option 2)
9 years ago
Steven Kirk
d1610d7539
Merge branch 'fixes/dc-render-layers' of https://github.com/AvaloniaUI/Avalonia into fixes/dc-render-layers
9 years ago
Steven Kirk
e0a6771296
Merge remote-tracking branch 'origin/master' into fixes/dc-render-layers
Conflicts:
src/Windows/Avalonia.Direct2D1/Direct2D1Platform.cs
src/Windows/Avalonia.Direct2D1/Media/Imaging/WicRenderTargetBitmapImpl.cs
9 years ago
Steven Kirk
247ef0b041
Merge pull request #1161 from arndtdv/master
Fixed : #226
9 years ago
Nikita Tsukanov
ec9c1568c5
Merge branch 'master' into timer-priority
9 years ago
Steven Kirk
b133cb8588
Merge remote-tracking branch 'origin/master' into pr/1161-fixed-226
9 years ago
Jeremy Koritzinsky
8360938dee
Merge pull request #1198 from jp2masa/warnings
Fixed Assert.Null warnings
9 years ago
Nikita Tsukanov
3e09457e10
[D2D1] Implement support for IFramebufferPlatformSurface
9 years ago
Nikita Tsukanov
2b8953c7ab
Fixed merge issues and made new previewer to work with desktop .net
9 years ago
José Pedro
cc7098583e
Fixed Assert.Null warnings.
9 years ago
Nikita Tsukanov
bdbe95b9b1
Fixed DispatcherTimer's priorities
9 years ago
Nikita Tsukanov
2be715f51d
Merge remote-tracking branch 'upstream/master' into remote2
# Conflicts:
# samples/ControlCatalog.NetCore/Program.cs
# samples/ControlCatalog/MainWindow.xaml.cs
# src/Gtk/Avalonia.Gtk3/Gtk3Platform.cs
# src/Gtk/Avalonia.Gtk3/Interop/GlibTimeout.cs
9 years ago
danwalmsley
0bd5e61e6c
Merge pull request #1195 from AvaloniaUI/fixes/treeview-timer-exception-zero-interval
Fix using dispatcher timer with 0 time interval causing exception.
9 years ago
Dan Walmsley
c8e6bd5809
Fix using dispatcher timer with 0 time interval causing exception.
9 years ago
Nikita Tsukanov
7a16bb7479
Merge branch 'master' into InvalidCharInput
9 years ago
Artjom
615ad42a62
Update readme.md
9 years ago
Artjom
5efae9e9c3
Update readme.md
Better description!
9 years ago
Artjom
ecc79607d7
Update readme.md
The first time I've seen Avalonia's readme, I was a bit confused about how to quickly get started with the framework. So this readme update includes a new paragraph named "Getting Started" where I've tried to point out how to create a simple "Hello world" application!
9 years ago
Nikita Tsukanov
9b22a5e26c
Merge pull request #1181 from AvaloniaUI/fixes/1178-rendering-artifacts
Fix rendering artifacts
9 years ago
danwalmsley
1888b04ee2
Merge branch 'master' into fixes/1178-rendering-artifacts
9 years ago
danwalmsley
2d34764d9e
Merge pull request #1186 from AvaloniaUI/fixes/1185-stackpanel-gap-property-last-child
[StackPanel] Gap value is not added to the measured width or height a…
9 years ago
danwalmsley
f61df3db4a
Merge branch 'master' into fixes/1185-stackpanel-gap-property-last-child
9 years ago
Nikita Tsukanov
e3b3e05a0c
[GTK3] Use XPutImage on Linux when possible
9 years ago
Nikita Tsukanov
75b33cd999
Merge branch 'master' into fixes/dc-render-layers
9 years ago
Nikita Tsukanov
9c04bb7d0b
Merge branch 'master' into fixes/1185-stackpanel-gap-property-last-child
9 years ago
Nikita Tsukanov
05240d92ea
Merge branch 'master' into fixes/1178-rendering-artifacts
9 years ago
Jurjen Biewenga
cee9196b0b
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into InvalidCharInput
9 years ago