aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-18cleaned up all_about pages and adding a tiny bit of contentHans-Christoph Steiner
svn path=/trunk/; revision=11049
2009-04-18this does not really have any useful infoHans-Christoph Steiner
svn path=/trunk/; revision=11048
2009-04-17kludge to rm iemabs' output~ to make a single working output~ straight in ↵Hans-Christoph Steiner
'extra' svn path=/trunk/; revision=11043
2009-04-16- added verbosity control at Phil Stone's suggestionHans-Christoph Steiner
- cleaned up code an removed support for Pd < 0.40 svn path=/trunk/; revision=11040
2009-04-16added info about ASIO4ALL to Windows READMEHans-Christoph Steiner
svn path=/trunk/; revision=11038
2009-04-16oops, forgot to remove some cruftHans-Christoph Steiner
svn path=/trunk/; revision=11037
2009-04-16found %CommonProgramFiles% env var which is needed since 'Common Files' is ↵Hans-Christoph Steiner
localized on Windows systems svn path=/trunk/; revision=11036
2009-04-16updated section in README on installing externalsHans-Christoph Steiner
svn path=/trunk/; revision=11035
2009-04-16fix scrollbar on osxN.N.
svn path=/trunk/; revision=11034
2009-04-15made a more specific test for 'mail' to avoid error with detecting 'email' ↵Hans-Christoph Steiner
on debian-stable-powerpc svn path=/trunk/; revision=11033
2009-04-15remove code conditional to Tcl/Tk 8.4N.N.
svn path=/trunk/; revision=11032
2009-04-15ça sert à rienN.N.
svn path=/trunk/; revision=11031
2009-04-15capitalise (while keeping the acute mark, in conformance to OQLF standards)N.N.
svn path=/trunk/; revision=11029
2009-04-15down is down and up is upN.N.
svn path=/trunk/; revision=11028
2009-04-14Updated Makefile for PDMTLThomas O Fredericks
svn path=/trunk/; revision=11021
2009-04-14fixed crasher bug #2030557 caused by % in GUI labels. So it turns out that ↵Hans-Christoph Steiner
BSD's sprintf() isn't as fault-tolerant as GNU's. It was crashing on unescaped %, I guess it was trying to replace them and failing miserably. This patch fixes it by only running the first % pattern thru the sprintf() then just copying the rest before sending it to sys_gui(); svn path=/trunk/; revision=11017
2009-04-13added image of all of the available Tk mouse pointer cursors to the help patchHans-Christoph Steiner
svn path=/trunk/; revision=11015
2009-04-09checked into Pd-extended branch:Hans-Christoph Steiner
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=10991 and added to the patch tracker for Miller: https://sourceforge.net/tracker/?func=detail&aid=2746054&group_id=55736&atid=478072 svn path=/trunk/; revision=10992
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-08fixed mapping help file installation about directory reorgHans-Christoph Steiner
svn path=/trunk/; revision=10983
2009-04-08created working ifeq test for autogen.sh, man Makefile's syntax is whackyHans-Christoph Steiner
svn path=/trunk/; revision=10982
2009-04-08moved help patches into same folder, stopped auto-generating mapping-meta.pdHans-Christoph Steiner
file, and checked in mapping-meta.pd, so now the folder in SVN is a functional libdir svn path=/trunk/; revision=10981
2009-04-08checked in purepd-meta.pd and stopped generating it in the Makefile so that ↵Hans-Christoph Steiner
the folder SVN is already setup as a working libdir svn path=/trunk/; revision=10977
2009-04-07switched to pddp/print so you can see the changes in the patchHans-Christoph Steiner
svn path=/trunk/; revision=10975
2009-04-07fixed up chat example to take advantage of new entry features and make the ↵Hans-Christoph Steiner
server show something svn path=/trunk/; revision=10974
2009-04-07clean up chat server exampleHans-Christoph Steiner
svn path=/trunk/; revision=10973
2009-04-05fixed chmod line to hopefully workHans-Christoph Steiner
svn path=/trunk/; revision=10961
2009-04-04added "--ignore-externals" to the autoscriptsIOhannes m zmölnig
svn path=/trunk/; revision=10960
2009-04-03added chmod to rsync uploading to try to insure that the uploads are ↵Hans-Christoph Steiner
downloadable via the website svn path=/trunk/; revision=10959
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-04-01replaced remaining dyn, dyn_py, idelayThomas Grill
svn path=/trunk/; revision=10953
2009-04-01cleaned up grill externals - replaced with svn:externals to ↵Thomas Grill
svn.grrrr.org/ext/trunk/ svn path=/trunk/; revision=10951
2009-04-01external testThomas Grill
svn path=/trunk/; revision=10950
2009-03-24use dirbuf returned by canvas_open to set the path so that libdirs can be ↵Hans-Christoph Steiner
loaded from the path, outside of the sys_libdir svn path=/trunk/; revision=10895
2009-03-23oops, forgot to remove debug bitsHans-Christoph Steiner
svn path=/trunk/; revision=10893
2009-03-23- added direct mailing support for Cygwin 'email' via Windows/MinGW buildsHans-Christoph Steiner
- added network debug info - made source rsync function and reverted Cygwin rsync to be the same as the UNIX ones. This means that it doesn't try to copy symlinks anymore. svn path=/trunk/; revision=10892
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-03-10updated to be more similar tp the pd-extended build scriptHans-Christoph Steiner
svn path=/trunk/; revision=10855
2009-03-10moved kludge help file install from doc/5.reference to extra so that they ↵Hans-Christoph Steiner
don't dirty the help browser svn path=/trunk/; revision=10853
2009-03-04it seems I also have to turn off the link support implied by --archiveHans-Christoph Steiner
svn path=/trunk/; revision=10831
2009-03-04an attempt at getting symlinked files working under MinGW/Cygwin by copying ↵Hans-Christoph Steiner
them to files svn path=/trunk/; revision=10830
2009-03-02fixed stupid search-n-replace bugHans-Christoph Steiner
svn path=/trunk/; revision=10826
2009-03-01added chroots to automatic buildsHans-Christoph Steiner
svn path=/trunk/; revision=10825
2009-03-01use /etc/hostname for hostname so that chroot builds are named appropriatelyHans-Christoph Steiner
svn path=/trunk/; revision=10823
2009-02-18fixed up 'maxmode' libraries for cyclone into their own subdirHans-Christoph Steiner
svn path=/trunk/; revision=10795
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-17added cyclone's extra libraries for enhanced Max/MSP compatibility featuresHans-Christoph Steiner
svn path=/trunk/; revision=10786
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