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-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
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-15*Fix for last commit. Removed unused code. Thomas Dinges
2010-01-15Console:Thomas Dinges
2010-01-03bugfix [#20542] Crash 2.50a0 Click event in Console window Report modeCampbell Barton
2010-01-03- WM_OT_context_cycle_int wasnt working (also wasnt used anywhere)Campbell Barton
2010-01-01armature ghost stepsize was not initialized, Aligorith: can you check this is...Campbell Barton
2009-12-27WIP console text selection, modal selection operator and selection drawing.Campbell Barton
2009-12-24support for registering operators using the same internal rna api as panels, ...Campbell Barton
2009-12-20Add missing names to SpaceTypesMartin Poirier
2009-12-07Text and Console operators don't need to register themselves. (this cleans th...Martin Poirier
2009-11-27Added RMB-menu to Headers:Joshua Leung
2009-11-10Math LibBrecht Van Lommel
2009-11-07- modal keymap for border selectCampbell Barton