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
2022-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2021-12-13UI: String Search: Add an optional weight parameterHans Goudey
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-07-16Cleanup: spelling in commentsCampbell Barton
2021-07-15UI: Auto-scroll to keep active text buttons in viewJulian Eisel
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-03-19Cleanup: rename x1/x2/y1/y2 to x/y/width/heightJacques Lucke
2021-03-02UI: Expose an "is first search" boolean to search button callbacksHans Goudey
2021-02-19UI: fuzzy search in collection searchJacques Lucke
2021-02-18Cleanup: Use const argument, decrease variable scopeHans Goudey
2021-02-15Cleanup: clang tidyJacques Lucke
2021-02-08Fix for T84038: Improved Report WarningsHarley Acheson
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
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