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