Steven Kirk
|
dba58812b6
|
Merge branch 'master' into prs/viewbox
|
8 years ago |
Steven Kirk
|
9a9a66d77a
|
Merge pull request #2085 from AvaloniaUI/perf/templatedparent-direct
[Perf] Make TemplatedParent a direct property.
|
8 years ago |
Steven Kirk
|
e5cebd0d48
|
Merge branch 'master' into perf/templatedparent-direct
|
8 years ago |
Steven Kirk
|
96190158e2
|
Merge pull request #2114 from donandren/issues/relsourcebindingproblem
Failing tests for Relative Source in Binding and fixes
|
8 years ago |
Steven Kirk
|
e6536f7dcd
|
Merge branch 'master' into issues/relsourcebindingproblem
|
8 years ago |
Steven Kirk
|
5c27bb805c
|
Merge pull request #2096 from wieslawsoltes/FixScrollBarTemplate
Fixes ScrollBar template hard-coded size values
|
8 years ago |
Steven Kirk
|
4e6803a8ec
|
Merge branch 'master' into FixScrollBarTemplate
|
8 years ago |
Nikita Tsukanov
|
e3e0a9e5be
|
Merge pull request #2117 from AvaloniaUI/fix-render-artifacts
Fix render artifacts caused by unified timers
|
8 years ago |
Steven Kirk
|
209ccbe49e
|
Merge branch 'master' into fix-render-artifacts
|
8 years ago |
Steven Kirk
|
bc9e990ae7
|
Merge pull request #2118 from Gillibald/fixes/RedundantTabControlScrollViewer
TabControl: Remove redundant scrollviewer from default control template
|
8 years ago |
Nikita Tsukanov
|
5e698a4ab2
|
Fixed other tests
|
8 years ago |
Nikita Tsukanov
|
2be6390683
|
Fixed tests
|
8 years ago |
Benedikt Schroeder
|
b84069b27f
|
Remove redundant scrollviewer from default control template
|
8 years ago |
Nikita Tsukanov
|
36915d6c94
|
Reworked rendering
|
8 years ago |
Nikita Tsukanov
|
02200eb4d3
|
Use proper locks for _scene manipulation
|
8 years ago |
Nikita Tsukanov
|
31b6a0d16c
|
Wait for scene to be consumed before producing a new one. Fixes TONS of variour rendering artifacts
|
8 years ago |
Nikita Tsukanov
|
d1e3047410
|
Don't be noisy about just-in-case Dispose call on disposed object on finalizer thread
|
8 years ago |
Nikita Tsukanov
|
4f049cf155
|
Allow GC to collect reused framebuffer, that's better than AccessViolationException from render thread
|
8 years ago |
Jeremy Koritzinsky
|
55892bae17
|
Merge branch 'master' into issues/relsourcebindingproblem
|
8 years ago |
Steven Kirk
|
c0b4327d30
|
Merge pull request #1842 from Gillibald/feature/TabControlRework
TabControl rework
|
8 years ago |
Steven Kirk
|
c42a477fe6
|
Merge branch 'master' into feature/TabControlRework
|
8 years ago |
Andrey Kunchev
|
458d45bb49
|
fix problem in complex binging chain, when a null value in chain reset current value to all subsequent expression nodes, so next change is starting on clean
|
8 years ago |
Andrey Kunchev
|
625d8f7754
|
update relative source extension
|
8 years ago |
Andrey Kunchev
|
741154d653
|
add more failing tests more specific to the particular problem in binding with complex property path like property.item1.item2.item3
|
8 years ago |
Andrey Kunchev
|
617b5708c2
|
add failing tests for Relative Source in Binding
|
8 years ago |
Wiesław Šoltés
|
338fe1d5eb
|
Use thickness instead of width and height
|
8 years ago |
Wiesław Šoltés
|
76aac2570f
|
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into FixScrollBarTemplate
|
8 years ago |
danwalmsley
|
04bdf452db
|
Merge branch 'master' into perf/templatedparent-direct
|
8 years ago |
danwalmsley
|
090f89142d
|
Merge pull request #2111 from AvaloniaUI/fixes/popup-obey-screen-edges-dpi
fix SnapInsideScreenEdges so that it obeys screen scaling.
|
8 years ago |
danwalmsley
|
615e2a8151
|
Merge branch 'master' into fixes/popup-obey-screen-edges-dpi
|
8 years ago |
danwalmsley
|
e526608c45
|
Merge pull request #2108 from AvaloniaUI/extra-gl-locks
Lock GL context before drawing.
|
8 years ago |
Dan Walmsley
|
f80a13b87b
|
fix SnapInsideScreenEdges so that it obeys screen scaling.
|
8 years ago |
Dan Walmsley
|
5d56163040
|
update replace script to include avalonia.native.
|
8 years ago |
Dan Walmsley
|
c2a71f005d
|
Merge branch 'master' into extra-gl-locks
|
8 years ago |
Nikita Tsukanov
|
ec628116f6
|
Force RenderComposite on UI thread
|
8 years ago |
Nikita Tsukanov
|
8fec3bb113
|
EGL refactoring and locks
|
8 years ago |
Nikita Tsukanov
|
3c989a2173
|
Fixed some OS threading issues
|
8 years ago |
Nikita Tsukanov
|
2741fec63e
|
Register cursor factory for tests
|
8 years ago |
Nikita Tsukanov
|
211aaaa6e1
|
Merge pull request #2107 from AvaloniaUI/features/textbox-ibeam-cursor
Features/textbox ibeam cursor
|
8 years ago |
Dan Walmsley
|
0f18328f14
|
fix formatting.
|
8 years ago |
Dan Walmsley
|
7f9d223169
|
Set IBeam cursor in TextBox template as a style.
|
8 years ago |
Dan Walmsley
|
f394da73e5
|
dont set ibeam cursor on textbox textpresenter.
|
8 years ago |
danwalmsley
|
cdbc5fd51e
|
Merge pull request #2091 from AvaloniaUI/dialogs-rework
Dialogs rework
|
8 years ago |
danwalmsley
|
eb6c506c39
|
Merge branch 'master' into dialogs-rework
|
8 years ago |
Nikita Tsukanov
|
4607d47937
|
Merge pull request #2092 from AvaloniaUI/deferred-renderer-forced-frame
Enforce DeferredRenderer to produce a frame when requested by OS
|
8 years ago |
Dan Walmsley
|
faebda7b50
|
Merge remote-tracking branch 'origin/master' into deferred-renderer-forced-frame
|
8 years ago |
Wiesław Šoltés
|
29cef8a7de
|
Update FullLayoutTests.cs
|
8 years ago |
Wiesław Šoltés
|
3547f02c56
|
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into FixScrollBarTemplate
|
8 years ago |
Jumar Macato
|
44a581ad04
|
Merge pull request #2103 from wieslawsoltes/FixStyles
Fix style issues for ButtonSpinner and NumericUpDown controls
|
8 years ago |
wieslawsoltes
|
5d8c6beed0
|
Fix tests
|
8 years ago |