Skip to content
Snippets Groups Projects
  1. Jan 17, 2007
    • csr21's avatar
      fix-render-composite-buffer-overflow · 259fc450
      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
      259fc450
  2. Jan 16, 2007
    • csr21's avatar
      fix-get-keyboard-control-autorepeats-offset · 922f640f
      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
      922f640f
  3. Jan 09, 2007
    • csr21's avatar
      fix-clisp-open-x-stream · c658cc43
      csr21 authored
      From Evgeny M. Zubok on portable-clx.
      
      darcs-hash:20070109092939-30503-3dff8ddd43311f1a8c7c1fb4a824fb6e5601da29.gz
      c658cc43
  4. Jan 08, 2007
    • csr21's avatar
      fix-paren-breakage-from-clisp-support-patch · 2290b1a2
      csr21 authored
      darcs-hash:20070108161209-30503-19318b0a074a033a5a0b5f1329c77a5ec3f17742.gz
      2290b1a2
    • csr21's avatar
      clisp-support · 07e04d8d
      csr21 authored
      CLISP support, from Evgeny M. Zubok on portable-clx 2007-01-07.
      
      darcs-hash:20070108114445-30503-5c67f970dda035abf322487bc789554b519e5d35.gz
      07e04d8d
  5. Jan 03, 2007
    • csr21's avatar
      render-composite-glyphs-254-glyph-limit · 2eedbe92
      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
      2eedbe92
  6. Jan 01, 2007
    • csr21's avatar
      begin-documenting-big-requests · 2b1eb4db
      csr21 authored
      darcs-hash:20070101173416-df18d-11a37342a1cc9b635ccddeb6d987e68c7d55e170.gz
      2b1eb4db
    • csr21's avatar
      big-request-extension · 6a3c218a
      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
      6a3c218a
  7. Dec 22, 2006
  8. Mar 31, 2006
    • rydis's avatar
      rydis-fix-open-default-display-screen · 8ad191cd
      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
      8ad191cd
  9. Mar 28, 2006
  10. Mar 17, 2006
    • csr21's avatar
      only 256 characters · 499b6030
      csr21 authored
      Whoops.  Stop adding latin1 characters at char-code 255.
      
      darcs-hash:20060317213650-30503-1eb18e69049e72a279832284157acc3ceb62df53.gz
      499b6030
    • csr21's avatar
      protocol type fixes · 15b9f170
      csr21 authored
      Fix various request argument types.  From Douglash Crosher on mcclim-devel.
      
      darcs-hash:20060317143703-30503-37a198edb961a756cd47c48781c938f29e76d22f.gz
      15b9f170
    • csr21's avatar
      render-op type definition · 901413c7
      csr21 authored
      Define a RENDER-OP type.  From Douglas Crosher via mcclim-devel.
      
      darcs-hash:20060317143424-30503-721c8383c67f058f386e76c405f3b440f921d692.gz
      901413c7
  11. Jan 13, 2006
  12. Mar 14, 2006
    • csr21's avatar
      latin-1-keysyms · efac2980
      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
      efac2980
    • csr21's avatar
      keysym-set definitions · cdf2daf4
      csr21 authored
      Include new keysym-set definitions (taken from Appendix A of the protocol
      specification)
      
      darcs-hash:20060314092637-30503-d0463504128565366314fe82d87cd46a7b83bb0c.gz
      cdf2daf4
  13. Jan 10, 2006
  14. Sep 02, 2005
  15. Jul 12, 2005
    • Matthew Kennedy's avatar
      dpms · c0cc7a95
      Matthew Kennedy authored
      darcs-hash:20050712164213-93fc2-f171cee8476de52980386850c9cefe93edf6b1c1.gz
      c0cc7a95
  16. Aug 26, 2005
  17. Aug 21, 2005
    • csr21's avatar
      permissive-xauthority-parsing · 516340de
      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
      516340de
  18. Aug 24, 2005
  19. Jul 14, 2005
  20. May 01, 2005
  21. Apr 29, 2005
  22. Mar 29, 2005
    • dan's avatar
      0.6.1 · 848a7f8e
      dan authored
      darcs-hash:20050329134220-2591e-0e012bffc4be7424945895736b8cd03f27da97c0.gz
      848a7f8e
  23. Mar 14, 2005
  24. Mar 11, 2005
  25. Dec 06, 2004
  26. Nov 29, 2004
  27. Nov 18, 2004
  28. Nov 16, 2004
  29. Nov 13, 2004
    • dan's avatar
      manual fixes · 570fa118
      dan authored
      darcs-hash:20041113224507-2591e-3bc0c39b1cdd0326138a18d27ccadeb787e56f59.gz
      570fa118
    • dan's avatar
      Bug fix: +pointer-event-mask-vector+ is supposed to be a vector of · c961db07
      dan authored
      Bug fix: +pointer-event-mask-vector+ is supposed to be a vector of
      keywords.  It wasn't, but it is now.
      
      darcs-hash:20041113215412-2591e-a1ef1cf24af8f388a349926ddf93d39157d232e6.gz
      c961db07
Loading