cl-gtk2.git
2009-07-25 Dmitry KalyanovAdded syntax highligh to GObject docs (taken from CFFI...
2009-07-23 Dmitry Kalyanovgtk-demo: added demo-treeview-tree function
2009-07-23 Dmitry KalyanovGtkTreeModel: added tree-lisp-store implementation...
2009-07-23 Dmitry KalyanovGtkTreeModel: use g-type-designator foreign type
2009-07-23 Dmitry KalyanovGtk: Add dependency on ITERATE
2009-07-21 Dmitry Kalyanovfix typo
2009-07-21 Dmitry Kalyanovremoved redundant declaration
2009-07-21 Dmitry KalyanovFixed setting and parsing GValues of GBoxed type GStrv
2009-07-18 Dmitry KalyanovAdded documentation about creating GObject classes
2009-07-18 Dmitry KalyanovA note in the GObject manual about g-boxed-refs
2009-07-18 Dmitry KalyanovFix slot-boundp-using-class method for gobject-class
2009-07-17 Dmitry KalyanovAdded documentation for g-type= and g-type/=
2009-07-17 Dmitry KalyanovIntroduce g-type= and g-type/=
2009-07-17 Dmitry KalyanovAdded documentation about GBoxed
2009-07-17 Dmitry Kalyanovadd initforms for GdkRectangle and GdkFont
2009-07-17 Dmitry KalyanovMore parts of documentation
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 more documentation
2009-07-17 Dmitry KalyanovRun pdftex on gobject.texi twice
2009-07-17 Dmitry KalyanovUse exported symbol in generating.lisp
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-17 Dmitry Kalyanovremoved define-g-object-class from gtk exports
2009-07-16 Dmitry KalyanovAdded documentation of GObject high-level layer
2009-07-16 Dmitry Kalyanovdocumentation for gobject low-level
2009-07-16 Dmitry KalyanovExport g-object-call-constructor, g-object-call-get...
2009-07-16 Dmitry KalyanovAdded closures description to GObject documentation
2009-07-16 Dmitry Kalyanovglib: exported create-g-closure
2009-07-16 Dmitry KalyanovCreated (incomplete) texinfo documentation for GObject
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 KalyanovGenerated documentation for gobject.type-info
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-04 Dmitry KalyanovAdded forgotten file
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 KalyanovAdded part of tutorial
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 Kalyanovdoc: added generated html files to git
2009-06-24 Dmitry KalyanovRenamed ASDF systems {gtk,gdk,glib} to clgtk2-{gtk...
2009-06-24 Dmitry Kalyanovgtk: added ui files as static-file components to gtk...
2009-06-24 Dmitry Kalyanovgtk: Removed gtk_test_register_all_types function from...
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-15 Dmitry KalyanovAdd gtk:show-message function
2009-06-13 Andrey KutejkoFixed a typo and implemented few functions in gtk.text...
2009-06-13 Dmitry KalyanovAdd :from-string and :from-file initargs for GtkBuilder
2009-06-13 Dmitry KalyanovIn make-instance-using-class for gobjects, pass all...
2009-06-12 Dmitry KalyanovIn gtk:ensure-gtk-main restart gtk thread if it is...
2009-06-12 Dmitry KalyanovExport gtk::join-main-thread
2009-06-06 Dmitry KalyanovFix typo
2009-06-01 Dmitry KalyanovUpdated tutorial
2009-06-01 Dmitry KalyanovAdded slot-boundp-using-class for gobjects
2009-06-01 Dmitry KalyanovSome changes for being able to save snapshots of widgets
2009-05-13 Dmitry KalyanovUse global variable to reference main loop instead...
2009-05-13 Dmitry KalyanovAdd some of gdk types
2009-05-13 Dmitry KalyanovAdd condition type for access to unreadable properties...
2009-05-13 Dmitry Kalyanovforeign-gboxed: pass NIL for g-boxed-ptr as null-pointer
2009-05-13 Dmitry Kalyanovget-g-flags-definition should call to register-flags...
2009-05-12 Dmitry KalyanovUpdate tutorial
2009-05-12 Dmitry KalyanovRemoved dependency on anaphora and metabang-bind
2009-05-12 Dmitry KalyanovChange gtk-demo:test-notebook
2009-05-12 Dmitry KalyanovFix gtk:notebook-remove-page; add gtk:notebook-page-num
2009-05-12 Dmitry KalyanovRegenerated gtk/gtk.generated-classes.lisp (TODO: Make...
2009-05-12 Dmitry KalyanovFixed function names in generating.lisp; added GtkActiv...
2009-05-12 Dmitry KalyanovChanged order in gtk.asd
2009-05-12 Dmitry KalyanovFixed function names in gtk, removed duplicated functio...
2009-05-12 Dmitry KalyanovChanged function names in GLib binding, commented funct...
2009-05-03 Dmitry KalyanovPortability: add definition of gsize for x86; add other...
next