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-02-11File headers: SPDX License migrationCampbell Barton
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-10-24Cleanup: spelling in commentsCampbell Barton
2020-09-09Cleanup: spellingCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2017-05-22Add PovRay syntax hilghting.Bastien Montagne
2015-12-01Text Editor: store font id in a drawing contextCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-01-16text syntax highlighting: don't use utf8 stepping if we know the text is asciiCampbell Barton
2013-01-16patch [#33888] Syntax Highlighting ChangesCampbell Barton
2013-01-16text syntax highlighting, add utility function 'text_format_fill()' which fil...Campbell Barton
2012-12-31syntax highlight autocomplete listing.Campbell Barton
2012-12-30code cleanup: enum for formatting char (avoid confusion when '#' is a comment...Campbell Barton
2012-12-30code cleanup: text editor formatting enums were named crypticly, also add ass...Campbell Barton
2012-12-29patch [#33609] Syntax highlighting for OSL in Text EditorCampbell Barton
2012-12-29text editor: replace strncmp() and hard coded size with STR_LITERAL_STARTSWIT...Campbell Barton
2012-12-29code cleanupCampbell Barton
2012-12-19generalize formatting code so different formatters can be registered and each...Campbell Barton