Merge remote-tracking branch 'andy128k/master'
[cl-gtk2.git] / gtk /
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
2009-07-21 Dmitry Kalyanovfix typo
2009-07-21 Dmitry Kalyanovremoved redundant declaration
2009-07-17 Dmitry Kalyanovremoved define-g-object-class from gtk exports
2009-07-12 Dmitry KalyanovRename: s/gtype/g-type/g, s/gvalue/g-value/g
2009-07-12 Dmitry Kalyanovrefactoring: separated gobject.ffi with ffi definitions
2009-07-08 Dmitry KalyanovAdded some docstrings and changed exports
2009-07-04 Dmitry KalyanovAdded forgotten file
2009-07-03 Dmitry KalyanovAdded ability to save and restore SBCL image with cl...
2009-06-24 Dmitry KalyanovRenamed systems to cl-gtk2-{glib,gdk,gtk}
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-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-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 KalyanovSome changes for being able to save snapshots of widgets
2009-05-13 Dmitry KalyanovUse global variable to reference main loop instead...
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 KalyanovChanged order in gtk.asd
2009-05-12 Dmitry KalyanovFixed function names in gtk, removed duplicated functio...
2009-05-03 Dmitry KalyanovPortability: add definition of gsize for x86; add other...
2009-04-23 Dmitry KalyanovAdd class-browser demo
2009-04-23 Dmitry KalyanovAdd gtk:tree-store-items-count, gtk:tree-store-item
2009-04-15 Dmitry KalyanovProper use of within-main-loop in gtk demos
2009-04-15 Dmitry KalyanovRemoved stub for tree-model
2009-04-04 Dmitry Kalyanovdisplay time in seconds, not in milliseconds, in with...
2009-04-03 Dmitry Kalyanovformat time as HH:MM:SS in progress-display
2009-04-03 Dmitry KalyanovImproved gtk threading: added with-* macros, functions...
2009-04-03 Dmitry KalyanovAdded progress-bar high-level api
2009-03-28 Dmitry KalyanovAdded some support for adding widget into text view
2009-03-28 Dmitry KalyanovAdded within-main-loop and call-from-main-loop macros...
2009-03-26 Dmitry Kalyanovgtk/gtk.demo: fixed compilation warnings in demo-text...
2009-03-26 Dmitry KalyanovAdded evaluation functionality to text editor demo
2009-03-26 Dmitry KalyanovAdded GtkTextTag.priority property
2009-03-18 Dmitry Kalyanovadded demo-text-editor
2009-03-18 Dmitry Kalyanovadded get-clipboard
2009-03-18 Dmitry Kalyanovadd gtk main-loop-events
2009-03-18 Dmitry Kalyanovadded GtkBuilder & gtk builder demo
2009-03-18 Dmitry Kalyanovadd file
2009-03-18 Dmitry Kalyanovfix function names in gtk.demo, add widget style properties
2009-03-18 Dmitry Kalyanovadded GtkWidgetx
2009-03-18 Dmitry Kalyanovremoved duplicated function
2009-03-18 Dmitry Kalyanovmoved functions to proper files
2009-03-18 Dmitry Kalyanovfix typos in function names
2009-03-18 Dmitry Kalyanovadded demo for combo-box
2009-03-18 Dmitry Kalyanovfix compilation order issue with child-properties
2009-03-18 Dmitry Kalyanovmiscellaneous classes, containers, child properties
2009-03-17 Dmitry Kalyanovadded layout-containers
2009-03-17 Dmitry Kalyanovadded selector widgets
2009-03-17 Dmitry Kalyanovremoved redundant
2009-03-17 Dmitry Kalyanovadded ui-manager and related stuff
2009-03-17 Dmitry Kalyanovimprovements to toolbar-demo
next