aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-14removed executable-flag from pd-patchesHEADsvn2git-headmasterIOhannes m zmölnig
2015-10-14logpost() really requires a format stringIOhannes m zmölnig
2015-10-14remove unnecessary void* returns that clang caughtHans-Christoph Steiner
2015-10-14moved debianization to http://anonscm.debian.org/gitweb/?p=pkg-multimedia/pd-...Hans-Christoph Steiner
2015-10-14support older Pd versions without sys_fopen(), sys_fclose(), and, sys_close()Hans-Christoph Steiner
2015-10-14replace POSIX fopen() with Pd's new sys_fopen() to get cross-platform unicode...Hans-Christoph Steiner
2015-10-14quote file path with {} in case of spaces or special charactersHans-Christoph Steiner
2015-10-14comment out deprecated LAME function: lame_set_padding_type()Hans-Christoph Steiner
2015-10-14include s_stuff.h for sys_rmpollfn()Hans-Christoph Steiner
2015-10-14comment out deprecated LAME function: lame_set_padding_type()Hans-Christoph Steiner
2015-10-14updated to latest text of GPLv2+ direct from the source: http://www.gnu.org/l...Hans-Christoph Steiner
2015-10-14quote font name in Tk -font triplets since font names can contain spacesHans-Christoph Steiner
2015-10-14added -lpthread since a few objects need it, and MinGW doesn't find it otherwiseHans-Christoph Steiner
2015-10-14use MAXPDSTRING to allocate memory for x_curdir to prevent allocation crashes...Hans-Christoph Steiner
2015-10-14updated to version 1.0.12 of the templateHans-Christoph Steiner
2015-10-14allow negative indices in the values, xvalues, valuemotion, and xvaluemotion ...Hans-Christoph Steiner
2015-10-14use pdsend proc to support Pd >= 0.43Hans-Christoph Steiner
2015-10-14replace verbose() with logpost() since verbose() adds extraneous carraige ret...Hans-Christoph Steiner
2015-10-14set MAX_DIR_LENGTH to MAXPDSTRINGHans-Christoph Steiner
2015-10-14replaced SYS_VGUI[1-9] with sys_vgui() since debugging can be done with 'pd -...Hans-Christoph Steiner
2015-10-14updated to use pd_error() to make clickable error messagesHans-Christoph Steiner
2015-10-14reformat code to match Pd style by running 'astyle --style=ansi *.c'Hans-Christoph Steiner
2015-10-14post version message using verbose(0)Hans-Christoph Steiner
2015-10-14post version message using verbose(0)Hans-Christoph Steiner
2015-10-14commited patko's Windows fixHans-Christoph Steiner
2015-10-14quote the class.tcl file to be loaded using {} so spaces, special chars, etc....Hans-Christoph Steiner
2015-10-14mp3amp~ doesn't build on Windows, only linux and macosxHans-Christoph Steiner
2015-10-14get x->x_curdir using canvas_getdir()Hans-Christoph Steiner
2015-10-14removed loadbang from location since it'll start in the same dir as the help ...Hans-Christoph Steiner
2015-10-14replaced NT and UNIX macros with _WIN32 and _MSC_VER where appropriateHans-Christoph Steiner
2015-10-14added lame and speex dependsHans-Christoph Steiner
2015-10-14debianizedHans-Christoph Steiner
2015-10-14replace .x%x 32-bit only canvas id with .x%lx canvas id which supports 32-bit...Hans-Christoph Steiner
2015-10-14got everything building under MinGWHans-Christoph Steiner
2015-10-14update to latest template MakefileHans-Christoph Steiner
2015-10-14updated error messages to use pd_error so they can be linked to the instanceHans-Christoph Steiner
2015-10-14minor update on help patchHans-Christoph Steiner
2015-10-14merged help patches into single files, using subpatches instead of abstractionsHans-Christoph Steiner
2015-10-14moved textfile explaining disto~ parameters to 'manual'Hans-Christoph Steiner
2015-10-14removed extra license filesHans-Christoph Steiner
2015-10-14merged all READMEs into oneHans-Christoph Steiner
2015-10-14removed unneeded MakefilesHans-Christoph Steiner
2015-10-14sorted out the examples and help files and got 'make install' workingHans-Christoph Steiner
2015-10-14added Makefile and metaHans-Christoph Steiner
2015-10-14got everything building using the template MakefileHans-Christoph Steiner
2015-10-14remove old Makefile to make way for newHans-Christoph Steiner
2015-10-14added template-style README and LICENSE and purged cruft in prep for porting ...Hans-Christoph Steiner
2015-10-14committed patches from unauthorized-w32-patches-10-april-2010.zip from patch ...Hans-Christoph Steiner
2015-10-14applying patko's patch #3283782 to fix for Win32Hans-Christoph Steiner
2010-11-05changed makefile to support 64bit recognition, if it finds 64 it adds -fPIC t...august black