chiark / gitweb /
Added code to re-register sub-classed gobject classes when initializing a saved core...
[clg] / glib / gcallback.lisp
2006-02-08 espenCALL-NEXT-HANDLER given same semantic as CALL-NEXT...
2006-02-06 espenReplaced WEAK-READER-FUNCTION with optional WEAK-P...
2006-02-06 espenProxies for non reference counted foreign objects passe...
2006-02-01 espenAdded DEFINE-SIGNAL-HANDLER to define class signal...
2005-04-24 espenMapped lisp type gclosure to foreign type GClosure
2005-04-23 espenChanged to MIT license
2005-03-06 espenAdded declaration to get rid of a couple of warnings.
2005-02-22 espenCleand up the code for signal connecting
2005-02-14 espenRemoved unused code, added generic functions
2005-02-04 espenLog handling code commented out
2005-02-03 espenChanges required by SBCL
2005-01-30 espenAdded type definition for gclosure
2005-01-03 espenSignal handling code added
2004-12-05 espenMade timeout and idle functional
2004-12-04 espenMade signal-connect accept NIL as callback function
2004-11-07 espenAdded a couple of convenient macros
2004-11-07 espenAdded abstraction layer for C callback functions
2004-11-06 espenMajor cleanup of ffi abstraction layer
2004-11-01 espenCallbacks from C done properly
2004-10-30 espenAdded callback for log messages
2004-10-27 espenUpdated for CMUCL 19a and glib-2.4
2002-03-24 espenRemove around method for SIGNAL-CONNECT
2002-03-24 espenDefinition of SIGNAL-NAME-TO-STRING moved to gobject...
2002-03-19 espenAdded timeout-add and idle-add
2002-01-20 espenFixed some compiler warnings
2001-10-21 espenMade SIGNAL-CONNECT a generic function
2001-05-11 espenChanged order of name arguments to defbindings
2001-02-11 espenReneamed gvalue accessors
2000-11-09 espenMoved callback mechanism and signal system from gtk...