chiark / gitweb /
clg
23 years agoTests updated and rewritten to work with the new API
espen [Thu, 5 Oct 2000 18:57:50 +0000 (18:57 +0000)]
Tests updated and rewritten to work with the new API

23 years agoMoved definition of widget class to gtktypes.lisp
espen [Thu, 5 Oct 2000 17:34:53 +0000 (17:34 +0000)]
Moved definition of widget class to gtktypes.lisp

23 years agoObsoleted code removed
espen [Thu, 5 Oct 2000 17:32:34 +0000 (17:32 +0000)]
Obsoleted code removed

23 years agoMore widgets made working, numerous improvements
espen [Thu, 5 Oct 2000 17:30:07 +0000 (17:30 +0000)]
More widgets made working, numerous improvements

23 years agoRemoved some obsoleted types
espen [Thu, 5 Oct 2000 17:24:14 +0000 (17:24 +0000)]
Removed some obsoleted types

23 years agoAdded new file gtkutils.lisp
espen [Thu, 5 Oct 2000 17:22:29 +0000 (17:22 +0000)]
Added new file gtkutils.lisp

23 years agoInitial checkin
espen [Thu, 5 Oct 2000 17:21:46 +0000 (17:21 +0000)]
Initial checkin

23 years agoChanged name of double linked list type to glist.
espen [Thu, 5 Oct 2000 17:19:26 +0000 (17:19 +0000)]
Changed name of double linked list type to glist.

23 years agoAdded function FUNCALLABLE
espen [Thu, 5 Oct 2000 17:18:28 +0000 (17:18 +0000)]
Added function FUNCALLABLE

23 years agoAdded single linked list type (gslist), changed name of double linked list type to...
espen [Thu, 5 Oct 2000 17:17:41 +0000 (17:17 +0000)]
Added single linked list type (gslist), changed name of double linked list type to glist, enhanced vector type.

23 years agoRemoved :colors initarg from initialize-instance for the COLOR class
espen [Sun, 1 Oct 2000 17:24:05 +0000 (17:24 +0000)]
Removed :colors initarg from initialize-instance for the COLOR class

23 years agoFixed a bug in the from-alien translation of ALIEN-STRUCTURE type
espen [Sun, 1 Oct 2000 17:20:43 +0000 (17:20 +0000)]
Fixed a bug in the from-alien translation of ALIEN-STRUCTURE type

23 years agoFixed some macros doing unintended variable capture
espen [Sun, 1 Oct 2000 17:19:11 +0000 (17:19 +0000)]
Fixed some macros doing unintended variable capture

23 years agoAdded SIZE-OF to exported symbols
espen [Sat, 30 Sep 2000 15:10:54 +0000 (15:10 +0000)]
Added SIZE-OF to exported symbols

23 years agoReintroduced a huge amount of bindings
espen [Mon, 4 Sep 2000 22:23:34 +0000 (22:23 +0000)]
Reintroduced a huge amount of bindings

23 years agoAdded some more widget classes, a lot of bug fixes
espen [Mon, 4 Sep 2000 22:17:07 +0000 (22:17 +0000)]
Added some more widget classes, a lot of bug fixes

23 years agopointer is now initialized as an alien type
espen [Mon, 4 Sep 2000 22:14:54 +0000 (22:14 +0000)]
pointer is now initialized as an alien type

23 years agopixmap-create now accepts a vector of strings
espen [Mon, 4 Sep 2000 22:12:45 +0000 (22:12 +0000)]
pixmap-create now accepts a vector of strings

23 years agoMade size-of a type method, added vector type and made some changes to the quark...
espen [Mon, 4 Sep 2000 22:10:26 +0000 (22:10 +0000)]
Made size-of a type method, added vector type and made some changes to the quark/object mapping

23 years agoMade size-of a type method and did a few other minor changes
espen [Mon, 4 Sep 2000 22:07:32 +0000 (22:07 +0000)]
Made size-of a type method and did a few other minor changes

23 years agoMade size-of a type method
espen [Mon, 4 Sep 2000 22:04:24 +0000 (22:04 +0000)]
Made size-of a type method

23 years agoMoved object user data from gtk to glib
espen [Wed, 23 Aug 2000 21:40:38 +0000 (21:40 +0000)]
Moved object user data from gtk to glib

23 years agoFixed a design flaw in quark-from-object
espen [Wed, 23 Aug 2000 21:36:44 +0000 (21:36 +0000)]
Fixed a design flaw in quark-from-object

23 years agoChanged the alloc argument to translate-from-alien to be one of :static, :reference...
espen [Wed, 23 Aug 2000 17:32:30 +0000 (17:32 +0000)]
Changed the alloc argument to translate-from-alien to be one of :static, :reference or :copy

23 years agoChanged the alloc argument to translate-from-alien to be one of :static, :reference...
espen [Wed, 23 Aug 2000 14:27:41 +0000 (14:27 +0000)]
Changed the alloc argument to translate-from-alien to be one of :static, :reference or :copy

23 years agoImplemeted object/quark mapping
espen [Tue, 22 Aug 2000 23:13:39 +0000 (23:13 +0000)]
Implemeted object/quark mapping

23 years agoAdded some utilities for assoc lists
espen [Tue, 22 Aug 2000 23:12:20 +0000 (23:12 +0000)]
Added some utilities for assoc lists

23 years agoFixed a typing error
espen [Thu, 17 Aug 2000 22:43:02 +0000 (22:43 +0000)]
Fixed a typing error

23 years agoShadowing import of BUILT-IN-CLASS
espen [Thu, 17 Aug 2000 22:41:56 +0000 (22:41 +0000)]
Shadowing import of BUILT-IN-CLASS

23 years agoManually editing of the event-mask type
espen [Wed, 16 Aug 2000 22:22:47 +0000 (22:22 +0000)]
Manually editing of the event-mask type

23 years agoMoved some functions from gtk.lisp
espen [Wed, 16 Aug 2000 22:16:23 +0000 (22:16 +0000)]
Moved some functions from gtk.lisp

23 years agoAdded copyright notice and some more symbols to be exported
espen [Wed, 16 Aug 2000 22:14:51 +0000 (22:14 +0000)]
Added copyright notice and some more symbols to be exported

23 years agoAdded :in-out style to define-foreign
espen [Wed, 16 Aug 2000 18:25:30 +0000 (18:25 +0000)]
Added :in-out style to define-foreign

23 years agoBugfix in (setf object-arg)
espen [Wed, 16 Aug 2000 17:30:36 +0000 (17:30 +0000)]
Bugfix in (setf object-arg)

23 years agoFixed a bug in the translation of lists to GLists
espen [Tue, 15 Aug 2000 23:25:18 +0000 (23:25 +0000)]
Fixed a bug in the translation of lists to GLists

23 years agoReintroduced most widget classes
espen [Tue, 15 Aug 2000 19:55:08 +0000 (19:55 +0000)]
Reintroduced most widget classes

23 years agoAdded some accessor functions
espen [Tue, 15 Aug 2000 19:41:26 +0000 (19:41 +0000)]
Added some accessor functions

23 years agoFixed a spelling error
espen [Tue, 15 Aug 2000 18:20:07 +0000 (18:20 +0000)]
Fixed a spelling error

23 years agoFixed a bug preventing proper initializing of alien classes
espen [Tue, 15 Aug 2000 14:42:34 +0000 (14:42 +0000)]
Fixed a bug preventing proper initializing of alien classes

23 years agoInitial revision
espen [Mon, 14 Aug 2000 16:44:10 +0000 (16:44 +0000)]
Initial revision