chiark / gitweb /
Add a boundp-function slot, which is required by virtual slot getter.
[clg] / gdk / gdk.lisp
2008-04-21 espenFixed typo
2008-04-11 espenAdded (or null ...) return types
2008-01-02 espenMade multi threading work on recent versions of SBCL
2007-11-14 espenFixed memory corruption problem in KEYVAL-NAME
2007-10-18 espenBug fix in DRAW-LAYOUT
2007-10-17 espenMostly Cairo releated fixes
2007-09-07 espenAdded CAIRO-REGION
2007-06-25 espenFixed typo
2007-06-20 espenImproved support for multiple display connections
2007-06-18 espenGlobal lock only initialized when using multiple threads
2007-06-18 espenBug fix
2007-06-18 espenImproved multithreading support
2007-06-01 espenFixed some portability issues
2007-05-10 espenBug fix
2007-05-04 espenBug fixes and some minor changes
2007-04-06 espenAdded function to get the GDK window associated to...
2007-04-06 espenImproved handling of multiple displays
2007-01-14 espenAdded missing arguments
2006-08-14 espenBugfix
2006-07-06 espenAdded more bindings to GtkWindow
2006-06-07 espenPixmap API updated
2006-04-26 espenBug fix
2006-04-25 espenVarious necessary changes
2006-04-25 espenChanges to cursor bindings
2006-04-25 espenAdded multi-threading support
2006-04-11 espenChange to COLOR-PARSE and some bug fixes
2006-04-10 espenBug fix
2006-04-10 espenBug fixes and enhancements to the color type
2006-02-26 espenMade KEYVAL-FROM-NAME return NIL when key name is invalid
2006-02-09 espenAdded method ALLOCATE-FOREIGN
2006-02-08 espenChanged to use of settable FOREIGN-LOCATION
2006-02-07 espenAdded macro WITH-CARIO-CONTEXT to create temporary...
2005-11-10 espenAdded cairo bindings
2005-04-23 espenChanged to MIT license
2005-04-21 espenFixed a few bugs regarding pointer and keyboard grabbing
2005-02-27 espenBug fix
2005-02-26 espenAdded more bindings
2005-01-30 espenAdded bindigns to GdkAtom
2004-12-20 espenAdded more bindings
2004-11-06 espenMajor cleanup of ffi abstraction layer
2004-10-31 espenAdded code for proper library initialization
2004-10-28 espenFixed small syntax error
2004-10-28 espenRetrieve root window the correct way
2001-10-21 espenUpdated for gtk+-1.3.9
2001-05-11 espenRemoved and moved out code. Changed DEFINE-FOREIGNs...
2000-10-05 espenChanged name of double linked list type to glist.
2000-10-01 espenRemoved :colors initarg from initialize-instance for...
2000-09-04 espenpixmap-create now accepts a vector of strings
2000-08-23 espenChanged the alloc argument to translate-from-alien...
2000-08-14 espenInitial revision