Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-27 | add links for the downcase versions only on GNU/Linux since Windows and Mac ↵ | Hans-Christoph Steiner | |
OS X almost always use case insensitive file systems, so Borax.pd_darwin is the same file as borax.pd_darwin, etc. svn path=/trunk/externals/miXed/; revision=15360 | |||
2011-09-26 | ported to 0.43 | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=15350 | |||
2011-09-26 | added all-lower-case aliases to all objects since Max/MSP 4.6 converted to ↵ | Hans-Christoph Steiner | |
all lowercase svn path=/trunk/externals/miXed/; revision=15349 | |||
2011-08-01 | replace .x%x 32-bit only canvas id with .x%lx canvas id which supports ↵ | Hans-Christoph Steiner | |
32-bit and 64-bit svn path=/trunk/externals/miXed/; revision=15186 | |||
2011-03-08 | ported to 0.43 and added backwards compatibility proc | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=15018 | |||
2011-01-19 | added to add .exe to cyclist on Windows | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=14759 | |||
2010-12-13 | updated to build against 0.43 | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=14617 | |||
2010-11-22 | fixed minor typo | Jonathan Wilkes | |
svn path=/trunk/externals/miXed/; revision=14464 | |||
2010-11-18 | removed -j4 for deployment | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=14444 | |||
2010-11-12 | updating version based on krzyszcz saying: "how about changing 0.1-alpha56 ↵ | Hans-Christoph Steiner | |
to plain 0.1.56?" svn path=/trunk/externals/miXed/; revision=14435 | |||
2010-11-12 | updated LICENSE file from Pd's LICENSE.txt since krzYszcz said in a private ↵ | Hans-Christoph Steiner | |
email: "The intent is more like 'ln -s', than 'cp': if there are any changes applied to the main Pd licence, cyclone licence should follow." svn path=/trunk/externals/miXed/; revision=14434 | |||
2010-11-12 | added pd META subpatch, removed xbend-help.pd and xnote-help.pd since | Jonathan Wilkes | |
they are not used svn path=/trunk/externals/miXed/; revision=14428 | |||
2010-11-11 | bumped version to 0.1-alpha56 after tarball release | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=14414 | |||
2010-11-11 | moved package to pkg-multimedia: ↵ | Hans-Christoph Steiner | |
http://git.debian.org/?p=pkg-multimedia/pd-cyclone.git;a=summary svn path=/trunk/externals/miXed/; revision=14391 | |||
2010-11-11 | remove empty /usr/bin/ since no cyclist | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=14390 | |||
2010-11-10 | remove cyclist from .deb until its ready | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=14386 | |||
2010-11-10 | got dh_shlibdeps working properly | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=14385 | |||
2010-11-10 | added omitted m_imp.h | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=14384 | |||
2010-11-10 | install cyclist last in case the user doesn't have perms to write in ↵ | Hans-Christoph Steiner | |
/usr/local/bin, at least everything else will be installed svn path=/trunk/externals/miXed/; revision=14382 | |||
2010-11-10 | first semblance of a working .deb for cyclone | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=14381 | |||
2010-11-10 | converted cyclone build to a custom standlone makefile for making the libdir | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=14380 | |||
2010-09-17 | merged relevant changes from Pd-extended 0.42 | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=14153 | |||
2010-06-14 | commented out debug message | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=13658 | |||
2010-04-14 | renamed to standard help file name | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=13450 | |||
2010-01-04 | added {} quoting on names when passing them to Tcl procs | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=12881 | |||
2009-10-29 | Added a few help files for cyclone | Thomas O Fredericks | |
svn path=/trunk/externals/miXed/; revision=12694 | |||
2009-09-20 | adding support for finding pd.dll in pd/src or pd/bin | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=12411 | |||
2009-06-10 | --export-dynamic needs to go to the linker, not the compiler, and LFLAGS ↵ | Hans-Christoph Steiner | |
here is sent to gcc, so append a -Wl, before it to make sure it goes to the linker svn path=/trunk/externals/miXed/; revision=11738 | |||
2009-06-09 | replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where | Hans-Christoph Steiner | |
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/externals/miXed/; revision=11724 | |||
2009-04-24 | add a little splash of color instead of a blank canvas | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=11106 | |||
2009-04-23 | removed errant blank comment and adjusted size/placement a bit | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=11105 | |||
2009-04-23 | created a help patch, should be pretty much complete, but could use some ↵ | Hans-Christoph Steiner | |
better examples svn path=/trunk/externals/miXed/; revision=11104 | |||
2009-03-23 | whipped up quick help file for peakamp~, its a nice object! | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=10894 | |||
2009-03-11 | created rudimentary help patch | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=10858 | |||
2009-03-11 | changed line~ to Line~ so that it uses the cyclone object, not the vanilla ↵ | Hans-Christoph Steiner | |
object, and improved example svn path=/trunk/externals/miXed/; revision=10857 | |||
2009-03-11 | quick sketch of a line~ hlep patch | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=10856 | |||
2009-02-25 | swapped out 'echo -e' to be compatible with BSD's /bin/echo | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=10814 | |||
2009-02-18 | made PD_DIR changeable from outside... | IOhannes m zmölnig | |
svn path=/trunk/externals/miXed/; revision=10794 | |||
2009-01-13 | added "-fPIC" for 64bit compatibility | IOhannes m zmölnig | |
svn path=/trunk/externals/miXed/; revision=10528 | |||
2008-08-27 | merged in relevant changes from the v0-40 pd-extended release branch | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=10266 | |||
2008-04-12 | oops, forgot a carriage return | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=9696 | |||
2008-04-12 | switched 'echo' to 'printf' since you cannot rely on 'echo -e' being available | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=9695 | |||
2007-12-03 | reverting to original savefn since I can't figure out how Krzysztof is using ↵ | Hans-Christoph Steiner | |
te_binbuf svn path=/trunk/externals/miXed/; revision=9072 | |||
2007-11-01 | fixed widget_save, it doesn't use the standard structs, but instead seems to ↵ | Hans-Christoph Steiner | |
have the same struct layout as Scope~ svn path=/trunk/externals/miXed/; revision=8920 | |||
2007-10-31 | fixed problems with the classname stuff I just added: | Hans-Christoph Steiner | |
- some objects use "x_ob" instead of the standard "x_obj" - Table puts the t_object in some other struct - Scope~ hides the t_object under some layer that's beyond me svn path=/trunk/externals/miXed/; revision=8911 | |||
2007-10-29 | Following this thread: | Hans-Christoph Steiner | |
http://lists.puredata.info/pipermail/pd-dev/2007-10/009797.html I have changed the save functions so that they will save the name of the object that it was actually instantiated with. This allows objects with savefns to work properly with namespaces. This is a fix for this bug: http://sourceforge.net/tracker/index.php?&aid=1818219&group_id=55736&atid=478070 svn path=/trunk/externals/miXed/; revision=8902 | |||
2007-10-23 | checked in small Intel Mac fix from Thomas Grill, patch #1604142 | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=8866 | |||
2007-10-23 | removed ancient build system cruft | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=8865 | |||
2007-10-23 | checked in patch #1813710, a seq help patch from jkant, and updated the ↵ | Hans-Christoph Steiner | |
cyclone install target svn path=/trunk/externals/miXed/; revision=8864 | |||
2007-10-10 | added three generic URL opening commands that use the defaults of ↵ | Hans-Christoph Steiner | |
GNOME/KDE/Debian svn path=/trunk/externals/miXed/; revision=8795 |