chiark / gitweb /
Custom types are now re-registered when a saved image is loaded
[clg] / glib / gtype.lisp
2006-04-18 espenCustom types are now re-registered when a saved image... clg-0-92-1
2006-04-10 espenFixed build problem with SBCL 0.9.11
2006-03-06 espenAdded missing type expansion
2006-02-26 espen64-bit patch for SBCL from Gabriel Ebner
2006-02-26 espenType method system redesigned
2006-02-19 espenWork around for broken def-type-method
2006-02-19 espenAdded code to re-register sub-classed gobject classes...
2006-02-19 espenAdded new type methods for handling of C callback arguments
2006-02-08 espenChanges required by SBCL 0.9.8
2006-02-06 espenReferencing gobject classes properly
2006-02-06 espenReplaced WEAK-READER-FUNCTION with optional WEAK-P...
2006-02-06 espenProxies may now have "weak" references to the foreign...
2006-02-05 espenRedesigned proxy initialization protocol
2006-02-04 espenCode clean up and propper computation of foreign object...
2006-02-02 espenFixed bug so that sub-classing of gobject-classes works
2006-02-01 espenType registering defered until class finalization
2006-02-01 espenSub-classing of gobjects can now be done without explic...
2006-02-01 espenHack to make TYPE-FROM-NUMBER work with types that...
2006-01-31 espenAdded code to register new types with the gobject type...
2005-04-23 espenChanged to MIT license
2005-04-03 espenRegister integer as alias for foreign type int.
2005-03-12 espenReverted a previous change which didn't work
2005-03-11 espenWorkaround for missing proxy classes
2005-03-11 espenFix to avoid having to rely on internal _get_type functions
2005-03-06 espenChanges necessary to allow saving of core images with...
2005-02-10 espenFixes needed to enable loading without first comiling...
2005-02-03 espenChanges required by SBCL
2005-02-01 espenIntrospected classes now defined in propper order
2005-01-12 espenMapped NIL type to "void"
2004-12-28 espenPathname registered as "gchararray"
2004-11-19 espenAdded pseudo type COPY-OF
2004-11-13 espenAdded GTYPE as a new alien type specifier
2004-11-07 espenMajor cleanup of ffi abstraction layer
2004-10-31 espenAdded library initialization
2004-10-27 espenUpdated for CMUCL 19a and glib-2.4
2002-03-24 espenAdded :except keyword to use with :ignore-prefix in...
2002-01-20 espenAdding support for glib interfaces (GInterface)
2002-01-14 espenChanged to use symbols from the CLG-SYSTEM package
2001-11-12 espenINIT-TYPES-IN-LIBRARY should now search for files in...
2001-10-21 espenChanged the topological sorting (which is not really...
2001-05-29 espenMisc changes the type query code
2001-05-11 espenAdded code for automatic type definitions
2001-04-30 espenAdded platform independent MKBINDING to create bindings...
2001-04-29 espenUpdated for glib-1.3.4 and moved code to proxy.lisp
2001-01-28 espenRemoved binding to private function g_type_create_instance
2000-11-09 espenMoved callback mechanism and signal system from gtk...
2000-10-01 espenFixed a bug in the from-alien translation of ALIEN...
2000-09-04 espenMade size-of a type method
2000-08-23 espenChanged the alloc argument to translate-from-alien...
2000-08-15 espenFixed a bug preventing proper initializing of alien...
2000-08-14 espenInitial revision