Skip to content
Snippets Groups Projects
  1. Jul 21, 2010
    • Andreas Fuchs's avatar
      spr37149: Plug leak of the #\{ dispatch character. · 35ddcb2f
      Andreas Fuchs authored
      This change eval-whens out the definition of the #\{ macro character
      so that it happens only at compile time. The definition was leaked
      into customer environments, and affected the system readtable when
      loading CLIM from a clinit.cl file, which resulted in an error.
      
      Tested by building & loading the resulting clim fasls on windows &
      linux.
      35ddcb2f
  2. Jul 16, 2010
    • Andreas Fuchs's avatar
      bug19469: Reset mod state on window activation. · 04d6dcb8
      Andreas Fuchs authored
      This affects Windows only. When cycling through windows using Alt-Tab,
      cycling back to the CLIM application would cause the Alt modifier state
      to still be set, which disabled all input and mouse processing - the app
      would appear to be hung.
      
      This patch resets the port modifier state on window activation, which
      allows CLIM to notice that Alt is no longer depressed.
      
      Tested by customer and by me on Windows 7.
      04d6dcb8
  3. Mar 31, 2010
  4. Mar 30, 2010
  5. Mar 15, 2010
  6. Mar 12, 2010
  7. Mar 10, 2010
  8. Feb 03, 2010
  9. Dec 16, 2009
    • Andreas Fuchs's avatar
      spr36279: Fix space-req computation for hlist-panes in windows. · 9e3990f2
      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.
      9e3990f2
  10. Dec 01, 2009
  11. Oct 27, 2009
  12. Oct 08, 2009
  13. Oct 07, 2009
  14. Sep 30, 2009
  15. Sep 29, 2009
  16. Sep 23, 2009
  17. Sep 17, 2009
  18. Sep 16, 2009
  19. Sep 11, 2009
  20. Sep 10, 2009
  21. Sep 09, 2009
  22. Sep 07, 2009
  23. Aug 12, 2009
  24. Jul 15, 2009
  25. Jun 29, 2009
  26. Jun 16, 2009
  27. Jun 08, 2009
Loading