summaryrefslogtreecommitdiff
path: root/plugins/wobbly.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-12Snap to window struts instead of workarea.David Reveman1-26/+95
2006-12-05Another try at making the maximize effect work properly.David Reveman1-7/+2
2006-12-04Trigger maximize effect properly.David Reveman1-5/+12
2006-11-22Use addWindowDamageRect so that damage is reported properly forDavid Reveman1-9/+11
2006-11-22Remove window scale.David Reveman1-139/+30
2006-11-16Fix typo.David Reveman1-1/+1
2006-11-11Remove scale applied at the add geometry stage in wobblyDrawWindowTextureDavid Reveman1-15/+36
2006-10-09Add plugin feature interface.Guillaume1-1/+3
2006-10-03Add snap_inverted option to wobbly plugin.David Reveman1-7/+32
2006-09-26Add output argument to PaintScreen and PaintTransformedScreen functions.David Reveman1-1/+2
2006-09-19Add version handling to plugin system.David Reveman1-0/+8
2006-07-25Make sure things work as before adding new override-redirect window types.David Reveman1-0/+6
2006-07-22Add shiver action and remove visual bell option.David Reveman1-48/+59
2006-07-22Make wobbly plugin use new action system.David Reveman1-73/+160
2006-07-20Improve the localization of compiz.schemas (bnc 176752)Dan Winship1-38/+38
2006-06-07Disable client-side texture coordinate arrays that are not usedDavid Reveman1-0/+14
2006-05-25Add maximize_window_horizontally, maximize_window_vertically,David Reveman1-7/+10