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-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-10-02Fix userpref.blend using version from startup.blendCampbell Barton
2020-09-30Fix implicit conversion from pointer to boolHans Goudey
2020-09-30Cleanup: Remove unused View2D variables and functionHans Goudey
2020-09-30Cleanup: Reduce indentationHans Goudey
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-30Cleanup: sort struct declarationsCampbell Barton
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-28UI Code Quality: Clear layout pointer on layout destructionJulian Eisel
2020-09-28Fix T79275: Missing redraw for pinned active tool settings panelsDavid Friedli
2020-09-25Cleanup: Use canonical variable nameHans Goudey
2020-09-25Cleanup: Decrease indentation by returning earlyHans Goudey
2020-09-25Cleanup: Declare variables where initialized, lower scopeHans Goudey
2020-09-24Cleanup: Move function to proper sectionHans Goudey
2020-09-24Cleanup: Remove unused functionHans Goudey
2020-09-24Cleanup: Remove unecessary storage of search filter in uiBlockHans 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-23Fix T81057: PoseBone Constraints are displayed in Object Constraints tabPhilipp Oeser
2020-09-21Cleanup: Reduce indentation by returning earlyHans Goudey
2020-09-21Cleanup: Declare variables where initializedHans Goudey
2020-09-21Cleanup (UI): Early-exit rather than having a big-ish conditional bodyJulian Eisel
2020-09-21Fix T80854: Search buttons fail in Adjust Last Operation PanelJulian Eisel
2020-09-21Cleanup: Remove weird assert in button handlingJulian Eisel
2020-09-21Fix assert failure when using Ctrl+Mousewheel on Object Mode buttonJulian Eisel
2020-09-20Cleanup: Fix clang tidy inconsistent parameter warningHans Goudey
2020-09-20Cleanup: Use shorthand variablesHans Goudey
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-19Property Search: Don't set expansion for panels in inactive tabsHans Goudey
2020-09-18Fix misalignment of menu items in Preferences > Save & Load menuJulian Eisel
2020-09-18UI: Support interacting with superimposed icons while editingJulian Eisel
2020-09-18UI: Support mouse over highlighting for superimposed iconsJulian Eisel
2020-09-18UI: Correct superimposed icon interaction hotspotJulian Eisel
2020-09-18UI: Refactor panel alignment functionHans Goudey
2020-09-18Cleanup: Rename variables in panel alignment codeHans Goudey
2020-09-18Cleanup: change enum usage so types are explicitly listedCampbell Barton
2020-09-18Cleanup: use 'UI_icon_*' prefix for icons APICampbell Barton
2020-09-17Cleanup: Correct commentsHans Goudey
2020-09-17Cleanup: remove unneeded check in uiTemplateConstraintHeaderPhilipp Oeser
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-16Fix: Property search crashes searching enums with separatorsHans Goudey
2020-09-16Cleanup: spellingCampbell Barton
2020-09-16UI: Add grid-related theme optionsRed Mser
2020-09-15Property Search: Properly set expansion for instanced panelsHans Goudey
2020-09-15UI: Refactor some list panel expansion codeHans Goudey
2020-09-15UI: Fix spacing of inline row icon buttonsNathan Craddock