Skip to content
Snippets Groups Projects
  1. Feb 24, 2016
    • Stig Inge Lea Bjørnsen's avatar
      Fix rendering with 30-bit colormap · ce38edfa
      Stig Inge Lea Bjørnsen authored and Olivier Fourdan's avatar Olivier Fourdan committed
      Bug: 12344
      
      Use gdk_screen_get_system_colormap() instead of
      gdk_screen_get_rgb_colormap() which returns NULL on a 30-bit screen and
      therefore breaks further rendering.
      
      Originally reported in Debian bug #800883 where this patch was
      attached.
      ce38edfa
  2. Nov 26, 2015
  3. Nov 09, 2015
  4. Nov 06, 2015
  5. Aug 25, 2015
  6. Jun 15, 2015
  7. May 18, 2015
    • Olivier Fourdan's avatar
      Only check for known buttons in _NET_WM_MOVERESIZE · 71d37e11
      Olivier Fourdan authored
      
      For _NET_WM_MOVERESIZE requests, if the given button does not match any
      available physical button, we would wait for that (impossible) button
      combination to be released.
      
      Check that the given button is one of the well known button or just wait
      for any button release otherwise.
      
      That fixes an issue with KDE apps where clicking on the menu bar to move
      the window would hang forever after the mouse button is depressed.
      
      Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
      71d37e11
  8. May 15, 2015
  9. Apr 29, 2015
    • David Gilbert's avatar
      Add more accelerators to window menu · 34168a96
      David Gilbert authored and Olivier Fourdan's avatar Olivier Fourdan committed
      
      Bug: 5649
      
      This enables more accelerators on the window menu - i.e. the one you get to
      from the titlebar or alt-space.
      
        on top/same/below   get T, S and B
        On all Visible workspace/on this workspace  get V
         (with a small change to the text)
        Move to another Workspace gets W
        The first 9 workspaces now get the accelerators 1..9 on that menu
      
      Signed-off-by: default avatarDr. David Alan Gilbert <dave@treblig.org>
      34168a96
  10. Apr 27, 2015
  11. Apr 24, 2015
  12. Mar 28, 2015
  13. Mar 27, 2015
  14. Mar 22, 2015
  15. Mar 19, 2015
  16. Mar 15, 2015
  17. Mar 14, 2015
Loading