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
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
2019-04-25Text editor: convert tabs to spaces on pasteBruno Boaventura Scholl
2019-04-24Refactor: allow event handlers to have a poll functionJacques Lucke
2019-04-24Cleanup: sort CMake include pathsCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-18UI: move region toggling to propertiesCampbell Barton
2019-04-17ClangFormat: format '#if 0' codeCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16ClangFormat: add comments to ignore formattingCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-04-05Interface: New region type 'Footer', used by text editorGeorge Vogiatzis
2019-03-11Fix T61253: Wrong syntax highlighting when @ is used as multiplicationJacques Lucke
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-05UI: Nicer report when trying to edit external librariesPablo Vazquez
2019-03-04UI: make text editor Text menu consistent with menus for .blend and images.Brecht Van Lommel
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-14UI: reword error message when Python script fails.Francesco Siddi
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Fix T61191: First undo step missing in text editorCampbell Barton