Andrey Kunchev
|
daadd9c674
|
support member selector when recycling Dropdown/listboxitems
|
8 years ago |
Andrey Kunchev
|
850cbfdbf0
|
Support out of the box Member Selector in DropDown
|
8 years ago |
Andrey Kunchev
|
c4ab664833
|
Use Adorner Focus styling for focused DropDownItem
|
8 years ago |
Andrey Kunchev
|
59a286ba10
|
let dropdown support virtualization if needed
|
8 years ago |
Andrey Kunchev
|
b8b7de237d
|
fit dropdown popup in screen
|
8 years ago |
Andrey Kunchev
|
c2c71105a4
|
style a bit focused dropdown item, so keyboard navigation is visible
|
8 years ago |
Andrey Kunchev
|
a297f00863
|
Scroll and focus to selected item when dropdown is shown
|
8 years ago |
Andrey Kunchev
|
d26d984256
|
focus dropdown item in more safe manner
|
8 years ago |
Andrey Kunchev
|
16ebfb5be9
|
focus DropDown after DropDown popup closed, otherwise focus is unpredicatable
|
8 years ago |
Andrey Kunchev
|
fa8380d92d
|
focus first item in DropDown on key up/down
|
8 years ago |
Steven Kirk
|
88424b4a2a
|
Merge pull request #2066 from donandren/prs/viewbox
Viewbox implementation
|
8 years ago |
Steven Kirk
|
4e03b14568
|
Pages should be alphabetically ordered.
|
8 years ago |
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 |