Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-24 | use 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-23 | oops, forgot to remove debug bits | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10893 | |||
2009-03-23 | - added direct mailing support for Cygwin 'email' via Windows/MinGW builds | Hans-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-21 | checked in patch #1851193 to allow spaces into symbol boxes | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10885 | |||
2009-03-16 | iohannes included patch# 1990599 in the pd-extended branch back in 0.40 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10864 | |||
2009-03-10 | updated to be more similar tp the pd-extended build script | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10855 | |||
2009-03-10 | moved 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-04 | it seems I also have to turn off the link support implied by --archive | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10831 | |||
2009-03-04 | an attempt at getting symlinked files working under MinGW/Cygwin by copying ↵ | Hans-Christoph Steiner | |
them to files svn path=/trunk/; revision=10830 | |||
2009-03-02 | fixed stupid search-n-replace bug | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10826 | |||
2009-03-01 | added chroots to automatic builds | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10825 | |||
2009-03-01 | use /etc/hostname for hostname so that chroot builds are named appropriately | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10823 | |||
2009-02-18 | fixed up 'maxmode' libraries for cyclone into their own subdir | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10795 | |||
2009-02-17 | added .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-17 | added cyclone's extra libraries for enhanced Max/MSP compatibility features | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10786 | |||
2009-02-12 | added 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-11 | checked 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-11 | added io/xbee to the main makefile | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10755 | |||
2009-02-06 | updated to GPL v3 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10746 | |||
2009-02-05 | 0.42-4. Fixes "send" template bug, "gfxstub" bug, 2 pd~ bugs | Miller Puckette | |
svn path=/trunk/; revision=10737 | |||
2009-02-02 | add pbank to the build system | Cyrille Henry | |
svn path=/trunk/; revision=10715 | |||
2009-02-02 | removed crufty old README | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10710 | |||
2009-01-28 | This is because * is not legal in filenames on Windows. | Martin Peach | |
svn path=/trunk/; revision=10665 | |||
2009-01-28 | added puredyne tag to the puredyne builds | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10662 | |||
2009-01-27 | switching 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 | add the names of the builds to the right places | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10656 | |||
2009-01-26 | make sure the 'pd' user has perms to write the 'latest' page | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10653 | |||
2009-01-26 | I just went through all of the externals that include t_tk.h and found that | Hans-Christoph Steiner | |
none of them actually need to include it, since none of them actually use the functions or macros declared in t_tk.h. Since pd-devel has removed t_tk.h, and hopefully pd-vanilla will soon also ditch t_tk.h, I have removed #include "t_tk.h" from everywhere it was doing nothing (but preventing pd-devel-extended from compiling). svn path=/trunk/; revision=10652 | |||
2009-01-26 | - fixed AppMain.tcl link for non pd-devel builds | Hans-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 when | Hans-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-25 | replaced 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-25 | handle 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-24 | fixed .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-24 | add 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-22 | DOH! Forgot to delete the .pd.bak files and instead was deleting the .pd files | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10602 | |||
2009-01-21 | installed script as a cron job | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10592 | |||
2009-01-21 | set executable bit since these scripts need it | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10591 | |||
2009-01-21 | - switched the "latest" section of the website to be a list of the most recent | Hans-Christoph Steiner | |
completed builds, generated by a new python script - removed old latest stuff from prep-auto-build-upload and fixed the quoting svn path=/trunk/; revision=10590 | |||
2009-01-21 | copied pd-extended-auto-builder.sh to this one and changed names to pd-devel | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10588 | |||
2009-01-21 | removed 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 be | Hans-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-21 | renamed help patches to standard *-help.pd format | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10583 | |||
2009-01-19 | + removed flatspace sprinkler-help.pd from Makefile | Bryan Jurish | |
svn path=/trunk/; revision=10575 | |||
2009-01-17 | + moved externals/sprinker to externals/moocow/sprinkler | Bryan Jurish | |
svn path=/trunk/; revision=10567 | |||
2009-01-17 | iemmatix should compile again; this build-system is really f*d up... | IOhannes m zmölnig | |
svn path=/trunk/; revision=10561 | |||
2009-01-14 | 0.42-2 - setuid and find bug fixes | Miller Puckette | |
svn path=/trunk/; revision=10556 | |||
2009-01-12 | this 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-12 | made pd-extended-release script actually rsync pd-extended-release | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10513 | |||
2009-01-11 | preventing curl from waiting forever when downloading | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10512 | |||
2009-01-11 | found some more patches that have been included in trunk | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10509 |