| Commit message (Expand) | Author | Age | Files | Lines |
* | Be more permissive toward stick/unstick (bug #2735) | Olivier Fourdan | 2007-01-10 | 1 | -6/+4 |
* | Rework grab release (trying to fix bug #2694) | Olivier Fourdan | 2007-01-07 | 1 | -1/+1 |
* | Apply NET_WM_STATE_DEMANDS_ATTENTION changes (otherwise it breaks xfwm4 deman... | Olivier Fourdan | 2007-01-02 | 1 | -7/+13 |
* | Do not apply NET_WM_STATE_DEMANDS_ATTENTION if client is already focused, as ... | Olivier Fourdan | 2006-12-30 | 1 | -1/+4 |
* | Forgot to update the NET_WM_STATE when the client requests an update of NET_W... | Olivier Fourdan | 2006-12-23 | 1 | -17/+20 |
* | Be a lot more paranoid about what broken apps set as struts. | Olivier Fourdan | 2006-12-05 | 1 | -10/+84 |
* | Use X server time to restore focus when sent to the root window (bug #2472), ... | Olivier Fourdan | 2006-11-04 | 1 | -4/+4 |
* | Reuse same event. | Olivier Fourdan | 2006-11-02 | 1 | -18/+19 |
* | Add support to NET_WM_MOVERESIZE | Olivier Fourdan | 2006-11-01 | 1 | -3/+132 |
* | This fixes several focus issues for me, but since focus is a sensitive beast,... | Olivier Fourdan | 2006-10-29 | 1 | -2/+7 |
* | Set focus flag on windows initially mapped on other desktops | Olivier Fourdan | 2006-09-11 | 1 | -33/+33 |
* | Restore the compositorDamageWindow() hook, use it when the NET_WM_STATE_BELOW... | Olivier Fourdan | 2006-08-24 | 1 | -6/+10 |
* | Fix frame repaint error caused by the removal of pixmap caching (Bug #2202), ... | Olivier Fourdan | 2006-08-21 | 1 | -3/+3 |
* | Plug a few leaks | Olivier Fourdan | 2006-08-19 | 1 | -2/+5 |
* | Change to maintain and use our own copy of the screen size, code cleanup. | Olivier Fourdan | 2006-06-25 | 1 | -2/+2 |
* | Code cleanup. | Olivier Fourdan | 2006-05-15 | 1 | -29/+34 |
* | Some cleanup in headers vs. functions used. | Olivier Fourdan | 2006-05-06 | 1 | -1/+0 |
* | Force skip taskbar and skip pager property on some known windows types. | Olivier Fourdan | 2006-03-10 | 1 | -0/+8 |
* | Update copyright date and add properties | Olivier Fourdan | 2006-02-18 | 1 | -1/+1 |
* | Stacking bug introduced by the fix for transients | Olivier Fourdan | 2005-11-07 | 1 | -9/+2 |
* | Be more permissive with above/below states for transients (fixes Bug #1207) | Olivier Fourdan | 2005-11-03 | 1 | -3/+3 |
* | Fix startup notification properties not being applied | Olivier Fourdan | 2005-06-22 | 1 | -1/+2 |
* | Update dates | Olivier Fourdan | 2005-06-20 | 1 | -1/+1 |
* | Rework the restore-on-move patch so that it doesn't flicker and it works is a... | Olivier Fourdan | 2005-04-15 | 1 | -3/+3 |
* | Don't focus the window on top of stack as fallback on workspace switch, fixes... | Olivier Fourdan | 2005-04-10 | 1 | -0/+1 |
* | Force frame redraw when switching back from fullscreen to avoid cache mismatch. | Olivier Fourdan | 2005-02-20 | 1 | -1/+1 |
* | Implements our own grab functions. | Olivier Fourdan | 2005-02-12 | 1 | -3/+2 |
* | Set up a work arround for apps misusing MODAL state (bug #619) | Olivier Fourdan | 2004-12-30 | 1 | -5/+0 |
* | Don't treat utility windows deiiferently, | Olivier Fourdan | 2004-12-30 | 1 | -2/+0 |
* | Huge rework of the way atoms are managed internally. | Olivier Fourdan | 2004-11-23 | 1 | -170/+178 |
* | Fix focus oddities (See bug #502) | Olivier Fourdan | 2004-11-20 | 1 | -2/+2 |
* | Revert: Treat dialogs that don't set their transient_for as transients for gr... | Olivier Fourdan | 2004-11-03 | 1 | -4/+0 |
* | Fix bug #434 (xfwm4 segfaults if window menu open and window is unmapped) | Olivier Fourdan | 2004-11-01 | 1 | -0/+4 |
* | Replace gdk_screen_get_monitor_at_point () with our own implementation. | Olivier Fourdan | 2004-10-17 | 1 | -1/+1 |
* | Improve handling of transients/modals which aren't tied to a parent window. | Olivier Fourdan | 2004-10-08 | 1 | -6/+5 |
* | Reorg internal flags, | Olivier Fourdan | 2004-08-28 | 1 | -39/+65 |
* | Revert removal of HIDDEN state | Olivier Fourdan | 2004-08-24 | 1 | -18/+23 |
* | Try to stick to the standard. | Olivier Fourdan | 2004-08-24 | 1 | -6/+1 |
* | Fix NET_WM_STATE bug with SM. | Olivier Fourdan | 2004-08-23 | 1 | -30/+51 |
* | Add CVS Id, like Jasper does with the panel. | Olivier Fourdan | 2004-08-22 | 1 | -1/+2 |
* | Resync with repository, most notably: | Olivier Fourdan | 2004-08-15 | 1 | -3/+3 |
* | Expand sources | Olivier Fourdan | 2004-07-06 | 1 | -9/+9 |
* | Fix frame update when an app changes its own state to modal | Olivier Fourdan | 2004-06-30 | 1 | -0/+1 |
* | Add a key shortcut to toggle fullscreen; Default key is "Alt+F11" | Olivier Fourdan | 2004-06-24 | 1 | -3/+9 |
* | Play with focus transition for bug 0000218 | Olivier Fourdan | 2004-06-19 | 1 | -1/+1 |
* | Add multiscreen support. | Olivier Fourdan | 2004-06-15 | 1 | -31/+37 |
* | Change internals to prepare multi-screen (not quite there yet) | Olivier Fourdan | 2004-06-04 | 1 | -28/+26 |
* | - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliant | Olivier Fourdan | 2004-05-30 | 1 | -24/+24 |
* | Use timestamp to avoid race cond when switching focus too quickly. | Olivier Fourdan | 2004-05-15 | 1 | -4/+4 |
* | Fix some compiler warnings and get rid of a bunch of deprecated calls | Olivier Fourdan | 2004-05-14 | 1 | -2/+1 |