Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-19UI: Port view item features to base class, merge view item button typesJulian Eisel
2022-07-19UI: Add AbstractViewItem base classJulian Eisel
2022-07-03UI: Move rename buffer management to new view base classJulian Eisel
2022-07-03UI: Add AbstractView base class for views, unify reconstruction in thereJulian Eisel
2022-06-16UI: Add initial "grid view"Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-24Cleanup: sort struct forward declarationsCampbell Barton
2021-12-09Cleanup: Various cleanups to the tree-view APIJulian Eisel
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-25Merge remote-tracking branch 'origin/blender-v3.0-release'Sybren A. Stüvel
2021-11-25Fix T93274: Assigning asset catalog doesn't mark file as modifiedSybren A. Stüvel
2021-11-24Merge branch 'blender-v3.0-release'Julian Eisel
2021-11-24Asset Browser: Activate a catalog when draggingJulian Eisel
2021-11-20Refactor: Port spreadsheet data set to UI tree viewHans Goudey
2021-10-27Revert "Asset Browser: Ensure parent catalogs are expanded when adding child"Julian Eisel
2021-10-27Asset Browser: Ensure parent catalogs are expanded when adding childJulian Eisel
2021-10-27Cleanup: Add static assert for tree-view getter templateJulian Eisel
2021-10-27UI: Support dragging tree-view itemsJulian Eisel
2021-10-27UI: Add padding to the left of tree-rows labels without iconJulian Eisel
2021-10-27Cleanup: Make UI tree-view item constructor explicitJulian Eisel
2021-10-26UI: Support disabled-hint for dropping in the tree-view APIJulian Eisel
2021-10-25UI: Refactor dropping support for the tree-view APIJulian Eisel
2021-10-20UI: Activate parent when active child is collapsedJulian Eisel
2021-10-08UI: Add context menu support for tree-view itemsJulian Eisel
2021-10-07Asset Browser: Rework layout & behavior of catalog tree-viewJulian Eisel
2021-10-06Asset Browser: Show catalog add & delete icons on mouse hover (only)Julian Eisel
2021-10-06Fix possibly wrong matching of tree-view item buttonsJulian Eisel
2021-10-06Assets: Support Renaming Catalogs in the UIJulian Eisel
2021-10-06Cleanup: Improve readability & comments in UI tree-view headerJulian Eisel
2021-10-05Fix T91940: Asset Browser catalogs continuously redrawJulian Eisel
2021-10-05Cleanup: Better way to pass activate callbacks to Tree-View itemsJulian Eisel
2021-10-04UI Tree-View API: Enforce active item to be un-collapsedJulian Eisel
2021-09-30UI: Support easy dropping into/onto rows in new tree-view APIJulian Eisel
2021-09-29Asset Browser: Initial Asset Catalog UIJulian Eisel
2021-09-23Fix: Build issue with MSVCCharlie Jolly
2021-09-23Cleanup: Use const in previously committed functionJulian Eisel
2021-09-23UI: Tree-View API for easy creation of tree UIsJulian Eisel