5372 Commits (nuget-release-0.6.0)
 

Author SHA1 Message Date
Nikita Tsukanov c93335e6c8 Removed NUGET_API_KEY from appveyor.yml 8 years ago
Steven Kirk 53a73df9fc Updated version. 8 years ago
Steven Kirk aa09db0f58
Merge pull request #1373 from AvaloniaUI/fixes/1372-textbox-pointer-capture 8 years ago
Steven Kirk 92094473e3 Handle pointer down/up events in Thumb. 8 years ago
Steven Kirk 6656b10376
Merge pull request #1371 from jkoritzinsky/refcount-scene 8 years ago
Steven Kirk c8ed20d66c
Merge branch 'master' into refcount-scene 8 years ago
Jeremy Koritzinsky c88f7a9844 Merge branch 'refcount-scene' of https://github.com/jkoritzinsky/Avalonia into refcount-scene 8 years ago
Jeremy Koritzinsky 458d8bf760 Don't dispose replaced visual nodes if they're replaced with themselves. 8 years ago
Steven Kirk 597da9d1ec
Merge pull request #1370 from AvaloniaUI/fixes/1354-textbox-truncated 8 years ago
danwalmsley a747f0ddca
Merge branch 'master' into fixes/1354-textbox-truncated 8 years ago
Nikita Tsukanov d5819db175
Merge pull request #1369 from AvaloniaUI/fixes/1074-unify-initial-directory-file-dialogs 8 years ago
Steven Kirk 11903bfe08
Merge pull request #1365 from jkoritzinsky/refcount-scene 8 years ago
Steven Kirk e5800c17f1 Fix TextBlock click positioning. 8 years ago
Steven Kirk b7de65f1aa Fix TextBox text truncation. 8 years ago
Steven Kirk 433939726e
Merge branch 'master' into refcount-scene 8 years ago
Dan Walmsley fafcecf0f3 system dialog combines the initialDirectory and InitialFileName on Gtk. 8 years ago
Nikita Tsukanov 3a42ef3463 Fixed designer focus issue 8 years ago
Jeremy Koritzinsky 53bf2431ed Clean up OnRenderLoopTick code. 8 years ago
Jeremy Koritzinsky fd45ff050f
Merge pull request #1364 from AvaloniaUI/fixes/window-autosize 8 years ago
Steven Kirk 2af1f20108 Mark SizeToContent with [Flags]. 8 years ago
Jeremy Koritzinsky 8817910549 Add ref-counting for the scene instance in DeferredRenderer to ensure that we don't dispose a scene while it is being rendered. 8 years ago
Steven Kirk 70d75c0eb5 Fix Window auto-sizing. 8 years ago
Steven Kirk dd2c92cfe7
Merge pull request #1363 from kekekeks/netcore-win32-previewer 8 years ago
Nikita Tsukanov 13171c4be3 Implemented `--session-id` and `--method win32` for previewer 8 years ago
Nikita Tsukanov 75d7341fa1 "Cherry-picked" EmbeddedWindowImpl.cs from single win32 assembly PR 8 years ago
Steven Kirk 316da842bd
Merge pull request #1358 from sdoroff/data-validation-error 8 years ago
Steven Kirk 85059a36e9
Merge branch 'master' into data-validation-error 8 years ago
Steven Kirk fe317ea61e
Merge pull request #1277 from AvaloniaUI/ref-bitmaps 8 years ago
Steven Kirk 4cace359b5
Merge branch 'master' into ref-bitmaps 8 years ago
Jeremy Koritzinsky 74f8930277 Fixed bug in TrimDrawOperations that wasn't disposing draw operations correctly. 8 years ago
sdoroff 5dce65f7b6 Created a shared DataValidationErrors framework 8 years ago
Jeremy Koritzinsky 6b3946abec
Merge pull request #1357 from sdoroff/text-box-key-down-change 8 years ago
sdoroff 883c39ed6d Merge branch 'text-box-key-down-change' of https://github.com/sdoroff/Avalonia into text-box-key-down-change 8 years ago
sdoroff 267aab12ef Altered OnKeyDown to accurately set handled 8 years ago
sdoroff 0a6da2cbfa Altered OnKeyDown to accurately set handled 8 years ago
Jeremy Koritzinsky 85966d3ecf Ref-count the draw operations collection in VisualNode so it correctly keeps the elements alive when only the collection is cloned (aka no changes are made by a cloned VisualNode) and the original VisualNode is disposed. 8 years ago
Jeremy Koritzinsky ae7e7829d4 Fixed incorrect cast in DeferredRenderer's IVisualBrushRenderer implementation. 8 years ago
Jeremy Koritzinsky d905721c46 Add more null short-circuiting checks in DeferredRenderer related to scene disposal. 8 years ago
Jeremy Koritzinsky ebfa79ef64 Add null check for scene in DeferredRenderer disposal. 8 years ago
Jeremy Koritzinsky 7e174a79e0 Refactored refcounting and added tests for refcount tracking in the DeferredRenderer and friends. 8 years ago
Jeremy Koritzinsky 8b97174735 Fix tests to correctly access the item of the ref-counted instance. 8 years ago
Jeremy Koritzinsky 952f89883d Fix build errors in SceneGraph and DeferredRenderer tests. 8 years ago
Jeremy Koritzinsky be1fab69de
Merge pull request #1350 from AvaloniaUI/fixes/337-focus-adorner-clipping 8 years ago
Jeremy Koritzinsky c1b93d4da2
Merge pull request #1338 from AvaloniaUI/fixes/1065-canscrollhorizontally 8 years ago
Steven Kirk 2c2c099ad1
Merge branch 'master' into fixes/337-focus-adorner-clipping 8 years ago
Steven Kirk 4a556fd047
Merge pull request #1349 from AvaloniaUI/fixes/1343-rectanglegeometry-transform 8 years ago
Jeremy Koritzinsky 617f35ce53 Add ref-counting checks throughout the SceneGraph nodes. Because IDrawOperations can be shared between IVisualNodes, they are now also ref-counted. 8 years ago
Jeremy Koritzinsky 1036f5c541
Merge branch 'master' into ref-bitmaps 8 years ago
Steven Kirk b9fdee8d01
Merge branch 'master' into fixes/1065-canscrollhorizontally 8 years ago
Steven Kirk eb0e6650ca Remove debug code. 8 years ago