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-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
2020-09-15UI: Fix spacing of inline row icon buttonsNathan Craddock
2020-09-15UI: Single tab property searchHans Goudey
2020-09-15Property Search: Build button groups for SearchHans Goudey
2020-09-15Cleanup: Remove unneeded parameterNathan Craddock
2020-09-15UI: Add `icon_only` argument to operator_enumNathan Craddock
2020-09-15UI: Add support for row-aligned icon buttons in menusNathan Craddock
2020-09-10Fix possible use-after-free for number slider buttonsJulian Eisel
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-05Cleanup: spellingCampbell Barton
2020-09-04UI Code Quality: Use derived struct for number buttonsJulian Eisel
2020-09-03Cleanup: Add/use function to disable buttons with a disabled hintJulian Eisel
2020-09-02UI: add back Layout.introspectCampbell Barton
2020-09-02UI: simplify tool-tip logic for operatorsCampbell Barton
2020-09-01Fix ugly alignment of "Mono" option in the SequencerJulian Eisel
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-19UI Code Quality: Use LISTBASE_FOREACH in interface directoryHans Goudey
2020-08-07UI Code Quality: Use derived structs for search buttons and decoratorsJulian Eisel
2020-08-05Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-05Fix T79524: Button alignment broken in some casesJulian Eisel
2020-07-29Cleanup: rename uiBut.dt, uiBlock.dt to 'emboss'Campbell Barton
2020-07-20Fix weird placement of "Motion Tracking" in 3D View overlay popupJulian Eisel
2020-07-16UI: avoid aligning labels for ui_item_with_labelCampbell Barton
2020-07-03Cleanup: Interface, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-30Fix T78455: Failed assert when opening a viewport panelJulian Eisel
2020-06-29UI: Add shortcuts for modifier panelsHans Goudey
2020-06-11Fix T77171: File selector doesn't tag preferences to be savedCampbell Barton
2020-06-09Fix missing animation decorators for pointer buttonsJulian Eisel
2020-05-09Cleanup: spellingCampbell Barton
2020-05-08Cleanup: callback naming for search button & update doc-stringsCampbell Barton
2020-05-07Cleanup: split search menu separator argument into own functionCampbell Barton
2020-05-07Cleanup: split button search callbacks into their own structCampbell Barton
2020-04-27UI: (Internal) utility for more controllable property split layoutJulian Eisel
2020-04-27UI: Add (internal) option to use property splitting for label-less itemsJulian Eisel
2020-04-27UI: Support array properties for UILayout.prop_decorator()Julian Eisel
2020-04-17UI: Layout changes for new checkbox layout possibilitiesWilliam Reynish