| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not cancel pending focus transition and use actual meaningful timestamp to... | Olivier Fourdan | 2012-01-16 | 1 | -1/+2 |
* | Remove the mouse button grab/ungrab that was introduced to fix an issue with ... | Olivier Fourdan | 2011-12-12 | 1 | -3/+0 |
* | Update copyright year. | Olivier Fourdan | 2011-01-05 | 1 | -1/+1 |
* | Mass update: Update (c) year | Olivier Fourdan | 2010-12-16 | 1 | -1/+1 |
* | Simplify the tabwin/cycle code, | Olivier Fourdan | 2009-09-10 | 1 | -1/+1 |
* | Add new keyboard shortcut to switch between windows of the same application, ... | Olivier Fourdan | 2009-09-09 | 1 | -4/+7 |
* | * src/*.c, src/*.h: Update year. | Olivier Fourdan | 2009-01-18 | 1 | -1/+1 |
* | * src/focus.c, src/focus.h: Only focus the fallback window when | Olivier Fourdan | 2008-11-27 | 1 | -0/+1 |
* | * src/client.c, src/client.h, src/display.c, src/display.h, | Olivier Fourdan | 2008-10-22 | 1 | -2/+2 |
* | Move iconified windows to the end of the focus ring, improve focus management | Olivier Fourdan | 2008-06-05 | 1 | -1/+2 |
* | Update FSF address | Olivier Fourdan | 2008-05-31 | 1 | -2/+4 |
* | Rework a bit the code for hilight and frame drawing | Olivier Fourdan | 2007-06-12 | 1 | -1/+1 |
* | Cleanup | Olivier Fourdan | 2007-05-09 | 1 | -15/+13 |
* | Remove roundtrip | Olivier Fourdan | 2007-03-10 | 1 | -2/+2 |
* | Rework delayed focus | Olivier Fourdan | 2007-03-08 | 1 | -0/+4 |
* | Fix user focus timetamp being falsely reset to 0 causing some windows to be s... | Olivier Fourdan | 2006-12-14 | 1 | -4/+2 |
* | Fix build with -Werror, remove some useless #includes and add some others (ac... | Olivier Fourdan | 2006-12-13 | 1 | -3/+2 |
* | Use timestamp provided by NET_ACTIVE_WINDOW and NET_CURRENT_DESKTOP messages ... | Olivier Fourdan | 2006-12-13 | 1 | -3/+6 |
* | Improve focus stealing prevention. | Olivier Fourdan | 2006-12-06 | 1 | -0/+2 |
* | Small code reorg, disable raising of windows when on FocusIn event. | Olivier Fourdan | 2006-11-24 | 1 | -1/+2 |
* | Fix focus transitionning to root taking into account the pending focus too, s... | Olivier Fourdan | 2006-11-07 | 1 | -1/+2 |
* | Use X server time to restore focus when sent to the root window (bug #2472), ... | Olivier Fourdan | 2006-11-04 | 1 | -20/+34 |
* | Set focus flag on windows initially mapped on other desktops | Olivier Fourdan | 2006-09-11 | 1 | -5/+6 |
* | Update copyright date and add properties | Olivier Fourdan | 2006-02-18 | 1 | -1/+1 |
* | Add support for stacking sibling, do not place windows on top of stack when b... | Olivier Fourdan | 2005-09-26 | 1 | -1/+1 |
* | Update dates | Olivier Fourdan | 2005-06-20 | 1 | -1/+1 |
* | Ungrab keys on on client window when unframing as spotted by Jochen Baier <Jo... | Olivier Fourdan | 2004-12-14 | 1 | -2/+2 |
* | Implement a more solid imechanism for grabbing/ungrabbing mouse buttons. | Olivier Fourdan | 2004-12-05 | 1 | -0/+3 |
* | Raise window on any mouse button click (fixes big #442) - Use the hidden opti... | Olivier Fourdan | 2004-11-02 | 1 | -3/+3 |
* | Add CVS Id, like Jasper does with the panel. | Olivier Fourdan | 2004-08-22 | 1 | -1/+2 |
* | Fix remaining theme bugs, | Olivier Fourdan | 2004-08-17 | 1 | -1/+1 |
* | Play with focus transition for bug 0000218 | Olivier Fourdan | 2004-06-19 | 1 | -1/+1 |
* | Add multiscreen support. | Olivier Fourdan | 2004-06-15 | 1 | -4/+4 |
* | Change internals to prepare multi-screen (not quite there yet) | Olivier Fourdan | 2004-06-04 | 1 | -6/+7 |
* | - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliant | Olivier Fourdan | 2004-05-30 | 1 | -18/+18 |
* | Use timestamp to avoid race cond when switching focus too quickly. | Olivier Fourdan | 2004-05-15 | 1 | -1/+4 |
* | Get rid of out own Xinerama impl. and use GdkScreen routines instead (that fi... | Olivier Fourdan | 2004-05-13 | 1 | -12/+12 |
* | Now with focus transition | Olivier Fourdan | 2004-05-11 | 1 | -1/+1 |
* | Huge code reorg., add preliminary support for partial struts; it still needs ... | Olivier Fourdan | 2004-05-09 | 1 | -0/+51 |