summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-04-02Post release version increment.compiz-0.4David Reveman1-1/+1
2007-04-02Bump version.compiz-0.4.0David Reveman1-1/+1
2007-04-02Add NEWS entry for 0.4 release.David Reveman1-0/+16
2007-04-01make update-poDavid Reveman53-22313/+22962
2007-04-01Add more translations.David Reveman41-1/+73581
2007-04-01Update translations.David Reveman13-7689/+15159
2007-04-01Make sure that widget or children isn't 0.David Reveman1-10/+19
2007-04-01Adjust metacity border region code so it matches latest version ofDavid Reveman1-4/+5
2007-04-01Added Erkin to AUTHORS fileMike Dransfield1-0/+1
2007-04-01Fix for negative float option valuesErkin Bahceci1-1/+2
2007-03-15Only allow move with window when we're currently not moving.David Reveman1-7/+10
2007-03-15Don't index past the end of the array.David Reveman1-1/+0
2007-03-15Place windows with an invalid desktop number on current desktopDavid Reveman1-14/+19
2007-03-15Respect allowed actions hint.Cedric1-3/+12
2007-03-11Check for sync alarm notify after core handleEvent functionDavid Reveman1-13/+13
2007-03-11Show whether inotify plugin will be compiled or not at theDavid Reveman1-0/+1
2007-03-11Create a pango layout for when drawing default decorations. MakesDavid Reveman1-0/+4
2007-03-11Set up clip planes so we're clipping to the region extents. MakesDavid Reveman1-8/+20
2007-03-09Call repaint to make sure decorations are updated properly whenDavid Reveman1-5/+2
2007-03-09Some themes update the layout when the borders function is calledDavid Reveman1-0/+1
2007-03-08Rewrite restackWindowBelow. The old implementation was broken asDavid Reveman1-4/+21
2007-03-08Use findTopLevelWindowAtDisplay when receiving FocusIn eventsDavid Reveman1-1/+1
2007-03-02Regen compiz.schemas.in.David Reveman1-0/+921
2007-03-01Make addWindowSizeChanges use new window geometry for viewport and outputDavid Reveman1-2/+13
2007-03-01Move defaultViewportForWindow and outputDeviceForWindow implementationDavid Reveman3-42/+106
2007-03-01Add fadeOut variable to keep track of windows that fade out.David Reveman1-1/+9
2007-03-01Make sure we set state to Normal again when window is mapped.David Reveman1-0/+2
2007-03-01Make sure mBorder gets initialized.David Reveman1-0/+2
2007-03-01Set a top anchor when resizing a wobbly window.David Reveman1-1/+28
2007-03-01Read current window position properly.David Reveman1-2/+2
2007-03-01Don't end zoom animation so quickly.David Reveman1-2/+2
2007-03-01Perform zoom effect by translating screen instead of windows.David Reveman1-29/+39
2007-03-01Only draw top/bottom face after clearing screen.David Reveman1-2/+4
2007-03-01Make sure we don't clear an output more than once per screen updated.David Reveman1-14/+25
2007-03-01No need to clear the stencil buffer.David Reveman1-8/+1
2007-03-01Fix another typo in 4xBilinear filter. Offset parameter should beDavid Reveman1-2/+2
2007-03-01Fix typo in 4xBilinear filter code.David Reveman1-1/+1
2007-03-01Enable the code in the placement plugin that maximize windows when theyDavid Reveman1-12/+6
2007-03-01Do not modify window paint struct, use destroyCnt unmapCnt instead.David Reveman1-17/+13
2007-03-01Add bindFailed variable to CompWindow struct so we can handle casesDavid Reveman6-17/+19
2007-03-01Check for pending maps when trying to hide a window.David Reveman1-1/+1
2007-03-01Do not change input focus when EnterNotify event is generated fromDavid Reveman1-0/+1
2007-03-01Fix active window tracking. We're always setting the active windowDavid Reveman4-115/+79
2007-03-01Reset rotation correctly when we receive a client message thatDavid Reveman1-1/+5
2007-02-26Add translucent flag properly.Bellegarde Cedric1-0/+3
2007-02-26Regen compiz.schemas.in.David Reveman1-932/+35
2007-02-26Avoid using glPushAttrib. It's usually bad to use glPushAttrib as weDavid Reveman1-7/+3
2007-02-26Only create the gaussian kernel once and not everytime we draw.David Reveman1-58/+28
2007-02-26Add sat variable when saturation is used.David Reveman1-0/+3
2007-02-26Make saturation an integer option and remove blur from its name.David Reveman1-20/+17