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-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-07Cleanup: remove unused Main argument to RNA_path functionsCampbell Barton
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-04-28VSE: Add precise drag and drop and strip previewsSebastian Parborg
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-26Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Revert "Performance: Remap multiple items in UI"Jeroen Bakker
2022-01-25Performance: Remap multiple items in UIJeroen Bakker
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-04-08Text Editor: don't force other views to follow the cursorCampbell 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-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-19Spelling: It's Versus ItsHarley Acheson
2020-10-02Cleanup: Use enum for return values in context callbacksSybren A. Stüvel
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-07-03Cleanup: Editors/Space/Text, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-11-27Cleanup: move space text vars into a runtime structCampbell 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-08-28Fix T68971: Copy As New Driver from Material node creates a bad reference.Alexander Gavrilov
2019-08-14Text editor: syntax highlighting + line numbers on by defaultSybren A. Stüvel
2019-08-05Text: merge toggle comments into a single operatorCampbell Barton
2019-08-04Text Editor UIWilliam Reynish
2019-08-01Text: toggle comment operatorCampbell Barton
2019-08-01Cleanup: use braces, unused variable, unused enumCampbell Barton
2019-07-31Fix several undefined-behaviour-sanitizer warningsLukas Stockner
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-24Refactor: allow event handlers to have a poll functionJacques Lucke
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-18UI: move region toggling to propertiesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-05Interface: New region type 'Footer', used by text editorGeorge Vogiatzis
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-14Preferences: add option for header positionCampbell Barton