summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2007-11-08Move restacking due to focus stealing prevention to updateWindowAttributes fu...Danny Baumann1-1/+2
2007-11-03Bump ABIVERSION.Danny Baumann1-1/+1
2007-11-03Added wrappable validateWindowResizeRequest function that can be used to adju...Danny Baumann1-18/+28
2007-10-29Move focusDefaultWindow function from display.c to screen.c.Danny Baumann1-3/+3
2007-10-29Make focusDefaultWindow() take the screen as parameter.Danny Baumann1-2/+2
2007-10-27Use CompVector.Danny Baumann1-2/+2
2007-10-27Added CompVector type for describing vectors.Danny Baumann1-7/+17
2007-10-27Added some matrix functions that can be useful for plugins.Danny Baumann1-0/+15
2007-10-25Avoid duplicated defines.Danny Baumann1-0/+2
2007-10-17Added button options for minimize window and toggle window maximized.Danny Baumann1-25/+27
2007-10-17Added close window button and raise/lower window key options.Danny Baumann1-57/+60
2007-10-11Use client message timestamp rather than window user time when processing foc...Danny Baumann1-1/+2
2007-10-11Don't prevent focus for desktop and dock windows on arrival of a _NET_ACTIVE_...Danny Baumann1-1/+6
2007-10-08Bump core ABI.Dennis Kasprzyk1-1/+1
2007-10-08Added function to calculate window movement for a given offset.Dennis Kasprzyk1-0/+7
2007-10-08Added new PAINT_WINDOW_WITH_OFFSET_MASK mask that indicates that a window wil...Dennis Kasprzyk1-0/+6
2007-10-08Added setWindowPaintOffset function.Dennis Kasprzyk1-0/+8
2007-10-08Added windowOnAllViewports function.Dennis Kasprzyk1-0/+2
2007-10-08Immediately update the internal stack representation on stack changes caused ...Danny Baumann1-1/+2
2007-09-27Rename focusWindowOnMap to allowWindowFocus and make it use the current windo...Danny Baumann1-2/+2
2007-09-22Bump ABIVERSION.Danny Baumann1-1/+1
2007-09-22Added paintAllViewports variable.Danny Baumann1-0/+2
2007-09-22Added CubePostPaintViewportProc.Danny Baumann1-0/+7
2007-09-17Wrap enableOutputClipping to set correct clipping of the cube faces.Dennis Kasprzyk1-1/+2
2007-09-17Added wrapable output clipping functions.Dennis Kasprzyk1-1/+19
2007-09-14Bump ABIVERSION.Danny Baumann1-1/+1
2007-09-14Allow plugins to not only clear allowed window actions, but also to add allow...Danny Baumann1-3/+7
2007-09-06Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizDavid Reveman1-13/+17
2007-09-06Bump ABI versions.David Reveman3-3/+3
2007-09-05Remove windowAddNotify and windowRemoveNotify hooks.David Reveman1-13/+0
2007-09-05Add objectAdd and objectRemove hooks to core. These are similar toDavid Reveman1-6/+13
2007-09-05Add windowRemoveNotify function.Nicolas Viennot1-0/+6
2007-09-05Add multi-display support to eventLoop.David Reveman1-0/+2
2007-09-05Move WatchFd variables into core object.David Reveman1-6/+11
2007-09-05Move CompWatchFd struct into compiz-core.h.David Reveman1-0/+8
2007-09-05Move outputRegion and tmpRegion into core object.David Reveman1-0/+3
2007-09-05Move timeout variables into core object.David Reveman1-0/+4
2007-09-05Move CompTimeout struct to compiz-core.h.David Reveman1-0/+9
2007-09-05Remove compDisplays variable and add comments to codeDavid Reveman1-2/+0
2007-09-04Add removeDisplay and use it before returning from event loop.David Reveman1-0/+3
2007-09-04Keep track of display objects in core object.David Reveman1-0/+7
2007-09-04Add removeScreen function.David Reveman1-0/+3
2007-09-04Have compObjectForEachType take a parent argument toDavid Reveman1-1/+3
2007-09-04Use 'base' as default name for base object instead of 'object'.David Reveman3-16/+16
2007-09-04Add parent to object struct.David Reveman1-0/+2
2007-09-04Add findObject function to object interface.David Reveman1-0/+21
2007-09-04Remove setDisplayOptionForPlugin and setScreenOptionForPluginDavid Reveman2-29/+21
2007-09-04Added button bindings for initiating scale.Danny Baumann1-14/+18
2007-09-04Move file watch interface to core object.David Reveman1-49/+40
2007-09-04Add nameObject function to object interface.David Reveman1-0/+15