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-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
2022-01-24Cleanup: 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
2021-01-19Cleanup: use 'const' argument for parameter argumentCampbell Barton
2021-01-19UI Code Quality: Use "params" struct for area and region callbacksHans Goudey
2021-01-06UndoType: Refactor: replace `use_context` boolean by a bitflag.Bastien Montagne
2021-01-06Undo: Further tweak/fixes the 'use context' flag of undo types.Bastien Montagne
2021-01-06Cleanup/refactor: UndoType: Clarify `use_context` variable.Bastien Montagne
2021-01-04Cleanup: redundant code, minor inconsistenciesCampbell Barton
2020-12-15Asset System: Support dragging assets and appending on dropJulian Eisel
2020-12-13UI: Remove Unused 'U.wheellinescroll' PropertyYevgeny Makarov
2020-12-10Cleanup: Remove unused c popup menu for text editorAaron Carlisle
2020-12-03Cleanup: view-port --> 2D/3D ViewportAaron Carlisle
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