aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla
AgeCommit message (Collapse)Author
2011-03-22forgot help file for MIDI stuffHans-Christoph Steiner
svn path=/trunk/; revision=15039
2011-03-21added new files related to x_midi.cHans-Christoph Steiner
svn path=/trunk/; revision=15038
2011-03-21refactored x_midi.c into individual objects, and split out inmidi_* ↵Hans-Christoph Steiner
functions to e_midi.c in pd-extended.git svn path=/trunk/; revision=15037
2010-12-31refactored d_fft.c and d_math.c into separate objectclasesHans-Christoph Steiner
svn path=/trunk/; revision=14683
2010-12-14remove 'static' from declarations so they workHans-Christoph Steiner
svn path=/trunk/; revision=14633
2010-12-13manually speced helpfiles and added numbox2-help.pdHans-Christoph Steiner
svn path=/trunk/; revision=14623
2010-12-13split out general functions from d_dac.c to e_dac.c in Pd-extendedHans-Christoph Steiner
svn path=/trunk/; revision=14613
2010-12-13refactored d_delay.c into delwrite~.h delwrite~.c delread~.c vd~.cHans-Christoph Steiner
svn path=/trunk/; revision=14612
2010-12-13found a couple more help patchesHans-Christoph Steiner
svn path=/trunk/; revision=14611
2010-12-13refactored d_dac.c into adc~.c and dac~.cHans-Christoph Steiner
svn path=/trunk/; revision=14610
2010-12-13refactored d_misc.c into bang~.c and print~.cHans-Christoph Steiner
svn path=/trunk/; revision=14609
2010-12-13added hdl and vdl aliasesHans-Christoph Steiner
svn path=/trunk/; revision=14608
2010-12-13replaced with vanilla help filesHans-Christoph Steiner
svn path=/trunk/; revision=14607
2010-12-13fixed problems with setup functionsHans-Christoph Steiner
svn path=/trunk/; revision=14606
2010-12-13added aliases obscure obsolete objectsHans-Christoph Steiner
svn path=/trunk/; revision=14605
2010-12-13redundant, check vanilla-meta.pd for versionHans-Christoph Steiner
svn path=/trunk/; revision=14604
2010-12-13bumped to 0.42.6Hans-Christoph Steiner
svn path=/trunk/; revision=14603
2010-12-13copied relevant help patches from tags/pd/0.42-6/doc/5.referenceHans-Christoph Steiner
svn path=/trunk/; revision=14602
2010-12-13copied relevant help patches from trunk/doc/pddpHans-Christoph Steiner
svn path=/trunk/; revision=14601
2010-12-13refactored x_misc.c into cputime.c loadband.c namecanvas.c realtime.c random.cHans-Christoph Steiner
svn path=/trunk/; revision=14600
2010-12-13refactored 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-13refactored x_net.c into netsend.c netreceive.cHans-Christoph Steiner
svn path=/trunk/; revision=14598
2010-12-13updated Makefile to 1.0.6 and added aliases for GUI objectsHans-Christoph Steiner
svn path=/trunk/; revision=14597
2010-12-13revert to previous file layoutHans-Christoph Steiner
svn path=/trunk/; revision=14596
2010-12-13renamed base class to hslider since the code uses that name thruoutHans-Christoph Steiner
svn path=/trunk/; revision=14595
2010-09-15remove -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-26set default install location to ~/Library/Pd on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=13478
2010-04-25fixed 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-07updated 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-27following 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-17copied 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-12copied 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-12added missing function from x_qlist.cHans-Christoph Steiner
svn path=/trunk/; revision=12758
2009-11-11fixed my stupid install error, sorry everyoneHans-Christoph Steiner
svn path=/trunk/; revision=12755
2009-11-10split 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-10use renamed header d_math.h -> e_sqrt.hHans-Christoph Steiner
svn path=/trunk/; revision=12748
2009-11-10mark 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-10renamed to list.c since x_list.c just contains the list objectHans-Christoph Steiner
svn path=/trunk/; revision=12746
2009-11-10don't fix bugs or make improvements here! it defeats the purpose!Hans-Christoph Steiner
svn path=/trunk/; revision=12745
2009-11-10split out qlist and textfile into their own filesHans-Christoph Steiner
svn path=/trunk/; revision=12744
2009-11-10x_interface.c is now fully in print.cHans-Christoph Steiner
svn path=/trunk/; revision=12743
2009-11-10fixed installHans-Christoph Steiner
svn path=/trunk/; revision=12739
2009-11-10made 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-10make sure the setup functions are not 'static'Hans-Christoph Steiner
svn path=/trunk/; revision=12737
2009-11-10split out d_math.c into standalone objectsHans-Christoph Steiner
svn path=/trunk/; revision=12736
2009-11-10make an instant libdir by including a meta fileHans-Christoph Steiner
svn path=/trunk/; revision=12735
2009-11-10updated corelibs/vanilla build using ext13 templateHans-Christoph Steiner
svn path=/trunk/; revision=12734
2009-11-10renaming this to 'vanilla' since that's the most common name used for the ↵Hans-Christoph Steiner
core of Pd svn path=/trunk/; revision=12733