aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-14replaced SYS_VGUI[1-9] with sys_vgui() since debugging can be done with 'pd ↵Hans-Christoph Steiner
-d 3'; fix warnings svn path=/trunk/externals/unauthorized/; revision=15997
2015-10-14updated to use pd_error() to make clickable error messagesHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15996
2015-10-14reformat code to match Pd style by running 'astyle --style=ansi *.c'Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15994
2015-10-14post version message using verbose(0)Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15918
2015-10-14post version message using verbose(0)Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15914
2015-10-14commited patko's Windows fixHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15335
2015-10-14quote the class.tcl file to be loaded using {} so spaces, special chars, ↵Hans-Christoph Steiner
etc. work in the path svn path=/trunk/externals/unauthorized/; revision=15309
2015-10-14mp3amp~ doesn't build on Windows, only linux and macosxHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15257
2015-10-14get x->x_curdir using canvas_getdir()Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15218
2015-10-14removed loadbang from location since it'll start in the same dir as the help ↵Hans-Christoph Steiner
patch svn path=/trunk/externals/unauthorized/; revision=15217
2015-10-14replaced NT and UNIX macros with _WIN32 and _MSC_VER where appropriateHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15192
2015-10-14added lame and speex dependsHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15191
2015-10-14debianizedHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15190
2015-10-14replace .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/unauthorized/; revision=15186
2015-10-14got everything building under MinGWHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15185
2015-10-14update to latest template MakefileHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15184
2015-10-14updated error messages to use pd_error so they can be linked to the instanceHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15183
2015-10-14minor update on help patchHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15182
2015-10-14merged help patches into single files, using subpatches instead of abstractionsHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15181
2015-10-14moved textfile explaining disto~ parameters to 'manual'Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15180
2015-10-14removed extra license filesHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15179
2015-10-14merged all READMEs into oneHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15178
2015-10-14removed unneeded MakefilesHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15177
2015-10-14sorted out the examples and help files and got 'make install' workingHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15176
2015-10-14added Makefile and metaHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15174
2015-10-14got everything building using the template MakefileHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15173
2015-10-14remove old Makefile to make way for newHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15172
2015-10-14added template-style README and LICENSE and purged cruft in prep for porting ↵Hans-Christoph Steiner
to the library template svn path=/trunk/externals/unauthorized/; revision=15171
2015-10-14committed patches from unauthorized-w32-patches-10-april-2010.zip from patch ↵Hans-Christoph Steiner
#3283782 svn path=/trunk/externals/unauthorized/; revision=15069
2015-10-14applying patko's patch #3283782 to fix for Win32Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15068
2010-11-05changed makefile to support 64bit recognition, if it finds 64 it adds -fPIC ↵august black
to compile options svn path=/trunk/externals/unauthorized/; revision=14265
2010-09-17merged relevant changes from Pd-extended 0.42Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=14153
2010-08-08i don't get it was not fixed before, this code of matthesN.N.
svn path=/trunk/externals/unauthorized/; revision=13771
2010-05-14removed executable permsHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=13536
2010-05-14added help patch from Pd-extended 0.41.4 releaseHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=13535
2010-05-11fixed a crash with colorsN.N.
svn path=/trunk/externals/unauthorized/; revision=13511
2010-04-07missing helpN.N.
svn path=/trunk/externals/unauthorized/; revision=13399
2009-09-11wrong commitN.N.
svn path=/trunk/externals/unauthorized/; revision=12315
2009-09-11added hu momentsN.N.
svn path=/trunk/externals/unauthorized/; revision=12311
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-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/unauthorized/; revision=11724
2009-05-29remove help-*N.N.
svn path=/trunk/externals/unauthorized/; revision=11563
2009-01-26I just went through all of the externals that include t_tk.h and found thatHans-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/externals/unauthorized/; revision=10652
2008-07-11added fPIC flagN.N.
svn path=/trunk/externals/unauthorized/; revision=10162
2008-06-19removed the svn:executable bit for code, patches and textIOhannes m zmölnig
svn path=/trunk/externals/unauthorized/; revision=10048
2007-10-29Following 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/unauthorized/; revision=8902
2007-08-04change colors by messagesN.N.
svn path=/trunk/externals/unauthorized/; revision=8405
2006-09-01change background color with message ( a.zin )N.N.
svn path=/trunk/externals/unauthorized/; revision=5823
2006-09-01change color with message from alberto zinN.N.
svn path=/trunk/externals/unauthorized/; revision=5814
2006-08-01put #ifdef __APPLE__ back in so things compile on Mac OS XHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=5444
2006-07-26fixed coordinates for GOPN.N.
svn path=/trunk/externals/unauthorized/; revision=5416