chiark / gitweb /
Return a more robust warning when we try to define a type with a
[clg] / glib / gcallback.lisp
2009-02-10 espenRe-registering custom signals and class closures when...
2008-05-06 espenRemoved circular object references in signal handler...
2008-04-11 espenChanged return type for SIGNAL-NAME
2007-10-18 espenBug fix in CREATE-SIGNAL-EMIT-FUNCTION
2007-10-17 espenNew type CONNECT-FLAGS
2007-08-20 espenNew type USER-CALLBACK and a bug fix
2007-06-25 espenAdded args to INVOKE-SOURCE-CALLBACK
2007-06-20 espenError message clarified
2007-06-15 espenImproved error recovery from source (timeout/idle)...
2007-05-10 espenSecond arg to make-callback-closure made optional
2007-04-06 espenType callback-id changed to pointer-data
2007-02-19 espenType for callback ids changes to POINTER-DATA
2007-01-07 espenAdded new function SIGNAL-NEW and new keyword argument...
2006-09-12 espenBug fix
2006-08-30 espenModified to not use custom C functions to create GClosures
2006-07-14 espenImproved error handling in signal handlers
2006-06-07 espenBug fix
2006-04-25 espenSAP+ replaced by POINTER+
2006-03-02 espenBug fix
2006-02-26 espenGot rid of a warning about an unused variable
2006-02-19 espenDefinition of type gclosure moved before it's first...
2006-02-19 espenC callbacks cleaned up and ported to new API
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...