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-05-07fix for glitch in text editor using ctrl+(backspace / delete), Campbell Barton
2013-05-01holding ctrl when using arrow keys in the text editor didn't navigate newlines.Campbell Barton
2013-04-17text editor reload no-longer resets scroll & cursor - annoying when making tw...Campbell Barton
2013-04-08fix [#34905] Text editor: replacing matches by empty string not allowedCampbell Barton
2013-03-26fix for missing redraw in own commit r55554 (Ctrl+F text editor find).Campbell Barton
2013-03-24Usablity:Ton Roosendaal
2013-03-22Bug fix #34405Ton Roosendaal
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-16style cleanupCampbell Barton
2013-03-14style cleanup: odd indentationCampbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-12fix own regression in 2.66 [#34610] Text editor: Syntax highlighting freezesCampbell Barton
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-02-27fix [#34460] text editor freezes when turning on syntax highlight Campbell Barton
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-19fix [#34275] Text autocomplete cuts words with accents or special charactersCampbell Barton
2013-02-19step over unicode characters with autocomplete (correctly this time).Campbell Barton
2013-02-19revert own commit r54625, broke autocomplete.Campbell Barton
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-02-18Fix some popups being too small on retina display, among them the new image d...Brecht Van Lommel
2013-02-18make autocomplete use unicode character stepping (needed for bugfix).Campbell Barton
2013-02-14fix for double clicking in the text editor not working usefully (double click...Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
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