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-04-11Cleanup: pass the buffer length into `txt_insert_buf`Campbell Barton
2022-04-11Fix: T78228 Send all python errors to info editorCampbell Barton
2022-04-11Cleanup: ensure space after file named in headersCampbell Barton
2022-04-11LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-04-11Cleanup: Use bool literals in return statements of text editor poll functions.Bastien Montagne
2022-04-11Cleanup: correct unbalanced doxy sectionsCampbell Barton
2022-04-11Cleanup: use size_t for BLF text API functionsCampbell Barton
2022-04-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-04-11Cleanup: use ELEM macroCampbell Barton
2022-04-11Cleanup: use doxy-sections for pipeline, text_drag & effectsCampbell Barton
2022-04-11Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-04-11File headers: SPDX License migrationCampbell Barton
2022-04-11Cleanup: halve calls to BLI_str_utf8_size_safe in the text editorCampbell Barton
2022-04-11Cleanup: use mono-space font drawing for single character displayCampbell Barton
2022-04-11Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
2022-04-11Performance: Remap multiple items in UIJeroen Bakker
2022-04-11Revert "Performance: Remap multiple items in UI"Jeroen Bakker
2022-04-11Performance: Remap multiple items in UIJeroen Bakker
2022-04-11Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-30Text Editor: Line number highlight follow selectionMatheus Santos
2021-11-14Fix text editor auto-close with quotesCampbell Barton
2021-11-14Cleanup: minor tweaks to auto-closeCampbell Barton
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-13Text Editor: Auto close relevant charactersMatheus Santos
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-10-21Cleanup: Use array utility for cursor eventsAaron Carlisle
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-09-29Texts in Outliner dont activatePhilipp Oeser
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-25BLI_string_utf8: remove unnecessary utf8 decoding 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-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-13Undo System: avoid redundant decoding on undoCampbell 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-03-18Cleanup: spellingCampbell 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-02-05Cleanup/refactor: Undosys: Get rid of the magic values for undo direction.Bastien Montagne
2021-01-25Cleanup: pass 'rctf' rectangle to 2D box drawing functionsCampbell Barton