Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-13 | explain how this thing works | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12331 | |||
2009-09-13 | added support for pd_bind/pd_unbind; added destructor call in tclpd_free | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12330 | |||
2009-09-13 | add ChangeLog | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12326 | |||
2009-09-13 | add support for properties function | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12325 | |||
2009-09-13 | accept debug variable from cmdline | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12324 | |||
2009-09-12 | bump version | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12323 | |||
2009-09-12 | disable syntax check by default, as it fails with tcl8.4 | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12321 | |||
2009-09-12 | make code Tcl 8.4 compatible | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12320 | |||
2009-09-12 | solve the evil memory leak | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12319 | |||
2009-09-04 | yep, some stuff still to implement... | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12238 | |||
2009-09-03 | add more getters/setters (row,col,cell) | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12229 | |||
2009-09-03 | fixed a bug that prevented multiple objects to be in the same canvas | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12208 | |||
2009-09-03 | removing README as is outdated | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12207 | |||
2009-09-03 | add help patch for [bitmap] | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12206 | |||
2009-09-03 | tidy up && implement full sate saving | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12205 | |||
2009-09-03 | add default_arg proc, for writing nicer code | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12204 | |||
2009-09-02 | bump version | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12195 | |||
2009-09-02 | add a GUI external example | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12193 | |||
2009-09-02 | tidy up | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12192 | |||
2009-09-02 | default return value for widgetbehavior.clickfn = 0 | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12191 | |||
2009-09-02 | add support for save function (savefn) | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12190 | |||
2009-09-02 | fix the DAMN reference counters | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12189 | |||
2009-09-02 | disable optimizations for debug builds | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12188 | |||
2009-09-02 | move widgetbehavior functions to a separate file | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12184 | |||
2009-09-02 | support for GUI externals almost complete | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12183 | |||
2009-09-02 | implemented all widgetbehavior functions (Tcl wrappers) | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12177 | |||
2009-09-01 | pass inlet number around instead of binding it to the selector - this time ↵ | mescalinum | |
for real svn path=/trunk/externals/tclpd/; revision=12173 | |||
2009-09-01 | pass inlet number around instead of binding it to the selector | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12169 | |||
2009-09-01 | add skeleton for classes with widgetbehavior (GUI classes) | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12165 | |||
2009-08-31 | add usage examples and help | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12154 | |||
2009-08-31 | proxyinlet support working and generally everything working fine (in the ↵ | mescalinum | |
list_change use case) svn path=/trunk/externals/tclpd/; revision=12153 | |||
2009-08-30 | remove proxyinlet_list method: as matju suggested it introduces irregularity ↵ | mescalinum | |
in message processing and it's potentially harmful svn path=/trunk/externals/tclpd/; revision=12152 | |||
2009-08-30 | add of proxyinlet | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12145 | |||
2009-08-29 | I fixed it. I hate SWIG. | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12137 | |||
2009-08-29 | add proxy inlet. still some unresolved TypeError, will continue the work ↵ | mescalinum | |
tomorrow svn path=/trunk/externals/tclpd/; revision=12134 | |||
2009-08-29 | tidy up! | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12133 | |||
2009-08-28 | improve errors printouts, and cleanup | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12132 | |||
2009-08-28 | use Tcl reference counters properly -- solved segfaults | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12129 | |||
2009-08-28 | add debug flag | mescalinum | |
svn path=/trunk/externals/tclpd/; revision=12128 | |||
2009-08-28 | svn path=/trunk/externals/tclpd/; revision=12121 | mescalinum | |
2009-06-13 | removed my Tcl 8.4 kludge | Hans-Christoph Steiner | |
svn path=/trunk/externals/tclpd/; revision=11762 | |||
2009-02-11 | kludge to get it to build on Fedora too | Hans-Christoph Steiner | |
svn path=/trunk/externals/tclpd/; revision=10759 | |||
2009-02-05 | added more robust test for Tcl version so that you can have Tcl/Tk 8.5 ↵ | Hans-Christoph Steiner | |
installed (for running Pd-devel) yet still build against Tcl/Tk 8.4 (for all other Pd versions) svn path=/trunk/externals/tclpd/; revision=10743 | |||
2008-07-06 | include missing include | IOhannes m zmölnig | |
svn path=/trunk/externals/tclpd/; revision=10145 | |||
2008-06-08 | fix includes | N.N. | |
svn path=/trunk/externals/tclpd/; revision=9974 | |||
2008-06-08 | clarified a pair of things about core/gui | N.N. | |
svn path=/trunk/externals/tclpd/; revision=9973 | |||
2008-03-16 | fix for __attribute__ gnu extension (for pd-extended) | N.N. | |
svn path=/trunk/externals/tclpd/; revision=9591 | |||
2008-03-13 | checked in some build hacks which make things build on all GNU/Linuxes | Hans-Christoph Steiner | |
svn path=/trunk/externals/tclpd/; revision=9580 | |||
2007-09-18 | first commit for tclpd externalsvn2git-root | N.N. | |
svn path=/trunk/externals/tclpd/; revision=8736 |