index
:
svn2git/libraries/unauthorized.git
master
unauthorized: converted automatically from sourceforge/svn
Sir Walter Raleigh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
playlist.c
Age
Commit message (
Expand
)
Author
2015-10-14
quote font name in Tk -font triplets since font names can contain spaces
Hans-Christoph Steiner
2015-10-14
use MAXPDSTRING to allocate memory for x_curdir to prevent allocation crashes...
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
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