- Mar 12, 2010
-
-
Andreas Fuchs authored
The fix for spr36279 introduced two new problems in windows: * One code path for hlist-panes had a leftover missing parameter * Combo Box panes (which are set-gadget-mixins too) were missing the x-margin/y-margin slots, too. This fixes these problems, and ensures that gadgets on Windows work again now.
-
- Feb 03, 2010
-
-
Andreas Fuchs authored
-
- Dec 16, 2009
-
-
Andreas Fuchs authored
hlist-panes are similar to text-editors in that they have a scroller-pane as a parent, but they provide their own scroll bars. (This is for layout reasons, apparently.) This change updates hlist-panes' compose-space methods to correctly compute the space requirements for their items, so that the vertical scroll bar doesn't overlap longer item names when it doesn't have to.
-
- Dec 01, 2009
-
-
Kevin Layer authored
-
- Oct 27, 2009
-
-
Andreas Fuchs authored
This fixes a crash in >8-bit-lisps when text was entered into text fields. This was documented in the comments above string-to-foreign, but apparently ignored in a previous revision.
-
- Oct 08, 2009
-
-
Kevin Layer authored
-
- Oct 07, 2009
-
-
Kevin Layer authored
-
- Sep 30, 2009
-
-
Kevin Layer authored
-
- Sep 29, 2009
-
-
Andreas Fuchs authored
-
- Sep 23, 2009
-
-
Kevin Layer authored
-
- Sep 17, 2009
-
-
Andreas Fuchs authored
-
- Sep 16, 2009
-
-
Andreas Fuchs authored
* Adjust the graft size to compute the available screen height/width sans task bar. * Make sure that resize-frame works only on the window's client area (which is reduced by menu bars and window decorations).
-
- Sep 11, 2009
-
-
Andreas Fuchs authored
The "Missing" return value is singular, so don't try to print that as a list.
-
- Sep 10, 2009
-
-
Andreas Fuchs authored
This should ensure that converting Xm string resources to Lisp strings always returns a value: Also, should result in properly unicode-decodable strings.
-
Andreas Fuchs authored
-
- Sep 09, 2009
-
-
Andreas Fuchs authored
-
Andreas Fuchs authored
Try to query the font before loading it. This seems to prevent any BadValue errors.
-
- Sep 07, 2009
-
-
Andreas Fuchs authored
The text alignment offset is relative to the text baseline, which may be rotated. Change text drawing and bounding box calculation to shift the text after we compute the direction of the baseline.
-
- Aug 12, 2009
-
-
Andreas Fuchs authored
This fixes infinite CPU spinning when tracking-pointer was invoked without a :pointer-motion clause.
-
- Jul 15, 2009
-
-
Kevin Layer authored
-
- Jun 29, 2009
-
-
Andreas Fuchs authored
-
Andreas Fuchs authored
-
Andreas Fuchs authored
-
Andreas Fuchs authored
-
Andreas Fuchs authored
-
Andreas Fuchs authored
-
Andreas Fuchs authored
-
- Jun 16, 2009
-
-
Andreas Fuchs authored
-
Andreas Fuchs authored
This now uses excl:aclmalloc, like the documentation suggests, and no longer declares the result to be an incompatible pointer type.
-
- Jun 08, 2009
-
-
Andreas Fuchs authored
This should make it possible to build and run CLIM on OS X with the macports Motif in place. In order to build CLIM, this needs a symlink in place from /usr/local/motif to /opt/local/var/macports/software/openmotif/<VERSION>/opt/local/, the installation prefix of whatever the installed version of Motif is.
-
Andreas Fuchs authored
-
Andreas Fuchs authored
-
- May 28, 2009
-
-
Andreas Fuchs authored
-
Andreas Fuchs authored
This change lets users resize/move the application frame by calling resize-sheet and move-sheet on the frame-top-level-sheet of any given application frame. This behavior was working on windows already, and is now supported under Motif as well.
-
- May 14, 2009
-
-
Andreas Fuchs authored
-
- May 13, 2009
-
-
Andreas Fuchs authored
-
- May 11, 2009
-
-
Duane Rettig authored
******************************************************************************* 2009-05-11 Duane Rettig <duane@franz.com> * demo/listener.lisp: * demo/process-browser.lisp: * demo/winlisp.lisp: * test/test-driver.lisp: Remove :process7 feature dependencies
-
- May 06, 2009
-
-
Andreas Fuchs authored
Patch by Howard Shrobe, reported in spr35850.
-
Andreas Fuchs authored
-
- May 05, 2009
-
-
Duane Rettig authored
-