-
Currently the library doesn't support MSAA. There is not much work to supporting MSAA but it is a very useful bit of code for more than just disabled users. It makes the applications you write easier to create automated test programs for. The following link is the msdn link on Microsoft Active Accessibility: http://msdn2.microsoft.com/library/aa163285.aspx.
2007-09-10 19:04:35 UTC by nobody
-
When building manual, catalog.xml from the same directory isn't used by default. With this patch the default is to use that one so the documentation regarding build process and actual build process will match.
2007-09-10 17:27:59 UTC by jjkola
-
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 by junrue
-
Made a change so that a application can consist of a stand alone dialog.
i.e. Changed
(if (cffi:pointer-eq (gfs:handle owner) (gfs::get-desktop-window))
(setf owner nil))
to
(when (and owner (cffi:pointer-eq (gfs:handle owner) (gfs::get-desktop-window)))
(setf owner nil))
in initialize method.
2007-07-05 12:13:32 UTC by leonvandyk
-
http://www.xach.com/lisp/skippy/.
2006-12-21 03:02:52 UTC by junrue
-
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 by junrue
-
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 by junrue
-
I'm pleased to announce release 0.6.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/10/graphic-forms-version-060.html
The README.txt file in the release zip file also has important information...
2006-10-22 19:06:57 UTC by junrue