Skip to content
Snippets Groups Projects
  1. May 13, 2017
  2. May 07, 2017
  3. Aug 01, 2016
  4. Feb 26, 2013
  5. Aug 16, 2011
  6. 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
  7. Mar 12, 2010
    • Andreas Fuchs's avatar
      spr36715: Fix param list mismatch and missing slots in combo boxes. · 1ee20a44
      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.
      1ee20a44
  8. 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
  9. Sep 29, 2009
  10. Sep 23, 2009
  11. Sep 17, 2009
  12. Sep 16, 2009
  13. Jun 29, 2009
  14. May 14, 2009
  15. Mar 25, 2009
  16. Jul 31, 2008
  17. Jul 22, 2008
  18. Mar 03, 2008
  19. Dec 11, 2007
  20. May 17, 2007
  21. Apr 25, 2007
  22. Apr 17, 2007
  23. Apr 16, 2007
  24. Mar 15, 2007
  25. Nov 30, 2006
  26. Oct 10, 2006
  27. Apr 12, 2006
  28. Apr 06, 2006
  29. Mar 29, 2006
  30. Dec 08, 2005
  31. Dec 01, 2005
  32. Aug 03, 2005
  33. Mar 21, 2004
Loading