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-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-09-18Cleanup: use 'UI_icon_*' prefix for icons APICampbell Barton
2020-09-04UI Code Quality: Use derived struct for number buttonsJulian Eisel
2020-09-04Fix T78084: Search does not accept text fragments everywherePhilipp Oeser
2020-09-01Fix T80258: UILayout.prop_search() issues with datablock namesPhilipp Oeser
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 struct for color buttonsJulian Eisel
2020-07-23Fix T79162: 'prop_search' includes ID prefix in string propertiesCampbell Barton
2020-07-03Cleanup: Interface, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-29UI: Show library status icons in search menus, rather than letter prefixJulian Eisel
2020-06-15Fix text after '|' being right aligned in the ID selectorCampbell Barton
2020-06-10UI: Show library names grayed out and right-aligned in menusJulian Eisel
2020-05-11Merge branch 'blender-v2.83-release'Julian Eisel
2020-05-11Fix T76621: UILayout.prop_search() broken for data-block namesJulian Eisel
2020-05-07Cleanup: split button search callbacks into their own structCampbell Barton
2020-05-06Cleanup: move search templates into their own filesCampbell Barton
2020-04-17UI: Better split layout support for checkboxesJulian Eisel
2020-04-10UI: Better support for linked data-blocks in search buttonsJulian Eisel
2020-04-09Fix T75203: Crash when changing active keying setJulian Eisel
2020-04-09Fix error in UI_butstore_ APIJulian Eisel
2020-03-24UI: add menu search functionality to operator search menuCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-04-17Cleanup: comment length in interfaceCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-09Cleanup: spellingCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-21WM: enable activate on init for wmOperatorType.propCampbell Barton
2019-03-18Fix T57590: assert with zero length array buttons.Brecht Van Lommel
2019-02-27Revert "Add library-hint to datablock search menus."Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-14Fix T59322: View Layer - Search not workingDalai Felinto
2018-10-31UI/Unique ID name: add library ID name if present.Bastien Montagne
2018-10-30Add library-hint to datablock search menus.Bastien Montagne
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-27Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-26Merge branch 'master' into blender2.8Campbell Barton
2018-07-26WM: Add operator property poll callbackCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-05-23Merge branch 'master' into blender2.8Campbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-03Cleanup: fix warnings, removed unused code.Brecht Van Lommel
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel