CVS Update: app (branch: trunk)

David Reveman xorg-commit at cvs.freedesktop.org
Thu Apr 27 15:40:59 EEST 2006


CVSROOT:	/cvs/xorg
Module name:	app
Changes by:	davidr at kemper.freedesktop.org	06/04/27 12:40:59

Log message:
  Add proper warp pointer interface and maximize effect to wobbly plugin

Modified files:
      app/compiz/:
        ChangeLog 
      app/compiz/include/:
        compiz.h 
      app/compiz/plugins/:
        compiz.schemas move.c resize.c rotate.c water.c wobbly.c 
        zoom.c 
      app/compiz/src/:
        display.c event.c screen.c 
  
  Revision      Changes    Path
  1.140         +17 -0     app/compiz/ChangeLog
  http://webcvs.freedesktop.org/xorg/app/compiz/ChangeLog
  1.39          +10 -8     app/compiz/include/compiz.h
  http://webcvs.freedesktop.org/xorg/app/compiz/include/compiz.h
  1.12          +28 -0     app/compiz/plugins/compiz.schemas
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/compiz.schemas
  1.7           +22 -44    app/compiz/plugins/move.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/move.c
  1.8           +17 -39    app/compiz/plugins/resize.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/resize.c
  1.12          +46 -49    app/compiz/plugins/rotate.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/rotate.c
  1.14          +6 -6      app/compiz/plugins/water.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/water.c
  1.8           +307 -15   app/compiz/plugins/wobbly.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/wobbly.c
  1.6           +8 -27     app/compiz/plugins/zoom.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/zoom.c
  1.20          +94 -6     app/compiz/src/display.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/display.c
  1.30          +0 -31     app/compiz/src/event.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/event.c
  1.30          +4 -36     app/compiz/src/screen.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/screen.c




More information about the xorg-commit mailing list