| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Session-Management stuff a bit. (needs debugging, but it seems to work wi... | Stephan Arts | 2010-01-10 | 1 | -1/+1 |
* | Initial commit for removing libxfcegui4 dependency | Stephan Arts | 2010-01-10 | 1 | -1/+1 |
* | * src/display.c, src/display.h, src/events.c, src/client.c | Olivier Fourdan | 2009-01-24 | 1 | -0/+1 |
* | * src/*.c, src/*.h: Update year. | Olivier Fourdan | 2009-01-18 | 1 | -1/+1 |
* | * src/client.c, src/client.h, src/display.c, src/display.h, | Olivier Fourdan | 2008-10-22 | 1 | -9/+9 |
* | Add support for NET_MOVERESIZE_WINDOW | Olivier Fourdan | 2008-10-19 | 1 | -0/+1 |
* | Add support for NET_WM_PID to be able to kill apps (when not responding to NE... | Olivier Fourdan | 2008-09-22 | 1 | -0/+2 |
* | Compositor: remove idle repaint, use only the timeout repaint (should help iw... | Olivier Fourdan | 2008-08-09 | 1 | -4/+0 |
* | Add support for EWMH 1.4 NET_WM_USER_TIME_WINDOW property, | Olivier Fourdan | 2008-07-20 | 1 | -4/+5 |
* | Rework move/resize, better keyboard operations, allow move/resize from menu a... | Olivier Fourdan | 2008-06-01 | 1 | -0/+4 |
* | Update FSF address | Olivier Fourdan | 2008-05-31 | 1 | -2/+4 |
* | Make sure to release keyboard events even when a modifier is released before ... | Olivier Fourdan | 2008-05-18 | 1 | -4/+4 |
* | Add support for overlays from Composite extension version 0.3 | Olivier Fourdan | 2007-12-09 | 1 | -1/+14 |
* | Get highest user time at initial client capture | Olivier Fourdan | 2007-11-06 | 1 | -0/+2 |
* | Add support for NET_WM_ACTION_FULLSCREEN and NET_WM_ACTION_MINIMIZE | Olivier Fourdan | 2007-09-09 | 1 | -0/+2 |
* | Fix xfwm4 hanging with gtk+-2.11.x (Bug #3346) - Patch based on a similar fix... | Olivier Fourdan | 2007-06-21 | 1 | -0/+1 |
* | Plug a pixmap leak in the new button prelight code, and a grab that was leaki... | Olivier Fourdan | 2007-06-16 | 1 | -4/+4 |
* | Rework a bit the code for hilight and frame drawing | Olivier Fourdan | 2007-06-12 | 1 | -8/+2 |
* | Add support for button prelight in windows frame | Olivier Fourdan | 2007-06-11 | 1 | -4/+22 |
* | Try to make things less confusing | Olivier Fourdan | 2007-06-03 | 1 | -2/+2 |
* | Add resize from top of window, based on a patch by Phil Vandry <vandry@tzone.... | Olivier Fourdan | 2007-06-02 | 1 | -1/+35 |
* | Cleanup | Olivier Fourdan | 2007-05-09 | 1 | -2/+2 |
* | Add support for shape input with XShape extension 1.1 (Bug #3092) | Olivier Fourdan | 2007-04-02 | 1 | -0/+1 |
* | Fix build with -Werror, remove some useless #includes and add some others (ac... | Olivier Fourdan | 2006-12-13 | 1 | -3/+1 |
* | Use timestamp provided by NET_ACTIVE_WINDOW and NET_CURRENT_DESKTOP messages ... | Olivier Fourdan | 2006-12-13 | 1 | -0/+2 |
* | Add some internal flags and comments in compositor to help reading the code | Olivier Fourdan | 2006-11-30 | 1 | -0/+1 |
* | Use X server time to restore focus when sent to the root window (bug #2472), ... | Olivier Fourdan | 2006-11-04 | 1 | -43/+47 |
* | Add support to NET_WM_MOVERESIZE | Olivier Fourdan | 2006-11-01 | 1 | -0/+15 |
* | Add support for XSync protocol. | Olivier Fourdan | 2006-11-01 | 1 | -45/+60 |
* | Code cleanup to ease future mantainance. | Olivier Fourdan | 2006-10-13 | 1 | -16/+27 |
* | Set focus flag on windows initially mapped on other desktops | Olivier Fourdan | 2006-09-11 | 1 | -26/+26 |
* | Get rid of pixmap caching of frame components, it saves quite a lot of xserve... | Olivier Fourdan | 2006-08-19 | 1 | -1/+0 |
* | Add Xutil.h include for Solaris, add new option for overlay unredirection, do... | Olivier Fourdan | 2006-08-15 | 1 | -0/+1 |
* | Not sure why the tab window sometimes misses the key release. | Olivier Fourdan | 2006-07-08 | 1 | -1/+1 |
* | Allow enabling/disabling of compositing on the fly from the WM tweaks plugin,... | Olivier Fourdan | 2006-07-02 | 1 | -0/+1 |
* | Add support for opacity lock (patch from Darren Salt <linux@youmustbejoking.d... | Olivier Fourdan | 2006-06-28 | 1 | -0/+1 |
* | Finish rework of the compositor, which should fix quite few bugs and improve ... | Olivier Fourdan | 2006-06-14 | 1 | -0/+15 |
* | Small code reorg. | Olivier Fourdan | 2006-06-05 | 1 | -0/+1 |
* | Create _MOTIF_WM_INFO from the WM to make rxvt-unicode happy and not use over... | Olivier Fourdan | 2006-06-03 | 1 | -0/+1 |
* | Refactoring, allowing to close session the close window shortcut (fixes bug #... | Olivier Fourdan | 2006-05-20 | 1 | -0/+5 |
* | Some cleanup in headers vs. functions used. | Olivier Fourdan | 2006-05-06 | 1 | -1/+0 |
* | Refactoring and small cleanup. | Olivier Fourdan | 2006-05-04 | 1 | -1/+1 |
* | Use a separate implementation from libxfcegui4 for gtk style and event filter... | Olivier Fourdan | 2006-05-03 | 1 | -1/+3 |
* | Add host name on windows running on remote hosts (ala metacity), prevent wind... | Olivier Fourdan | 2006-04-19 | 1 | -0/+2 |
* | If no compositor options is passed, check for older X.org versions and also c... | Olivier Fourdan | 2006-03-31 | 1 | -0/+2 |
* | Disable KDE systray proxy in xfwm4 as KDE now supports standard systray | Olivier Fourdan | 2006-02-25 | 1 | -0/+2 |
* | Update copyright date and add properties | Olivier Fourdan | 2006-02-18 | 1 | -1/+1 |
* | The code is there, add prototype | Olivier Fourdan | 2005-10-03 | 1 | -0/+1 |
* | Fix typo, use COMPOSITING_MANAGER instead of CLIPBOARD_MANAGER, move atom_nam... | Olivier Fourdan | 2005-09-18 | 1 | -92/+94 |
* | Add new atom | Olivier Fourdan | 2005-09-18 | 1 | -90/+91 |