2011-05-08 |
Joseph Eagar | =bmesh= merge from trunk at r36529 |
tree | commitdiff |
2011-04-21 |
Campbell Barton | whitespace only, no functional change mixed tabs/spaces... v2.57a |
tree | commitdiff |
2011-04-15 |
Joseph Eagar | =bmesh= merge from trunk at r36153 |
tree | commitdiff |
2011-04-06 |
Campbell Barton | fix for cmake glew includes (tested with mingw), also... |
tree | commitdiff |
2011-03-29 |
Campbell Barton | fix [#26623] script/console windows: BACKSPACE does... |
tree | commitdiff |
2011-03-05 |
Campbell Barton | use NULL rather then 0 for pointer assignments & compar... |
tree | commitdiff |
2011-02-27 |
Nathan Letwory | doxygen: blender/editors tagged. |
tree | commitdiff |
2011-02-27 |
Joseph Eagar | merge with/from trunk at r35190 |
tree | commitdiff |
2011-02-23 |
Nathan Letwory | doxygen: prevent GPL license block from being parsed... |
tree | commitdiff |
2011-02-23 |
Campbell Barton | remove unused functions, |
tree | commitdiff |
2011-02-14 |
Campbell Barton | made most variables which are only used in a single... |
tree | commitdiff |
2011-02-13 |
Campbell Barton | corrected error from commit r34810. |
tree | commitdiff |
2011-02-13 |
Campbell Barton | fix for warnings from Sparse static source code checker... |
tree | commitdiff |
2011-01-30 |
Campbell Barton | remove nan-makefiles |
tree | commitdiff |
2011-01-08 |
Ton Roosendaal | Crash fix, IRC report. |
tree | commitdiff |
2011-01-08 |
Campbell Barton | remove unused code & variables. |
tree | commitdiff |
2011-01-07 |
Campbell Barton | remove references to BKE_utildefines where its not... |
tree | commitdiff |
2011-01-07 |
Campbell Barton | split BKE_utildefines.h, now it only has blender specif... |
tree | commitdiff |
2010-12-22 |
Campbell Barton | rename blenderlib to blender_add_lib |
tree | commitdiff |
2010-12-20 |
Campbell Barton | fix [#25283] Edge length display difficult to read |
tree | commitdiff |
2010-12-08 |
Campbell Barton | use lowercase for cmake builtin names and macros, remov... |
tree | commitdiff |
2010-12-03 |
Campbell Barton | - added GCC warning -Wstrict-prototypes |
tree | commitdiff |
2010-11-30 |
Campbell Barton | minor console changes. |
tree | commitdiff |
2010-11-29 |
Campbell Barton | bugfix [#24969] Python Console bug: inserting a large... |
tree | commitdiff |
2010-11-29 |
Campbell Barton | include headers in cmake source, added a script to... |
tree | commitdiff |
2010-11-27 |
Campbell Barton | console text underscore would draw outside the view... |
tree | commitdiff |
2010-11-11 |
Campbell Barton | move report/operator view out of the 'Console' into... |
tree | commitdiff |
2010-11-11 |
Campbell Barton | BLF_draw functions take an extra length argument, so... |
tree | commitdiff |
2010-11-11 |
Campbell Barton | make console wrapped text drawing into its own function... |
tree | commitdiff |
2010-11-02 |
Campbell Barton | fix for compiling with the c90 standard, support for... |
tree | commitdiff |
2010-10-31 |
Campbell Barton | rename and negate DISABLE_PYTHON --> WITH_PYTHON |
tree | commitdiff |
2010-10-23 |
Campbell Barton | use explicit file paths for CMake rather then globing... |
tree | commitdiff |
2010-10-14 |
Campbell Barton | remove unused args in draw*.c and some in view*.c,... |
tree | commitdiff |
2010-10-13 |
Campbell Barton | use UNUSED() macro for the console space + minor change... |
tree | commitdiff |
2010-10-13 |
Campbell Barton | re-enable fix from r32330 but without the alt key check... |
tree | commitdiff |
2010-10-11 |
Nathan Letwory | Revert r32330 and reopening #24184. The change breaks... |
tree | commitdiff |
2010-10-08 |
Campbell Barton | fix for console selection when pasting. |
tree | commitdiff |
2010-10-05 |
Campbell Barton | bugfix [#24148] unable to get keyboard mappings to... |
tree | commitdiff |
2010-10-04 |
Campbell Barton | fix for copy in the console (wasnt taking the prompt... |
tree | commitdiff |
2010-10-02 |
Campbell Barton | python console prompt + edit line is how selectable. |
tree | commitdiff |
2010-09-28 |
Campbell Barton | bugfix pointed out by Kris Salaah (own mistake) |
tree | commitdiff |
2010-09-27 |
Campbell Barton | minor console fixes |
tree | commitdiff |
2010-09-27 |
Campbell Barton | bugfix, console text selection /w wrapped lines now... |
tree | commitdiff |
2010-09-27 |
Campbell Barton | fix for interactive console selection drawing with... |
tree | commitdiff |
2010-09-27 |
Campbell Barton | console now stores selection internally with 0 index... |
tree | commitdiff |
2010-09-18 |
Campbell Barton | warning fixes and minor cmake changes. |
tree | commitdiff |
2010-09-04 |
Joseph Eagar | merge with trunk at r31523 |
tree | commitdiff |
2010-08-29 |
Nathan Letwory | Finally change SConscript tabs to spaces. |
tree | commitdiff |
2010-08-16 |
Joerg Mueller | svn merge -r 31314:31370 https://svn.blender.org/svnroo... soc-2010-nexyon |
tree | commitdiff |
2010-08-16 |
Campbell Barton | - remove unused includes IMB_*, BIF_* & MEM_* |
tree | commitdiff |
2010-08-13 |
Joerg Mueller | svn merge -r 31211:31313 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-10 |
Guillermo S. Romero | Update address in license block. |
tree | commitdiff |
2010-08-10 |
Campbell Barton | moved idcode functions into their own file (was added... |
tree | commitdiff |
2010-08-10 |
Joerg Mueller | svn merge -r 31145:31210 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-08 |
Campbell Barton | remove unused includes from editors/space_* |
tree | commitdiff |
2010-07-19 |
Joseph Eagar | part 1 of merge from trunk at r30358; it compiles,... |
tree | commitdiff |
2010-06-19 |
Joerg Mueller | Recreating my GSoC branch. |
tree | commitdiff |
2010-06-19 |
Joerg Mueller | Deleting my GSoC branch to recreate it. |
tree | commitdiff |
2010-06-14 |
Campbell Barton | naming changes |
tree | commitdiff |
2010-06-05 |
Campbell Barton | finish cleanup to cmake editors, also removed some... |
tree | commitdiff |
2010-06-04 |
Campbell Barton | have cmake build editors as different libs like scons... |
tree | commitdiff |
2010-05-25 |
Joerg Mueller | Merge with trunk, revision 28528 - 28976. |
tree | commitdiff |
2010-05-08 |
Joilnen Leite | Fixing the makefiles compiling |
tree | commitdiff |
2010-05-08 |
Thomas Dinges | Scons compile fix for SVN 28661. |
tree | commitdiff |
2010-05-08 |
Campbell Barton | - console drop handler for datablocks & filepaths. |
tree | commitdiff |
2010-04-22 |
Diego Borghetti | BugFix: |
tree | commitdiff |
2010-04-06 |
Matt Ebb | Fix [#21516] UI artifacts in array modifier |
tree | commitdiff |
2010-03-23 |
Campbell Barton | more lint includes |
tree | commitdiff |
2010-03-22 |
Campbell Barton | spaces -> tabs, (4 spaces == 1 tab, only for white... |
tree | commitdiff |
2010-03-21 |
Guillermo S. Romero | Fix syntax for ID keyword. |
tree | commitdiff |
2010-03-10 |
Matt Ebb | Added Cmd-C/V for console copy and paste on mac os x. |
tree | commitdiff |
2010-03-09 |
Joseph Eagar | Merge ... trunk at r27259 and commit of a patch by... |
tree | commitdiff |
2010-02-26 |
Campbell Barton | bugfix [#20694] Copy Paste to buffer missing in Console... |
tree | commitdiff |
2010-02-15 |
Thomas Dinges | Console: |
tree | commitdiff |
2010-02-12 |
Campbell Barton | correct fsf address |
tree | commitdiff |
2010-02-11 |
Daniel Salazar | Theme support for console background. Thx cam for help! |
tree | commitdiff |
2010-02-10 |
Campbell Barton | batch remove .'s used with RNA_def_struct_ui_text |
tree | commitdiff |
2010-01-30 |
Arystanbek Dyussenov | COLLADA branch: merge from trunk -r 25745:26429. |
tree | commitdiff |
2010-01-26 |
Ton Roosendaal | Drag and drop 2.5 integration! Finally, slashdot regula... |
tree | commitdiff |
2010-01-24 |
Campbell Barton | copy of docs from 2.4x for python modules that have... |
tree | commitdiff |
2010-01-16 |
Campbell Barton | mirror modifier vgroup option was doing string name... |
tree | commitdiff |
2010-01-15 |
Campbell Barton | generic operator menu was searching for "type" and... |
tree | commitdiff |
2010-01-15 |
Thomas Dinges | *Fix for last commit. Removed unused code. |
tree | commitdiff |
2010-01-15 |
Thomas Dinges | Console: |
tree | commitdiff |
2010-01-13 |
Joseph Eagar | merge with trunk/2.5 at r25907 |
tree | commitdiff |
2010-01-05 |
Joseph Eagar | Merge with trunk/2.5 at r25563 |
tree | commitdiff |
2010-01-05 |
Arystanbek Dyussenov | Merge from trunk -r 25003:25745. |
tree | commitdiff |
2010-01-05 |
Arystanbek Dyussenov | Merge -c 25001,25310,25311,25638,25746 from COLLADA... |
tree | commitdiff |
2010-01-03 |
Campbell Barton | bugfix [#20542] Crash 2.50a0 Click event in Console... |
tree | commitdiff |
2010-01-03 |
Campbell Barton | - WM_OT_context_cycle_int wasnt working (also wasnt... |
tree | commitdiff |
2010-01-01 |
Campbell Barton | armature ghost stepsize was not initialized, Aligorith... |
tree | commitdiff |
2009-12-27 |
Campbell Barton | WIP console text selection, modal selection operator... |
tree | commitdiff |
2009-12-24 |
Campbell Barton | support for registering operators using the same intern... |
tree | commitdiff |
2009-12-19 |
Martin Poirier | Add missing names to SpaceTypes |
tree | commitdiff |
2009-12-09 |
Brecht Van Lommel | Sculpt Branch: |
tree | commitdiff |
2009-12-07 |
Martin Poirier | Text and Console operators don't need to register thems... |
tree | commitdiff |
2009-12-07 |
Brecht Van Lommel | Sculpt Branch: |
tree | commitdiff |
2009-11-29 |
Arystanbek Dyussenov | Merge from trunk -r 24758:25003. |
tree | commitdiff |
2009-11-27 |
Joshua Leung | Added RMB-menu to Headers: |
tree | commitdiff |
2009-11-23 |
Joseph Eagar | did math lib conversion, equivilent to merge with trunk... |
tree | commitdiff |
next |