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
2021-08-09Cleanup: spelling in commentsCampbell Barton
2021-07-30Cleanup: missing leading '*' from comment blocksCampbell Barton
2021-07-28Fix menu poll function being ignored for UILayout.menuJulian Eisel
2021-07-08Cleanup: spellingCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-29UI: Support setting operator properties for `UILayout.operator_menu_enum()`Julian Eisel
2021-06-28Fix T89515: Clicking on Favorites in File Browser will rename themJulian Eisel
2021-06-28Fix T89350: Emboss color missing from icon buttons without embossHans Goudey
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-09Cleanup: redundant/unused assignmentsCampbell Barton
2021-04-29Cleanup: Use const argument for contextHans Goudey
2021-04-14Geometry Nodes: Add domain and data type to attribute searchHans Goudey
2021-03-18Cleanup: spellingCampbell Barton
2021-02-16UI: Add support for bl_description for panelsAaron Carlisle
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-04Cleanup: use const variablesCampbell Barton
2020-12-19Cleanup: Use typedef for UI emboss type enumHans Goudey
2020-12-18Cleanup: Declare variables where initializedHans Goudey
2020-12-18Cleanup: Use bool instead of intHans Goudey
2020-12-12UI: Allow UI to pass focused data-block to operators via contextJulian Eisel
2020-12-11Cleanup: Fix typo in comment.Bastien Montagne
2020-12-06UI: Alert Dialog Helper FunctionYevgeny Makarov
2020-11-18Cleanup: clarify precedence of operationsCampbell Barton
2020-11-17Cleanup: Remove unecessary NULL checkHans Goudey
2020-11-17Merge branch 'blender-v2.91-release'Hans Goudey
2020-11-17Fix T82341: Warning in terminal during property searchHans Goudey
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-29Allow Building Without UI_PROP_DECORATEYevgeny Makarov
2020-10-29UI: Improved alignment of labels and buttonsYevgeny Makarov
2020-10-19UI: Simplified Categorized MenusHarley Acheson
2020-10-13Property Search: Find results in all tabsHans Goudey
2020-10-13UI: Add highlight arguments to tab buttonsHans Goudey
2020-10-06Fix T81470: Buttons in closed panel visible during searchHans Goudey
2020-10-03Fix error in previous commit...Julian Eisel
2020-10-03Fix possible un-initialized variable use in UI codeJulian Eisel
2020-10-03Property Search: Set panel expansion when tab changesHans Goudey
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-10-03Fix stack use after scope error after recent cleanupHans Goudey
2020-10-03UI: Move button groups from layout to block levelHans Goudey
2020-10-02Property Search: Differentiate search filtered and inactive buttonsHans Goudey
2020-10-02Cleanup: Declare variables where initializedHans Goudey
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-28UI Code Quality: Clear layout pointer on layout destructionJulian Eisel
2020-09-24Cleanup: Remove unecessary storage of search filter in uiBlockHans Goudey
2020-09-24Property Search: Fix matches in headers not used for expansionHans Goudey
2020-09-16Fix: Property search crashes searching enums with separatorsHans Goudey
2020-09-16Cleanup: spellingCampbell Barton