10040 Commits (c864f5592ce0dc80b8b5809ea35d283d9c8f98ad)
 

Author SHA1 Message Date
Dariusz Komosinski c864f5592c Fix overlooked assignment. 7 years ago
Dariusz Komosinski a4f4374545 Merge branch 'alloc-layoutloop' of https://github.com/MarchingCube/Avalonia into alloc-layoutloop 7 years ago
Dariusz Komosinski db74e6c021 Reformat. 7 years ago
Dariusz Komosiński 4a93f46665
Merge branch 'master' into alloc-layoutloop 7 years ago
Dariusz Komosinski a327610b6d Disable metadata optimizations for properties with different owner. 7 years ago
Dariusz Komosinski 798bde1835 Cache visual children getter result. 7 years ago
Dariusz Komosinski 268a209889 Implement fast metadata path for properties that have no metadata overrides. 7 years ago
Dariusz Komosinski d0d4bec96b Remove expensive Contract calls from the hot path. 7 years ago
Dariusz Komosinski 3e3eddca87 Save a few value lookups during arrange and measure. 7 years ago
Dariusz Komosinski 8eb0f4127a Save up to two value lookups when applying layout constraints. 7 years ago
Dariusz Komosinski 5ee8b01808 Fix typo. 7 years ago
Dariusz Komosinski 2b05319b6b Remove unnecessary allocations from the layout loop. 7 years ago
Jumar Macato d477af9beb
Merge pull request #3198 from mstr2/transitioninstance 7 years ago
Jumar Macato df486e1816
Merge branch 'master' into transitioninstance 7 years ago
mstr2 533c17a181 TransitionInstance with zero duration is now completed on first tick 7 years ago
mstr2 e1df65c94b Failing unit test for #3197 7 years ago
danwalmsley c3f972cd78
Merge pull request #3174 from mstr2/validate-fix 7 years ago
danwalmsley 166cc1173a
Merge branch 'master' into validate-fix 7 years ago
Jumar Macato 6b6cfdb116
Merge pull request #3178 from AvaloniaUI/autocompletebox-selectionchanged 7 years ago
Nikita Tsukanov e27c7c0fff
Fixed parameter order in OnSelectionChanged in AutoCompleteBox 7 years ago
mstr2 449e9f2353
Merge branch 'master' into validate-fix 7 years ago
mstr2 e46cb67423 Fixed a bug where ValueStore.Changed could be called with pre-validation value 7 years ago
mstr2 5fea821c94 Failing test for bug #3170 7 years ago
Steven Kirk 7f19f49c1c
Merge pull request #3159 from AvaloniaUI/fix-render-demo 7 years ago
Steven Kirk 6543643969
Merge branch 'master' into fix-render-demo 7 years ago
Jumar Macato 6b19b34e1d
Merge pull request #3175 from MarchingCube/fix-grid-sharedscope-resize 7 years ago
Dariusz Komosinski 969166422e Comment fix. 7 years ago
Dariusz Komosinski 9c5e688958 Fix Grid shared scope not being updated when resizing row/column definitions. 7 years ago
Jumar Macato 1a4bc738c4
Merge pull request #3157 from donandren/issues/grid 7 years ago
Andrey Kunchev ab26c18a8f typo fix 7 years ago
Dariusz Komosiński 2e758e29c3
Merge branch 'master' into issues/grid 7 years ago
Dariusz Komosiński 73973d2595
Merge pull request #3164 from jp2masa/xml-comment-fixes 7 years ago
José Pedro 50acbfec9f
XML comment fixes. 7 years ago
Nikita Tsukanov b9bd57e25b Removed `Application` parameter from ClassicDesktopStyleApplicationLifetime since it wasn't used anyway 7 years ago
Andrey Kunchev 171a75eaed pr comments 7 years ago
Nikita Tsukanov 3054a513ee Fix AppBuilderBase.Start<TMainWindow> 7 years ago
Andrey Kunchev d478572e74 fix issue #3155 add/remove grid child runtime works properly 7 years ago
Andrey Kunchev 56cfbc1e46 add failing test for issue #3155 add/remove grid child runtime throws exception 7 years ago
Andrey Kunchev 7f2b3261b4 fix grid to invalidate when columns/rows are replaced 7 years ago
Andrey Kunchev a7f0851efb add failing test for grid when columns/row are replaced grid doesn't invalidate 7 years ago
Andrey Kunchev 4b275a8f29 fixed issue: #3141 when col/row are removed grid trigger layout update 7 years ago
Andrey Kunchev b0eb2a1018 issue: #3141 add failing tests for grid: when col/row are removed grid doesn't trigger layout update 7 years ago
Andrey Kunchev acf0d42a81 fix issue: #3141 when col/row are added grid trigger layout update 7 years ago
Andrey Kunchev fe4866d763 issue: #3141 add failing tests for grid: when col/row are added grid doesn't trigger layout update 7 years ago
Andrey Kunchev 4f82615868 fix problem when grid row/col properties (width/height ...) are changed grid to invalidate calculations 7 years ago
Andrey Kunchev ef0464a7e7 add failing tests for grid: when column/row (width/height ...) properties are changed grid doesn't react 7 years ago
Nikita Tsukanov 7dc95d5644
Adopted Conributor Covenant v1.4 7 years ago
Jumar Macato e04f6ef4c8
Merge pull request #3144 from AvaloniaUI/polish-menus-ui 7 years ago
Dan Walmsley 1f2a37bcb7 remove vertical seperator on menus between icon and menu header, polished spacing, now closely matches Windows and Visual Studio menus 7 years ago
danwalmsley 1be5c6f3c1
Merge pull request #3142 from nishanth2143/patch-1 7 years ago