summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Don't try to place windows over unmanaged parents.Danny Baumann1-3/+3
2008-11-04Enforce 'toggle' mode for key bindings without modifiers. Rationale is that '...Danny Baumann1-34/+30
2008-10-17Raise window on move/resize initiation in raise-on-click mode.Danny Baumann2-0/+8
2008-10-17Fix typo.Danny Baumann1-2/+2
2008-10-15We have 5 options, not 4.Danny Baumann1-1/+1
2008-10-08Drop type check in resize validation function.Danny Baumann1-6/+0
2008-10-07Added options for making scale's key and button bindings adding as toggle swi...Danny Baumann1-12/+46
2008-10-07Consume X key press event for arrow key presses in scale mode. That makes sur...Danny Baumann1-3/+19
2008-10-06Validate size before placing and make sure the size validation function only ...Danny Baumann1-13/+21
2008-09-29Make sure window decorations aren't hidden under panels during placement.Danny Baumann1-2/+16
2008-09-25[PATCH] Don't damage window region on minimize/shade ending.Erkin Bahceci1-0/+15
2008-09-17Update switcher window internal state on map.Danny Baumann1-0/+17
2008-09-17Fix a number of potential memleaks in XGetWindowProperty return value handling.Danny Baumann5-18/+27
2008-09-15Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-2/+25
2008-09-15Set window class and name on switcher window.Danny Baumann1-1/+5
2008-09-15Use timer to start decorator.Danny Baumann1-2/+25
2008-09-14Revert "Put switcher window to correct stack position on map."Danny Baumann1-10/+0
2008-09-12Put switcher window to correct stack position on map.Danny Baumann1-0/+10
2008-09-12Do not set PPosition without filling out position information.Danny Baumann1-1/+1
2008-09-09Don't focus default window if viewport change was initiated due to window act...Danny Baumann1-5/+13
2008-09-03Make sure RGBA matching is always present for shadows.Danny Baumann1-1/+33
2008-09-03Replace hardcoded disabling of shadows for RGBA windows by metadata option.Danny Baumann1-1/+1
2008-09-03There is no real reason to arbitrarily remove shadows on below state windows.Danny Baumann1-4/+0
2008-09-03Fix compLogMessage call.Danny Baumann1-1/+1
2008-09-01Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann2-60/+116
2008-08-31Make sure object paths are registered and unregistered only once.Danny Baumann1-39/+98
2008-08-31Core plugin is part of the normal plugin list, no need to register it explici...Danny Baumann1-17/+0
2008-08-28Made logMessage a wrappable core (instead of display) function.Danny Baumann10-41/+40
2008-08-27Allow mouse initiated resize not only in the 4 corner, but in all directions.Danny Baumann1-6/+20
2008-08-18Fix fade in effect.Danny Baumann1-1/+2
2008-08-14Pass client type of _NET_MOVERESIZE_WINDOW message sender to validate function.Danny Baumann1-2/+6
2008-08-13Added support for _NET_WM_MOVERESIZE_CANCEL.Danny Baumann2-0/+30
2008-07-31Added option for forcing windows with fixed placement to be constrained to th...Danny Baumann1-18/+35
2008-07-31Added comment why drawWindow instead of paintWindow is used.Danny Baumann1-0/+5
2008-07-29Remove arbitrary opacity fade slowdown for unknown windows.Danny Baumann1-5/+1
2008-07-29Simplify calculations.Danny Baumann1-20/+21
2008-07-28Added "Fade with constant total fade time" fade mode.Danny Baumann1-55/+146
2008-07-28Avoid unnecessary indirection and put customFactor and matchFactor directly i...Danny Baumann1-29/+22
2008-07-27Initialize match factor correctly on match changes.Danny Baumann1-1/+2
2008-07-27Don't touch paint modifiers directly.Danny Baumann1-36/+8
2008-07-27Added "obs" plugin that handles bindings and matches to adjust the default op...Danny Baumann2-0/+747
2008-07-25Made unresponsive window greyout configurable.Danny Baumann1-9/+22
2008-07-25Move unresponding window greyout to fade plugin.Danny Baumann1-16/+41
2008-07-18Initialize option value correctly.Danny Baumann1-0/+2
2008-07-03Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-10/+11
2008-07-03Allow terminating scale mode while entering.Erkin Bahceci1-4/+4
2008-06-25Revert "Don't focus default window when rotating due to window activation."Danny Baumann1-10/+11
2008-06-25Add missing glib includes.Danny Baumann1-0/+1
2008-06-19Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann8-17/+20
2008-06-19Don't focus default window when rotating due to window activation.Danny Baumann1-11/+10