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-22Python: change behavior for CONSOLE_OT_indent_or_autocompleteCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-21Cleanup: Use array as a parameter for event x/y functionsAaron Carlisle
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-08-28BLI_string_utf8: add buffer size arg to BLI_str_utf8_from_unicodeCampbell Barton
2021-08-23RNA: add length augmented to RNA_string_get_allocCampbell Barton
2021-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-02-16Assets: Remove appended asset when dropping operation failsJulian Eisel
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell 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-12-15Asset System: Support dragging assets and appending on dropJulian Eisel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-07-03Cleanup: Editors, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Clang-Tidy: Enable readability-redundant-control-flowHans Goudey
2020-06-22Refactoring: View2DScrollers memory allocationJeroen Bakker
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-05-22Fix Python console cursor heightCampbell Barton
2020-05-20Fix T74298: Incorrect cursor position in Python consoleCampbell Barton
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-12Cleanup: text view APICampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: use MEM_recallocN_idCampbell Barton
2020-02-14Fix console cursor offsetCampbell Barton
2020-02-14Cleanup: console/info headersCampbell Barton
2020-02-14Cleanup: change textview 'unsigned char' to 'uchar'Campbell Barton
2020-02-14Fix T73784: Python console: incorrect wrapped line cursor positionCampbell Barton
2020-02-02Cleanup: clang-formatCampbell Barton
2020-01-29UI: Info Editor Visual ChangesHarley Acheson
2019-12-03Cleanup: text-view comments, variable names, const argsCampbell Barton
2019-12-03Cleanup: rename textview ymin/maxCampbell Barton
2019-12-03Fix minor errors with text view margins for console/info editorCampbell Barton
2019-11-25Fix for the Python console not setting the cursorCampbell Barton
2019-11-24Cleanup: move console scrollback initialization into versioningCampbell Barton
2019-11-22Keymap: use tab key for indent or auto-completeCampbell Barton
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-08-28Fix T68971: Copy As New Driver from Material node creates a bad reference.Alexander Gavrilov
2019-08-09UI: expand on console menusCampbell Barton
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton