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-05-21Cleanup: spellingLeon Zandman
2021-05-14Cleanup: use enum types for screen direction variablesCampbell Barton
2021-03-01Cleanup: move some drawing code into ed_draw.cChristoph Lendenfeld
2021-01-25Cleanup: pass 'rctf' rectangle to 2D box drawing functionsCampbell Barton
2021-01-19Cleanup: use 'const' argument for parameter argumentCampbell Barton
2021-01-19UI Code Quality: Use "params" struct for area and region callbacksHans Goudey
2020-11-30Cleanup: Use "region" for ARegion variable namesHans Goudey
2020-11-17Merge branch 'blender-v2.91-release'Hans Goudey
2020-11-17Fix T82341: Warning in terminal during property searchHans Goudey
2020-11-13GPencil: Merge GSoC curve edit modeFalk David
2020-11-13Cleanup: Make panel type flag names more clearHans Goudey
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-28Outliner: Properties editor sync on selectionNathan Craddock
2020-10-23Fix T81969 VSE: Wrong UI colorspace after scene strip updateClément Foucault
2020-10-19Fix use of uninitialized variableHans Goudey
2020-10-19Fix ASAN warning after recent cleanupHans Goudey
2020-10-17Cleanup: Reduce variable scope in area.cHans Goudey
2020-10-16Property Search: Reset panel expansion when exiting searchHans Goudey
2020-10-14Fix T81004 Python: Images drawn in the Sequence Editor have wrong colorsClément Foucault
2020-10-14Cleanup: spellingCampbell Barton
2020-10-13Property Search: Find results in all tabsHans Goudey
2020-10-03Property Search: Set panel expansion when tab changesHans Goudey
2020-09-28Fix T79275: Missing redraw for pinned active tool settings panelsDavid Friedli
2020-09-24Cleanup: Remove unecessary storage of search filter in uiBlockHans Goudey
2020-09-17UI: only draw a single header in the header regionCampbell Barton
2020-09-16UI: Add grid-related theme optionsRed Mser
2020-09-15Property Search: Properly set expansion for instanced panelsHans Goudey
2020-09-15UI: Single tab property searchHans Goudey
2020-09-15Cleanup: Split off parts of large panel layout functionHans Goudey
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-21Cleanup: Use LISTBASE_FOREACH in editors/screen directoryHans Goudey
2020-08-20UI: Fix collapsed panels not drawing header buttonsHans Goudey
2020-08-20Revert "Cleanup: Use LISTBASE_FOREACH in editors screen directory"Hans Goudey
2020-08-20Cleanup: Use LISTBASE_FOREACH in editors screen directoryHans Goudey
2020-08-20Cleanup: Remove unused variables for horizontal panelsHans Goudey
2020-08-20Cleanup: Remove unused variableHans Goudey
2020-08-19UI: Remove panel X axis closing codeHans Goudey
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-18Cleanup: GPU: Move towards an explicit Blend stateClément Foucault
2020-08-18Cleanup: GPUState: remove float variant of GPU_scissor_getClément Foucault
2020-08-16Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-16Fix popups opening in the wrong direction over headersCampbell Barton
2020-08-16Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-16Fix T78426: Header flips when changing editorsCampbell Barton
2020-08-12UI: Category support for instanced panelsHans Goudey
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton