summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for NET_MOVERESIZE_WINDOWOlivier Fourdan2008-10-196-0/+39
* Add routine to get the name of a given atom, add client windows to save set t...Olivier Fourdan2008-10-186-17/+55
* Add support for restart style SmRestartImmediately now that xfce4-session sup...Olivier Fourdan2008-10-172-1/+7
* * settings-dialogs/Makefile.am: Include monitor-icon.h, Olivier Fourdan2008-10-143-4/+8
* Improve centering of windows with Xinerama.Olivier Fourdan2008-10-131-5/+27
* Clear partial maximization upon moveOlivier Fourdan2008-10-091-0/+7
* Rework visual depth selection of the frame window (Bug #4452)Olivier Fourdan2008-10-071-10/+8
* Add new user option to set/unset repeat blinking of urgent windows (Bug #4440)Olivier Fourdan2008-10-073-3/+30
* Make shadow opacity configurable (bug #4447)Olivier Fourdan2008-10-063-18/+14
* Small refactoring of the source, use the term withdraw instead of hide to avo...Olivier Fourdan2008-10-054-18/+18
* Rework the blinking of windows to make it less boring and hopefully more noti...Olivier Fourdan2008-10-032-4/+25
* Fix compiler warningsStephan Arts2008-10-033-6/+4
* Make wire frame while cycling user configurable (Bug #4443)Olivier Fourdan2008-10-033-6/+24
* Loosen the rule that prevents an application from iconifying itself when skip...Olivier Fourdan2008-10-021-1/+1
* Fix NET_WM_STATE claiming maximization vertical and horizontal even if only h...Olivier Fourdan2008-09-302-7/+7
* Give credit to metacity implementation, add svn:keywords propertyOlivier Fourdan2008-09-302-2/+2
* Make sure the passed timestamp is not zeroOlivier Fourdan2008-09-301-3/+11
* Improve dialogOlivier Fourdan2008-09-291-0/+2
* Add dialog (not finished yet)Olivier Fourdan2008-09-296-17/+212
* Reorder NET_WM_STATE update statusOlivier Fourdan2008-09-293-24/+18
* Fix name change broken by one of last commitsOlivier Fourdan2008-09-281-16/+15
* Fix ping/pongOlivier Fourdan2008-09-255-13/+40
* Kill client who do not reply a ping message - TODO: Implement a helper applic...Olivier Fourdan2008-09-255-46/+114
* Implement NET_WM_PING protocolOlivier Fourdan2008-09-247-2/+99
* Add support for NET_WM_PID to be able to kill apps (when not responding to NE...Olivier Fourdan2008-09-227-38/+19
* Add the new supported atoms to the listOlivier Fourdan2008-09-161-2/+23
* Do not change windows list order when showing desktopOlivier Fourdan2008-09-121-1/+4
* Add warnings when auto-maximizing a windowOlivier Fourdan2008-09-111-0/+6
* Revert to the previous behaviour, do not allocate extents if the window is no...Olivier Fourdan2008-09-101-22/+30
* Various small changes for win resize, do not automaximize undecorated windowsOlivier Fourdan2008-08-243-9/+12
* Fix make distcheckStephan Arts2008-08-172-1/+2
* Rework the resize of windows to avoid hidden portions to become visible, add ...Olivier Fourdan2008-08-154-9/+47
* Fix XSync (apparently broken since the beginning), rework window resize, rewo...Olivier Fourdan2008-08-146-121/+115
* Adjust values of adaptative timeoutOlivier Fourdan2008-08-091-3/+3
* Compositor: Implement some sort of an adaptative timeout mechanism.Olivier Fourdan2008-08-092-18/+42
* Compositor: remove idle repaint, use only the timeout repaint (should help iw...Olivier Fourdan2008-08-093-78/+56
* Merge work from Stephan Arts <stephan@xfce.org> (Bug #4065)Olivier Fourdan2008-08-0413-1083/+780
* Fix segfault introduced with latest commitOlivier Fourdan2008-07-211-4/+8
* Add support for EWMH 1.4 NET_WM_USER_TIME_WINDOW property, Olivier Fourdan2008-07-209-51/+127
* Set monitor when positionning menu (Bug #4162)Olivier Fourdan2008-07-071-0/+7
* Release events prior to opening the gtk menu to avoid a deadlockOlivier Fourdan2008-06-251-0/+1
* Rework the window menu, add more actions (above/normal/below, fullscreen/un-f...Olivier Fourdan2008-06-217-114/+141
* Make focused opacity more efficient (although much simpler, but I don't reall...Olivier Fourdan2008-06-194-12/+34
* Rework focus transitioningOlivier Fourdan2008-06-184-46/+64
* Small code reorgOlivier Fourdan2008-06-171-20/+22
* Remove workarounds for older bugs, fixes side effects with Tk apps stealing f...Olivier Fourdan2008-06-163-33/+0
* Use gdk/gtk+ callback mechanism to be notified of screen/monitor changes, add...Olivier Fourdan2008-06-151-54/+46
* Set focus to the fallback window when relying only on TakeFocus to avoid a ra...Olivier Fourdan2008-06-151-2/+8
* Move iconified windows to the end of the focus ring, improve focus managementOlivier Fourdan2008-06-058-26/+87
* CleanupOlivier Fourdan2008-06-033-42/+38