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-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
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-13Text spaceSergey Sharybin
2010-10-13re-enable fix from r32330 but without the alt key check because this can be u...Campbell Barton
2010-10-11Revert r32330 and reopening #24184. The change breaks input where modifier ke...Nathan Letwory
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton
2010-10-05bugfix [#24148] unable to get keyboard mappings to work in the text windowCampbell Barton
2010-09-27 fix for floating point exception.Campbell Barton
2010-09-26Added missed data listener ND_CURSOR to text space.Sergey Sharybin
2010-09-25Fix #23983: Text editor does not update immediately when unlinking a textSergey Sharybin