Age | Commit message (Expand) | Author |
---|---|---|
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 | quote the class.tcl file to be loaded using {} so spaces, special chars, etc.... | Hans-Christoph Steiner |
2015-10-14 | get x->x_curdir using canvas_getdir() | 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 using the template Makefile | Hans-Christoph Steiner |