danwalmsley
05855d3c70
Merge branch 'master' into fixes/1203-clear-capture-on-control-removed
9 years ago
danwalmsley
cc77bea851
Merge pull request #1206 from AvaloniaUI/fixes/1171-propagate-clipbounds
Propagate ClipBounds to child nodes
9 years ago
danwalmsley
f9db4005f7
Merge branch 'master' into fixes/1171-propagate-clipbounds
9 years ago
Steven Kirk
a0f4d3fb05
Ignore Avalonia.Designer.HostApp in ncrunch.
9 years ago
Steven Kirk
763775fa82
Clear mouse capture when control removed.
When a captured control is removed from the visual tree, clear the mouse capture.
Note that our capture logic needs to be improved - it shouldn't be possible to capture a non-visible or non-enabled control. This doesn't address that but it does fix the crash in #1203 .
Fixes #1203
9 years ago
Steven Kirk
dc7740554e
Propagate ClipBounds to child nodes.
When a scenegraph node's ClipBounds changes, ensure that that change is propagated to child nodes.
Fixes #1171
9 years ago
Steven Kirk
d1eb0512bb
Added failing test for #1171 .
9 years ago
Steven Kirk
a899892d96
Ignore RemoteTest.
9 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 …
9 years ago
danwalmsley
ccc3410cfc
Merge branch 'master' into fixes/invalid-rectangle-arrange-overide
9 years ago
Nikita Tsukanov
e755664bec
Merge pull request #1105 from AvaloniaUI/remote2
Remoting & New Previewer
9 years ago
Nikita Tsukanov
cde1e23205
Added Avalonia.Remote.Protocol package
9 years ago
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
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
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