| Commit message (Expand) | Author | Age | Files | Lines |
* | Add window operations menu shortcut - 2 strings were added and need translations | Olivier Fourdan | 2006-10-09 | 4 | -124/+150 |
* | Fix CompositeRedirectAutomatic | Olivier Fourdan | 2006-10-07 | 1 | -5/+9 |
* | Fix wrong reordering of key constants using alphabetical order | Olivier Fourdan | 2006-10-07 | 1 | -22/+22 |
* | Improve unreparenting windows with Xorg <= 7.0 | Olivier Fourdan | 2006-10-07 | 1 | -3/+12 |
* | Remove work around for unmap/map notifies on CompositeUnredirectWindow() beca... | Olivier Fourdan | 2006-10-07 | 1 | -10/+0 |
* | Trivial trace message | Olivier Fourdan | 2006-10-05 | 1 | -1/+1 |
* | Improve unredirection vs. map/unmap | Olivier Fourdan | 2006-10-05 | 1 | -8/+1 |
* | Init ignore_unmaps to 0 instead of 1 at first unredirect, it seems to make mo... | Olivier Fourdan | 2006-10-04 | 1 | -6/+8 |
* | Various optimizations: Do not draw wire frame when cycling is over, do not re... | Olivier Fourdan | 2006-10-03 | 1 | -9/+12 |
* | Remove dependency on micro version, rework error handling in pixbuf loading, ... | Olivier Fourdan | 2006-10-02 | 6 | -89/+117 |
* | Fix restore of original size/position of maximized windows restored by sessio... | Olivier Fourdan | 2006-09-26 | 1 | -1/+1 |
* | Fix regression introduced with rev. 22806 (shaded windows should be moved on ... | Olivier Fourdan | 2006-09-19 | 2 | -4/+12 |
* | Move compositor specific code within proper #ifdef portion (bug #2335). | Olivier Fourdan | 2006-09-18 | 1 | -20/+19 |
* | Set focus flag on windows initially mapped on other desktops | Olivier Fourdan | 2006-09-11 | 62 | -1265/+1294 |
* | Grab keys on root instead of each client window, that saves a *lot* of grabs,... | Olivier Fourdan | 2006-09-10 | 6 | -113/+76 |
* | Add option for borderless maximize to WM tweak plugin, optimize repaint and r... | Olivier Fourdan | 2006-09-04 | 3 | -10/+43 |
* | Add hidden option to show/hide border on maximized windows (bug #2257) | Olivier Fourdan | 2006-09-03 | 5 | -34/+73 |
* | Fix compiler warning | Olivier Fourdan | 2006-08-30 | 2 | -4/+4 |
* | Add support for newest _NET_WM_CM_S<n> property used by gdk_screen_is_compos... | Olivier Fourdan | 2006-08-30 | 4 | -14/+41 |
* | Improve focus passing | Olivier Fourdan | 2006-08-30 | 2 | -4/+3 |
* | Reverting the removal of window size/position indicator | Olivier Fourdan | 2006-08-30 | 1 | -8/+4 |
* | Improve window placement after workspace switch using keyboard. | Olivier Fourdan | 2006-08-30 | 1 | -4/+4 |
* | Do not show window size/position when not showing content as the server is gr... | Olivier Fourdan | 2006-08-29 | 2 | -32/+73 |
* | Pass focus to window on top of stack when lowering the focused window | Olivier Fourdan | 2006-08-29 | 1 | -1/+4 |
* | Restore the compositorDamageWindow() hook, use it when the NET_WM_STATE_BELOW... | Olivier Fourdan | 2006-08-24 | 3 | -17/+61 |
* | (Old svn revision: 22860) | Olivier Fourdan | 2006-08-23 | 1 | -0/+1 |
* | Don't show shadow with fullscreen and windows that set the NET_WM_STATE_BELOW... | Olivier Fourdan | 2006-08-23 | 1 | -7/+8 |
* | Spot and fix an issue with stacking reordering. | Olivier Fourdan | 2006-08-23 | 3 | -26/+53 |
* | Improve the fix for themes which are missing the menu button. | Olivier Fourdan | 2006-08-21 | 2 | -0/+8 |
* | Fix frame repaint error caused by the removal of pixmap caching (Bug #2202), ... | Olivier Fourdan | 2006-08-21 | 7 | -107/+112 |
* | Get rid of pixmap caching of frame components, it saves quite a lot of xserve... | Olivier Fourdan | 2006-08-19 | 5 | -112/+63 |
* | Plug a few leaks | Olivier Fourdan | 2006-08-19 | 4 | -11/+8 |
* | Fix rendering speed issue reported from bug #2099 by reverting the use of cli... | Olivier Fourdan | 2006-08-17 | 1 | -75/+115 |
* | Unmap client window of shaded apps before reparenting | Olivier Fourdan | 2006-08-17 | 1 | -2/+1 |
* | Unmap the client window when shaded. Some apps want to be notified when the c... | Olivier Fourdan | 2006-08-16 | 4 | -21/+71 |
* | Should be enough to make sure grabs are really released (Bug #2136, #2146, po... | Olivier Fourdan | 2006-08-16 | 1 | -2/+2 |
* | Apply patch from Darren Salt <linux@youmustbejoking.demon.co.uk> focus transi... | Olivier Fourdan | 2006-08-15 | 1 | -4/+8 |
* | Add Xutil.h include for Solaris, add new option for overlay unredirection, do... | Olivier Fourdan | 2006-08-15 | 10 | -174/+206 |
* | Use event timestamp | Olivier Fourdan | 2006-07-20 | 1 | -3/+3 |
* | Update timestamp | Olivier Fourdan | 2006-07-18 | 1 | -3/+3 |
* | Rework maximization switches (bug #2047) | Olivier Fourdan | 2006-07-17 | 3 | -121/+137 |
* | Grab keys synchronously | Olivier Fourdan | 2006-07-17 | 2 | -9/+10 |
* | Fix maximized area computation (Bug #2044) | Olivier Fourdan | 2006-07-17 | 1 | -5/+14 |
* | Fix compilation warnings (patch from Nick Schermer <nickschermer@gmail.com>) | Olivier Fourdan | 2006-07-16 | 5 | -5/+10 |
* | Implement borderless full maximization (bug #1750) | Olivier Fourdan | 2006-07-16 | 5 | -122/+192 |
* | Fix composite redraw with XShape windows | Olivier Fourdan | 2006-07-16 | 1 | -2/+3 |
* | Fix a major issue with key/mouse grabs introduces in beta2, rework grabs and ... | Olivier Fourdan | 2006-07-12 | 1 | -19/+27 |
* | Make sure the icon selected in the tabwin matches the selected window in all ... | Olivier Fourdan | 2006-07-11 | 3 | -18/+18 |
* | Make sure the window pixmap is cleared out. | Olivier Fourdan | 2006-07-11 | 1 | -6/+6 |
* | Do NOT compress configure request events, it confuses the compositor and the ... | Olivier Fourdan | 2006-07-10 | 1 | -18/+0 |