index
:
xorg/app/compiz
compiz++
compiz-0.2
compiz-0.4
compiz-0.6
compiz-0.8
master
nomad-0.7.8
object-framework
OpenGL based compositing and windows manager (mirrored from https://gitlab.freedesktop.org/xorg/app/compiz)
davidr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
minimize.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-31
Add core object type.
David Reveman
1
-0
/
+4
2007-08-30
Add plugin interface version number to getCompPluginInfo
David Reveman
1
-1
/
+1
2007-08-30
Add simple object system, which generalize the privates
David Reveman
1
-19
/
+68
2007-08-29
ABIVERSION -> CORE_ABIVERSION.
David Reveman
1
-1
/
+1
2007-08-29
Split compiz.h into compiz.h and compiz-core.h.
David Reveman
1
-1
/
+1
2007-08-28
Use compiz-common.h, move _CompPluginVTable struct to
David Reveman
1
-1
/
+1
2007-08-28
Remove getVersion function from plugin VTable.
David Reveman
1
-8
/
+0
2007-08-28
Add core ABI version check to all plugins. Plugins are now
David Reveman
1
-0
/
+3
2007-08-09
Fix many function declarations that were missing the 'const'
David Reveman
1
-1
/
+1
2007-07-12
Remove features and dependencies from plugin VTable.
David Reveman
1
-10
/
+1
2007-06-27
Scale z by 1 instead of 0.
Erkin Bahceci
1
-1
/
+1
2007-05-31
Applied lastest core changes to wobbly, minimize, rotate and scale.
Dennis Kasprzyk
1
-1
/
+1
2007-05-31
Renamed paint(Transformed)Screen to paint(Transfomed)Output.
Dennis Kasprzyk
1
-7
/
+7
2007-05-03
Remove plugin descriptions from VTable.
David Reveman
1
-2
/
+0
2007-05-03
Remove unnecessary variables.
David Reveman
1
-24
/
+4
2007-05-03
Remove unnecessary checks.
David Reveman
1
-3
/
+1
2007-05-02
Update minimize plugin to use new metadata system.
David Reveman
1
-72
/
+46
2007-04-16
Add GetMetadata function to plugin VTable.
David Reveman
1
-0
/
+1
2007-04-06
Reduce code by using compSetOption.
David Reveman
1
-4
/
+3
2007-04-03
Changed plugin vTable option functions to include a reference
Mike Dransfield
1
-2
/
+4
2007-03-06
Remove PAINT_WINDOW_CLIP_OPAQUE_MASK and
David Reveman
1
-0
/
+3
2007-03-05
Add deltas to resize notify function.
Danny Baumann
1
-1
/
+1
2007-03-01
Make sure we set state to Normal again when window is mapped.
David Reveman
1
-0
/
+2
2007-02-28
Add bindFailed variable to CompWindow struct so we can handle cases
David Reveman
1
-1
/
+1
2007-02-26
Add translucent flag properly.
Bellegarde Cedric
1
-0
/
+3
2007-02-25
Remove some whitespaces.
David Reveman
1
-4
/
+4
2007-02-25
Use match option for window matching.
David Reveman
1
-44
/
+21
2007-02-25
Use match object for minimize effect.
David Reveman
1
-36
/
+52
2007-02-06
Make sure no core instance of window is painted after minimize
David Reveman
1
-6
/
+6
2007-01-25
Move matrix manipulation out of GL as it makes a lot more sense to
David Reveman
1
-12
/
+17
2007-01-21
Don't pass window paint attribs to drawWindow function. All
David Reveman
1
-7
/
+11
2006-11-22
Use lastPaint for drawWindow paint attributes.
David Reveman
1
-6
/
+8
2006-11-22
Use drawWindow function for window transformations.
David Reveman
1
-41
/
+39
2006-10-27
Initial support for multiple desktops.
David Reveman
1
-8
/
+17
2006-10-17
Allocate texture objects separately from window objects.
David Reveman
1
-2
/
+2
2006-10-09
Add plugin feature interface.
Guillaume
1
-1
/
+3
2006-09-26
Add output argument to PaintScreen and PaintTransformedScreen functions.
David Reveman
1
-1
/
+2
2006-09-19
Add version handling to plugin system.
David Reveman
1
-0
/
+8
2006-07-20
Improve the localization of compiz.schemas (bnc 176752)
Dan Winship
1
-15
/
+15
2006-06-08
Handle initially shaded windows correctly
David Reveman
1
-3
/
+12
2006-06-08
Handle quick unshade shade better
David Reveman
1
-1
/
+4
2006-06-07
Add window shading
David Reveman
1
-9
/
+202
2006-05-17
Restore window position when transitioning to withdrawn state
David Reveman
1
-0
/
+5
2006-05-12
Make handling of windows that go into withdrawn state a bit better and
David Reveman
1
-2
/
+9
2006-05-02
rewrite to make compiz.schema regeneration a little easier, and to make it
Dan Winship
1
-1
/
+1
2006-04-25
Initialize scale and translate properly
David Reveman
1
-0
/
+5
2006-04-07
Add edge flipping to rotate plugin and hot corners to scale plugin
David Reveman
1
-3
/
+3
2006-03-31
Fix up show desktop mode and minimize
XORG-7_0_99_901
David Reveman
1
-2
/
+13
2006-03-16
Fix window state changes and sending of configure notify events
David Reveman
1
-13
/
+26
2006-02-09
Initial revision
David Reveman
1
-0
/
+820