aboutsummaryrefslogtreecommitdiff
path: root/playlist.c
AgeCommit message (Expand)Author
2015-10-14quote font name in Tk -font triplets since font names can contain spacesHans-Christoph Steiner
2015-10-14use MAXPDSTRING to allocate memory for x_curdir to prevent allocation crashes...Hans-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-14quote the class.tcl file to be loaded using {} so spaces, special chars, etc....Hans-Christoph Steiner
2015-10-14get x->x_curdir using canvas_getdir()Hans-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 using the template MakefileHans-Christoph Steiner