CVS Update: app (branch: trunk)

David Reveman xorg-commit at cvs.freedesktop.org
Fri Apr 7 10:12:08 EEST 2006


CVSROOT:	/cvs/xorg
Module name:	app
Changes by:	davidr at kemper.freedesktop.org	06/04/07 07:12:08

Log message:
  Add edge flipping to rotate plugin and hot corners to scale plugin

Modified files:
      app/compiz/:
        ChangeLog 
      app/compiz/include/:
        compiz.h 
      app/compiz/plugins/:
        decoration.c minimize.c move.c place.c resize.c rotate.c 
        scale.c water.c wobbly.c zoom.c 
      app/compiz/src/:
        event.c option.c screen.c window.c 
  
  Revision      Changes    Path
  1.83          +29 -0     app/compiz/ChangeLog
  http://webcvs.freedesktop.org/xorg/app/compiz/ChangeLog
  1.22          +9 -3      app/compiz/include/compiz.h
  http://webcvs.freedesktop.org/xorg/app/compiz/include/compiz.h
  1.10          +4 -3      app/compiz/plugins/decoration.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/decoration.c
  1.4           +3 -3      app/compiz/plugins/minimize.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/minimize.c
  1.5           +68 -48    app/compiz/plugins/move.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/move.c
  1.2           +1 -1      app/compiz/plugins/place.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/place.c
  1.2           +12 -12    app/compiz/plugins/resize.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/resize.c
  1.4           +273 -51   app/compiz/plugins/rotate.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/rotate.c
  1.5           +118 -2    app/compiz/plugins/scale.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/scale.c
  1.10          +2 -8      app/compiz/plugins/water.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/water.c
  1.5           +5 -4      app/compiz/plugins/wobbly.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/wobbly.c
  1.4           +26 -19    app/compiz/plugins/zoom.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/zoom.c
  1.18          +33 -0     app/compiz/src/event.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/event.c
  1.2           +8 -1      app/compiz/src/option.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/option.c
  1.18          +5 -2      app/compiz/src/screen.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/screen.c
  1.23          +7 -5      app/compiz/src/window.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/window.c




More information about the xorg-commit mailing list