CVS Update: app (branch: trunk)

David Reveman xorg-commit at cvs.freedesktop.org
Sun May 7 21:24:03 EEST 2006


CVSROOT:	/cvs/xorg
Module name:	app
Changes by:	davidr at kemper.freedesktop.org	06/05/07 18:24:03

Log message:
  Minimized windows and icon support in switcher

Modified files:
      app/compiz/:
        ChangeLog 
      app/compiz/gnome/window-decorator/:
        gnome-window-decorator.c 
      app/compiz/images/:
        Makefile.am 
      app/compiz/include/:
        compiz.h 
      app/compiz/plugins/:
        switcher.c 
      app/compiz/src/:
        display.c event.c screen.c texture.c window.c 
Added files:
      app/compiz/images/:
        icon.png 
  
  Revision      Changes    Path
  1.169         +20 -0     app/compiz/ChangeLog
  http://webcvs.freedesktop.org/xorg/app/compiz/ChangeLog
  1.28          +4 -2      app/compiz/gnome/window-decorator/gnome-window-decorator.c
  http://webcvs.freedesktop.org/xorg/app/compiz/gnome/window-decorator/gnome-window-decorator.c
  1.4           +2 -0      app/compiz/images/Makefile.am
  http://webcvs.freedesktop.org/xorg/app/compiz/images/Makefile.am
  1.49          +28 -1     app/compiz/include/compiz.h
  http://webcvs.freedesktop.org/xorg/app/compiz/include/compiz.h
  1.22          +211 -66   app/compiz/plugins/switcher.c
  http://webcvs.freedesktop.org/xorg/app/compiz/plugins/switcher.c
  1.27          +2 -0      app/compiz/src/display.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/display.c
  1.38          +19 -15    app/compiz/src/event.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/event.c
  1.35          +61 -0     app/compiz/src/screen.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/screen.c
  1.11          +11 -0     app/compiz/src/texture.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/texture.c
  1.43          +151 -0    app/compiz/src/window.c
  http://webcvs.freedesktop.org/xorg/app/compiz/src/window.c




More information about the xorg-commit mailing list