summaryrefslogtreecommitdiff
path: root/plugins/minimize.c
AgeCommit message (Expand)AuthorFilesLines
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-09Fix many function declarations that were missing the 'const'David Reveman1-1/+1
2007-07-12Remove features and dependencies from plugin VTable.David Reveman1-10/+1
2007-06-27Scale z by 1 instead of 0.Erkin Bahceci1-1/+1
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-03Remove plugin descriptions from VTable.David Reveman1-2/+0
2007-05-03Remove unnecessary variables.David Reveman1-24/+4
2007-05-03Remove unnecessary checks.David Reveman1-3/+1
2007-05-02Update minimize plugin to use new metadata system.David Reveman1-72/+46
2007-04-16Add GetMetadata function to plugin VTable.David Reveman1-0/+1
2007-04-06Reduce code by using compSetOption.David Reveman1-4/+3
2007-04-03Changed plugin vTable option functions to include a referenceMike Dransfield1-2/+4
2007-03-06Remove PAINT_WINDOW_CLIP_OPAQUE_MASK andDavid Reveman1-0/+3
2007-03-05Add deltas to resize notify function.Danny Baumann1-1/+1
2007-03-01Make sure we set state to Normal again when window is mapped.David Reveman1-0/+2
2007-02-28Add bindFailed variable to CompWindow struct so we can handle casesDavid Reveman1-1/+1
2007-02-26Add translucent flag properly.Bellegarde Cedric1-0/+3
2007-02-25Remove some whitespaces.David Reveman1-4/+4
2007-02-25Use match option for window matching.David Reveman1-44/+21
2007-02-25Use match object for minimize effect.David Reveman1-36/+52
2007-02-06Make sure no core instance of window is painted after minimizeDavid Reveman1-6/+6
2007-01-25Move matrix manipulation out of GL as it makes a lot more sense toDavid Reveman1-12/+17
2007-01-21Don't pass window paint attribs to drawWindow function. AllDavid Reveman1-7/+11
2006-11-22Use lastPaint for drawWindow paint attributes.David Reveman1-6/+8
2006-11-22Use drawWindow function for window transformations.David Reveman1-41/+39
2006-10-27Initial support for multiple desktops.David Reveman1-8/+17
2006-10-17Allocate texture objects separately from window objects.David Reveman1-2/+2
2006-10-09Add plugin feature interface.Guillaume1-1/+3
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-20Improve the localization of compiz.schemas (bnc 176752)Dan Winship1-15/+15
2006-06-08Handle initially shaded windows correctlyDavid Reveman1-3/+12
2006-06-08Handle quick unshade shade betterDavid Reveman1-1/+4
2006-06-07Add window shadingDavid Reveman1-9/+202
2006-05-17Restore window position when transitioning to withdrawn stateDavid Reveman1-0/+5
2006-05-12Make handling of windows that go into withdrawn state a bit better andDavid Reveman1-2/+9
2006-05-02rewrite to make compiz.schema regeneration a little easier, and to make itDan Winship1-1/+1
2006-04-25Initialize scale and translate properlyDavid Reveman1-0/+5
2006-04-07Add edge flipping to rotate plugin and hot corners to scale pluginDavid Reveman1-3/+3
2006-03-31Fix up show desktop mode and minimizeXORG-7_0_99_901David Reveman1-2/+13
2006-03-16Fix window state changes and sending of configure notify eventsDavid Reveman1-13/+26
2006-02-09Initial revisionDavid Reveman1-0/+820