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-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
2020-08-27Fix T68317: Panel "A" key doesn't collapse subpanels properlyHans Goudey
2020-08-27UI: Cleanup / refactor region panel event handlingHans Goudey
2020-08-27Cleanup: Move panel category drawing to proper sectionHans Goudey
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-21Cleanup: Remove unused variablesHans Goudey
2020-08-21UI: Fix panel collapse all behavior invertedHans Goudey
2020-08-21UI: Cleanup in interface_panel.cHans Goudey
2020-08-19UI: Remove panel X axis closing codeHans Goudey
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-12Cleanup: Use const for contextHans Goudey
2020-08-12UI: Category support for instanced panelsHans Goudey
2020-08-06Fix T78698: Move cursor stuck after removing modifierJulian Eisel
2020-07-03Cleanup: Remove obsolete code in interface_panel.cHans Goudey
2020-07-03Cleanup: Interface, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-30Cleanup: spellingCampbell Barton
2020-06-29UI: Add shortcuts for modifier panelsHans Goudey
2020-06-25UI: Slightly simplify box style panel margin offsetHans Goudey
2020-06-25Cleanup: spellingCampbell Barton
2020-06-21UI: Fix view reset when toggling subpanel expansionHans Goudey
2020-06-19UI: Drag and Drop Constraints, Layout UpdatesHans Goudey
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-17UI: Ctrl-click on panel header expands & collapses subpanelsHans Goudey
2020-06-16Cleanup: Use LISTBASE_FOREACH in interface_panel.cHans Goudey
2020-06-15Fix T77541: Unregistering DATA_PT_modifiers doesn't remove modifier panelsHans Goudey
2020-06-10UI: Only set panel data expand flag for active panelsHans Goudey
2020-06-10Fix T77694: Start panel animation when expansion data changesHans Goudey
2020-06-05UI: Pan 2D Region When Dragging to BoundaryHans Goudey
2020-05-28Cleanup: spellingCampbell Barton