aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-14removed executable-flag from pd-patchesHEADsvn2git-headmasterIOhannes m zmölnig
svn path=/trunk/externals/unauthorized/; revision=17509
2015-10-14logpost() really requires a format stringIOhannes m zmölnig
svn path=/trunk/externals/unauthorized/; revision=17472
2015-10-14remove unnecessary void* returns that clang caughtHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=17300
2015-10-14moved debianization to ↵Hans-Christoph Steiner
http://anonscm.debian.org/gitweb/?p=pkg-multimedia/pd-unauthorized.git svn path=/trunk/externals/unauthorized/; revision=16948
2015-10-14support older Pd versions without sys_fopen(), sys_fclose(), and, sys_close()Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=16903
2015-10-14replace POSIX fopen() with Pd's new sys_fopen() to get cross-platform ↵Hans-Christoph Steiner
unicode filename support (Pd-extended 0.43.4/Pd-vanilla 0.44) svn path=/trunk/externals/unauthorized/; revision=16902
2015-10-14quote file path with {} in case of spaces or special charactersHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=16647
2015-10-14comment out deprecated LAME function: lame_set_padding_type()Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=16301
2015-10-14include s_stuff.h for sys_rmpollfn()Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=16300
2015-10-14comment out deprecated LAME function: lame_set_padding_type()Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=16299
2015-10-14updated to latest text of GPLv2+ direct from the source: ↵Hans-Christoph Steiner
http://www.gnu.org/licenses/gpl-2.0.txt svn path=/trunk/externals/unauthorized/; revision=16241
2015-10-14quote font name in Tk -font triplets since font names can contain spacesHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=16125
2015-10-14added -lpthread since a few objects need it, and MinGW doesn't find it otherwiseHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=16093
2015-10-14use MAXPDSTRING to allocate memory for x_curdir to prevent allocation ↵Hans-Christoph Steiner
crashes (fixes bug #3488995) svn path=/trunk/externals/unauthorized/; revision=16091
2015-10-14updated to version 1.0.12 of the templateHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=16090
2015-10-14allow negative indices in the values, xvalues, valuemotion, and xvaluemotion ↵Hans-Christoph Steiner
messages svn path=/trunk/externals/unauthorized/; revision=16054
2015-10-14use pdsend proc to support Pd >= 0.43Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=16049
2015-10-14replace verbose() with logpost() since verbose() adds extraneous carraige ↵Hans-Christoph Steiner
returns to messages that have been filtered out by the log level svn path=/trunk/externals/unauthorized/; revision=16033
2015-10-14set MAX_DIR_LENGTH to MAXPDSTRINGHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15998
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