summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-02-07Avoid conflict with Animation by suppressing fading.Erkin Bahceci1-15/+43
2009-02-04Fix whitespace.Danny Baumann10-35/+34
2009-02-04Fix window resize validation. - Don't do any validation if window geometry wa...Danny Baumann1-5/+3
2009-02-04Only auto-maximize windows that have a title bar and are allowed to be maximi...Danny Baumann1-1/+6
2009-02-04Fix panel actions not being executed properly.Danny Baumann1-3/+7
2009-02-04Fix placement of windows that can't fit in workspace.David Reveman1-21/+17
2009-02-04Add Gnome compatibility plugin that receives key bindings only relevant for G...Danny Baumann2-0/+343
2009-02-04Added commands plugin which provides bindings for arbitrary commands.Danny Baumann2-0/+355
2009-01-06Make sure we never decorate desktop and dock windows.Danny Baumann1-0/+3
2009-01-02Apply fixed placement rules even for unmovable windows.Danny Baumann1-5/+8
2008-12-18Set PAINT_WINDOW_TRANSLUCENT_MASK when modifying opacity.Danny Baumann1-0/+3
2008-11-26Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann3-1214/+9
2008-11-26Try to keep windows on their viewports on screen size changes.Danny Baumann1-0/+95
2008-11-23Screens are not necessarily initialized at InitDisplay time.Danny Baumann1-8/+9
2008-11-23Remove zoom plugin, this is replaced by Enhanced Zoom in Compiz FusionKristian Lyngstol2-1206/+0
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