index
:
svn2git/libraries/tkwidgets.git
externals/tkwidgets
tkwidgets: converted automatically from sourceforge/svn
Sir Walter Raleigh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-11-22
re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43
Hans-Christoph Steiner
2010-10-16
PD_INCLUDE has extra folder suffix
dmotd
2010-09-22
fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable that
Hans-Christoph Steiner
2010-09-15
remove -mcpu/-mtune flags as it breaks x64 build. we should eventually figure...
mescalinum
2010-09-14
fixed to work on Pd < 0.43
Hans-Christoph Steiner
2010-09-14
ported to slightly modified template Makefile
Hans-Christoph Steiner
2010-01-26
updated to use 0.43 'pdsend' command
Hans-Christoph Steiner
2008-07-18
added DEBUG define to control debug post()
Hans-Christoph Steiner
2007-12-01
added commas and semi-colons using ascii values
Hans-Christoph Steiner
2007-11-27
- added [query id( message to get the Tk ID of the checkbutton widget so
Hans-Christoph Steiner
2007-11-27
- created text_binbuf to store the text when the text widget doesn't exist so
Hans-Christoph Steiner
2007-11-27
- added [query id( to get the Tk id string for the widget
Hans-Christoph Steiner
2007-11-26
fixed issues with Ctrl-a and Ctrl-v bindings working as expected
Hans-Christoph Steiner
2007-11-26
enabled select function, which I forgot earlier
Hans-Christoph Steiner
2007-11-26
don't draw iolets when in GOP; erase_iolets() is not necessary in eraseme() s...
Hans-Christoph Steiner
2007-11-24
added [set( and [options( methods, but still have to figure out how to deal w...
Hans-Christoph Steiner
2007-11-24
added 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 color
Hans-Christoph Steiner
2007-11-24
cleaned up code and made it nice and organized :D
Hans-Christoph Steiner
2007-11-24
moved inlet/outlet counts to tkwidgets.h
Hans-Christoph Steiner
2007-11-24
- created tkwidgets_list_options() to query which Tk options are supported
Hans-Christoph Steiner
2007-11-23
Fixed these:
Hans-Christoph Steiner
2007-11-23
- fixed bug that caused the iolets to multiply whenever resizing, I forgot to
Hans-Christoph Steiner
2007-11-23
added shared files to etags
Hans-Christoph Steiner
2007-11-22
- removed xscrollcommand and yscrollcommand from supported options since
Hans-Christoph Steiner
2007-11-22
- moved store_options() to tkwidgets_store_options() in tkwidgets.c and made
Hans-Christoph Steiner
2007-11-22
added displace function from text.c
Hans-Christoph Steiner
2007-11-22
- moved iolet drawing/erasing to tkwidgets common
Hans-Christoph Steiner
2007-11-21
- created functions to generate all the various Tk IDs and tags and ported
Hans-Christoph Steiner
2007-11-15
- first working sketch of having a shared dylib for a libdir, I moved
Hans-Christoph Steiner
2007-11-14
- renamed [scrollbar( to [scrollbars( since there should be a bottom one too
Hans-Christoph Steiner
2007-11-14
got bulk and individual querying working
Hans-Christoph Steiner
2007-11-14
got a quick working example pretty much straight from ggee's image.c; I need ...
Hans-Christoph Steiner
2007-11-14
removed false start
Hans-Christoph Steiner
2007-11-14
working version of [text] from bbogart's [entry], which I heavily modified; g...
Hans-Christoph Steiner
2007-11-14
added tkwidgets build targets from template; made target to build shared libr...
Hans-Christoph Steiner
2007-11-13
skeleton for shared functions for the library
svn2git-root
Hans-Christoph Steiner