Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-09 | replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where | Hans-Christoph Steiner | |
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/externals/bbogart/; revision=11724 | |||
2008-08-27 | merged in relevant changes from the v0-40 pd-extended release branch | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=10266 | |||
2008-06-18 | fixed a couple debug messages | Luke Iannini | |
svn path=/trunk/externals/bbogart/; revision=10035 | |||
2007-11-13 | turned off debug messages | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8995 | |||
2007-11-13 | - remove unused vars and functions | Hans-Christoph Steiner | |
- ironed out logic for moving handle while resizing svn path=/trunk/externals/bbogart/; revision=8993 | |||
2007-11-13 | - cleaned up cruft, including the x_rect_* stuff | Hans-Christoph Steiner | |
- got smooth resizing working, doesn't lose state svn path=/trunk/externals/bbogart/; revision=8992 | |||
2007-11-13 | got live resizing working, now I need to fix the handle, it doesn't move ↵ | Hans-Christoph Steiner | |
properly svn path=/trunk/externals/bbogart/; revision=8990 | |||
2007-11-13 | wrote key binding function to pass command keys onto the parent canvas | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8989 | |||
2007-11-13 | bind to <Motion> events so that it can be moved easily | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8987 | |||
2007-11-13 | got live resizing working, but the outline is lower than the text widget, ↵ | Hans-Christoph Steiner | |
despite my attempts to change that svn path=/trunk/externals/bbogart/; revision=8986 | |||
2007-11-13 | got buttons to correctly bind to the text widget | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8985 | |||
2007-11-13 | got selecting with a click working, but not deselecting afterwards | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8984 | |||
2007-11-07 | refactored code to use variables for the widget IDs, should be more readable | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8950 | |||
2007-11-06 | - switched to using x->canvas everywhere to make sure that [entry]'s widgets | Hans-Christoph Steiner | |
use the actual Pd canvas name as their root. x->canvas is set in entry_new() by doing x->canvas = canvas_getcurrent(); - added mouse button bindings to make the Help/Properties popup menu work inside of the text box. svn path=/trunk/externals/bbogart/; revision=8947 | |||
2007-11-06 | minor cleanups | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8945 | |||
2007-10-30 | changed [add( to [append( and added [key( method for inputting individual ↵ | Hans-Christoph Steiner | |
keys; removed mousefocus since I found a fix inside u_main.tk -> pdtk_canvas_click svn path=/trunk/externals/bbogart/; revision=8904 | |||
2007-10-29 | added Pd's key bindings to each text box; fixed bug #1818219 so the ↵ | Hans-Christoph Steiner | |
namespace prefix now gets saved as part of the object's classname svn path=/trunk/externals/bbogart/; revision=8901 | |||
2007-10-29 | made scrollbar off by default; removed seemingly extraneous Tcl focus ↵ | Hans-Christoph Steiner | |
statement in entry_bang_output() svn path=/trunk/externals/bbogart/; revision=8900 | |||
2007-10-28 | added [scrollbar( message so that you can disable/enable the scrollbar | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8898 | |||
2007-10-28 | made [option( message for passing Tcl/Tk options directly to the text ↵ | Hans-Christoph Steiner | |
widget; fixed minor bug in the output caused by adding the scrollbar svn path=/trunk/externals/bbogart/; revision=8897 | |||
2007-10-28 | added a scrollbar, fontsize message; cleaned up code some more | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8896 | |||
2007-10-28 | removed my silly experiment of setting canvas_name and widget_name ↵ | Hans-Christoph Steiner | |
centralling and put back all of the formats back into sys_vgui svn path=/trunk/externals/bbogart/; revision=8895 | |||
2007-10-27 | added support for adding and setting with floats | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8894 | |||
2007-10-26 | created [add( message to append text to the existing text | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8883 | |||
2007-10-25 | updated help patch and added rudimentary size message | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8882 | |||
2007-10-25 | keyrelease events are now bound to the specific widget and the inlet/outlet ↵ | Hans-Christoph Steiner | |
drawing works svn path=/trunk/externals/bbogart/; revision=8881 | |||
2007-10-25 | removed cruft, added DEBUG()s around post()s, and intended the whole file | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8880 | |||
2007-10-25 | moved Tcl namespace create to create_widget(); minor cleanups | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8879 | |||
2007-10-25 | almost there, I can get data out the second outlet, but it's global, the ↵ | Hans-Christoph Steiner | |
bind is to all Text widgets svn path=/trunk/externals/bbogart/; revision=8878 | |||
2007-10-24 | trying using symbols for canvas names built with pointers to make code ↵ | Hans-Christoph Steiner | |
easier to read; fixed fgcolour/bgcolour bugs where it was resettng the contents of the symbol rather than switching symbols for the color names svn path=/trunk/externals/bbogart/; revision=8869 | |||
2007-10-24 | - cleaned up unused variables | Hans-Christoph Steiner | |
- added entry_free() function - added structure to support second outlet outputing each keystroke: - second outlet - keyup message/entry_keyup method svn path=/trunk/externals/bbogart/; revision=8868 | |||
2006-05-05 | added creation arguments | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=5051 | |||
2005-12-12 | Added JMZ's fix for escaping "," and ";" | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=4199 | |||
2005-12-11 | Commented out Johannes Z's "string map" command to escape special ↵ | B. Bogart | |
characters, since it was broken on all platforms. svn path=/trunk/externals/bbogart/; revision=4187 | |||
2005-08-23 | escape "," and ";" before sending it to pd (so they won't be expanded to ↵ | IOhannes m zmölnig | |
separate lists) svn path=/trunk/externals/bbogart/; revision=3453 | |||
2005-08-23 | added ../../../pd/src to the includes (so you can compile out of the CVS-tree) | IOhannes m zmölnig | |
svn path=/trunk/externals/bbogart/; revision=3452 | |||
2004-11-07 | Added revision keywords to initial post message | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=2240 | |||
2004-10-17 | Fixed disapearing widget on minimzation bug thanks to Guenter! | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=2109 | |||
2004-05-18 | renamed gop-test.pd to prevent conflicts when copied by ../build/doc/makefile | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=1747 | |||
2004-03-20 | Made minor documentation changes to popup. Added entry external. | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=1459 |