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-09-28Cleanup: decentralize .blend I/O for space typesKévin Dietrich
2022-09-19Fix T101180: console HOME key doesn't workCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-08Console: Support page up/down and home keys for scrollingJulian Eisel
2022-09-07Cleanup: remove unused Main argument to RNA_path functionsCampbell Barton
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-04-28VSE: Add precise drag and drop and strip previewsSebastian Parborg
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-22Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-22Python: change behavior for CONSOLE_OT_indent_or_autocompleteCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell 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