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
2020-12-13UI: Remove Unused 'U.wheellinescroll' PropertyYevgeny Makarov
2020-11-23Fix T82849: Assert When Unlinking "Edit Source" Text Data-block.Bastien Montagne
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-10-30Text: support "Text to 3D Object" for read-only dataCampbell Barton
2020-10-29UI: use "Save As" when saving un-saved image/text filesYevgeny Makarov
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-03Cleanup: Editors/Space/Text, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-24Text: add replace all operatorCampbell Barton
2020-06-23Cleanup: move text.c comments to the struct/flag declarationsCampbell Barton
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-22UI: report when reloading unsaved textCampbell Barton
2020-06-11UI: Adjust names for Find/Replace Set SelectionAaron Carlisle
2020-04-14Cleanup: remove text editor 'select' option that did nothingCampbell Barton
2020-04-14Revert "Cleanup: remove unused text.selection_set select option"Campbell Barton
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-19Cleanup: assign Main, use existing assignmentsCampbell Barton
2020-02-17Fix T68749: BPY: Deprecate height of popupJeroen Bakker
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-10Fix T73696: Text editor scroll glitchKai Jægersen
2019-11-27Cleanup: move space text vars into a runtime structCampbell Barton
2019-11-24Cleanup: remove unused text.selection_set select optionCampbell Barton
2019-11-24Cleanup: text editor variable namesCampbell Barton
2019-11-24Text Editor: smooth scrollingCampbell Barton
2019-11-22Keymap: use tab key for indent or auto-completeCampbell Barton
2019-11-21Cleanup: clang-formatCampbell Barton
2019-11-20UI: Text Editor Visual ChangesHarley Acheson
2019-10-01UI: "text not found" message in text editor, change type from ERROR to WARNINGYevgeny Makarov
2019-09-20Fix T69486: Reloading file in text editor marks file as modifiedPedro Reis
2019-08-30Cleanup: spellingCampbell Barton
2019-08-11Text: support comment without selectionCampbell Barton
2019-08-06Cleanup: move utf8 offset conversion into BLI_string_utf8Campbell Barton
2019-08-05Text: merge toggle comments into a single operatorCampbell Barton
2019-08-01Text: toggle comment operatorCampbell Barton
2019-08-01Cleanup: use doxy sections for text operatorsCampbell Barton
2019-07-19Fix new Text ID usercount handling in add/load cases.Bastien Montagne
2019-07-17Undo System: replace with simpler binary diffing buffer storageCampbell Barton
2019-07-11Text: buffer from text, optional length return argCampbell Barton
2019-05-28WM: support X/Y axis cursor wrappingCampbell Barton
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-05-08Fix heap buffer overflow in tabs to spacesSergey Sharybin