- Sep 06, 2003
-
-
dan authored
darcs-hash:20030906111458-2591e-1e6e1a3b04e1662267649143357d21905d811deb.gz
-
dan authored
darcs-hash:20030906110616-2591e-84bf0ebf9b6a536789d627752e1d574210b6745b.gz
-
csr21 authored
darcs-hash:20030906110105-ed5a3-4f5b2c59fefb0d85ec922a149e8725c9f19d9e44.gz
-
csr21 authored
Here's a kludge: allow pixmap depths of 12, despite not having any image routines for them, to allow clx to load under exceed darcs-hash:20030906110053-ed5a3-8eada642b2c899ac657abee402585caf2f9d7808.gz
-
csr21 authored
darcs-hash:20030906105954-ed5a3-c0e743ca6f642608a80f2be125bfe2ad0f99b50f.gz
-
- Aug 06, 2003
-
-
csr21 authored
Fix "too many arguments to format" problem -- clearly a rewrite to FORMAT from PRINC which didn't quite get edited correctly darcs-hash:20030806094824-ed5a3-609426d89653e6da5eee2f68b030f28a01dc3be8.gz
-
- Jul 19, 2003
-
-
csr21 authored
Change the names of the TEXT-FOO-SERVER second arguments to SEQUENCE, too, to reflect what we perceive to be reality. darcs-hash:20030719134257-ed5a3-d537982c99aba5e938c1fbd6290e4bad29c33946.gz
-
dan authored
darcs-hash:20030719123700-2591e-c3bd8c02df9841ec4193ceaa2478d7b98d44c17f.gz
-
dan authored
darcs-hash:20030719120929-2591e-389dbf93900eaf75bf46a214915a098be1d0f0e4.gz
-
- Jul 17, 2003
- Jul 01, 2003
-
-
csr21 authored
darcs-hash:20030701084200-ed5a3-d3b547d2c6ce433de1999c7503236e5f3487ea08.gz
-
- Jun 30, 2003
-
-
csr21 authored
darcs-hash:20030630135656-ed5a3-31c1d52ea282bba6331668ba68663b80efca7256.gz
-
- Jun 26, 2003
-
-
dan authored
darcs-hash:20030626103914-2591e-49869b81b32629488d0eae0c11d87827626c298b.gz
-
- Jun 25, 2003
-
-
csr21 authored
darcs-hash:20030625120745-ed5a3-3a8a3e1ed47a434295bcd808f8648b8b8f89c6e3.gz
-
csr21 authored
darcs-hash:20030625120052-ed5a3-c7b6901fc63de236d0f24cb23c8ba490d2fc7ee8.gz
-
csr21 authored
Add in all the other files in the repository to the defsystem, either as example files (which are compiled but not loaded) or static files darcs-hash:20030625120033-ed5a3-897c4d54dde5f12e7ebbcefd779acbfe5fbc2675.gz
-
csr21 authored
darcs-hash:20030625115738-ed5a3-308b39fe1df84e5a688e3b31588c13f8bee89325.gz
-
csr21 authored
I think this was meant to be associated with demo/zoid.lisp. If so, it should be calling DRAW-FILLED-TRAPEZOIDS, not POLY-FILL-TRAPEZOIDS darcs-hash:20030625115637-ed5a3-e2ad8f9fa0ba4b35dddc31e545564cc21c655379.gz
-
csr21 authored
darcs-hash:20030625115504-ed5a3-8e1a89af106f69f94588df641457e22d23501f3f.gz
-
csr21 authored
darcs-hash:20030625102725-ed5a3-3a74b6668cbe26a3a3854aeb75fd79f9fdf1783c.gz
-
- Jun 16, 2003
-
-
csr21 authored
Add xrender to the list of things to build Add a new method specialized on xrender-source-file to muffle compiler notes under sbcl, as they distract from compiler notes that we care more about elsewhere darcs-hash:20030616133156-ed5a3-83b5f4ffc4a5168f08fcbe0b637d1eb5d60c4955.gz
-
csr21 authored
darcs-hash:20030616133014-ed5a3-4e7ad8b1643bd2c5ff3d37d40fa89c72e151e9a1.gz
-
csr21 authored
darcs-hash:20030616133000-ed5a3-8ed783c95de0030ff37f9580ee22a427b8c1e1c9.gz
-
- Jun 14, 2003
-
-
csr21 authored
Clean up compilation under sbcl: a couple of IGNOREs, a couple of s/load/:load-toplevel/, one s/*foo*/+foo+/. Still many many compilation notes, but since the render protocol is inherently slow anyway... darcs-hash:20030614141607-ed5a3-c868eb7fafc194534644a6d5bc3a64e1f86d9fd1.gz
-
gilbert authored
darcs-hash:20030614132733-09c7f-4f7e3be91d8fb8ffd2294d9361488b77aa3a424f.gz
-
- Jun 07, 2003
-
-
csr21 authored
Fix the bugs that the image test reveals. The bug fix isn't great, though; we simply disable the FAST-xxx-PIXARRAY routines for sbcl, because they demonstrably don't work. Patches will be welcome from anyone who understands what they are meant to do. darcs-hash:20030607093043-ed5a3-e3dd58efcab2a2f678d25864adb98425c3d91ca6.gz
-
csr21 authored
Fix the image test: * don't abuse the "cursor hotspot" fields, which are defined to be CARD16 or NULL, for communicating the position of the (sub)image on the root window; instead, use the image plist (and adjust as necessary if a subimage is copied). * rather than writing in very very dark red (or blue) on black, explicitly ask for white on black. darcs-hash:20030607090943-ed5a3-65828f7e8c98f4dcaa3d9bdcdb23569a90a16f67.gz
-
- Jun 06, 2003
-
-
csr21 authored
Might as well be hanged for a sheep as for a lamb... more unportable defconstantage darcs-hash:20030606100154-ed5a3-b013dd33fee5e61d15665c54f52e66e6362644b4.gz
-
- Jun 05, 2003
-
-
csr21 authored
A different approach to the "SBCL DEFCONSTANT" problem: instead of sticking icky #+sbcl defconstant-eqx everywhere, concentrate the nastiness in an :around method for ASDF:PERFORM on CLX-SOURCE-FILE. This, of course, means that the sources do not build on sbcl if you compile and load them one by one; I can live with that. darcs-hash:20030605191822-ed5a3-3b02c39acf535f330f3313522984197a7a351ec8.gz
-
csr21 authored
darcs-hash:20030605160514-ed5a3-da771794b914534f83169958cdf8b4d7862b0835.gz
-
- Jun 04, 2003
-
-
csr21 authored
darcs-hash:20030604134431-ed5a3-59afd0121d6c4d96eef3f14e16da8a504c4a3c19.gz
-
csr21 authored
Fix typesafety bug observed by sbcl with *DERIVE-FUNCTION-TYPES* and a more proactive updating of types into the globaldb: IMAGE-XY->IMAGE-Z takes an IMAGE-XY as an argument, not an IMAGE-Z. darcs-hash:20030604131428-ed5a3-bfe6c6ef27f03668b2e75ca9b8284ed2176e9951.gz
-
- Jun 02, 2003
-
-
csr21 authored
Quick, before I delete my repository again: for SBCL, bind *DERIVE-FUNCTION-TYPES* around compilation of clx files, since we're not going to be changing internals very often (and extremely rarely in a type-incompatible way). darcs-hash:20030602124548-ed5a3-0e1d5c74fec24f401a9752459b5aec8f98f9dbac.gz
-
- May 29, 2003
-
-
dan authored
darcs-hash:20030529231634-2591e-055345ba74e11729c3db81f42c6c0a34c1dc07d3.gz
-
dan authored
darcs-hash:20030529221510-2591e-0075f9f42825d570ca04ba45dcbd85982398942e.gz
-
csr21 authored
Fix bogus FIND in COPY-GCONTEXT-COMPONENTS; FIND doesn't return two values, and never has done. Assume that the second value was meant to be the index into the sequence. darcs-hash:20030529143505-ed5a3-6362f36a95c30d21b0f01f4ba5cf1f21c99c8c4b.gz
-
- May 15, 2003
- May 08, 2003
-
-
csr21 authored
Really get the implementation of HOLDING-LOCK right this time for #+(and sbcl sb-thread) darcs-hash:20030508101921-ed5a3-90352aed6b1c7774ff4544c371400f4785a393fc.gz
-