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
2020-11-13Cleanup: Remove unecessary logic in panel codeHans Goudey
2020-11-13Cleanup: Simplify panel activate state functionHans Goudey
2020-11-05Cleanup: Use const for function argumentsHans Goudey
2020-11-05Fix T82417: Panels draw below others while animating after dragHans Goudey
2020-11-05Cleanup: Simplify panel collapse handler logicHans Goudey
2020-11-05Cleanup: Remove unused Panel.snap from DNA and handler codeHans Goudey
2020-11-05Cleanup: Remove unused drag scaling code for panelsHans Goudey
2020-11-05Cleanup: Make panel function staticHans Goudey
2020-11-05Cleanup: Move function to proper fileHans Goudey
2020-11-05Cleanup: Improve property search related comments panel codeHans Goudey
2020-11-04Merge branch 'blender-v2.91-release'Hans Goudey
2020-11-04Property Search: Fix missing update switching tabs after searchHans Goudey
2020-11-03Cleanup: Remove unused parameter in panel codeHans Goudey
2020-10-26Cleanup: spellingCampbell Barton
2020-10-20Cleanup: use BLI_listbase_is_single instead of countingCampbell Barton
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-16Property Search: Reset panel expansion when exiting searchHans Goudey
2020-10-07Fix / cleanup panel category tab drawingYevgeny Makarov
2020-10-06Fix T81470: Buttons in closed panel visible during searchHans Goudey
2020-10-03Property Search: Set panel expansion when tab changesHans Goudey
2020-10-03Cleanup: Remove dead code in panel logicJulian Eisel
2020-10-02Property Search: Don't use search color for subpanel titlesHans Goudey
2020-09-30Cleanup: Make function privateHans Goudey
2020-09-30Fix use after free deleting object with modifier panels visibleHans Goudey
2020-09-29Property Search: Set expansion properly for child panelsHans Goudey
2020-09-28Fix T79275: Missing redraw for pinned active tool settings panelsDavid Friedli
2020-09-24Cleanup: Move function to proper sectionHans Goudey
2020-09-24Cleanup: Remove unused functionHans Goudey
2020-09-24Cleanup: spellingCampbell Barton
2020-09-24Property Search: Fix matches in headers not used for expansionHans Goudey
2020-09-23Fix incorrect comparison for panel sortingHans Goudey
2020-09-20Cleanup: Fix clang tidy inconsistent parameter warningHans Goudey
2020-09-20Cleanup: Use shorthand variablesHans Goudey
2020-09-19Property Search: Don't set expansion for panels in inactive tabsHans Goudey
2020-09-18UI: Refactor panel alignment functionHans Goudey
2020-09-18Cleanup: Rename variables in panel alignment codeHans Goudey
2020-09-17Cleanup: Correct commentsHans Goudey
2020-09-17Cleanup: Use enum instead of defines for panel runtime flagHans Goudey
2020-09-17Cleanup: Comment formatting in interface_panel.cHans Goudey
2020-09-16Cleanup: spellingCampbell Barton
2020-09-15Property Search: Properly set expansion for instanced panelsHans Goudey
2020-09-15UI: Refactor some list panel expansion codeHans Goudey
2020-09-15UI: Single tab property searchHans Goudey
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-08Cleanup: consistent syntax for doxygen parametersCampbell Barton
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-09-02UI: Remove unecessary panel_free_block functionHans Goudey
2020-08-28Cleanup: use doxy sections in interface_panels.cCampbell Barton
2020-08-28Cleanup: spellingCampbell Barton
2020-08-27UI: Avoid redundant loops in region panel handlerHans Goudey