- 07 Aug, 2007 2 commits
-
-
csr21 authored
Typechecking lisps mean that for every new implemented extension, the type EVENT-KEY in the main body of CLX needs alteration. Instead, define a suitable function for use as a SATISFIES checker, and use it in the type and in the code. darcs-hash:20070807091111-30503-ef79b948dff4bec054ef61c0b7ff7efcb1790ea3.gz
-
csr21 authored
darcs-hash:20070807091026-30503-84a402a6b18fe9d04f15449036528b6e024b2120.gz
-
- 17 Jan, 2007 1 commit
-
-
csr21 authored
Whoops. byte count / word length confusion led to the wrong amount of space being requested of the buffer, with consequent failures in the CLIM Debugger when run with freetype. darcs-hash:20070117145056-30503-c81a02c7be0d569e5a307becebec7eb89f1a06a9.gz
-
- 16 Jan, 2007 1 commit
-
-
csr21 authored
The offset for the auto-repeats field in the GetKeyboardControl request was wrong, probably from a transcription error (32 was the size, not the position). darcs-hash:20070116120743-30503-2af1f0ce309e5a5d3ce62e709951791cb665a6b9.gz
-
- 09 Jan, 2007 1 commit
-
-
csr21 authored
From Evgeny M. Zubok on portable-clx. darcs-hash:20070109092939-30503-3dff8ddd43311f1a8c7c1fb4a824fb6e5601da29.gz
-
- 08 Jan, 2007 2 commits
- 03 Jan, 2007 1 commit
-
-
csr21 authored
The RenderCompositeGlyphs{8,16,32} requests encode their glyphs not quite as straightforwardly as one big long sequence: instead, they come in chunks of up to 254 (a length of 255 indicates a change of glyphset). Finesse the change of glyphset issue, and fix RENDER-COMPOSITE-GLYPHS for longer sequences of glyphs. darcs-hash:20070103114740-df18d-67c3d89633d806fb2ee54160f63dd7371f0f4fe5.gz
-
- 01 Jan, 2007 2 commits
-
-
csr21 authored
darcs-hash:20070101173416-df18d-11a37342a1cc9b635ccddeb6d987e68c7d55e170.gz
-
csr21 authored
Implement the protocol portion of the BIG-REQUESTS extension, and the function for clients to query the maximum extended request length. The extension is as yet unused in the protocol implementation of other requests. darcs-hash:20070101125353-df18d-47e10460bde84aa20185cb59fbbed484d58fed48.gz
-
- 22 Dec, 2006 1 commit
-
-
csr21 authored
darcs-hash:20061222182215-df18d-8ee95730386ad74e6f86a38820ab003f949157f8.gz
-
- 31 Mar, 2006 1 commit
-
-
rydis authored
Fixes open-default-display to set the default screen of the display to the default screen from get-default-screen darcs-hash:20060331124242-d7e7b-c60429633af0897cb93fb63f7c5d14c01ed0662f.gz
-
- 28 Mar, 2006 1 commit
-
-
Daniel Barlow authored
darcs-hash:20060328002105-a4961-8caf9bae314f24fa8a3ffc62adf8d6f0d4b44edb.gz
-
- 17 Mar, 2006 3 commits
-
-
csr21 authored
Whoops. Stop adding latin1 characters at char-code 255. darcs-hash:20060317213650-30503-1eb18e69049e72a279832284157acc3ceb62df53.gz
-
csr21 authored
Fix various request argument types. From Douglash Crosher on mcclim-devel. darcs-hash:20060317143703-30503-37a198edb961a756cd47c48781c938f29e76d22f.gz
-
csr21 authored
Define a RENDER-OP type. From Douglas Crosher via mcclim-devel. darcs-hash:20060317143424-30503-721c8383c67f058f386e76c405f3b440f921d692.gz
-
- 13 Jan, 2006 1 commit
-
-
mikel authored
darcs-hash:20060113053525-6497f-b5faed2ec4b18c47caa091c1dc5749c6fe16e1c1.gz
-
- 14 Mar, 2006 2 commits
-
-
csr21 authored
For those lisps which define the character range 160-255, define character keysyms. Leave a comment about lisps which don't define that range darcs-hash:20060314095131-30503-08ea585a7f2e1ebd96cdc4dfb461b863b8f4e890.gz
-
csr21 authored
Include new keysym-set definitions (taken from Appendix A of the protocol specification) darcs-hash:20060314092637-30503-d0463504128565366314fe82d87cd46a7b83bb0c.gz
-
- 10 Jan, 2006 1 commit
-
-
Daniel Barlow authored
darcs-hash:20060110224818-a4961-5c081a8960f56a366b0571f188ca9dea7d85481f.gz
-
- 02 Sep, 2005 2 commits
-
-
bryan d. o'connor authored
darcs-hash:20050902232903-67a65-a59642dd114a47c56ca4cf2e010d5fb1e52b39f7.gz
-
bryan d. o'connor authored
darcs-hash:20050902232121-67a65-9467043aad15d74eee5f2db1119f9b24cbc549f8.gz
-
- 12 Jul, 2005 1 commit
-
-
Matthew Kennedy authored
darcs-hash:20050712164213-93fc2-f171cee8476de52980386850c9cefe93edf6b1c1.gz
-
- 26 Aug, 2005 2 commits
- 21 Aug, 2005 1 commit
-
-
csr21 authored
We should not use ECASE when looking at the FAMILY bit of an .Xauthority file, because the user can legitimately have families in there that CLX does not support. Instead, be permissive, on the basis that we will never choose a family we don't support as the best authorization. (Also log a comment about IPv6 support, which triggered this patch. Report from sproingie on #lisp IRC, 2005-08-07) slight refactor to be more explicit about which conditions we are dealing with. darcs-hash:20050821131945-30503-a48efc52421b6bea54a2cfa7ec1d019bf1d671de.gz
-
- 24 Aug, 2005 1 commit
-
-
Daniel Barlow authored
darcs-hash:20050824205403-a4961-a536ea322e807120f62d835202a1d14bbc71b4ff.gz
-
- 14 Jul, 2005 2 commits
-
-
Daniel Barlow authored
darcs-hash:20050714141147-a4961-3c2ee181837eed986a6fdecb9901809aecb4ae9c.gz
-
Daniel Barlow authored
darcs-hash:20050714134740-a4961-2bf43ea112f2a254fe84c0d3ead4bacd6ebf9343.gz
-
- 01 May, 2005 2 commits
- 29 Apr, 2005 1 commit
-
-
csr21 authored
darcs-hash:20050429141208-ed5a3-1362d1e8af8581b4ecf7cf896764802840d91c9f.gz
-
- 29 Mar, 2005 1 commit
-
-
dan authored
darcs-hash:20050329134220-2591e-0e012bffc4be7424945895736b8cd03f27da97c0.gz
-
- 14 Mar, 2005 1 commit
-
-
csr21 authored
darcs-hash:20050314195313-ed5a3-91f1a458d851defe9dbe61539f59ac4ce33adced.gz
-
- 11 Mar, 2005 2 commits
- 06 Dec, 2004 1 commit
-
-
csr21 authored
darcs-hash:20041206114857-ed5a3-202f0758017bc94a61c1dc54d1de5c259b4ea18f.gz
-
- 29 Nov, 2004 1 commit
-
-
csr21 authored
Fix clipboard handling according to <http://bugzilla.gnome.org/show_bug.cgi?id9844> darcs-hash:20041129161405-ed5a3-f3e650654e02fd1f415617ddf14806a3ad1c9296.gz
-
- 18 Nov, 2004 1 commit
-
-
dan authored
darcs-hash:20041118120148-2591e-2cfbe6b9ebb0b7a1c1950f0f192fa65e6eaffab6.gz
-
- 16 Nov, 2004 1 commit
-
-
dan authored
darcs-hash:20041116130826-2591e-49af9449f84a12ecf97b684771f4a3ad52c3d370.gz
-