Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-08-10 | *** empty log message *** | N.N. | |
svn path=/trunk/externals/miXed/; revision=8501 | |||
2007-07-17 | outlined behavior with no argument | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=8097 | |||
2007-06-24 | *** empty log message *** | N.N. | |
svn path=/trunk/externals/miXed/; revision=7797 | |||
2007-06-13 | made links blue, but a different blue than Pd selected text, plus hover ↵ | Hans-Christoph Steiner | |
turns red svn path=/trunk/externals/miXed/; revision=7770 | |||
2007-06-12 | removed broken links to examples to fix bug #1714485 | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=7763 | |||
2007-05-10 | fixed bug with setting minimum/maximum with objects instead of messages. | IOhannes m zmölnig | |
(this tells us that people really don't read the documentation ;-)); added a note on the 3rd inlet which is labeled as "min" but really is a "set" and which is likely (though unconfirmed by me) to be a bug in either the original (Max'ish) documentation or implementation svn path=/trunk/externals/miXed/; revision=7645 | |||
2007-04-02 | renamed help patches to follow the standard file naming scheme | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=7539 | |||
2007-04-02 | ok, I think I finally nailed this stupid sh vs. echo -e bug | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=7535 | |||
2007-03-30 | fixed strict sh compatibility issues | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=7525 | |||
2007-02-13 | minor cleanup | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=7423 | |||
2007-01-16 | OPT_CFLAGS was getting overridden by the Pd-extended build system, therefore ↵ | Hans-Christoph Steiner | |
-mms-bitfields wasn't being included; now it is and it seems to work fine svn path=/trunk/externals/miXed/; revision=7353 | |||
2007-01-16 | another attempt at MinGW build flags | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=7351 | |||
2006-12-30 | added help file for new(ish) overdrive~ | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=7101 | |||
2006-10-19 | removed -mms-bitfields on Krzysztof's request to test whether it might be ↵ | Hans-Christoph Steiner | |
causing cyclone problems. it seems to work ok without that build flag svn path=/trunk/externals/miXed/; revision=6137 | |||
2006-08-11 | lots of examples of use, tho it is a bit ugly | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=5556 | |||
2006-04-11 | commented out the console window for production use | Hans-Christoph Steiner | |
svn path=/trunk/externals/miXed/; revision=4868 | |||
2005-11-26 | *** empty log message *** | N.N. | |
svn path=/trunk/externals/miXed/; revision=4044 | |||
2005-11-21 | cyclone alpha55 (see notes.txt for cyclone and shared) | N.N. | |
svn path=/trunk/externals/miXed/; revision=4011 | |||
2005-06-20 | moving docs out of 5.reference, adding ann | carmen rocco | |
svn path=/trunk/externals/miXed/; revision=3223 | |||
2005-06-13 | toxy alpha19 and pddp alpha3 (see notes.txt for toxy and pddp) | N.N. | |
svn path=/trunk/externals/miXed/; revision=3170 |