Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-13 | manually speced helpfiles and added numbox2-help.pd | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14623 | |||
2010-12-13 | split out general functions from d_dac.c to e_dac.c in Pd-extended | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14613 | |||
2010-12-13 | refactored d_delay.c into delwrite~.h delwrite~.c delread~.c vd~.c | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14612 | |||
2010-12-13 | found a couple more help patches | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14611 | |||
2010-12-13 | refactored d_dac.c into adc~.c and dac~.c | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14610 | |||
2010-12-13 | refactored d_misc.c into bang~.c and print~.c | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14609 | |||
2010-12-13 | added hdl and vdl aliases | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14608 | |||
2010-12-13 | replaced with vanilla help files | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14607 | |||
2010-12-13 | fixed problems with setup functions | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14606 | |||
2010-12-13 | added aliases obscure obsolete objects | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14605 | |||
2010-12-13 | redundant, check vanilla-meta.pd for version | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14604 | |||
2010-12-13 | bumped to 0.42.6 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14603 | |||
2010-12-13 | copied relevant help patches from tags/pd/0.42-6/doc/5.reference | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14602 | |||
2010-12-13 | copied relevant help patches from trunk/doc/pddp | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14601 | |||
2010-12-13 | refactored x_misc.c into cputime.c loadband.c namecanvas.c realtime.c random.c | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14600 | |||
2010-12-13 | refactored x_time.c into delay.c pipe.c metro.c delay.c timer.c line.c and ↵ | Hans-Christoph Steiner | |
an alias, del.c svn path=/trunk/; revision=14599 | |||
2010-12-13 | refactored x_net.c into netsend.c netreceive.c | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14598 | |||
2010-12-13 | updated Makefile to 1.0.6 and added aliases for GUI objects | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14597 | |||
2010-12-13 | revert to previous file layout | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14596 | |||
2010-12-13 | renamed base class to hslider since the code uses that name thruout | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14595 | |||
2010-09-15 | remove -mcpu/-mtune flags as it breaks x64 build. we should eventually ↵ | mescalinum | |
figure a way of determining automatically the CPU, but 'uname -m' doesn't tell the truth svn path=/trunk/; revision=14145 | |||
2010-04-26 | set default install location to ~/Library/Pd on Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13478 | |||
2010-04-25 | fixed iphoneos build and added 64-bit to Mac OS X universal builds if ↵ | Hans-Christoph Steiner | |
building on 10.5 or newer svn path=/trunk/; revision=13470 | |||
2010-04-07 | updated vanilla libdir to work with latest Makefile but commented out ↵ | Hans-Christoph Steiner | |
helpfiles since I'm not quite sure whether to use Miller's or the pddp versions svn path=/trunk/; revision=13398 | |||
2009-12-27 | following up on bug report #2921689, fixed a bunch of 'implicit declaration ↵ | Hans-Christoph Steiner | |
of function' warnings, which could cause problems on 64-bit svn path=/trunk/; revision=12846 | |||
2009-11-17 | copied x_list.c from trunk, which is the same as 0.41, to list.c and changed ↵ | Hans-Christoph Steiner | |
MSW to _WIN32 svn path=/trunk/; revision=12786 | |||
2009-11-12 | copied 0.42.5 sources into place, replacing the #include links, so that the ↵ | Hans-Christoph Steiner | |
versions can be managed svn path=/trunk/; revision=12759 | |||
2009-11-12 | added missing function from x_qlist.c | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12758 | |||
2009-11-11 | fixed my stupid install error, sorry everyone | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12755 | |||
2009-11-10 | split out the objects in x_gui.c into standalone files and put the gfxstub ↵ | Hans-Christoph Steiner | |
stuff into e_gfxstub.c svn path=/trunk/; revision=12749 | |||
2009-11-10 | use renamed header d_math.h -> e_sqrt.h | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12748 | |||
2009-11-10 | mark which Pd-vanilla files these are derived from so changes can be ↵ | Hans-Christoph Steiner | |
tracked. Next rename the files to mark them as changed from pd-vanilla svn path=/trunk/; revision=12747 | |||
2009-11-10 | renamed to list.c since x_list.c just contains the list object | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12746 | |||
2009-11-10 | don't fix bugs or make improvements here! it defeats the purpose! | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12745 | |||
2009-11-10 | split out qlist and textfile into their own files | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12744 | |||
2009-11-10 | x_interface.c is now fully in print.c | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12743 | |||
2009-11-10 | fixed install | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12739 | |||
2009-11-10 | made the [print] standalone useful by making it loadable, just copied ↵ | Hans-Christoph Steiner | |
x_interface.c and removed the 'static' from print_setup() svn path=/trunk/; revision=12738 | |||
2009-11-10 | make sure the setup functions are not 'static' | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12737 | |||
2009-11-10 | split out d_math.c into standalone objects | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12736 | |||
2009-11-10 | make an instant libdir by including a meta file | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12735 | |||
2009-11-10 | updated corelibs/vanilla build using ext13 template | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12734 | |||
2009-11-10 | renaming this to 'vanilla' since that's the most common name used for the ↵ | Hans-Christoph Steiner | |
core of Pd svn path=/trunk/; revision=12733 |