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-11-10Cleanup: spelling in commentsCampbell Barton
2022-08-04I18n: make several parts of the UI translatableDamien Picard
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-05-04Fix error pasting text containing tabsCampbell Barton
2022-04-21Fix T95932: Auto-close text breaks outliner drag-n-dropCampbell Barton
2022-04-07Cleanup: pass the buffer length into `txt_insert_buf`Campbell Barton
2022-04-06Fix: T78228 Send all python errors to info editorCampbell Barton
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-28Cleanup: Use bool literals in return statements of text editor poll functions.Bastien Montagne
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-11File headers: SPDX License migrationCampbell Barton
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2021-11-14Fix text editor auto-close with quotesCampbell Barton
2021-11-14Cleanup: minor tweaks to auto-closeCampbell Barton
2021-11-13Text Editor: Auto close relevant charactersMatheus Santos
2021-10-21Cleanup: Use array utility for cursor eventsAaron 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-27Cleanup: utf8 stepping functionsCampbell Barton
2021-08-24Fix BLI_str_utf8_as_unicode_step reading past intended boundsCampbell Barton
2021-08-23RNA: add length augmented to RNA_string_get_allocCampbell Barton
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell 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-05-04Fix T87489: Text Data-Blocks get deleted on Recursive PurgeSebastian Parborg
2021-04-08Text Editor: don't force other views to follow the cursorCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
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