-
Regarding location on win32, it's not uncommon to place such global config files somewhere within an application's install directory tree. I wouldn't recommend either c:\ or c:\windows
If we ever get to the point where we have a native installer, then the installer could present some degree of customization, perhaps just a couple of options or full control over the entire contents of the...
2007-11-01 02:09:29 UTC in CLISP - an ANSI Common Lisp
-
Release 0.8.0 of Graphic-Forms, a Common Lisp library for Windows GUI
programming, is now available. The API and feature set is still evolving,
so this is still another alpha release.
For information on what's new in this release:
http://awayrepl.blogspot.com/2007/8/graphic-forms-version-080.html
The README.txt file in the release zip file also has important
information.
Download...
2007-08-21 05:27:37 UTC in Graphic-Forms
-
Applied, thanks! This is now checked into svn and will be available in the 0.8.0 release.
Run GFT::STANDALONE-DIALOG for a simple test case. Note that (at least for me) this test case misbehaves when run via SLIME, but I suspect that such misbehavior is due to some other root cause rather than this enhancement.
2007-08-21 04:51:03 UTC in Graphic-Forms
-
I was thinking of the feature in Win32 whereby most if not all window-based objects provide mechanisms (primarily style flags and messages) that gives complete responsibility for rendering them to an application or 3rd party library, in place of the built-in rendering. E.g., the BS_OWNERDRAW style flag and WM_DRAWITEM message. I'd like GF apps to have the same capability, but of course with a...
2007-04-21 20:16:46 UTC in Graphic-Forms
-
This has been implemented and will be available in release 0.8.0.
2007-04-03 03:19:31 UTC in Graphic-Forms
-
http://www.xach.com/lisp/skippy/.
2006-12-21 03:02:52 UTC in Graphic-Forms
-
skippy is Zach Beane's image file library. It currently supports GIF but Zach has mentioned possibly supporting PNG as well.
2006-12-21 03:02:32 UTC in Graphic-Forms
-
I'm pleased to announce release 0.7.0 of Graphic-Forms, a Common
Lisp library for Windows GUI programming. This is an alpha release,
meaning that the feature set and API have not yet stabilized.
For information on what's new in this release:
http://awayrepl.blogspot.com/2006/12/graphic-forms-version-070.html
The README.txt file in the release zip file also has important
information...
2006-12-02 01:06:38 UTC in Graphic-Forms
-
Marking this fixed, additional enhancements can be entered separately.
2006-12-02 00:20:26 UTC in Graphic-Forms
-
Scrolling functionality was added in version 0.6.0.
2006-11-30 02:52:33 UTC in Graphic-Forms