[cairo-compmgr] [GIT] ccm/cairocompmgr.git branch, master, updated. 948e8a39fc846d3540270cdf5746110caa273b71

[ Thread Index | Date Index | More lists.tuxfamily.org/cairo-compmgr Archives ]


This is an automated email from git. It was enerated because a ref
change was pushed to the repository "ccm/cairocompmgr.git".

The branch, master has been updated
       via  948e8a39fc846d3540270cdf5746110caa273b71 (commit)
      from  f65e61d6383530c55d5815e00317f0403a1fa426 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 948e8a39fc846d3540270cdf5746110caa273b71
Author: Nicolas Bruguier <nicolas.bruguier@xxxxxxxxxxxxxxxxxxxx>
Date:   Mon Jul 20 00:50:32 2009 +0200

    [cairo-compmgr] Global reindent
    - reindent correctly code with indent -kr -bl -bls -nce -nhnl -nut -psl -saf -sai -pcs -saw -bli0 -cbi4 -cli4 -c0 -l80

-----------------------------------------------------------------------

Summary of changes:
 lib/ccm-cairo-utils.c                              |  582 +-
 lib/ccm-cairo-utils.h                              |   55 +-
 lib/ccm-config-adjustment.c                        |  318 +-
 lib/ccm-config-adjustment.h                        |   18 +-
 lib/ccm-config-check-button.c                      |  285 +-
 lib/ccm-config-check-button.h                      |   18 +-
 lib/ccm-config-color-button.c                      |  417 +-
 lib/ccm-config-color-button.h                      |   18 +-
 lib/ccm-config-entry-shortcut.c                    |  740 ++--
 lib/ccm-config-entry-shortcut.h                    |   19 +-
 lib/ccm-config-gconf.c                             |  604 +-
 lib/ccm-config-gconf.h                             |   17 +-
 lib/ccm-config-key.c                               |  830 ++--
 lib/ccm-config-key.h                               |   19 +-
 lib/ccm-config-schema.c                            |  752 ++--
 lib/ccm-config-schema.h                            |   42 +-
 lib/ccm-config.c                                   |  875 ++--
 lib/ccm-config.h                                   |  167 +-
 lib/ccm-timeline.c                                 |  445 +-
 lib/ccm-timeline.h                                 |  157 +-
 lib/ccm-timeout-interval.c                         |   53 +-
 lib/ccm-timeout-interval.h                         |   25 +-
 lib/ccm-timeout-pool.c                             |  168 +-
 lib/ccm-timeout-pool.h                             |   23 +-
 lib/eggaccelerators.c                              | 1015 ++--
 lib/eggaccelerators.h                              |   87 +-
 lib/glade-ccm.c                                    |   79 +-
 lib/test-boxed-blur.c                              |  124 +-
 lib/test-config-widget.c                           |   36 +-
 lib/test-config.c                                  |   98 +-
 plugins/automate/ccm-action-pointer-motion.vala    |   50 +-
 plugins/automate/ccm-action-pointer-press.vala     |   96 +-
 plugins/automate/ccm-action-pointer-release.vala   |   95 +-
 plugins/automate/ccm-action-pointer.vala           |    6 +-
 plugins/automate/ccm-action.vala                   |   16 +-
 plugins/automate/ccm-automate-dialog.vala          |  446 +-
 plugins/automate/ccm-automate.vala                 |  189 +-
 plugins/automate/ccm-story-board.vala              |  170 +-
 plugins/clone/ccm-clone.vala                       |  453 +-
 plugins/decoration/ccm-decoration.c                | 1076 ++--
 plugins/decoration/ccm-decoration.h                |   17 +-
 plugins/fade/ccm-fade.c                            | 1006 ++--
 plugins/fade/ccm-fade.h                            |   19 +-
 plugins/freeze/ccm-freeze.c                        |  869 ++--
 plugins/freeze/ccm-freeze.h                        |   17 +-
 plugins/magnifier/ccm-magnifier.c                  | 2241 ++++----
 plugins/magnifier/ccm-magnifier.h                  |   17 +-
 plugins/menu-animation/ccm-menu-animation.c        | 1388 +++---
 plugins/menu-animation/ccm-menu-animation.h        |   19 +-
 plugins/mosaic/ccm-mosaic.c                        |  992 ++--
 plugins/mosaic/ccm-mosaic.h                        |   17 +-
 plugins/opacity/ccm-opacity.c                      |  874 ++--
 plugins/opacity/ccm-opacity.h                      |   17 +-
 plugins/perf/ccm-perf.c                            |  709 ++--
 plugins/perf/ccm-perf.h                            |   17 +-
 plugins/shadow/ccm-shadow.c                        | 2139 ++++----
 plugins/shadow/ccm-shadow.h                        |   23 +-
 plugins/snapshot/ccm-snapshot-dialog.c             |  573 +-
 plugins/snapshot/ccm-snapshot-dialog.h             |   24 +-
 plugins/snapshot/ccm-snapshot.c                    |  931 ++--
 plugins/snapshot/ccm-snapshot.h                    |   17 +-
 plugins/vala-test/ccm-vala-window-plugin.vala      |  229 +-
 plugins/window-animation/ccm-window-animation.vala |  476 +-
 src/cairo-compmgr.c                                |  150 +-
 src/ccm-cell-extension.c                           |  219 +-
 src/ccm-cell-extension.h                           |   31 +-
 src/ccm-cell-renderer-extension.c                  |  384 +-
 src/ccm-cell-renderer-extension.h                  |   18 +-
 src/ccm-cursor.c                                   |  254 +-
 src/ccm-cursor.h                                   |   20 +-
 src/ccm-debug.c                                    |  179 +-
 src/ccm-debug.h                                    |   10 +-
 src/ccm-display.c                                  | 1427 +++---
 src/ccm-display.h                                  |   22 +-
 src/ccm-drawable.c                                 | 1313 +++---
 src/ccm-drawable.h                                 |   45 +-
 src/ccm-extension-loader.c                         |  328 +-
 src/ccm-extension-loader.h                         |   39 +-
 src/ccm-extension.c                                |  410 +-
 src/ccm-extension.h                                |   39 +-
 src/ccm-image.c                                    |  455 +-
 src/ccm-image.h                                    |   36 +-
 src/ccm-keybind.c                                  |  696 ++--
 src/ccm-keybind.h                                  |   21 +-
 src/ccm-object.h                                   |   11 +-
 src/ccm-pixmap-backend.c                           |   51 +-
 src/ccm-pixmap-backend.h                           |   25 +-
 src/ccm-pixmap-buffered-image.c                    |  334 +-
 src/ccm-pixmap-buffered-image.h                    |   17 +-
 src/ccm-pixmap-glitz.c                             |  376 +-
 src/ccm-pixmap-glitz.h                             |   17 +-
 src/ccm-pixmap-image.c                             |  334 +-
 src/ccm-pixmap-image.h                             |   17 +-
 src/ccm-pixmap-xrender.c                           |  111 +-
 src/ccm-pixmap-xrender.h                           |   17 +-
 src/ccm-pixmap.c                                   |  563 +-
 src/ccm-pixmap.h                                   |   48 +-
 src/ccm-plugin.c                                   |  770 ++--
 src/ccm-plugin.h                                   |   73 +-
 src/ccm-preferences-page-plugin.c                  |  385 +-
 src/ccm-preferences-page-plugin.h                  |  104 +-
 src/ccm-preferences-page.c                         | 2433 +++++----
 src/ccm-preferences-page.h                         |   73 +-
 src/ccm-preferences.c                              |  961 ++--
 src/ccm-preferences.h                              |   26 +-
 src/ccm-property-async.c                           |  456 +-
 src/ccm-property-async.h                           |   24 +-
 src/ccm-region.c                                   |  741 ++--
 src/ccm-region.h                                   |    8 +-
 src/ccm-screen-plugin.c                            |  393 +-
 src/ccm-screen-plugin.h                            |   85 +-
 src/ccm-screen.c                                   | 5390 +++++++++---------
 src/ccm-screen.h                                   |   26 +-
 src/ccm-timed-dialog.c                             |  183 +-
 src/ccm-timed-dialog.h                             |   18 +-
 src/ccm-tray-icon.c                                |  111 +-
 src/ccm-tray-icon.h                                |   20 +-
 src/ccm-tray-menu.c                                |  294 +-
 src/ccm-tray-menu.h                                |   20 +-
 src/ccm-watch.c                                    |  175 +-
 src/ccm-watch.h                                    |   28 +-
 src/ccm-window-backend.c                           |   32 +-
 src/ccm-window-backend.h                           |   29 +-
 src/ccm-window-glitz.c                             |  495 +-
 src/ccm-window-glitz.h                             |   17 +-
 src/ccm-window-openvg.c                            |  385 +-
 src/ccm-window-openvg.h                            |   17 +-
 src/ccm-window-plugin.c                            |  571 +-
 src/ccm-window-plugin.h                            |  120 +-
 src/ccm-window-xrender.c                           |  303 +-
 src/ccm-window-xrender.h                           |   17 +-
 src/ccm-window.c                                   | 5985 ++++++++++----------
 src/ccm-window.h                                   |  143 +-
 src/ccm.h                                          |  433 +-
 src/eggdesktopfile.c                               | 1787 +++---
 src/eggdesktopfile.h                               |  199 +-
 src/eggsmclient-private.h                          |   30 +-
 src/eggsmclient-xsmp.c                             | 1813 +++---
 src/eggsmclient.c                                  |  418 +-
 src/eggsmclient.h                                  |  118 +-
 140 files changed, 28971 insertions(+), 28069 deletions(-)


hooks/post-receive
--
ccm/cairocompmgr.git



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/