summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-10-06Correct handling of grab window in case it is destroyed.Danny Baumann1-2/+7
2007-10-01Focus default window after switching viewports.Danny Baumann1-0/+1
2007-09-27Fix full window frame being painted once after shading.Danny Baumann1-2/+8
2007-09-26Update decoration with a timer after resize.Danny Baumann1-2/+24
2007-09-24Make sure that everything is painted, if another plugin requests it.Dennis Kasprzyk1-6/+6
2007-09-24Make sure the position is randomized only for windows that are smaller than t...Danny Baumann1-3/+12
2007-09-22Minor beautification.Danny Baumann1-1/+1
2007-09-22Added paintAllViewports variable.Danny Baumann1-3/+6
2007-09-22Added CubePostPaintViewportProc.Danny Baumann1-5/+23
2007-09-21Use matrixTranslate instead of ScreenPaintAttrib.Danny Baumann1-6/+16
2007-09-21Use matrixTranslate instead of ScreenPaintAttrib.Danny Baumann1-11/+15
2007-09-21Don't wrap into functions when not needed.Danny Baumann1-31/+0
2007-09-20Fix whitespacing.Danny Baumann1-3/+3
2007-09-20Replace strndup with malloc and strncpy. FreeBSD doesn't support strndup.Robert Noland1-4/+18
2007-09-20Only apply clipping planes when the cube is actually rotated.Danny Baumann1-30/+38
2007-09-17Use current viewport for skydome rotation calculation.Dennis Kasprzyk1-2/+3
2007-09-17Wrap enableOutputClipping to set correct clipping of the cube faces.Dennis Kasprzyk1-0/+47
2007-09-17Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-30/+38
2007-09-17Include compiz-core.h before Xrender.h because newer versions of Xrender head...Danny Baumann1-2/+2
2007-09-16Formatting fix.Danny Baumann1-3/+2
2007-09-16Only copy structures when needed.Danny Baumann1-6/+15
2007-09-16Whitespace and formatting improvements.Danny Baumann1-21/+21
2007-09-14Revert "Handle MapRequest event after core so that decorWindowUpdate sees win...Danny Baumann1-5/+5
2007-09-11Handle MapRequest event after core so that decorWindowUpdate sees window type...Danny Baumann1-5/+5
2007-09-10Use normal mode for maximized windows.Danny Baumann1-13/+23
2007-09-10Revert "Check d->base.parent to see if the object is properly"David Reveman1-2/+13
2007-09-09Properly remove window decorations on plugin unload.Danny Baumann1-0/+3
2007-09-07Free core private index, not display private index.Danny Baumann1-1/+1
2007-09-06Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizDavid Reveman3-39/+53
2007-09-06Check return status of dbus_message_iter_open_container.David Reveman1-2/+4
2007-09-06mods is useless or "modifiers" will not workRoland Baer1-3/+0
2007-09-06Fix memory leaks and clean up properly in gconf plugin.David Reveman1-5/+19
2007-09-06Check d->base.parent to see if the object is properlyDavid Reveman1-13/+2
2007-09-06Cleanup file watches properly.David Reveman1-0/+5
2007-09-06Free cs->vertices.David Reveman1-0/+3
2007-09-06Unwrap setOptionForPlugin function.David Reveman1-0/+1
2007-09-06Unwrap setOptionForPlugin function.David Reveman1-0/+1
2007-09-06Free window private index.David Reveman1-0/+2
2007-09-05Only call matchExpHandlerChanged if display has not beenDavid Reveman1-1/+2
2007-09-05Have blur plugin hook into objectAdd instead of windowAdd.David Reveman1-21/+76
2007-09-05Free core private index in decorFini and not the displayDavid Reveman1-1/+1
2007-09-05Call decorWindowAdd instead of decorWindowUpdate directly.David Reveman1-2/+2
2007-09-05Use objectAdd/Remove interface instead of old WindowAdd/RemoveDavid Reveman1-22/+24
2007-09-05Hook into objectAdd and objectRemove functions.David Reveman1-7/+81
2007-09-05Make decoration plugin hook into windowRemoveNotify andDavid Reveman1-3/+16
2007-09-05Remove compDisplays variable and add comments to codeDavid Reveman4-66/+52
2007-09-04Add support for any kind of object type to gconf plugin.David Reveman1-79/+67
2007-09-04Add support for any kind of object type to kconfig plugin.David Reveman1-19/+32
2007-09-04Cleanup dbus plugin.David Reveman1-22/+4
2007-09-04Allow key and button options in objects that are descendantsDavid Reveman2-2/+14