Typo.
[cl-gtk2.git] / glib / gobject.generating.lisp
2011-04-01 Andrey Kutejkofix file chooser functions on Win32
2010-02-14 Dmitry KalyanovUse new GType designators
2010-02-03 Dmitry KalyanovUse new GType designators
2010-01-08 Dmitry KalyanovRemove eXecute permissions from several .lisp files
2009-11-12 Dmitry KalyanovAdd gobject:get-g-type-definition function
2009-10-08 Kalyanov Dmitrygobject:define-g-object-class: do not insert g-object...
2009-10-04 Dmitry KalyanovSafer way to call GType initializers that works with...
2009-09-19 Dmitry Kalyanovgobject.generating: remove duplicate type definitions...
2009-09-13 Dmitry Kalyanovdefine-g-object-class: do not specify :initarg for...
2009-09-07 Dmitry KalyanovFix the sorting of generated properties; exclude GtkGLD...
2009-09-03 Dmitry KalyanovConsistent order of generated definitions
2009-09-01 Dmitry KalyanovGeneration: try to call the (probable) type initializer...
2009-07-30 Dmitry Kalyanovglib: do not call undefined foreign type initializers...
2009-07-17 Dmitry KalyanovIntroduce g-type= and g-type/=
2009-07-17 Dmitry KalyanovAdd optional lisp-name-package arguments to gobject...
2009-07-17 Dmitry KalyanovFix gobject.generating: using numeric value comparison...
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-05-13 Dmitry Kalyanovget-g-flags-definition should call to register-flags...
2009-04-15 Dmitry KalyanovAdded gobject metaclasses
2009-03-18 Dmitry Kalyanovmiscellaneous classes, containers, child properties
2009-03-17 Dmitry Kalyanovinclude interface properties in class constructor args
2009-03-17 Dmitry Kalyanovuse defmethod instead of defun for property accessor...
2009-03-16 Dmitry Kalyanovfix for property accessors generators; sort interface...
2009-03-16 Dmitry Kalyanovrefactoring g-object generation; added support for...
2009-02-14 Dmitry KalyanovAdd type-initializer call to g-object types definitions
2009-02-10 Dmitry KalyanovInitial commit