aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-01updated Makefile from version 1.0.6 to 1.0.12, the latest releaseHEADsvn2git-headexternals/tkwidgetsHans-Christoph Steiner
2011-08-01replace .x%x 32-bit only canvas id with .x%lx canvas id which supports 32-bit...Hans-Christoph Steiner
2010-11-25updated to Makefile version 1.0.6Hans-Christoph Steiner
2010-11-22re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43Hans-Christoph Steiner
2010-10-16PD_INCLUDE has extra folder suffixdmotd
2010-09-22fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable thatHans-Christoph Steiner
2010-09-15remove -mcpu/-mtune flags as it breaks x64 build. we should eventually figure...mescalinum
2010-09-14fixed to work on Pd < 0.43Hans-Christoph Steiner
2010-09-14ported to slightly modified template MakefileHans-Christoph Steiner
2010-01-26updated to use 0.43 'pdsend' commandHans-Christoph Steiner
2008-07-18added DEBUG define to control debug post()Hans-Christoph Steiner
2007-12-01added commas and semi-colons using ascii valuesHans-Christoph Steiner
2007-11-27- added [query id( message to get the Tk ID of the checkbutton widget soHans-Christoph Steiner
2007-11-27- created text_binbuf to store the text when the text widget doesn't exist soHans-Christoph Steiner
2007-11-27- added [query id( to get the Tk id string for the widgetHans-Christoph Steiner
2007-11-26fixed issues with Ctrl-a and Ctrl-v bindings working as expectedHans-Christoph Steiner
2007-11-26enabled select function, which I forgot earlierHans-Christoph Steiner
2007-11-26don't draw iolets when in GOP; erase_iolets() is not necessary in eraseme() s...Hans-Christoph Steiner
2007-11-24added [set( and [options( methods, but still have to figure out how to deal w...Hans-Christoph Steiner
2007-11-24added float and bang methods to checkbutton, the float method needs some work...Hans-Christoph Steiner
2007-11-24- got the basics of checkbutton working, but I don't think it's saving yet.Hans-Christoph Steiner
2007-11-24- made selection color change restore previous background colorHans-Christoph Steiner
2007-11-24cleaned up code and made it nice and organized :DHans-Christoph Steiner
2007-11-24moved inlet/outlet counts to tkwidgets.hHans-Christoph Steiner
2007-11-24- created tkwidgets_list_options() to query which Tk options are supportedHans-Christoph Steiner
2007-11-23Fixed these:Hans-Christoph Steiner
2007-11-23- fixed bug that caused the iolets to multiply whenever resizing, I forgot toHans-Christoph Steiner
2007-11-23added shared files to etagsHans-Christoph Steiner
2007-11-22- removed xscrollcommand and yscrollcommand from supported options sinceHans-Christoph Steiner
2007-11-22- moved store_options() to tkwidgets_store_options() in tkwidgets.c and madeHans-Christoph Steiner
2007-11-22added displace function from text.cHans-Christoph Steiner
2007-11-22- moved iolet drawing/erasing to tkwidgets commonHans-Christoph Steiner
2007-11-21- created functions to generate all the various Tk IDs and tags and portedHans-Christoph Steiner
2007-11-15- first working sketch of having a shared dylib for a libdir, I movedHans-Christoph Steiner
2007-11-14- renamed [scrollbar( to [scrollbars( since there should be a bottom one tooHans-Christoph Steiner
2007-11-14got bulk and individual querying workingHans-Christoph Steiner
2007-11-14got a quick working example pretty much straight from ggee's image.c; I need ...Hans-Christoph Steiner
2007-11-14removed false startHans-Christoph Steiner
2007-11-14working version of [text] from bbogart's [entry], which I heavily modified; g...Hans-Christoph Steiner
2007-11-14added tkwidgets build targets from template; made target to build shared libr...Hans-Christoph Steiner
2007-11-13skeleton for shared functions for the librarysvn2git-rootHans-Christoph Steiner