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
2011-02-22feature back from 2.4x where a python error moves the cursor to the error lin...Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-18Fix #26140: Text to 3D object (one object & one object per line) has the same...Sergey Sharybin
2011-02-18Text space fixes:Sergey Sharybin
2011-02-18Another small text space usability: option to show right margin (aka print ma...Sergey Sharybin
2011-02-17One more small text space usability: select work by double-click on itSergey Sharybin
2011-02-17Split cursor_set into two operators:Sergey Sharybin
2011-02-17Spall text space usability:Sergey Sharybin
2011-02-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13warning cleanup.Campbell Barton
2011-02-08Text Editor Bugfixes:Joshua Leung
2011-02-08minor edits, no functional changes.Campbell Barton
2011-02-04Fix #25923: Active area of text editor line numbers too bigSergey Sharybin
2011-01-30remove nan-makefilesCampbell Barton
2011-01-27Fix #25818: Text Editor holizontal grab invertedSergey Sharybin
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-24Todo item: text editor does not honour continuous grab(seeSergey Sharybin
2011-01-24Todo item: text editor scroll bar does not respond to clicksSergey Sharybin
2011-01-13Fix #25609: Text Editor: Ctrl+Z error with Word WrapSergey Sharybin
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07Fix/add OSX style text editing shortcuts to default keymapMatt Ebb
2011-01-06remove assignments which are unused.Campbell Barton
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2011-01-03Todo item:Ton Roosendaal
2010-12-26Bugfix [#25383] Drag&Drop .py file into text editor don't load it.Joshua Leung
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-17Fix for moving caret to the line beginning/ending when word-wrapping is enabledSergey Sharybin
2010-12-17Fix #25263: Text cursor click point is random.Sergey Sharybin
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-04Maintenance, Campbell Barton
2010-12-03IRC bug reportTon Roosendaal
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-26change monospace font to be an extern, not good final design but better then ...Campbell Barton
2010-11-14fix for own error in recent commit. add a back NULL terminator to the string ...Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-23warning fixes.Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton