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