Steven Kirk
|
a899892d96
|
Ignore RemoteTest.
|
8 years ago |
Steven Kirk
|
f9451bdf4e
|
Merge pull request #1204 from AvaloniaUI/fixes/invalid-rectangle-arrange-overide
[Scrollbar] dont try and arrange the thumb and buttons if the extent …
|
8 years ago |
danwalmsley
|
ccc3410cfc
|
Merge branch 'master' into fixes/invalid-rectangle-arrange-overide
|
8 years ago |
Nikita Tsukanov
|
e755664bec
|
Merge pull request #1105 from AvaloniaUI/remote2
Remoting & New Previewer
|
8 years ago |
Nikita Tsukanov
|
cde1e23205
|
Added Avalonia.Remote.Protocol package
|
8 years ago |
Nikita Tsukanov
|
a3937812ab
|
[REMOTE] Renamed private class to avoid confusion
|
8 years ago |
Nikita Tsukanov
|
1ba432c0f9
|
Use old SDK for Avalonia.Designer.HostApp.NetFX.csproj
|
8 years ago |
Dan Walmsley
|
eee063455d
|
[Track] remove redundant IsNaN check.
|
8 years ago |
Dan Walmsley
|
db8cd568ac
|
[Scrollbar] Simplify the thumb height / thumb width logic.
|
8 years ago |
Nikita Tsukanov
|
a5f0d23ccb
|
Embed Metsys.Bson as a serializer to avoid referencing JSON.NET
|
8 years ago |
Nikita Tsukanov
|
0a53aabc35
|
Merge remote-tracking branch 'upstream/master' into remote2
|
8 years ago |
Nikita Tsukanov
|
884423d879
|
Adapt threading tests to VerifyAccess on AvaloniaObject.ctor
|
8 years ago |
Nikita Tsukanov
|
bbce5db541
|
Merge branch 'master' into remote2
|
8 years ago |
Dan Walmsley
|
713933b7fb
|
[Scrollbar] dont try and arrange the thumb and buttons if the extent is zero.
|
8 years ago |
Jeremy Koritzinsky
|
38091ee670
|
Merge pull request #1179 from jkoritzinsky/MethodsAsCommands
Bind Commands to Methods
|
8 years ago |
Nikita Tsukanov
|
fe8aae2244
|
[GTK3] Lock and sync X11 display
|
8 years ago |
Nikita Tsukanov
|
753d05d19e
|
[GTK3] Don't initialize GTK twice
|
8 years ago |
Steven Kirk
|
f6208c100a
|
Merge branch 'master' into MethodsAsCommands
|
8 years ago |
Nikita Tsukanov
|
81a37c87b5
|
Merge pull request #1202 from AvaloniaUI/fixes/1201-d2d-resize-flicker
Fix flicker on resize under D2D.
|
8 years ago |
Jeremy Koritzinsky
|
83ee601735
|
Use TypeUtilities to convert the type of CommandParameter to the correct type.
|
8 years ago |
Jeremy Koritzinsky
|
120eb2dde6
|
PR Feedback.
|
8 years ago |
Nikita Tsukanov
|
e2b9e5dbaa
|
Call VerifyAccess in AvaloniaObject.ctor
|
8 years ago |
Nikita Tsukanov
|
a06631f1a9
|
Merge pull request #1196 from kekekeks/timer-priority
Fixed DispatcherTimer's priorities
|
8 years ago |
Nikita Tsukanov
|
eb181d1fd7
|
Merge branch 'master' into timer-priority
|
8 years ago |
Steven Kirk
|
abe47da717
|
Fix flicker on resize under D2D.
Still getting a "rubber banding" effect that needs to be fixed though.
|
8 years ago |
Steven Kirk
|
e3d9df99bc
|
Merge pull request #1184 from AvaloniaUI/fixes/dc-render-layers
Use ID2D1BitmapRenderTarget for D2D render layers (Option 2)
|
8 years ago |
Steven Kirk
|
d1610d7539
|
Merge branch 'fixes/dc-render-layers' of https://github.com/AvaloniaUI/Avalonia into fixes/dc-render-layers
|
8 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
|
8 years ago |
Steven Kirk
|
247ef0b041
|
Merge pull request #1161 from arndtdv/master
Fixed: #226
|
8 years ago |
Nikita Tsukanov
|
ec9c1568c5
|
Merge branch 'master' into timer-priority
|
8 years ago |
Steven Kirk
|
b133cb8588
|
Merge remote-tracking branch 'origin/master' into pr/1161-fixed-226
|
8 years ago |
Jeremy Koritzinsky
|
8360938dee
|
Merge pull request #1198 from jp2masa/warnings
Fixed Assert.Null warnings
|
8 years ago |
Nikita Tsukanov
|
3e09457e10
|
[D2D1] Implement support for IFramebufferPlatformSurface
|
8 years ago |
Nikita Tsukanov
|
2b8953c7ab
|
Fixed merge issues and made new previewer to work with desktop .net
|
8 years ago |
José Pedro
|
cc7098583e
|
Fixed Assert.Null warnings.
|
8 years ago |
Nikita Tsukanov
|
bdbe95b9b1
|
Fixed DispatcherTimer's priorities
|
8 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
|
8 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.
|
8 years ago |
Dan Walmsley
|
c8e6bd5809
|
Fix using dispatcher timer with 0 time interval causing exception.
|
8 years ago |
Nikita Tsukanov
|
9b22a5e26c
|
Merge pull request #1181 from AvaloniaUI/fixes/1178-rendering-artifacts
Fix rendering artifacts
|
8 years ago |
danwalmsley
|
1888b04ee2
|
Merge branch 'master' into fixes/1178-rendering-artifacts
|
8 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…
|
8 years ago |
danwalmsley
|
f61df3db4a
|
Merge branch 'master' into fixes/1185-stackpanel-gap-property-last-child
|
8 years ago |
Nikita Tsukanov
|
e3b3e05a0c
|
[GTK3] Use XPutImage on Linux when possible
|
8 years ago |
Nikita Tsukanov
|
75b33cd999
|
Merge branch 'master' into fixes/dc-render-layers
|
8 years ago |
Nikita Tsukanov
|
9c04bb7d0b
|
Merge branch 'master' into fixes/1185-stackpanel-gap-property-last-child
|
8 years ago |
Nikita Tsukanov
|
05240d92ea
|
Merge branch 'master' into fixes/1178-rendering-artifacts
|
8 years ago |
Nikita Tsukanov
|
3882cf6cf3
|
[GTK3] Allow to render IDeferredRenderOperation to existing context
|
8 years ago |
Nikita Tsukanov
|
1993942e9e
|
[SKIA] Properly dispose intermediate bitmaps
|
8 years ago |
Nikita Tsukanov
|
372ae88ba9
|
Set NativeBlob.Size to zero on dispose
|
8 years ago |