From phildebrandt at common-lisp.net Sun Jan 27 20:01:05 2008 From: phildebrandt at common-lisp.net (Peter Hildebrandt) Date: Sun, 27 Jan 2008 15:01:05 -0500 (EST) Subject: [cells-gtk-cvs] CVS update: Message-ID: <20080127200105.707AC7E008@common-lisp.net> Update of /project/cells-gtk/cvsroot/root/cells-gtk In directory clnet:/tmp/cvs-serv27259/cells-gtk Modified Files: buttons.lisp cells-gtk.asd entry.lisp gtk-app.lisp layout.lisp menus.lisp packages.lisp textview.lisp tree-view.lisp widgets.lisp Log Message: . All changes that require external libraries are now dependent on *features* defined in cells-gtk.asd. By default, they are all deactivated. THis includes threading, which now requires bordeaux-threads. . Patches by Mathew D Swank - Add container widget as a parent of appropriate widgets - Wrap resizable attribute - Add Combo Box Entry widget - Typo fix for the entry widget . Implementation-dependent stuff resides now in gtk-ffi-impl.sbcl. Currently this is only for the utf-8 handlers, because threading now uses bordeaux-threads. . Multithreading. Support start-win as an alternative to start-app to start an application in a seperate dispatcher thread. The REPL remains open and can be used to access and/or modify state. It is now built upon bordeaux-threads and thus less implementation dependent. . Cells-Tree-View. A treeview that corresponds to a cells family structure. Each row represents one node in the tree. Editing is supported. . Editable cells for tree-box and list-box. Just set (:editable t) in the cell renderer. A callback function is called to handle the edit. . Experimantal utf-8 support on sbcl for output (titles, labels, etc.), input (entry, editable list boxes), and file/directory dialogs. . Preparation for drawing-area support using cairo and opengl. This is still work in progress, but the files and *features* are already there. . A few minor bug fixes: eval-when wrappers to prevent sbcl warnings, fixing when-bind*, fixing hangs on close, and others. More details can be found here: http://www.washbear-network.de/peterblog/2008/01/19/cells-gtk-cleanup/ Peter. Date: Sun Jan 27 15:01:05 2008 Author: phildebrandt From phildebrandt at common-lisp.net Sun Jan 27 20:01:07 2008 From: phildebrandt at common-lisp.net (Peter Hildebrandt) Date: Sun, 27 Jan 2008 15:01:07 -0500 (EST) Subject: [cells-gtk-cvs] CVS update: Message-ID: <20080127200107.72D8A7C049@common-lisp.net> Update of /project/cells-gtk/cvsroot/root/cells-gtk/test-gtk In directory clnet:/tmp/cvs-serv27259/cells-gtk/test-gtk Modified Files: test-buttons.lisp test-dialogs.lisp test-entry.lisp test-gtk.asd test-gtk.lisp test-tree-view.lisp Log Message: . All changes that require external libraries are now dependent on *features* defined in cells-gtk.asd. By default, they are all deactivated. THis includes threading, which now requires bordeaux-threads. . Patches by Mathew D Swank - Add container widget as a parent of appropriate widgets - Wrap resizable attribute - Add Combo Box Entry widget - Typo fix for the entry widget . Implementation-dependent stuff resides now in gtk-ffi-impl.sbcl. Currently this is only for the utf-8 handlers, because threading now uses bordeaux-threads. . Multithreading. Support start-win as an alternative to start-app to start an application in a seperate dispatcher thread. The REPL remains open and can be used to access and/or modify state. It is now built upon bordeaux-threads and thus less implementation dependent. . Cells-Tree-View. A treeview that corresponds to a cells family structure. Each row represents one node in the tree. Editing is supported. . Editable cells for tree-box and list-box. Just set (:editable t) in the cell renderer. A callback function is called to handle the edit. . Experimantal utf-8 support on sbcl for output (titles, labels, etc.), input (entry, editable list boxes), and file/directory dialogs. . Preparation for drawing-area support using cairo and opengl. This is still work in progress, but the files and *features* are already there. . A few minor bug fixes: eval-when wrappers to prevent sbcl warnings, fixing when-bind*, fixing hangs on close, and others. More details can be found here: http://www.washbear-network.de/peterblog/2008/01/19/cells-gtk-cleanup/ Peter. Date: Sun Jan 27 15:01:05 2008 Author: phildebrandt From phildebrandt at common-lisp.net Sun Jan 27 20:01:09 2008 From: phildebrandt at common-lisp.net (Peter Hildebrandt) Date: Sun, 27 Jan 2008 15:01:09 -0500 (EST) Subject: [cells-gtk-cvs] CVS update: Message-ID: <20080127200109.5C2C67C049@common-lisp.net> Update of /project/cells-gtk/cvsroot/root/gtk-ffi In directory clnet:/tmp/cvs-serv27259/gtk-ffi Modified Files: Makefile gtk-adds.c gtk-core.lisp gtk-ffi.asd gtk-ffi.lisp gtk-list-tree.lisp gtk-other.lisp gtk-utilities.lisp package.lisp Log Message: . All changes that require external libraries are now dependent on *features* defined in cells-gtk.asd. By default, they are all deactivated. THis includes threading, which now requires bordeaux-threads. . Patches by Mathew D Swank - Add container widget as a parent of appropriate widgets - Wrap resizable attribute - Add Combo Box Entry widget - Typo fix for the entry widget . Implementation-dependent stuff resides now in gtk-ffi-impl.sbcl. Currently this is only for the utf-8 handlers, because threading now uses bordeaux-threads. . Multithreading. Support start-win as an alternative to start-app to start an application in a seperate dispatcher thread. The REPL remains open and can be used to access and/or modify state. It is now built upon bordeaux-threads and thus less implementation dependent. . Cells-Tree-View. A treeview that corresponds to a cells family structure. Each row represents one node in the tree. Editing is supported. . Editable cells for tree-box and list-box. Just set (:editable t) in the cell renderer. A callback function is called to handle the edit. . Experimantal utf-8 support on sbcl for output (titles, labels, etc.), input (entry, editable list boxes), and file/directory dialogs. . Preparation for drawing-area support using cairo and opengl. This is still work in progress, but the files and *features* are already there. . A few minor bug fixes: eval-when wrappers to prevent sbcl warnings, fixing when-bind*, fixing hangs on close, and others. More details can be found here: http://www.washbear-network.de/peterblog/2008/01/19/cells-gtk-cleanup/ Peter. Date: Sun Jan 27 15:01:09 2008 Author: phildebrandt From phildebrandt at common-lisp.net Sun Jan 27 20:01:14 2008 From: phildebrandt at common-lisp.net (Peter Hildebrandt) Date: Sun, 27 Jan 2008 15:01:14 -0500 (EST) Subject: [cells-gtk-cvs] CVS update: Message-ID: <20080127200114.4FB015C182@common-lisp.net> Update of /project/cells-gtk/cvsroot/root/pod-utils In directory clnet:/tmp/cvs-serv27259/pod-utils Modified Files: utils.lisp Log Message: . All changes that require external libraries are now dependent on *features* defined in cells-gtk.asd. By default, they are all deactivated. THis includes threading, which now requires bordeaux-threads. . Patches by Mathew D Swank - Add container widget as a parent of appropriate widgets - Wrap resizable attribute - Add Combo Box Entry widget - Typo fix for the entry widget . Implementation-dependent stuff resides now in gtk-ffi-impl.sbcl. Currently this is only for the utf-8 handlers, because threading now uses bordeaux-threads. . Multithreading. Support start-win as an alternative to start-app to start an application in a seperate dispatcher thread. The REPL remains open and can be used to access and/or modify state. It is now built upon bordeaux-threads and thus less implementation dependent. . Cells-Tree-View. A treeview that corresponds to a cells family structure. Each row represents one node in the tree. Editing is supported. . Editable cells for tree-box and list-box. Just set (:editable t) in the cell renderer. A callback function is called to handle the edit. . Experimantal utf-8 support on sbcl for output (titles, labels, etc.), input (entry, editable list boxes), and file/directory dialogs. . Preparation for drawing-area support using cairo and opengl. This is still work in progress, but the files and *features* are already there. . A few minor bug fixes: eval-when wrappers to prevent sbcl warnings, fixing when-bind*, fixing hangs on close, and others. More details can be found here: http://www.washbear-network.de/peterblog/2008/01/19/cells-gtk-cleanup/ Peter. Date: Sun Jan 27 15:01:12 2008 Author: phildebrandt From phildebrandt at common-lisp.net Sun Jan 27 23:00:25 2008 From: phildebrandt at common-lisp.net (Peter Hildebrandt) Date: Sun, 27 Jan 2008 18:00:25 -0500 (EST) Subject: [cells-gtk-cvs] CVS update: Message-ID: <20080127230025.C639E16104@common-lisp.net> Update of /project/cells-gtk/cvsroot/root/ph-maths In directory clnet:/tmp/cvs-serv3971/ph-maths Added Files: ph-maths.asd ph-maths.lisp Log Message: Added ph-maths files Date: Sun Jan 27 18:00:25 2008 Author: phildebrandt From phildebrandt at common-lisp.net Sun Jan 27 23:02:52 2008 From: phildebrandt at common-lisp.net (Peter Hildebrandt) Date: Sun, 27 Jan 2008 18:02:52 -0500 (EST) Subject: [cells-gtk-cvs] CVS update: Message-ID: <20080127230252.3B457450C9@common-lisp.net> Update of /project/cells-gtk/cvsroot/root/cells-gtk In directory clnet:/tmp/cvs-serv6365/cells-gtk Added Files: cairo-drawing-area.lisp drawing-area.lisp gl-drawing-area.lisp Log Message: added missing files Date: Sun Jan 27 18:02:52 2008 Author: phildebrandt From phildebrandt at common-lisp.net Sun Jan 27 23:02:53 2008 From: phildebrandt at common-lisp.net (Peter Hildebrandt) Date: Sun, 27 Jan 2008 18:02:53 -0500 (EST) Subject: [cells-gtk-cvs] CVS update: Message-ID: <20080127230253.161F650009@common-lisp.net> Update of /project/cells-gtk/cvsroot/root/gtk-ffi In directory clnet:/tmp/cvs-serv6365/gtk-ffi Added Files: gtk-ffi-impl.lisp gtk-gl-ext.lisp gtk-threads.lisp Log Message: added missing files Date: Sun Jan 27 18:02:53 2008 Author: phildebrandt From phildebrandt at common-lisp.net Sun Jan 27 23:20:55 2008 From: phildebrandt at common-lisp.net (Peter Hildebrandt) Date: Sun, 27 Jan 2008 18:20:55 -0500 (EST) Subject: [cells-gtk-cvs] CVS update: Message-ID: <20080127232055.AE64F73245@common-lisp.net> Update of /project/cells-gtk/cvsroot/root/gtk-ffi In directory clnet:/tmp/cvs-serv11731 Added Files: libcellsgtk.so Log Message: added libcellsgtk.so Date: Sun Jan 27 18:20:55 2008 Author: phildebrandt From phildebrandt at common-lisp.net Tue Jan 29 11:18:01 2008 From: phildebrandt at common-lisp.net (Peter Hildebrandt) Date: Tue, 29 Jan 2008 06:18:01 -0500 (EST) Subject: [cells-gtk-cvs] CVS update: Message-ID: <20080129111801.D7E265004D@common-lisp.net> Update of /project/cells-gtk/cvsroot/root/gtk-ffi In directory clnet:/tmp/cvs-serv3341/gtk-ffi Modified Files: Makefile Log Message: Updated Makefile with fix from Friedrich ( frido at q-software-solutions.de ) Peter. Date: Tue Jan 29 06:18:01 2008 Author: phildebrandt From phildebrandt at common-lisp.net Tue Jan 29 11:47:49 2008 From: phildebrandt at common-lisp.net (Peter Hildebrandt) Date: Tue, 29 Jan 2008 06:47:49 -0500 (EST) Subject: [cells-gtk-cvs] CVS update: Message-ID: <20080129114749.B21DA68283@common-lisp.net> Update of /project/cells-gtk/cvsroot/root/cells-gtk/test-gtk In directory clnet:/tmp/cvs-serv9680/cells-gtk/test-gtk Added Files: test-drawing.lisp Log Message: added test-drawing for future use Date: Tue Jan 29 06:47:49 2008 Author: phildebrandt