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
2012-05-20code cleanup:Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-08fix for own mistake for ctrl+left/right movement and code cleanup for txt_jum...Sv. Lockal
2012-05-06style cleanup: BKE_*.c files which deal with library functionsCampbell Barton
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-04make text move up/down into a single operator with a direction propertyCampbell Barton
2012-05-04Patch [#30654] Wiki Quick Hack: Text editor move lines up/downJoshua Leung
2012-04-30Word selection in the Text Editor:Sv. Lockal
2012-04-29patch [#30821] Wiki Quick Hack: Text editor duplicate lineCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-26fix invalid memcpy() use in text editor (backspace would call memcpy with ove...Campbell Barton
2012-04-19Fix #31007: text editor delete at end of last line did unnecessary undo push.Brecht Van Lommel
2012-04-06update python keywords (remove exec, print, add nonlocal)Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-18code cleanup:Campbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-07edit to cursor adjustment, use int rather then short to store the cursor posi...Campbell Barton
2012-03-07Unify string stepping delimiter code for text buttons, text editor and consol...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2012-01-22Quiet warnings in text editorCampbell Barton
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2012-01-20comment some dead assibnment and set dummy values for image profile conversio...Campbell Barton
2012-01-17fix [#29914] paste text into blender causes crashSv. Lockal
2012-01-17Whitespace tabs vs. spaces consistency changesSergey Sharybin
2012-01-16patch [#29859] UTF-8 support for text editor.Sv. Lockal
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-12-04remove use of deprecated struct membersCampbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-14Text Editor: implement space-as-tab navigationDalai Felinto
2011-11-07minor editsCampbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-07-27more minor warning cleanups and improve error reporting if text fails to save.Campbell Barton
2011-07-26Fix #28087: Opening files in the text editor ignores the last newline '\n'Sergey Sharybin
2011-05-28Silence some unused-but-set-variable warnings.Sergey Sharybin
2011-05-28Fix #27505: Text Editor always indent next line when a " is found (which is n...Sergey Sharybin
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-23fix own mistake [#27451] Flip to Top / Flip to Bottom menuitems on right clic...Campbell Barton
2011-05-07Fix #27319: Text editor "Find" does not locate words.Sergey Sharybin
2011-04-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-04-21minor changesCampbell Barton
2011-04-20Fix #27014: ctrl-A, ctrl-C, ctrl-V breaks formatting of scriptSergey Sharybin