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-09patch [#31359] Py Console: Empty current lineCampbell Barton
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-04-03partial fix [#30777] python console utf-8 problemCampbell Barton
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-23fix for error with console command history not working, using previous settings.Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-16more keymap editsCampbell Barton
2012-01-16use TRUE/FALSE for boolean keymaps, no functional changesCampbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-25Fix some MSVC 2010 warnings (including one apparent bug in intern/elbeem/inte...Andrew Wiggin
2011-09-18Console Scrolling - reset while typing.Campbell Barton
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-23BLI_strescape for a basic, python like string escaping, currently only use fo...Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-29fix [#26623] script/console windows: BACKSPACE does not work when SHIFT is heldCampbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-01minor console changes.Campbell Barton
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton
2010-11-11make console wrapped text drawing into its own function in preparation to mov...Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-14use UNUSED() macro for the console space + minor changes to args.Campbell Barton
2010-09-27minor console fixesCampbell Barton
2010-08-10moved idcode functions into their own file (was added as a todo in the commen...Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-06finish cleanup to cmake editors, also removed some stuff from scons thats not...Campbell Barton
2010-05-08- console drop handler for datablocks & filepaths.Campbell Barton
2010-04-06Fix [#21516] UI artifacts in array modifierMatt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-10Added Cmd-C/V for console copy and paste on mac os x.Matt Ebb
2010-02-12correct fsf addressCampbell Barton
2010-02-11Theme support for console background. Thx cam for help!Daniel Salazar
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-03- WM_OT_context_cycle_int wasnt working (also wasnt used anywhere)Campbell Barton
2009-12-27WIP console text selection, modal selection operator and selection drawing.Campbell Barton
2009-12-20Add missing names to SpaceTypesMartin Poirier
2009-11-27Added RMB-menu to Headers:Joshua Leung
2009-11-10Math LibBrecht Van Lommel
2009-11-05only run the banner function for console (not reports)Campbell Barton
2009-11-05- added bpy.context to the python moduleCampbell Barton
2009-10-08Key ConfigurationBrecht Van Lommel