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
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-01minor console changes.Campbell Barton
2010-11-29bugfix [#24969] Python Console bug: inserting a large text leads to strange c...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-27console text underscore would draw outside the view for larger font sizes.Campbell Barton
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-11-11make console wrapped text drawing into its own function in preparation to mov...Campbell 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-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell 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-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-08fix for console selection when pasting.Campbell Barton
2010-10-05bugfix [#24148] unable to get keyboard mappings to work in the text windowCampbell Barton
2010-10-04fix for copy in the console (wasnt taking the prompt into account)Campbell Barton
2010-10-03python console prompt + edit line is how selectable.Campbell Barton
2010-09-28bugfix pointed out by Kris Salaah (own mistake)Campbell Barton
2010-09-27minor console fixesCampbell Barton
2010-09-27bugfix, console text selection /w wrapped lines now works.Campbell Barton
2010-09-27fix for interactive console selection drawing with wrapped lines.Campbell Barton
2010-09-27console now stores selection internally with 0 index starting at the end of t...Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
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-06-04have cmake build editors as different libs like scons and nan-makefilesCampbell Barton
2010-05-08Fixing the makefiles compilingJoilnen Leite
2010-05-08Scons compile fix for SVN 28661.Thomas Dinges
2010-05-08- console drop handler for datablocks & filepaths.Campbell Barton
2010-04-22BugFix:Diego Borghetti
2010-04-06Fix [#21516] UI artifacts in array modifierMatt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell 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-27bugfix [#20694] Copy Paste to buffer missing in Console editorCampbell Barton
2010-02-15Console:Thomas Dinges
2010-02-12correct fsf addressCampbell Barton
2010-02-11Theme support for console background. Thx cam for help!Daniel Salazar
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-16mirror modifier vgroup option was doing string name conversion to find the fl...Campbell Barton