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-06-27UI: Scrollbar Behavior ChangesHarley Acheson
2022-06-17Cleanup: remove `r_` prefix for non-return valuesCampbell Barton
2022-06-16UI: Add initial "grid view"Julian Eisel
2022-04-12Cleanup: use _NUM suffix for space/region type rangesCampbell Barton
2022-03-25XR: Fix crash on executing some action operatorsPeter Kim
2022-03-02Merge branch 'blender-v3.1-release'Germano Cavalcante
2022-02-22UI: ActionZone Swap Areas Between WindowsHarley Acheson
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-27Cleanup: Use vector functionAaron Carlisle
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-02Fix T93410: Crash hiding a region from Python used by a popoverCampbell Barton
2021-11-25Merge branch 'blender-v3.0-release'Julian Eisel
2021-11-25Fix T92313: Heading of redo panel is not aligned properlyJulian Eisel
2021-11-22UI: Use a map for block name lookupsErik
2021-11-08Cleanup: Grammar in commentsHans Goudey
2021-10-28Fix fallback tools for the sequence editorCampbell Barton
2021-10-26Cleanup: spelling in commentsCampbell Barton
2021-10-22Cleanup: spelling in comments, use C style commentsCampbell Barton
2021-10-21Fix T92371: Move AZONE_REGION When OverlappedHarley Acheson
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-17UI: Adjust header color when active instead of inactivePablo Vazquez
2021-10-17UI: Visual style update to panelsPablo Vazquez
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