Add foreign library definitions for gdk-pixbuf and for win32 variants of libs
[cl-gtk2.git] / glib /
2009-09-12 Dmitry KalyanovAdd foreign library definitions for gdk-pixbuf and...
2009-09-12 Dmitry KalyanovProperly export gobject:disconnect-signal
2009-09-12 Dmitry Kalyanovgobject: exported foreign closures API; add disconnect...
2009-09-12 Dmitry KalyanovSlot setters for gobject-class metaclass classes return...
2009-09-07 Dmitry KalyanovFix the sorting of generated properties; exclude GtkGLD...
2009-09-06 Dmitry KalyanovAdd :already-referenced flag to g-object foreign type
2009-09-05 Dmitry Kalyanovglib: more debugging logs for gobject creation; fixed...
2009-09-05 Dmitry KalyanovChange weak reference to toggle references
2009-09-04 Dmitry KalyanovUse 'toggle references'; remove custom denaturation...
2009-09-03 Dmitry KalyanovConsistent order of generated definitions
2009-09-03 Dmitry KalyanovRemoved duplicate definitions of g-type-name, g-type...
2009-09-01 Dmitry KalyanovGeneration: try to call the (probable) type initializer...
2009-08-30 Dmitry KalyanovFixed bug with (re-)initialising instances of gobject...
2009-08-29 Dmitry KalyanovTake :default-initargs into account when creating insta...
2009-08-29 Dmitry KalyanovImprovement of GObject class mapping:
2009-08-28 Dmitry KalyanovAdded timeouts
2009-08-28 Dmitry KalyanovAdded defgenerics for boxed type functions
2009-08-22 Dmitry Kalyanovfix for clozure: do not use (non-standard) make-instanc...
2009-08-15 Dmitry KalyanovWorked around importing symbols from CLOSER-MOP on...
2009-08-08 Dmitry Kalyanovfixed harmless style-warnings
2009-08-08 Dmitry Kalyanovglib: exported glib-defcallback
2009-08-08 Dmitry Kalyanovglib: Now really commented out debugging code
2009-08-08 Dmitry Kalyanovglib: removed undefined macros from export
2009-08-08 Dmitry Kalyanovglib: add glib-defcallback macro to be able to work...
2009-08-07 Dmitry KalyanovRemoved old Gboxed code
2009-08-07 Dmitry Kalyanovglib: Commented out debugging code
2009-08-07 Dmitry Kalyanovglib: Fixed boxed-related-symbols for variant structures
2009-08-07 Dmitry Kalyanovglib: made debugf macro
2009-08-07 Dmitry Kalyanovglib: Changed generated-c{struct,union}-name to generat...
2009-08-07 Dmitry Kalyanovglib: Fixed copying inline slots to proxy
2009-08-06 Dmitry Kalyanovglib: Added convenience functions
2009-08-06 Dmitry Kalyanovglib: Support inline boxed cstruct slots
2009-08-06 Dmitry Kalyanovglib: Fix memory overwrite in translate-to-foreign...
2009-08-06 Dmitry Kalyanovglib: make arguments in type decision procedure ignorab...
2009-08-06 Dmitry Kalyanovglib: user internal package to generate structure names...
2009-08-06 Dmitry Kalyanovglib: GBoxed structures slots with :count are interpret...
2009-08-05 Dmitry Kalyanovglib: fixed free-translated-object for variant cstruct
2009-08-05 Dmitry Kalyanovglib: Fixed generation of union for variant struct...
2009-08-05 Dmitry Kalyanovglib: use copy-slots-to-{native,proxy} in variant-cstruct
2009-08-05 Dmitry Kalyanovglib: Fix and improve boxed-variant-cstruct
2009-08-05 Dmitry Kalyanovglib: improve parsing and generation of cstructs
2009-08-05 Dmitry KalyanovGObject: correctly specify :count options for slots...
2009-08-04 Dmitry KalyanovUpdated formalization of GBoxed mapping
2009-08-03 Dmitry KalyanovGlib: Fixed native-to-proxy for opaque wrappers; fixed...
2009-08-02 Dmitry KalyanovImplemented gboxed foreign types based on new formalization
2009-08-02 Dmitry Kalyanovmore improvements on gboxed
2009-08-01 Dmitry KalyanovAdded parse-kind argument to gobject::parse-g-value...
2009-08-01 Dmitry KalyanovAdded new gobject code to glib
2009-07-30 Dmitry Kalyanovglib: do not call undefined foreign type initializers...
2009-07-21 Dmitry KalyanovFixed setting and parsing GValues of GBoxed type GStrv
2009-07-18 Dmitry KalyanovFix slot-boundp-using-class method for gobject-class
2009-07-17 Dmitry KalyanovIntroduce g-type= and g-type/=
2009-07-17 Dmitry Kalyanovexport variables that affect gobject definitions generation
2009-07-17 Dmitry KalyanovAdd optional lisp-name-package arguments to gobject...
2009-07-17 Dmitry KalyanovAdd exports to gobject
2009-07-17 Dmitry KalyanovFix gobject.generating: using numeric value comparison...
2009-07-17 Dmitry KalyanovFix :gobject-fn slot accessor by implementing slot...
2009-07-16 Dmitry KalyanovExport g-object-call-constructor, g-object-call-get...
2009-07-16 Dmitry Kalyanovglib: exported create-g-closure
2009-07-12 Dmitry KalyanovRename: s/gtype/g-type/g, s/gvalue/g-value/g
2009-07-12 Dmitry KalyanovCombined the gobject.type-info package info gobject...
2009-07-12 Dmitry KalyanovCode formatting
2009-07-12 Dmitry KalyanovMoved code
2009-07-12 Dmitry KalyanovReally move GValue GObject parsing code
2009-07-12 Dmitry KalyanovMoved GObject code
2009-07-12 Dmitry KalyanovFixed print-object for property-definition; add class...
2009-07-12 Dmitry KalyanovMoved GClosure code
2009-07-12 Dmitry KalyanovMoved code
2009-07-12 Dmitry KalyanovMoved stable-pointer code to its place
2009-07-12 Dmitry KalyanovMoved parse-gvalue-for-type and set-gvalue-for-type...
2009-07-12 Dmitry KalyanovConvert parse-gvalue and set-g-value to using generic...
2009-07-12 Dmitry KalyanovMoved GValue parsing code to gobject.gvalue.lisp
2009-07-12 Dmitry KalyanovSeparate enum and signals from gobject.type-info.object...
2009-07-12 Dmitry KalyanovUse parse-signal-name in emit-signal
2009-07-12 Dmitry Kalyanovprint-object method for g-class-property-definition
2009-07-12 Dmitry Kalyanovg-type-string: return nil if type is invalid
2009-07-12 Dmitry KalyanovParse GParam with parse-g-param-spec in GValue
2009-07-12 Dmitry KalyanovCorrect cstruct slots names
2009-07-12 Dmitry KalyanovSupport for mangled GTypes in g-type-designator foreign...
2009-07-12 Dmitry KalyanovAdded gobject.type-info.object.lisp to cl-gtk2-glib.asd
2009-07-12 Dmitry KalyanovMoved code
2009-07-12 Dmitry Kalyanovrefactoring: separated gobject.ffi with ffi definitions
2009-07-11 Dmitry Kalyanovdocstrings for gobject.type-info
2009-07-11 Dmitry KalyanovMove foreign library loading to gobject.init.lisp;...
2009-07-11 Dmitry Kalyanovdocstrings and g-type-designator
2009-07-08 Dmitry KalyanovAdd at-init calls to define-g-enum and define-g-flags...
2009-07-08 Dmitry KalyanovAdded some docstrings and changed exports
2009-07-03 Dmitry KalyanovFixed re-initialization of gtk libraries on loading...
2009-07-03 Dmitry KalyanovAdded export of G-OBJECT-CLASS symbol, fixed build...
2009-07-03 Dmitry KalyanovAdded ability to save and restore SBCL image with cl...
2009-07-03 Dmitry KalyanovFix typo in :gobject package export definition
2009-06-24 Dmitry KalyanovRenamed systems to cl-gtk2-{glib,gdk,gtk}
2009-06-24 Dmitry Kalyanovgobject: improved checks in initialize-instance for...
2009-06-24 Dmitry KalyanovRenamed ASDF systems {gtk,gdk,glib} to clgtk2-{gtk...
2009-06-17 Dmitry Kalyanovglib/gobjetc: fix filtering to filter out only gobject...
2009-06-17 Dmitry KalyanovReverse previous commit; filter initargs in initialize...
2009-06-17 Dmitry Kalyanovglib/gobject.meta: remove slot initargs before call...
2009-06-13 Dmitry KalyanovIn make-instance-using-class for gobjects, pass all...
2009-06-01 Dmitry KalyanovAdded slot-boundp-using-class for gobjects
2009-05-13 Dmitry KalyanovAdd condition type for access to unreadable properties...
next