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-10-07Sequencer: 2D cursor for the preview & transformCampbell Barton
2021-10-05Cleanup: remove unused parameterPeter Kim
2021-10-05XR: Add runtime window area for XR eventsPeter Kim
2021-09-30UI: Support easy dropping into/onto rows in new tree-view APIJulian Eisel
2021-09-29UI: swap tool and regular headerCampbell Barton
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-21Keymap: preference for fallback-tool with RMB selectCampbell Barton
2021-09-16App Settings: Edge ResizeDalai Felinto
2021-09-16App Settings: Regions Visbility ToggleDalai Felinto
2021-09-16Cleanup: Rename USER_APP_LOCK_UI_LAYOUTDalai Felinto
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-07-15UI/Assets: Initial Asset View UI templateJulian Eisel
2021-07-15UI: Auto-scroll to keep active text buttons in viewJulian Eisel
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
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