[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

OpenGL-based compositing and window manager: Changes to 'origin'



 Makefile.in                                     |    4 
 NEWS                                            |   44 
 config.h.in                                     |    9 
 configure                                       | 2182 ++-------
 configure.ac                                    |   38 
 debian/changelog                                |   13 
 debian/control                                  |    2 
 debian/patches/002_tfp-server-extension.patch   |    4 
 debian/patches/005_glfinish.patch               |    2 
 debian/patches/011_snap-by-default.patch        |    2 
 debian/patches/012_metacity-theme-support.patch |   92 
 debian/patches/013_fix-default-plugins.patch    |   16 
 debian/patches/series                           |    2 
 debian/rules                                    |    6 
 gtk/Makefile.in                                 |    4 
 gtk/gnome/Makefile.in                           |    4 
 gtk/window-decorator/Makefile.in                |    4 
 gtk/window-decorator/gtk-window-decorator.c     |  496 +-
 images/Makefile.in                              |    4 
 include/Makefile.in                             |    4 
 include/compiz.h                                |  174 
 kde/Makefile.in                                 |    4 
 kde/window-decorator/Makefile.in                |    4 
 plugins/Makefile.am                             |   22 
 plugins/Makefile.in                             |   46 
 plugins/annotate.c                              | 1033 ++++
 plugins/clone.c                                 |  872 +++
 plugins/compiz.schemas.in                       | 5641 +++++++++++++++++++++++-
 plugins/cube.c                                  |  335 +
 plugins/dbus.c                                  |   32 
 plugins/decoration.c                            |   32 
 plugins/fade.c                                  |   31 
 plugins/gconf-dump.c                            |   11 
 plugins/gconf.c                                 |   35 
 plugins/minimize.c                              |   25 
 plugins/move.c                                  |   34 
 plugins/place.c                                 |   30 
 plugins/plane.c                                 |   19 
 plugins/rotate.c                                |   12 
 plugins/scale.c                                 |  314 +
 plugins/screenshot.c                            |   10 
 plugins/switcher.c                              |   23 
 plugins/water.c                                 |    3 
 plugins/wobbly.c                                |   53 
 plugins/zoom.c                                  |   76 
 po/compiz.pot                                   |  584 +-
 po/cs.gmo                                       |binary
 po/cs.po                                        |  589 +-
 po/de.gmo                                       |binary
 po/de.po                                        |  589 +-
 po/es.gmo                                       |binary
 po/es.po                                        |  589 +-
 po/fi.gmo                                       |binary
 po/fi.po                                        |  589 +-
 po/fr.gmo                                       |binary
 po/fr.po                                        |  589 +-
 po/hu.gmo                                       |binary
 po/hu.po                                        |  589 +-
 po/it.gmo                                       |binary
 po/it.po                                        |  589 +-
 po/ja.gmo                                       |binary
 po/ja.po                                        |  589 +-
 po/pl.gmo                                       |binary
 po/pl.po                                        |  589 +-
 po/pt_BR.gmo                                    |binary
 po/pt_BR.po                                     |  589 +-
 po/sv.gmo                                       |binary
 po/sv.po                                        |  589 +-
 po/zh_CN.gmo                                    |binary
 po/zh_CN.po                                     |  589 +-
 po/zh_TW.gmo                                    |binary
 po/zh_TW.po                                     |  589 +-
 src/Makefile.in                                 |    4 
 src/display.c                                   |  215 
 src/event.c                                     |  103 
 src/main.c                                      |    9 
 src/option.c                                    |   24 
 src/paint.c                                     |   69 
 src/screen.c                                    |  855 ++-
 src/window.c                                    |  378 +
 80 files changed, 15401 insertions(+), 6300 deletions(-)

New commits:
commit 3b20763b16325b7329a32cb7dfe5dea17ab708d5
Author: Thierry Reding <thierry@gilfi.de>
Date:   Wed Nov 22 17:52:46 2006 +0100

    Don't use xsfbs anymore until there's an easy way to keep it up-to-date in git
    repositories. For now using quilt works just fine.
    
    Drop build-dependencies on automake1.9 and libtool because we don't run the
    complete autotools stack anymore.

commit 818ea837ae8df2a45b29b3f10fcc3ea35bbdefe5
Author: Thierry Reding <thierry@gilfi.de>
Date:   Wed Nov 22 17:50:52 2006 +0100

    Update to latest upstream release.



Reply to: