aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2009-04-09- hard-coded user install paths outlined in this FAQ entry. This makes it soHans-Christoph Steiner
that Pd-extended will look in the user install paths regardless of the prefs: http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd-extended - fixed prefs generating script to make the windows files properly - removed new hard-coded paths from the default prefs files svn path=/trunk/; revision=10991
2009-04-09this file needs an ENDHERE tag to be parsed properly by ↵Hans-Christoph Steiner
generate-pd-settings-files.sh svn path=/trunk/; revision=10990
2009-04-08created working ifeq test for autogen.sh, man Makefile's syntax is whackyHans-Christoph Steiner
svn path=/trunk/; revision=10982
2009-04-03added test for new autotools based build system for 'pd' that is checked ↵Hans-Christoph Steiner
into pd-devel 0.41.4 svn path=/trunk/; revision=10956
2009-03-21checked in patch #1851193 to allow spaces into symbol boxesHans-Christoph Steiner
svn path=/trunk/; revision=10885
2009-03-16iohannes included patch# 1990599 in the pd-extended branch back in 0.40Hans-Christoph Steiner
svn path=/trunk/; revision=10864
2009-02-17added .mxt, .mxb, .help since Pd-extended can now open these Max/MSP file ↵Hans-Christoph Steiner
types thanks to cyclist svn path=/trunk/; revision=10788
2009-02-12added more to make things more usable:Hans-Christoph Steiner
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=10760 svn path=/trunk/; revision=10761
2009-02-11checked in patch to pd-extended 0.41.4 and submitted it to the patch tracker ↵Hans-Christoph Steiner
for Miller svn path=/trunk/; revision=10758
2009-02-06updated to GPL v3Hans-Christoph Steiner
svn path=/trunk/; revision=10746
2009-02-02removed crufty old READMEHans-Christoph Steiner
svn path=/trunk/; revision=10710
2009-01-27switching Pd-extended to GPL v3 this (lack of) discussion ;) ↵Hans-Christoph Steiner
http://lists.puredata.info/pipermail/pd-dev/2008-11/012456.html svn path=/trunk/; revision=10657
2009-01-26- fixed AppMain.tcl link for non pd-devel buildsHans-Christoph Steiner
- readded spotlight_importer, I mistakenly deleted it svn path=/trunk/; revision=10645
2009-01-25- changed the "Scripts" folder to being a link to "bin" so that whenHans-Christoph Steiner
AppMain.tcl is run from the Pd.app, it'll find the rest of the *.tcl files without and special tricks. - test if AppMain.tcl exists, like with pd-devel, if not create a symlink called AppMain.tcl to pd.tk for pd-vanilla and pd-extended svn path=/trunk/; revision=10637
2009-01-25replaced second test with a || so that make doesn't catch the 'false' exit ↵Hans-Christoph Steiner
condition of the first test svn path=/trunk/; revision=10636
2009-01-25handle different locations for the Gem manual. in Gem 0.92, ↵Hans-Christoph Steiner
$(gem_src)/manual moved to $(gem_src)/doc/manual svn path=/trunk/; revision=10635
2009-01-24fixed .pat and .mxt loading, it turns out that open_file was just testing ↵Hans-Christoph Steiner
for .pd as a valid file svn path=/trunk/; revision=10611
2009-01-24add support for Max patch file .mxt file extension, which should be the same ↵Hans-Christoph Steiner
file format as a text .pat, submitted to the patch tracker as 2532431 svn path=/trunk/; revision=10610
2009-01-22DOH! Forgot to delete the .pd.bak files and instead was deleting the .pd filesHans-Christoph Steiner
svn path=/trunk/; revision=10602
2009-01-21removed crufty ancient TODO files and moved a couple still-relevant notes to ↵Hans-Christoph Steiner
more appropriate places svn path=/trunk/; revision=10585
2009-01-21- removed flext bits since they are broken. the flext files should beHans-Christoph Steiner
installed along with the binaries instead of here. - removed old Mac-only devel/pd++ build system that has been long abandoned svn path=/trunk/; revision=10584
2009-01-12this problem is fixed in 0.42-2, but not using this patch:Hans-Christoph Steiner
https://sourceforge.net/tracker2/index.php?func=detail&aid=1953853&group_id=55736&atid=478072 svn path=/trunk/; revision=10516
2009-01-11found some more patches that have been included in trunkHans-Christoph Steiner
svn path=/trunk/; revision=10509
2009-01-10more patches that miller acceptedHans-Christoph Steiner
svn path=/trunk/; revision=10508
2009-01-10miller accepted this patchHans-Christoph Steiner
svn path=/trunk/; revision=10507
2009-01-10/partially/ accepted into 0.42... sighHans-Christoph Steiner
svn path=/trunk/; revision=10499
2009-01-10removed obsolete patch, 64-bit support for arrays was fixed differntly in ↵Hans-Christoph Steiner
the end svn path=/trunk/; revision=10498
2008-10-15for some reason, -march stopped working on Mac OS X/powerpcHans-Christoph Steiner
svn path=/trunk/; revision=10330
2008-08-18changed deprecated -mcpu flags to -marchHans-Christoph Steiner
svn path=/trunk/; revision=10253
2008-08-15updated gem_install with new pathsHans-Christoph Steiner
svn path=/trunk/; revision=10251
2008-08-14merged in changes from the v0-40 pd-extended release branchHans-Christoph Steiner
svn path=/trunk/; revision=10244
2008-07-30added a ~ between the Pd bugfix version and the build date for Debian packageHans-Christoph Steiner
since the test versions had '0.40.3cvs2008...' in them and Debian considers 0.40.3-1 older than 0.40.3cvs20080703-1. This is following the recommendation of the Debian manual: http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version svn path=/trunk/; revision=10227
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-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-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-17added -fast on Intel to enable full optimization and auto-vectorizationHans-Christoph Steiner
svn path=/trunk/; revision=9833
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-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
2008-05-14updated to fix crasher bug on GNU/LinuxHans-Christoph Steiner
svn path=/trunk/; revision=9796
2008-05-13changed to reflect path change from /usr/local to /usrHans-Christoph Steiner
svn path=/trunk/; revision=9794