aboutsummaryrefslogtreecommitdiff
path: root/playlist.c
AgeCommit message (Collapse)Author
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-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-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=15914
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-14get x->x_curdir using canvas_getdir()Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15218
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 using the template MakefileHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15173