Steven Kirk
|
815d3f719e
|
Report correct root in logical tree attach/detach.
Fixes #1192.
|
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 |
Dan Walmsley
|
713933b7fb
|
[Scrollbar] dont try and arrange the thumb and buttons if the extent is zero.
|
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 |
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 |
Steven Kirk
|
abe47da717
|
Fix flicker on resize under D2D.
Still getting a "rubber banding" effect that needs to be fixed though.
|
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 |
Nikita Tsukanov
|
bdbe95b9b1
|
Fixed DispatcherTimer's priorities
|
9 years ago |
Dan Walmsley
|
c8e6bd5809
|
Fix using dispatcher timer with 0 time interval causing exception.
|
9 years ago |
Nikita Tsukanov
|
e3b3e05a0c
|
[GTK3] Use XPutImage on Linux when possible
|
9 years ago |
Nikita Tsukanov
|
3882cf6cf3
|
[GTK3] Allow to render IDeferredRenderOperation to existing context
|
9 years ago |
Nikita Tsukanov
|
1993942e9e
|
[SKIA] Properly dispose intermediate bitmaps
|
9 years ago |
Nikita Tsukanov
|
372ae88ba9
|
Set NativeBlob.Size to zero on dispose
|
9 years ago |
Nikita Tsukanov
|
004f8a4cdd
|
Fall back to direct SKBitmap
|
9 years ago |
Nikita Tsukanov
|
3805317042
|
[SKIA] Fall back to direct SKBitmap call for unit tests
|
9 years ago |
Nikita Tsukanov
|
835bf9a7e5
|
Fixed release build
|
9 years ago |
Nikita Tsukanov
|
29791fa241
|
Manual native memory management for leak detection
|
9 years ago |
Dan Walmsley
|
eb5a354d62
|
[StackPanel] Gap value is not added to the measured width or height after the last child.
|
9 years ago |
Steven Kirk
|
5fd6f5ac6d
|
Snap bounding boxes to pixels.
|
9 years ago |
Nikita Tsukanov
|
f6a60e2759
|
[GTK3] Block in SetNextRenderOperation until previous frame is dequeued
|
9 years ago |
Nikita Tsukanov
|
b05f913e25
|
[GTK3] Normal priority for timers
|
9 years ago |
Nikita Tsukanov
|
0977161413
|
Use AppDomain.GetLoadedAssemblies() for all platforms
|
9 years ago |
Steven Kirk
|
cf9e8cfede
|
Use NotSupportedException
|
9 years ago |
Nikita Tsukanov
|
1380436b76
|
[GTK3] Use GTK window state management functions instead of GDK
|
9 years ago |
Nikita Tsukanov
|
e877f6e864
|
[GTK3] Revert to manually scaling the surface, cairo_surface_set_device_scale is not supported on Ubuntu 14.04
|
9 years ago |
Nikita Tsukanov
|
088fc6fc56
|
[GTK3] Fixed DPI support for DeferredRenderer
|
9 years ago |
Nikita Tsukanov
|
6514723fb7
|
[GTK3] Priority and rendering fixes
|
9 years ago |
Nikita Tsukanov
|
c7262e76d2
|
[SKIA] Fixed DrawImage opacity
|
9 years ago |
Jeremy Koritzinsky
|
05b6ab91c9
|
Disable unused event warning
|
9 years ago |
Jeremy Koritzinsky
|
81168ac094
|
Add error handling for methods with too many parameters. Add support for static methods.
|
9 years ago |
Jeremy Koritzinsky
|
250f6acef0
|
Add delegate -> command conversion as a default value conversion.
|
9 years ago |
Jeremy Koritzinsky
|
12ec059acb
|
Initial code to enable binding to a method.
|
9 years ago |
José Pedro
|
af113224c6
|
Requested change.
|
9 years ago |
José Pedro
|
5cebc7792f
|
Requested changes.
|
9 years ago |
Nikita Tsukanov
|
a3b688f21c
|
[GTK3] Remove compile items (again)
|
9 years ago |
Nikita Tsukanov
|
d8113d2987
|
XML docs for DispatcherPriority
|
9 years ago |
Nikita Tsukanov
|
4e9654165f
|
Added MonoMacPlatform.ShowInDock
|
9 years ago |
José Pedro
|
7cb4485dfb
|
Added Orientation and IsIndeterminate properties to ProgressBar.
Moved the Orientation enum to a separate file.
|
9 years ago |
Nikita Tsukanov
|
3d3d4528f6
|
Burn, baby, BURN!
|
9 years ago |
Nikita Tsukanov
|
70c24908a9
|
Various fixes for GTK and DeferredRenderer support
|
9 years ago |
Nikita Tsukanov
|
2abd980713
|
Don't try to start WeakTimer right away
|
9 years ago |
Nikita Tsukanov
|
b963d68668
|
Try to respect DispatcherPriority when possible
|
9 years ago |