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-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12BLF: UI_fontstyle_draw UsageHarley Acheson
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-05Cleanup (UI): Add/use type for operator context enumJulian Eisel
2021-10-21Fix tooltip disabled hint not using correct context from the buttonJulian Eisel
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-08UI: Support showing superimposed icons as disabled (with disabled hint)Julian Eisel
2021-10-08UI: Support tooltips for superimposed iconsJulian Eisel
2021-08-19UI: Remove "Unfitted" Kerning Style OptionHarley Acheson
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-20PyAPI: support Operator.poll functions 'disabled' hintCampbell Barton
2021-04-20Cleanup: add CTX_wm_operator_poll_msg_clearCampbell Barton
2021-04-19Fix spin-gizmo button tool-tip placementCampbell Barton
2021-04-13PyAPI: support retrieving the exception when running a stringCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-01-27UI: Tooltip for data-block selector menus, showing full name and library infoJulian Eisel
2021-01-25UI: Gizmo Tooltip PositioningHarley Acheson
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2021-01-07Cleanup: Declare variables where initializedHans Goudey
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-11-11UI: Tooltips: dont add period to labelsAaron Carlisle
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-02UI: simplify tool-tip logic for operatorsCampbell Barton
2020-08-28Fix T80195: crash when invoking tooltips on MacOSGermano Cavalcante
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-27UI: improve errors when evaluating a number button failsCampbell Barton
2020-07-03Cleanup: Interface, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-05-11UI: apply vertical tool-tip offset in pixel-spaceCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-01-22Cleanup: Rename ED_region_init() -> ED_region_floating_initialize()Julian Eisel
2020-01-16Fix T73150: Python tooltips missing from toolbarCampbell Barton
2019-12-11UI: show tool cycling shortcuts in the toolbarCampbell Barton
2019-12-11Cleanup: spellingCampbell Barton
2019-12-06Tool System: don't assert when showing tooltips in a different spaceCampbell Barton
2019-11-25CMake: support building without PythonCampbell Barton