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-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-11Fix T73695: line highlight jitters with smooth scrollKai Jægersen
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-10Fix T73696: Text editor scroll glitchKai Jægersen
2020-02-03Text: make "Text" tab active when searchingYevgeny Makarov
2020-01-17Cleanup: bad brace placement for manually formatted blocksCampbell Barton
2020-01-17Fix T72964: Text editor Python syntax highlighting for numeralsPeter Lönnebring
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-22Cleanup: BKE_suggestions -> BKE_text_suggestionsCampbell Barton
2019-11-21Cleanup: clang-formatCampbell Barton
2019-11-20UI: Text Editor Visual ChangesHarley Acheson
2019-10-04Cleanup: formatting for text highlighterCampbell Barton
2019-10-03Fix T69216: "assert" not highlighted in text editorAnthony Eriksson
2019-10-01UI: "text not found" message in text editor, change type from ERROR to WARNINGYevgeny Makarov
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-09-20Fix T69486: Reloading file in text editor marks file as modifiedPedro Reis
2019-08-30Cleanup: spellingCampbell Barton
2019-08-28Fix T68971: Copy As New Driver from Material node creates a bad reference.Alexander Gavrilov
2019-08-15Cleanup: fix compiler warningsBrecht Van Lommel
2019-08-14Text editor: syntax highlighting + line numbers on by defaultSybren A. Stüvel
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-04Text Editor UIWilliam Reynish
2019-08-02Cleanup: clang-format, also typo fix.Campbell Barton
2019-08-02Fix text editor undo sync when mixed with other undo systemsCampbell Barton
2019-08-01Text: toggle comment operatorCampbell Barton
2019-08-01Cleanup: use doxy sections for text operatorsCampbell Barton
2019-08-01Cleanup: use braces, unused variable, unused enumCampbell Barton
2019-07-31Fix several undefined-behaviour-sanitizer warningsLukas Stockner
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-07-11Fix T66658: Undo steps gets out sync with text/edit-modeCampbell Barton
2019-07-11Undo System: add is_final argument (no functional changes)Campbell Barton
2019-07-10Undo System: ensure the text ID for each undo step is usedCampbell Barton
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell 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
2019-05-07Theme: set dark grey for line number backgroundCampbell Barton
2019-05-03Cleanup: warningsCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton