aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-23an illustration of the disconnect between the way Pd represents floats verusHans-Christoph Steiner
what happens in the implementation, following the discussion in bug #1996275 https://sourceforge.net/tracker/index.php?func=detail&aid=1996275&group_id=55736&atid=478070 svn path=/trunk/; revision=10213
2008-07-08trying to import gridflow 0.9.4N.N.
svn path=/trunk/; revision=10148
2008-07-04new pd~ and stdout objects in extraMiller Puckette
svn path=/trunk/; revision=10141
2008-07-04many bug fixes.Miller Puckette
sigmund~ and bonk~ updates (ongoing) some new math objects svn path=/trunk/; revision=10140
2008-06-28- the sixaxis external now builds with Pd-extended, and outputs the rawHans-Christoph Steiner
accelerometer data - for the rest of the data, use [hid] or [hidio] they happily coexist svn path=/trunk/; revision=10116
2008-06-26removed svn:executable property from patchesIOhannes m zmölnig
svn path=/trunk/; revision=10104
2008-06-26removed svn:executable properties from patches,...IOhannes m zmölnig
svn path=/trunk/; revision=10103
2008-06-21added spotlight importer build and clean targetsLuke Iannini
svn path=/trunk/; revision=10061
2008-06-21tcllib is now needed for colorgrid, and perhaps other handy thingsHans-Christoph Steiner
svn path=/trunk/; revision=10058
2008-06-20checking in spotlight importer for future autobuildingLuke Iannini
svn path=/trunk/; revision=10057
2008-06-20added separate entry for .pat filesLuke Iannini
svn path=/trunk/; revision=10055
2008-06-20now creates directory inside .app to place Spotlight Importers intoHans-Christoph Steiner
svn path=/trunk/; revision=10054
2008-06-20fixed typos (especially "Pd" vs "pd")IOhannes m zmölnig
svn path=/trunk/; revision=10052
2008-06-19fixed svn:executable flag;IOhannes m zmölnig
use env-var PD for determining which pd to use in pdx svn path=/trunk/; revision=10051
2008-06-19removed the svn:executable bit for code, patches and textIOhannes m zmölnig
svn path=/trunk/; revision=10048
2008-06-19use http:// for gridflow (?)IOhannes m zmölnig
svn path=/trunk/; revision=10047
2008-06-19added UTI declaration; enables plain-text quick-look support of pd-files ↵Luke Iannini
(tcl/pdf would be even cooler : ) ) and paves the way for a spotlight importer svn path=/trunk/; revision=10043
2008-06-18- QA'ed tutorial patches to make sure that the objects all load, and that theHans-Christoph Steiner
patches are all the same size and location svn path=/trunk/; revision=10034
2008-06-18there is nothing in the Physical tutorials yet, so better not install themHans-Christoph Steiner
svn path=/trunk/; revision=10033
2008-06-18made invisible #X declare to make sure that Gem is loadedHans-Christoph Steiner
svn path=/trunk/; revision=10032
2008-06-18fixed library loading issues so that these patches should be more tolerant ↵Hans-Christoph Steiner
of the users's setup svn path=/trunk/; revision=10029
2008-06-18forgot to remove this...N.N.
svn path=/trunk/; revision=10025
2008-06-17renamed to be consecutively numberedHans-Christoph Steiner
svn path=/trunk/; revision=10018
2008-06-17testN.N.
svn path=/trunk/; revision=10016
2008-06-17cleaned up and fixed patch so it works again with less weirdnessHans-Christoph Steiner
svn path=/trunk/; revision=10015
2008-06-13-fPICmusil
svn path=/trunk/; revision=10000
2008-06-02- Replaced my pddp_open hack with pddplinkHans-Christoph Steiner
- replaced [pddp] with a pddplink to the PDDP wiki page svn path=/trunk/; revision=9966
2008-06-01fixed caps in tripleLineHans-Christoph Steiner
svn path=/trunk/; revision=9963
2008-05-31minor layout cleanupHans-Christoph Steiner
svn path=/trunk/; revision=9956
2008-05-31cleaned up help files a bit in search of what the [adc~] inlet does (it does ↵Hans-Christoph Steiner
nothing) svn path=/trunk/; revision=9955
2008-05-30added C++ pdvjtools objects to install list; setup Universal/Fat compiling ↵Hans-Christoph Steiner
for aka.wiiremote svn path=/trunk/; revision=9950
2008-05-28moved files to reflect name change to [akawiiremote]Hans-Christoph Steiner
svn path=/trunk/; revision=9932
2008-05-27fix the support for absolute paths with [declare], #X declare, and canvas_open()Hans-Christoph Steiner
svn path=/trunk/; revision=9928
2008-05-27patch # 1975056 show whole subpatch name in window titleHans-Christoph Steiner
http://sourceforge.net/tracker/index.php?func=detail&aid=1975056&group_id=55736&atid=478072 svn path=/trunk/; revision=9927
2008-05-25fixed the original file so that the classname is also the filename and the ↵Hans-Christoph Steiner
setup function name, so this build hack isn't needed anymore svn path=/trunk/; revision=9904
2008-05-24added PDP dependencies for pdvjtools so it'll automatically generate themHans-Christoph Steiner
svn path=/trunk/; revision=9898
2008-05-24added pdvjtools to the automatic builds since it seems to build fineHans-Christoph Steiner
svn path=/trunk/; revision=9897
2008-05-24fixed for new .cc files from old .cpp files in pdvjtoolsHans-Christoph Steiner
svn path=/trunk/; revision=9896
2008-05-24- First stabs at getting pdvjtools as part of Pd-extendedHans-Christoph Steiner
- build fixes for Mac OS X - updated help files to standard names svn path=/trunk/; revision=9893
2008-05-220.42-0 test 01. No real work yet, just bug fixes and updates.Miller Puckette
svn path=/trunk/; revision=9867
2008-05-17added -fast on Intel to enable full optimization and auto-vectorizationHans-Christoph Steiner
svn path=/trunk/; revision=9833
2008-05-17fixed iem_t3 directory name, fixing bug#1965868Hans-Christoph Steiner
svn path=/trunk/; revision=9829
2008-05-15added npath and nloadlib to stop CPU spike at load; added ~/pd/ and ↵Hans-Christoph Steiner
~/Library/Pd for user-specific install paths. What to do on Windows... svn path=/trunk/; revision=9817
2008-05-15added xdg-utils to the recommends list since it provides xdg-open, which is ↵Hans-Christoph Steiner
very useful for opening URLs of all types svn path=/trunk/; revision=9811
2008-05-15added example of how to change the colors of the theming from a patchHans-Christoph Steiner
svn path=/trunk/; revision=9808
2008-05-14added Home/End suport to object/message boxes (and emacs home end on Mac OS ↵Hans-Christoph Steiner
X, since that is a standard binding), patch #1964023 svn path=/trunk/; revision=9804
2008-05-14ok, this time really removed all bits of add_tilde_support_toopen-0.41.4.patchHans-Christoph Steiner
svn path=/trunk/; revision=9800
2008-05-14added patch to fix problems of saving patches into folders with extended ↵Hans-Christoph Steiner
chars in it svn path=/trunk/; revision=9799
2008-05-14oops, removed add_tilde_support_toopen-0.41.4.patch from this oneHans-Christoph Steiner
svn path=/trunk/; revision=9798
2008-05-14patch #1963983Hans-Christoph Steiner
On Windows, FILENAME_MAX is much smaller than MAXPDSTRING, so I replaced MAXPDSTRING with FILENAME_MAX everywhere I could find that is related to filenames. FILENAME_MAX is a POSIX standard macro for defining the max length of a complete filename. The current situation could result in crashes on Windows. svn path=/trunk/; revision=9797