summaryrefslogtreecommitdiff
path: root/plugins/wobbly.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-12Use core changes in wobbly.Dennis Kasprzyk1-6/+9
2007-10-17Prevent wobbling when shading maximized windows.Danny Baumann1-0/+4
2007-10-06Correct handling of grab window in case it is destroyed.Danny Baumann1-2/+7
2007-09-04Use 'base' as default name for base object instead of 'object'.David Reveman1-9/+9
2007-08-31Add core object type.David Reveman1-0/+4
2007-08-30Add plugin interface version number to getCompPluginInfoDavid Reveman1-1/+1
2007-08-30Add simple object system, which generalize the privatesDavid Reveman1-19/+68
2007-08-29ABIVERSION -> CORE_ABIVERSION.David Reveman1-1/+1
2007-08-29Split compiz.h into compiz.h and compiz-core.h.David Reveman1-1/+1
2007-08-28Use compiz-common.h, move _CompPluginVTable struct toDavid Reveman1-1/+1
2007-08-28Remove getVersion function from plugin VTable.David Reveman1-8/+0
2007-08-28Add core ABI version check to all plugins. Plugins are nowDavid Reveman1-0/+3
2007-08-13Use new action option types in wobbly plugin.David Reveman1-5/+6
2007-08-09Fix many function declarations that were missing the 'const'David Reveman1-3/+3
2007-08-06Remove whitespaces.David Reveman1-2/+2
2007-07-12Remove features and dependencies from plugin VTable.David Reveman1-11/+1
2007-06-21Fix memory leak.David Reveman1-0/+3
2007-06-05Fix option type for int description options.Danny Baumann1-2/+2
2007-06-05Convert usage of restricted string options to int descriptions in wobbly plugin.Danny Baumann1-53/+17
2007-05-31Applied lastest core changes to wobbly, minimize, rotate and scale.Dennis Kasprzyk1-1/+1
2007-05-31Renamed paint(Transformed)Screen to paint(Transfomed)Output.Dennis Kasprzyk1-7/+7
2007-05-20Track the first grabbed window, not the last one.Danny Baumann1-4/+10
2007-05-03Add passive_grab tag to snap action.David Reveman1-1/+2
2007-05-03Remove plugin descriptions from VTable.David Reveman1-2/+0
2007-05-03Remove unnecessary checks.David Reveman1-3/+1
2007-05-03Cleanup.David Reveman1-10/+3
2007-05-03Make all option info structures const.Danny Baumann1-1/+1
2007-05-03Fix typo.Danny Baumann1-1/+1
2007-05-03Update wobbly plugin to use new metadata system.Danny Baumann1-239/+84
2007-04-16Add GetMetadata function to plugin VTable.David Reveman1-0/+1
2007-04-06Reduce code by using compSetOption.David Reveman1-23/+2
2007-04-05Avoid explicit comparison with FALSE constantDanny Baumann1-4/+4
2007-04-03Changed plugin vTable option functions to include a referenceMike Dransfield1-6/+10
2007-03-06Remove PAINT_WINDOW_CLIP_OPAQUE_MASK andDavid Reveman1-5/+0
2007-03-05Add deltas to resize notify function.Danny Baumann1-2/+6
2007-03-01Set a top anchor when resizing a wobbly window.David Reveman1-1/+28
2007-03-01Change default map effect to None.David Reveman1-2/+2
2007-03-01Remove invalid window types and add Unknown.David Reveman1-1/+1
2007-02-27Fix active window tracking. We're always setting the active windowDavid Reveman1-37/+29
2007-02-26Make sure grab window is set.David Reveman1-1/+2
2007-02-25Use match options in wobbly plugin.David Reveman1-131/+103
2007-02-23Clean up and document window paint flags.David Reveman1-1/+1
2007-01-26drawWindowGeometry should not be a screen function. It's call-backDavid Reveman1-58/+43
2007-01-26Make wobbly plugin use indexCount when storing number indices so thatDavid Reveman1-3/+4
2007-01-25Move matrix manipulation out of GL as it makes a lot more sense toDavid Reveman1-2/+4
2007-01-02Only update window position when no pending position changes exists.David Reveman1-8/+11
2006-12-12Snap to output extents.David Reveman1-12/+24
2006-12-12Fix typo.David Reveman1-1/+1
2006-12-12Compute edge start and end offsets correctly.David Reveman1-16/+21
2006-12-12Fix typo that caused struts to be ignored.David Reveman1-18/+18