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