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
2013-01-16style cleanupCampbell Barton
2013-01-16dont add identifiers starting with digits to autocompleteCampbell 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-16correction to last commitCampbell Barton
2013-01-16text syntax highlighting, add utility function 'text_format_fill()' which fil...Campbell Barton
2013-01-15Bug fix #33873Ton Roosendaal
2013-01-05Add translation contexts for line, mute and clipSv. Lockal
2012-12-31code cleanup: autocomplete functionsCampbell Barton
2012-12-31syntax highlight autocomplete listing.Campbell Barton
2012-12-31text autocompleteCampbell Barton
2012-12-31add back initial autocomplete support.Campbell Barton
2012-12-31minor updates to text autocomplete apiCampbell Barton
2012-12-30Fix crash in syntax color code when drawing a text editor with no text.Brecht Van Lommel
2012-12-30optimization for text drawing:Campbell Barton
2012-12-30OSL Templates:Thomas Dinges
2012-12-30OSL Syntax Highlighting:Thomas Dinges
2012-12-30add templates menu for OSL, use preprocessor directive color for decorators i...Campbell Barton
2012-12-30add syntax highlighting color for symbolsCampbell 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-30Infinite loop caused by using an uninitialized variable in a compairison stat...Dan Eicher
2012-12-30Missing NULL check which crashes on opening the Text Editor without an active...Dan Eicher
2012-12-29patch [#33609] Syntax highlighting for OSL in Text EditorCampbell Barton
2012-12-29fix for 2 errors in python syntax highlighting, no space was allowed in decor...Campbell Barton
2012-12-29code cleanup: text editor syntax highlighting - avoid loops using memset()Campbell Barton
2012-12-29text editor: replace strncmp() and hard coded size with STR_LITERAL_STARTSWIT...Campbell Barton
2012-12-29code cleanupCampbell Barton
2012-12-29style cleanupCampbell Barton
2012-12-20Better cursor centering for text editorSergey Sharybin
2012-12-19use DPI for scrollbar widthCampbell Barton
2012-12-19code cleanup: remove unneeded include's and rename some static functions in t...Campbell Barton
2012-12-19generalize formatting code so different formatters can be registered and each...Campbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-15avoid using strlen() for comparisons in for loops. for expanding whitespace i...Campbell Barton
2012-12-14tweaks to text selection and highlight drawing.Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-03Fix #33398: Missed undo push when script execution failedSergey Sharybin
2012-11-23Text Editor: remove text marker functionality. Patch [#33251]Justin Dailey
2012-11-20Text editor: fix for line spacing with word wrap enabledSergey Sharybin
2012-11-16fix [#33180] text editor line height issueJustin Dailey
2012-11-15fix for deleting lines hanging the text editor when no markers are used, pres...Campbell Barton
2012-11-15Patch [#31006] Text editor undo buffer rework.Justin Dailey
2012-11-09fix [#33121] crashing when srolling down in text editor !Campbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-24Patch #31641: Text editor: unindent even if no selectionSergey Sharybin
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton