aboutsummaryrefslogtreecommitdiff
path: root/text-test.pd
AgeCommit message (Collapse)Author
2007-12-01added commas and semi-colons using ascii valuesHans-Christoph Steiner
svn path=/trunk/externals/tkwidgets/; revision=9068
2007-11-27- created text_binbuf to store the text when the text widget doesn't exist soHans-Christoph Steiner
that loadbanging [set( messages can work. The same logic needs to be applied to the options messages too... svn path=/trunk/externals/tkwidgets/; revision=9052
2007-11-22- moved store_options() to tkwidgets_store_options() in tkwidgets.c and madeHans-Christoph Steiner
[text] work with it there. - made tkwidgets_store_options() ignore blank options - minor cleanups svn path=/trunk/externals/tkwidgets/; revision=9023
2007-11-15- first working sketch of having a shared dylib for a libdir, I movedHans-Christoph Steiner
query_options() to the dylib, and it works! :D (on Mac OS X, at least) - minor cleanups in text.c - first test of saving options to the file, it writes data, but there are bugs svn path=/trunk/externals/tkwidgets/; revision=9014
2007-11-14- renamed [scrollbar( to [scrollbars( since there should be a bottom one tooHans-Christoph Steiner
- got full querying working, including C-side attributes - starting working on store/restore/save mechanism, but was stymied by how to trigger the store_options() callback so that the stuff can be saved. - removed [entry]'s old attribute storage where redundant svn path=/trunk/externals/tkwidgets/; revision=9004
2007-11-14got bulk and individual querying workingHans-Christoph Steiner
svn path=/trunk/externals/tkwidgets/; revision=9003
2007-11-14working version of [text] from bbogart's [entry], which I heavily modified; ↵Hans-Christoph Steiner
got options working from the inlet, including using multiple atoms in one optiion svn path=/trunk/externals/tkwidgets/; revision=9000