Merge remote branch 'remotes/mathrick/gvalue-fix'
[cl-gtk2.git] / gtk /
2010-01-11 Dmitry KalyanovMerge remote branch 'remotes/mathrick/gvalue-fix'
2010-01-08 Dmitry KalyanovMinor correction to cl-gtk2-gtk.asd:
2010-01-08 Dmitry KalyanovRemove eXecute permissions from several .lisp files
2010-01-07 mathrickBugfix: call G-VALUE-ZERO instead of G-VALUE-UNSET...
2010-01-05 Dmitry KalyanovSupport :pack-type child-property in gtk:let-ui
2009-12-30 Dmitry KalyanovVersion bump to 0.1.1
2009-12-30 Dmitry KalyanovWhen multithreading is supported, run gtk_main with...
2009-11-29 Dmitry KalyanovFix GtkWidget's structure definition
2009-11-29 Dmitry KalyanovFix typo
2009-11-26 Dmitry KalyanovAdd type-initializer-call for GtkTextIter
2009-11-12 Dmitry KalyanovAdd Gdk/Windows and refactor a bit
2009-11-11 Dmitry KalyanovEnsure that foreign libraries are defined and loaded...
2009-11-08 Dmitry KalyanovFix typo
2009-11-07 Dmitry KalyanovFix typos in GtkTreeModel
2009-11-07 Dmitry KalyanovExport gtk:widget-hide
2009-11-01 Dmitry KalyanovFix timer to return T in callback
2009-10-31 Dmitry KalyanovFix gtk-demo
2009-10-31 Dmitry KalyanovAdd test-gdk
2009-10-31 Dmitry KalyanovAdd error handling to gtk:ui-manager-load-from-file...
2009-10-31 Dmitry KalyanovAdd gtk:widget-intersect-region
2009-10-24 Dmitry KalyanovVersion bump to 0.1
2009-10-24 Dmitry KalyanovAdd GtkTreeStore binding
2009-10-23 Dmitry KalyanovAdd GtkListStore binding
2009-10-18 Dmitry KalyanovAdd gtk:timer class
2009-10-17 Dmitry KalyanovAdd GtkTreeModelSort binding
2009-10-16 Dmitry KalyanovImplement tree-model-iter-children-impl for array-list...
2009-10-16 Dmitry KalyanovAdd impl-call option to define-vtable
2009-10-14 Dmitry KalyanovAdd GtkTreeSortable vtable
2009-10-14 Dmitry KalyanovRefactoring of gobject:define-vtable
2009-10-12 Dmitry KalyanovAdd GtkTextBuffer serialization/deserialization binding
2009-10-11 Dmitry KalyanovAdditions to GtkIconView bindings
2009-10-11 Dmitry KalyanovFinish bindings to GtkHsv
2009-10-11 Dmitry KalyanovGtkFileChooser
2009-10-11 Dmitry KalyanovMake stub package for pango
2009-10-11 Dmitry KalyanovGtkContainer binding
2009-10-10 Dmitry KalyanovGtkWidget binding
2009-10-10 Dmitry Kalyanovfinish tree-path and tree-row-reference bindings
2009-10-08 Dmitry Kalyanovfinished bindings for GtkTextView
2009-10-08 Dmitry KalyanovFix circularity in class-precedence-list of tree-models
2009-10-04 Dmitry KalyanovFix some compilation warnings
2009-10-04 Dmitry KalyanovMore careful use of structures in gtk.tree-model.lisp...
2009-10-04 Dmitry KalyanovFix library definitions for ms-windows
2009-10-03 Dmitry KalyanovAdd bindings; add information on bindings coverage
2009-10-01 Dmitry KalyanovWork on GtkText* bindings
2009-09-27 Dmitry KalyanovAdd embedded UI specification language
2009-09-24 Dmitry KalyanovFix default keyword argument on gtk:editable-get-chars
2009-09-24 Dmitry KalyanovMove GtkEditable properties to generating.lisp; regener...
2009-09-19 Dmitry Kalyanovfix gtk-demo:demo-all
2009-09-19 Dmitry KalyanovAdd 'gtk-' prefix for GtkWindow accessors and functions...
2009-09-19 Dmitry KalyanovUpdated documentation and generated-classes
2009-09-19 Dmitry KalyanovMerge from ichernetsky
2009-09-17 Dmitry KalyanovAdd GTK-DEMO:DEMO-ALL function that lets run any demo...
2009-09-17 Ivan ChernetskyMerge branch 'master' into bindings-coverage
2009-09-13 Dmitry KalyanovAdd GtkEntryCompletion
2009-09-13 Dmitry KalyanovRefactoring
2009-09-13 Dmitry KalyanovMove GtkEntry::layout property to generating
2009-09-13 Dmitry KalyanovFix typos; add GtkEntryIconPosition enum to generating
2009-09-13 Dmitry KalyanovRefactoring of GtkEntry
2009-09-13 Dmitry KalyanovAdd GtkLinkbutton's set-uri-hook
2009-09-13 Dmitry KalyanovRefactoring of GtkStatusbar
2009-09-13 Dmitry KalyanovAdd GtkLabel properties and stubs for PangoWrapMode...
2009-09-12 Dmitry KalyanovSimplify Lisp image initialization and finalization...
2009-09-12 Dmitry KalyanovAdd foreign library definitions for gdk-pixbuf and...
2009-09-12 Dmitry KalyanovAdd GtkAssistant widget
2009-09-12 Ivan ChernetskyMerge branch 'master' into bindings-coverage
2009-09-12 Dmitry KalyanovExport gtk:dialog-set-alternative-button-order
2009-09-12 Dmitry KalyanovAdded GtkWindowGroup's methods
2009-09-12 Dmitry KalyanovTypo fix
2009-09-12 Dmitry KalyanovAdded `window' property of GtkWindowGroup
2009-09-12 Dmitry KalyanovAdded several GtkWindow's properties
2009-09-10 Dmitry KalyanovAdded GtkDialog properties
2009-09-08 Ivan ChernetskyProperties coverage for GtkDialog.
2009-09-08 Ivan ChernetskyProperties coverage for GtkWindow. Changed the prefix...
2009-09-08 Ivan ChernetskyMerge branch 'master' of git://github.com/dmitryvk...
2009-09-08 Ivan ChernetskyProperties for GtkWidget.
2009-09-07 Dmitry KalyanovFix the sorting of generated properties; exclude GtkGLD...
2009-09-06 Dmitry KalyanovUsed :already-referenced flag on gdk-gc-new and widget...
2009-09-03 Dmitry KalyanovConsistent order of generated definitions
2009-09-02 Dmitry KalyanovRemove duplicate definition for gtk-events-pending
2009-09-02 Dmitry KalyanovTypo
2009-09-01 Dmitry KalyanovAdd GtkItemFactory to generation
2009-09-01 Dmitry KalyanovFix typo
2009-08-30 Dmitry KalyanovAdded type initializer for GtkUIManager (was not automa...
2009-08-30 Dmitry KalyanovAdd gtk-events-pending
2009-08-30 Dmitry Kalyanovgtk: Make call-within-main-loop-and-wait signal an...
2009-08-29 Dmitry KalyanovAdded test-custom-window that demonstrates usage of...
2009-08-29 Dmitry KalyanovRemoved deprecated gtk child properties
2009-08-29 Dmitry KalyanovFixed gtk tree-model classes definitions
2009-08-28 Dmitry KalyanovAdded timeouts
2009-08-18 Dmitry Kalyanovgtk: export GtkBorder
2009-08-15 Dmitry Kalyanovgtk: Fixed a few typos in defcfuns; added conversions...
2009-08-08 Dmitry Kalyanovfixed harmless style-warnings
2009-08-07 Dmitry Kalyanovgtk: fixed wrong type for defmethod
2009-08-06 Dmitry KalyanovRemove calls to release and using for GBoxed structures
2009-08-06 Dmitry KalyanovFix Gtk's usage of new GBoxed
2009-08-06 Dmitry KalyanovUse new GBoxed in GDK and GTK
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
next