McCLIM changes: new GTK+/cairo backend, new demo - Lisp Propulsion Laboratory log

Lisp Propulsion Laboratory log

Paolo Amoroso's weblog. Main interests: Lisp, astronomy (Moon), space exploration (Apollo and early manned programs) Calendar of past entries | Related links xml

McCLIM changes: new GTK+/cairo backend, new demo

Monday, April 24, 2006

Within the past week or so there were several important commits to McCLIM's CVS tree. David Lichteblau added a new, experimental GTK+/cairo backend, which he described in a message posted to the mcclim-devel list (a screen shot is available). The code is in Backends/gtkairo.

David also added the new demo Examples/text-size-test.lisp, which lets you interactively change the font, size and other attributes of a text string. To run it evaluate:

(asdf:operate 'asdf:load-op :clim-examples)
(clim:run-frame-top-level (clim:make-application-frame 'clim-demo::text-size-test))
Some time ago I wrote a similar font selection dialog.

Finally, he also fixed a text field initialization problem. If I understand correctly, this was a nasty problem that prevented text fields from being initialized with default values before being displayed.

Andreas Fuchs improved the performance of incremental redisplay, and Christophe Rhodes added test code for input editing


Copyright © 2006 by Paolo Amoroso
amoroso@mclink.it

Created with BlogMax

April 2006
Mon Tue Wed Thu Fri Sat Sun
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Mar  May
About Lisp | Practical Common Lisp (learn Lisp) | Planet Lisp (blog agregator) | Common Lisp Directory (software and resources) | Why Lisp?