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-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-23Cleanup: move text.c comments to the struct/flag declarationsCampbell Barton
2020-06-23Cleanup: remove Text.nlinesCampbell Barton
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-11-27Cleanup: move space text vars into a runtime structCampbell Barton
2019-07-17Undo System: replace with simpler binary diffing buffer storageCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-17Cleanup: rename DEPRECATED to UNUSEDCampbell Barton
2019-03-15Cleanup: deprecated flags to named DNA flagsCampbell Barton
2019-03-06DNA: remove none particle brush & deprecated flagsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-07Cleanup: move DNA comments before struct membersCampbell Barton
2018-12-17Cleanup: use bit-shifted flag definitions in DNACampbell Barton
2018-06-17Cleanup: trailing space for DNA headersCampbell Barton
2018-04-05Undo: split text undo steps out of the data-blockCampbell Barton
2017-12-14DNA: Add dedicated recalc flag to IDSergey Sharybin
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-03-02code cleanup: clarify comment about virtial-modifiers, also add comments to D...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-11-23Text Editor: remove text marker functionality. Patch [#33251]Justin Dailey
2012-11-15code cleanup: move local math functions into math_geom.c, math_vector.c, no f...Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-30minor dna header cleanupCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-17DNA header files are now grouped under the same module. No further documentat...Nathan Letwory
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-07Fix #21008: text editor scrollbar overlapping text, code here was notBrecht Van Lommel
2010-01-15Text Editor: Add an option "Tabs as Spaces".Dalai Felinto
2009-10-21Text Editor: Scrollbar now drawn on the rightJoshua Leung
2009-03-012.5: Text Editor back.Brecht Van Lommel
2008-08-31Minor tidying and commentingsoc-2008-quornIan Thompson
2008-08-24Added better grouping for text markers with a separate group field (instead o...Ian Thompson
2008-08-05Text Markers: multiple, coloured selections within a Text object with group r...Ian Thompson
2008-07-28Complete rewrite of syntax highlighting and formatting. Some improvements:Ian Thompson
2008-07-23time_t isn't supported in SDNA so we'll use double instead. 56bit precision i...Ian Thompson
2008-06-26Modifying a file externally or deleting a file linked with a Blender Text obj...Ian Thompson
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2005-05-13TextEditor: syntax color support.Ton Roosendaal
2005-05-09BPython:Willian Padovani Germano
2004-10-15a patch for the Text editor contributed by themeyers.Stephen Swaney
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein
2002-11-25Did all of the .h's in sourceKent Mein
2002-10-30fixed spacing in the headers to get rid of some warnings and some otherKent Mein
2002-10-12Initial revisionv2.25Hans Lambermont