chiark / gitweb /
gtk/gtk.lisp: Apparently when you ask for a stock Button, you get a Bin.
[clg] / gtk /
2013-03-22 Mark Woodinggtk/gtk.lisp: Apparently when you ask for a stock Butto... master
2013-03-22 Mark Woodinggtk/gtktree.lisp: Fixing string representations of...
2013-03-22 Mark Woodinggtk/gtktree.lisp: Remove unused callback-setter.
2013-03-22 Mark Woodinggtk/gtk.lisp: Make (dialog-run) return the response...
2012-04-29 Rupert SwarbrickEnsure that BORDER is defined at compile time.
2010-06-08 Rupert SwarbrickFix compilation for Gtk with the new, stricter inheritance
2008-11-25 espenAdded WIDGET-GET-SNAPSHOT
2008-11-25 espenBug fix
2008-11-19 espenFixed return type for COMBO-BOX-GET-ACTIVE-TEXT
2008-11-04 espenUpdated to work with recent versions of SLIME
2008-10-27 espenTemporary hack to get clg build with Gtk+ 2.14
2008-10-09 espenRemoved deprecated function CONTAINER-CHILD-CLASS
2008-10-09 espenMoved handling of floating references from gtk to glib
2008-10-08 espenAdded bindings for GtkTooltip
2008-05-06 espenFixed typos
2008-05-06 espenRemoved circular object references in signal handler...
2008-04-14 espenFixed argument type in definition of %WINDOW-SET-DEFAUL...
2008-04-11 espenChanged return type for TREE-ROW-REFERENCE-GET-PATH
2008-04-11 espenBug fix
2008-04-11 espenBug fixes
2008-04-11 espenBug fix
2008-04-10 espenVersion number bumped to 0.94. Minor bug fix.
2008-03-20 espenFixed broken URL
2008-03-10 espenFixed a couple of typos
2008-03-06 espenRemoved the need for dummy container-child classes.
2008-03-04 espenAdded *REENTRANT-MAIN-ITERATION* to control if MAIN...
2008-02-29 espenReintroduced SERVE-EVENT based asynchronous event handl...
2008-02-28 espenFix for SBCL 1.0.14
2008-02-27 espenFixed some typos (tree-path -> tree-iter)
2008-01-11 espenMade initialization work on systmes with SWANK which...
2008-01-10 espenBug fix for COLOR-SELECTION
2008-01-02 espenBug fix
2008-01-02 espenAdded slots to ENTRY class
2008-01-02 espenAdded new binding ENTRY-COMPLETION-GET-COMPLETION-PREFIX
2008-01-02 espenAdded missing dependency
2008-01-02 espenUsing EXPORT-FROM-SYSTEM to autoexport symbols
2007-12-30 espenAdded warning when *SLIME-REPL-EVAL-HOOKS* is missing...
2007-12-14 espenShared object files given unique names
2007-12-13 espenRenamed CLIPBOARD-SET-CONTENT to CLIPBOARD-SET-CONTENTS...
2007-12-13 espenFixed CLIPBOARD-SET name clash from previous commit
2007-12-12 espenNew function CLIPBOARD-SET, marked CLIPBOARD-SET-DATA...
2007-12-12 espenModifications and minor API changes to the clipboard...
2007-11-01 espenCAN-DEFAULT implicit set to T by DIALOG-ADD-ACTION...
2007-10-22 espenAdded missing read-time conditional testing for Gtk...
2007-10-17 espenFixed definition of ALLOCATION
2007-10-17 espenAdded some Gtk+ 2.12 bindings
2007-10-17 espenWork around for bug in GtkEntryCompletion
2007-10-17 espenInstances of TEXT-ITER properly allocated as memory...
2007-10-17 espenInstances of TREE-ITER properly allocated as memory...
2007-09-06 espenMade %TREE-PATH-TO-VECTOR handle null pointers
2007-09-06 espenAdded new functions WIDGET-FLAGS and WIDGET-REALIZED-P
2007-09-06 espenSlots manually added to recent-chooser class
2007-09-06 espenAdded new macro DEFINE-CALLBACK-SETTER
2007-09-06 espenMulti-threading bug fix
2007-08-20 espenBug fix in TREE-MODEL-ROW-DATA
2007-08-20 espenFixed wrong foreign function name
2007-08-20 espenBug fix, added bindings and a minor API change
2007-07-12 espenAdded warning about API change
2007-07-12 espenBug fix
2007-07-12 espenFixed some flaws in the dialog and message-dialog widgets
2007-07-10 espenReturn type for ACCEL-GROUPS-FROM-OBJECT corrected
2007-07-09 espenBug fix
2007-07-05 espenAdded bindings to GtkAssistant
2007-07-04 espenAdded new function INIT-CHILD-SLOTS
2007-06-25 espenAdded missing package prefix to FEATUREP
2007-06-25 espenAdded function INPUT-ADD
2007-06-25 espenAdded missing widget argument to WINDOW-SET-GEOMETRY...
2007-06-21 espenDon't import symbols for serve-event polling functional...
2007-06-20 espenFixed problem cause by SB-UNIX:UNIX-FAST-SELECT returni...
2007-06-20 espenImproved support for multiple display connections
2007-06-19 espenImporting SOCKET-STATUS from packet SOCKET in CLISP
2007-06-19 espenChanges to initialization/event handling
2007-06-18 espenChanges required by SBCL 1.0.6/more symbols exported...
2007-06-18 espenWin32 patch applied
2007-06-06 espenImproved support for multiple OS platforms
2007-06-05 espenDefsystem cleanups
2007-06-04 espenUpdate for SBCL 1.0.6
2007-06-02 espenRemoved unnecessary dependency for alien.so
2007-06-01 espenFixed some portability issues
2007-05-10 espenManually defined slots column-spacing and row-spacing...
2007-05-10 espenBug fix
2007-05-10 espenImproved handling of multiple displays and some other...
2007-05-10 espenREMOVE-FD-HANDLER imported
2007-05-10 espenAdded function to compute type dependencies for the...
2007-03-12 espenSmall fix for SBCL 1.0.2
2007-02-19 espenNew binding widget-set-double-buffered
2007-01-14 espenAdded some Gtk+ 2.10 stuff
2007-01-14 espenRemoved export form
2007-01-14 espenAdded missing defgenrics
2007-01-14 espenMade gtkaction.lisp depend on gtk.lisp
2007-01-11 espenAdded a package CLG that could be used by applications...
2007-01-07 espenAdded args argument to COMPUTE-SIGNAL-FUNCTION
2007-01-07 espenAdded args argument to COMPUTE-SIGNAL-FUNCTION and...
2007-01-02 espenChange required by Gtk+ 2.10
2006-10-17 espenMade iter argument to TREE-MODEL-ITER-N-CHILDREN optional
2006-09-27 espenRemoved manual definition of table slots
2006-09-27 espenBUg fix
2006-09-15 espenCode for setting of values in list-store and tree-store...
2006-09-14 espenBug fix
2006-09-13 espenChanges to the init functions
next