4541 Commits (54627eeff114f98cc231d7c788492ed40f0e4f16)

Author SHA1 Message Date
Nikita Tsukanov 6347a610c7 Switched back to #if since ReferenceOutputAssembly doesn't work properly for classic project format 8 years ago
Nikita Tsukanov 3279cbd4e8 Fixed some review comments 8 years ago
Steven Kirk 41f201bec8 Fix grip visualbrush tests. 8 years ago
Steven Kirk f82ee356bd Added debugging util to save D2D render targets. 8 years ago
Steven Kirk 638fd1e70c Fix DPI scaling for Skia tile brushes. 8 years ago
Steven Kirk eecd3555f9 Fix DPI in ImageBrushImpl. 8 years ago
Benedikt Schroeder e44eaf9a24 Improved default control template for TabControl 8 years ago
Andrey Kunchev cd7c5eb762 Ensure selected DropDownItem is visible when dropdown is open 8 years ago
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
Nikita Tsukanov 5e698a4ab2 Fixed other 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
Dan Walmsley 1ced34f15f fix tilebrush scaling for direct2d. 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
Wiesław Šoltés 338fe1d5eb Use thickness instead of width and height 8 years ago
Dan Walmsley f80a13b87b fix SnapInsideScreenEdges so that it obeys screen scaling. 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 d69116b475 Check if uri scheme is registered so tests won't fall apart 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
Nikita Tsukanov b092c51a55 Use `avares://` scheme with proper relative uri handling 8 years ago
Nikita Tsukanov 0948f56587 Added XamlFileProjectPath to UpdateXamlMessage 8 years ago
Nikita Tsukanov 8ad27cce0d Extra logic for default assembly resolve 8 years ago
Nikita Tsukanov 4f48b415cf Use res:asm: scheme for fake assembly 8 years ago
Nikita Tsukanov 343905ebb3 Generate asset resource info with paths 8 years ago
wieslawsoltes bfc748bd3f Format setters 8 years ago
wieslawsoltes 98eb338b8d Updated NumericUpDown style 8 years ago
wieslawsoltes 8b0c81ac3d Fix NumericUpDown styles 8 years ago
wieslawsoltes 855bc7d1ca Fix ButtonSpinner styles 8 years ago
Andrey Kunchev c083af062d add Avalonia.Layout to https://github.com/avaloniaui 8 years ago
Wiesław Šoltés c0a86be6bf Added ScrollBar size resources 8 years ago
Wiesław Šoltés 8477d085d0 Make grid sizes Auto in scrollbar template 8 years ago
Benedikt Schroeder 99c2b49367 Code style 8 years ago
Benedikt Schroeder f8b196a39b Minor fixes 8 years ago