CVS Update: app (branch: trunk)

David Reveman xorg-commit at cvs.freedesktop.org
Sun Apr 30 16:00:05 EEST 2006


CVSROOT:	/cvs/xorg
Module name:	app
Changes by:	davidr at kemper.freedesktop.org	06/04/30 13:00:05

Log message:
  Raise-on-click option, DnD aware screen edges, zoom functionality in switcher, cube unfolding feature and some bug fixes

Modified files:
      app/compiz/:
        ChangeLog 
      app/compiz/gnome/window-decorator/:
        gnome-window-decorator.c 
      app/compiz/include/:
        compiz.h 
      app/compiz/plugins/:
        compiz.schemas cube.c decoration.c move.c resize.c 
        rotate.c scale.c switcher.c water.c zoom.c 
      app/compiz/src/:
        display.c event.c screen.c window.c 
  
  Revision      Changes    Path
  1.153         +64 -0     app/compiz/ChangeLog
  http://webcvs.freedesktop.org/xorg/app/compiz/ChangeLog
  1.26          +2 -0      app/compiz/gnome/window-decorator/gnome-window-decorator.c
  http://webcvs.freedesktop.org/xorg/app/compiz/gnome/window-decorator/gnome-window-decorator.c
  1.43          +8 -4      app/compiz/include/compiz.h
  http://webcvs.freedesktop.org/xorg/app/compiz/include/compiz.h
  1.15          +141 -29   app/compiz/plugins/compiz.schemas
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/compiz.schemas
  1.14          +418 -50   app/compiz/plugins/cube.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/cube.c
  1.15          +2 -1      app/compiz/plugins/decoration.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/decoration.c
  1.10          +2 -4      app/compiz/plugins/move.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/move.c
  1.11          +1 -3      app/compiz/plugins/resize.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/resize.c
  1.16          +221 -153  app/compiz/plugins/rotate.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/rotate.c
  1.15          +1 -3      app/compiz/plugins/scale.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/scale.c
  1.21          +318 -34   app/compiz/plugins/switcher.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/switcher.c
  1.18          +1 -3      app/compiz/plugins/water.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/water.c
  1.9           +1 -3      app/compiz/plugins/zoom.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/zoom.c
  1.23          +21 -3     app/compiz/src/display.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/display.c
  1.34          +33 -21    app/compiz/src/event.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/event.c
  1.33          +39 -25    app/compiz/src/screen.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/screen.c
  1.38          +39 -2     app/compiz/src/window.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/window.c




More information about the xorg-commit mailing list