cl-gtk2.git
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...
2009-04-23 Dmitry KalyanovAdd class-browser demo
2009-04-23 Dmitry KalyanovAdd gtk:tree-store-items-count, gtk:tree-store-item
2009-04-22 Dmitry Kalyanovmore work on tutorial
2009-04-21 Dmitry Kalyanovadd doc
2009-04-15 Dmitry KalyanovAdded gobject metaclasses
2009-04-15 Dmitry KalyanovReordered cases in translate-to-foreign for GObject...
2009-04-15 Dmitry KalyanovProper use of within-main-loop in gtk demos
2009-04-15 Dmitry KalyanovRemoved stub for tree-model
2009-04-15 Dmitry Kalyanovhandle NILs in arg-types in gobject property setter
2009-04-04 Dmitry Kalyanovdisplay time in seconds, not in milliseconds, in with...
2009-04-03 Dmitry Kalyanov(probably) fix the error in refcount
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 Kalyanovadded cffi type translator for GdkAtom
2009-03-18 Dmitry Kalyanovadd gtk main-loop-events
2009-03-18 Dmitry Kalyanovfix typo
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 Kalyanovadd GtkWidget
2009-03-18 Dmitry Kalyanovadded GtkWidgetx
2009-03-18 Dmitry Kalyanovremoved duplicated function
2009-03-18 Dmitry Kalyanovexport signal-lookup; defctype g-initially-unowned
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 Kalyanovinclude interface properties in class constructor args
2009-03-17 Dmitry Kalyanovadded ui-manager and related stuff
2009-03-17 Dmitry Kalyanovsupport for setting gvalue to values of g-boxed-class
2009-03-17 Dmitry Kalyanovimprovements to toolbar-demo
2009-03-17 Dmitry Kalyanovsimple demo for toolbar
2009-03-17 Dmitry Kalyanovadded combo-box, menu, toolbar
2009-03-17 Dmitry Kalyanovuse defmethod instead of defun for property accessor...
2009-03-17 Dmitry KalyanovAdded demo of combobox
2009-03-17 Dmitry KalyanovFixed wrong spelling of type GtkSelectionMode
2009-03-17 Dmitry KalyanovFix for null-pointe-p vs null in gtk.tree-model
2009-03-16 Dmitry Kalyanovinitial attempt at tree-view
2009-03-16 Dmitry Kalyanovfix for property accessors generators; sort interface...
2009-03-16 Dmitry Kalyanovcheck at get-stable-pointer-value
2009-03-16 Dmitry KalyanovInclude fields from GtkTreeViewColumn in generating...
2009-03-16 Dmitry Kalyanovrefactoring g-object generation; added support for...
2009-03-09 Dmitry KalyanovDo not call g-value-init when setting return-value...
2009-02-25 Dmitry KalyanovGtk tree-model
2009-02-25 Dmitry Kalyanovexport g-value-unset and g-value-zero
2009-02-25 Dmitry KalyanovExports from gobject
2009-02-25 Dmitry KalyanovChanges to subtest.lisp
2009-02-25 Dmitry KalyanovAdded :accessor option to g-boxed-ref' slots
2009-02-25 Dmitry KalyanovMade subtest use g-boxed-refs
2009-02-25 Dmitry KalyanovMade (release nil) no-op instead of error. Added shorth...
2009-02-25 Dmitry KalyanovPartial conversion of subtest to use g-boxed-refs
2009-02-25 Dmitry KalyanovAdd refcount for found g-boxed-ref's
2009-02-25 Dmitry KalyanovFixes to g-boxed-ref gc'ing when underlying c-pointer...
2009-02-25 Dmitry KalyanovCorrect bug with redundant g-value-unset. Some change...
2009-02-25 Dmitry KalyanovTest of tree-view-model subclassing and interface imple...
2009-02-25 Dmitry KalyanovAdded signals
2009-02-25 Dmitry KalyanovAdded g-quark
2009-02-16 Dmitry KalyanovChange debug output from 'format t' to 'debugf'
2009-02-16 Dmitry KalyanovFix initialization of classes with multiple lisp classe...
2009-02-16 Dmitry KalyanovAdded object-subclassing (with properties)
2009-02-14 Dmitry KalyanovAdd type-initializer call to g-object types definitions
2009-02-14 Dmitry KalyanovAdded restart to closure marshal function
2009-02-14 Dmitry KalyanovFixing ownership setting of g-boxed-refs
2009-02-13 Dmitry KalyanovFixes for memory management of g-boxed-refs
2009-02-13 Dmitry KalyanovFixed gtk:text-buffer-insert handling of len argument
2009-02-12 Dmitry KalyanovSome more fixed mem-management
2009-02-12 Dmitry KalyanovAdded WITH-GTK-ERROR-MESSAGE-HANDLER
2009-02-12 Dmitry KalyanovFixed to memory management
2009-02-10 Dmitry KalyanovInitial commit