summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-17Add NEWS entry and bump version for 0.7.8 release.compiz-0.7.8Danny Baumann2-1/+27
2008-09-17Make sure kwinadaptor.h is built before it's used in the source.Danny Baumann1-5/+6
2008-09-17Create compiz.pot file correctly.Dennis Kasprzyk1-1/+1
2008-09-17Don't distribute autogenerated files.Dennis Kasprzyk5-14/+12
2008-09-15Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann57-4238/+4200
2008-09-15Set window class and name on switcher window.Danny Baumann1-1/+5
2008-09-15Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann56-4236/+4175
2008-09-15Use timer to start decorator.Danny Baumann1-2/+25
2008-09-15l10n updatesC-F Language team56-4236/+4175
2008-09-14Use pendingMaps variable to set w->managed on MapNotify.Danny Baumann1-1/+1
2008-09-14Revert "Put switcher window to correct stack position on map."Danny Baumann1-10/+0
2008-09-14Only decrement pendingMaps variable when there are actually pending maps.Danny Baumann1-1/+2
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-12Fix warning.Danny Baumann1-2/+1
2008-09-12Cleanup: pass button and key events directly (instead of generic XEvent) into...Danny Baumann1-34/+37
2008-09-12Call terminate function also for bindings without modifiers.Danny Baumann1-18/+24
2008-09-10Improved handling of the "process killer" process.Dennis Kasprzyk2-27/+21
2008-09-09Don't focus default window if viewport change was initiated due to window act...Danny Baumann1-5/+13
2008-09-09When the startup ID of a window changes, move it to current viewport instead ...Danny Baumann1-7/+10
2008-09-08On startup ID changes, overwrite the initial viewport with the viewport the w...Danny Baumann1-1/+10
2008-09-08Activate window (if allowed) when its startup ID changes.Danny Baumann3-11/+45
2008-09-03Make sure RGBA matching is always present for shadows.Danny Baumann2-2/+34
2008-09-03Replace hardcoded disabling of shadows for RGBA windows by metadata option.Danny Baumann2-2/+2
2008-09-03Add support for matching a window's alpha channel availability.Danny Baumann1-0/+14
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 Baumann59-1309/+1353
2008-09-01Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann56-1225/+1203
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-31Fix memory leak.Danny Baumann1-24/+27
2008-08-30l10n updatesC-F Language team56-1225/+1203
2008-08-28Made logMessage a wrappable core (instead of display) function.Danny Baumann21-119/+114
2008-08-28Improve focus stealing prevention.Danny Baumann3-8/+25
2008-08-27Allow mouse initiated resize not only in the 4 corner, but in all directions.Danny Baumann1-6/+20
2008-08-21Limit number of damage rects in one screen repaint.Danny Baumann1-0/+7
2008-08-18Replace return to exit loop by break.Danny Baumann1-4/+9
2008-08-18Fix fade in effect.Danny Baumann1-1/+2
2008-08-14Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-2/+3
2008-08-14Bump core_ABIVERSION.Danny Baumann1-1/+1
2008-08-14Pass client type of _NET_MOVERESIZE_WINDOW message sender to validate function.Danny Baumann4-10/+22
2008-08-14Add definitions for EWMH source indication values.Danny Baumann3-4/+9
2008-08-13Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann2-11/+15
2008-08-13On selected window changes, always clear out label first to make sure a text-...Danny Baumann1-2/+3
2008-08-13Added support for _NET_WM_MOVERESIZE_CANCEL.Danny Baumann3-0/+31
2008-08-08Don't use window found previously.Danny Baumann1-5/+7
2008-08-08Optimization.Danny Baumann1-7/+15
2008-08-08Try to find the window under the pointer through the server if d->below is no...Danny Baumann1-0/+17
2008-08-08We now have the CompScreen variable at the right time, use it.Danny Baumann1-1/+1