[gtk+/client-side-decorations: 409/409] Merge branch 'master' into client-side-decorations



commit 27bc7c53edc3be4a356f7a0787749f3dffa0dab0
Merge: 7d49883... 5f126be...
Author: Cody Russell <bratsche gnome org>
Date:   Fri Sep 18 18:02:47 2009 -0500

    Merge branch 'master' into client-side-decorations

 NEWS                                               |  221 +
 README.in                                          |    7 +
 README.win32                                       |  301 +-
 autogen.sh                                         |   17 +-
 configure.in                                       |   76 +-
 demos/gtk-demo/Makefile.am                         |    2 +
 demos/gtk-demo/clipboard.c                         |    4 +
 demos/gtk-demo/links.c                             |    9 +-
 demos/gtk-demo/menus.c                             |   35 +-
 demos/gtk-demo/offscreen_window.c                  |  579 +++
 demos/gtk-demo/offscreen_window2.c                 |  500 ++
 demos/gtk-demo/printing.c                          |    2 +
 docs/reference/gdk/gdk-sections.txt                |    5 +
 docs/reference/gdk/tmpl/cairo_interaction.sgml     |    9 +
 docs/reference/gdk/tmpl/keys.sgml                  |    5 +
 docs/reference/gdk/tmpl/windows.sgml               |   82 +-
 docs/reference/gtk/Makefile.am                     |    3 +
 docs/reference/gtk/gtk-docs.sgml                   |    1 +
 docs/reference/gtk/gtk-sections.txt                |   42 +
 .../reference/gtk/migrating-ClientSideWindows.sgml |   70 +
 docs/reference/gtk/migrating-GtkBuilder.sgml       |    2 +-
 docs/reference/gtk/migrating-GtkEntry-icons.sgml   |   10 +-
 docs/reference/gtk/migrating-GtkIconView.sgml      |    2 +-
 docs/reference/gtk/running.sgml                    |   10 +
 docs/reference/gtk/tmpl/gtk-unused.sgml            |    8 -
 docs/reference/gtk/tmpl/gtkcellrenderer.sgml       |   76 +
 docs/reference/gtk/tmpl/gtkcellrenderertoggle.sgml |   18 +
 docs/reference/gtk/tmpl/gtkfilechooser.sgml        |   23 +
 docs/reference/gtk/tmpl/gtkiconview.sgml           |   23 +
 docs/reference/gtk/tmpl/gtkprintoperation.sgml     |   14 +
 docs/reference/gtk/tmpl/gtkrange.sgml              |   18 +
 docs/reference/gtk/tmpl/gtkwidget.sgml             |  207 +
 gdk-pixbuf/gdk-pixbuf-io.c                         |    9 +-
 gdk-pixbuf/io-gdip-utils.c                         |    5 +-
 gdk-pixbuf/io-gif.c                                |    2 +-
 gdk-pixbuf/io-jpeg.c                               |    3 +-
 gdk-pixbuf/io-xpm.c                                |    2 +-
 gdk-pixbuf/queryloaders.c                          |   15 +-
 gdk/directfb/gdkwindow-directfb.c                  |    1 +
 gdk/gdk.c                                          |    8 +
 gdk/gdk.symbols                                    |    9 +
 gdk/gdkcairo.c                                     |   28 +
 gdk/gdkcairo.h                                     |    2 +
 gdk/gdkdisplay.c                                   |   20 +-
 gdk/gdkdraw.c                                      |   60 +-
 gdk/gdkevents.h                                    |    2 +
 gdk/gdkgc.c                                        |   31 +-
 gdk/gdkglobals.c                                   |    1 +
 gdk/gdkinternals.h                                 |   10 +-
 gdk/gdkkeysyms-update.pl                           |   71 +-
 gdk/gdkkeysyms.h                                   | 1467 ++++---
 gdk/gdkoffscreenwindow.c                           |   18 +-
 gdk/gdkpixmap.c                                    |   12 +-
 gdk/gdkprivate.h                                   |    9 +-
 gdk/gdkselection.h                                 |    2 +-
 gdk/gdkwindow.c                                    | 1407 +++++--
 gdk/gdkwindow.h                                    |    9 +
 gdk/gdkwindowimpl.h                                |    4 +
 gdk/quartz/gdkevents-quartz.c                      |    6 +-
 gdk/quartz/gdkgeometry-quartz.c                    |    1 +
 gdk/quartz/gdkprivate-quartz.h                     |    1 +
 gdk/quartz/gdkwindow-quartz.c                      |   48 +-
 gdk/win32/gdkdrawable-win32.c                      |   12 +-
 gdk/win32/gdkimage-win32.c                         |    4 +-
 gdk/win32/gdkinput-win32.h                         |    8 +-
 gdk/win32/gdkinput.c                               |   28 +
 gdk/win32/gdkpixmap-win32.c                        |    2 +-
 gdk/win32/gdkprivate-win32.h                       |    4 +
 gdk/win32/gdkwindow-win32.c                        |   20 +-
 gdk/x11/gdkdisplay-x11.c                           |    7 +-
 gdk/x11/gdkdrawable-x11.c                          |   11 +
 gdk/x11/gdkdrawable-x11.h                          |    2 +
 gdk/x11/gdkevents-x11.c                            |   91 +-
 gdk/x11/gdkgeometry-x11.c                          |  141 +-
 gdk/x11/gdkinput.c                                 |   28 +-
 gdk/x11/gdkpixmap-x11.c                            |    2 +-
 gdk/x11/gdkprivate-x11.h                           |    1 +
 gdk/x11/gdkproperty-x11.c                          |    4 +-
 gdk/x11/gdkscreen-x11.c                            |   21 +-
 gdk/x11/gdkscreen-x11.h                            |    1 +
 gdk/x11/gdkwindow-x11.c                            |  172 +-
 gdk/x11/gdkx.h                                     |    6 +-
 gdk/x11/gdkxid.c                                   |   18 +-
 gtk/gtk.symbols                                    |   21 +-
 gtk/gtkassistant.c                                 |    4 +-
 gtk/gtkbuilderparser.c                             |   13 +-
 gtk/gtkcellrenderer.c                              |   12 +-
 gtk/gtkcellrendereraccel.c                         |    5 +
 gtk/gtkcellrendererspin.c                          |   19 +
 gtk/gtkcellrenderertoggle.c                        |    2 +-
 gtk/gtkcellview.c                                  |    2 +
 gtk/gtkclist.c                                     |   10 +-
 gtk/gtkcombobox.c                                  |    9 +
 gtk/gtkcomboboxentry.c                             |    5 +-
 gtk/gtkcustompaperunixdialog.c                     |    9 +-
 gtk/gtkentry.c                                     |   40 +-
 gtk/gtkfilechooser.c                               |   62 +-
 gtk/gtkfilechooser.h                               |    4 +
 gtk/gtkfilechooserbutton.c                         |    1 +
 gtk/gtkfilechooserdefault.c                        |   55 +-
 gtk/gtkfilechooserdialog.c                         |    9 +-
 gtk/gtkfilechooserprivate.h                        |    1 +
 gtk/gtkfilechooserutils.c                          |    3 +
 gtk/gtkfilechooserutils.h                          |    3 +-
 gtk/gtkfilesel.c                                   |   12 +-
 gtk/gtkicontheme.c                                 |    2 +-
 gtk/gtkiconview.c                                  |  118 +-
 gtk/gtkiconview.h                                  |    3 +
 gtk/gtkimagemenuitem.c                             |    1 -
 gtk/gtkimmodule.c                                  |   10 +-
 gtk/gtkimmulticontext.c                            |   75 +-
 gtk/gtkkeyhash.c                                   |    6 +-
 gtk/gtkliststore.c                                 |   22 +-
 gtk/gtkmain.c                                      |   10 +-
 gtk/gtkmenu.c                                      |    1 -
 gtk/gtkmountoperation-x11.c                        |   10 +-
 gtk/gtknotebook.c                                  |   11 +-
 gtk/gtkprinteroption.c                             |   18 +
 gtk/gtkprinteroption.h                             |   41 +-
 gtk/gtkprinteroptionwidget.c                       |    6 +-
 gtk/gtkprintoperation-unix.c                       |    9 +-
 gtk/gtkprintoperation.c                            |   73 +-
 gtk/gtkprintoperation.h                            |    1 +
 gtk/gtkprintsettings.c                             |    8 +-
 gtk/gtkprintunixdialog.c                           |  161 +-
 gtk/gtkradiobutton.c                               |    4 +-
 gtk/gtkrange.c                                     |   46 +
 gtk/gtkrange.h                                     |    4 +
 gtk/gtkscale.c                                     |    3 +-
 gtk/gtksettings.c                                  |    2 +-
 gtk/gtksizegroup.c                                 |    8 +
 gtk/gtkstatusicon.c                                |    4 +
 gtk/gtktestutils.c                                 |    2 +
 gtk/gtktextbuffer.c                                |   11 +-
 gtk/gtktextview.c                                  |   35 +-
 gtk/gtktooltip.c                                   |   23 +-
 gtk/gtktreemodelfilter.c                           |  296 +-
 gtk/gtktreemodelsort.c                             |  171 +-
 gtk/gtktreestore.c                                 |   40 +-
 gtk/gtktreeview.c                                  |  377 +-
 gtk/gtktypeutils.c                                 |    4 +-
 gtk/gtkwidget.c                                    |  282 +-
 gtk/gtkwidget.h                                    |   26 +-
 gtk/gtkwindow.c                                    |   16 +-
 gtk/tests/Makefile.am                              |   12 +
 gtk/tests/builder.c                                |   12 +-
 gtk/tests/expander.c                               |   94 +
 gtk/tests/filtermodel.c                            | 2722 +++++++++++
 gtk/tests/liststore.c                              |   80 +
 gtk/tests/textbuffer.c                             |   37 +
 gtk/tests/treestore.c                              |   80 +
 gtk/tests/treeview-scrolling.c                     |  129 +-
 gtk/tests/treeview.c                               |  165 +
 gtk/updateiconcache.c                              |   22 +-
 modules/engines/ms-windows/msw_style.c             |    2 +-
 modules/other/gail/gailbutton.c                    |    5 -
 modules/other/gail/gailcombobox.c                  |   12 +-
 modules/other/gail/gailmenuitem.c                  |   18 +-
 modules/other/gail/gailscalebutton.c               |    2 -
 modules/printbackends/cups/gtkprintbackendcups.c   |  141 +-
 modules/printbackends/cups/gtkprintercups.c        |    4 +
 modules/printbackends/cups/gtkprintercups.h        |    3 +
 modules/printbackends/file/gtkprintbackendfile.c   |   66 +-
 modules/printbackends/lpr/gtkprintbackendlpr.c     |   22 +-
 modules/printbackends/papi/gtkprintbackendpapi.c   |    5 +-
 modules/printbackends/test/gtkprintbackendtest.c   |    3 -
 po-properties/Makefile.in.in                       |   23 +-
 po-properties/POTFILES.in                          |    1 +
 po-properties/af.po                                |  450 +-
 po-properties/am.po                                |  449 +-
 po-properties/ang.po                               |  446 +-
 po-properties/ar.po                                |  453 +-
 po-properties/as.po                                | 1228 +++---
 po-properties/ast.po                               |  444 +-
 po-properties/az.po                                |  450 +-
 po-properties/az_IR.po                             |  444 +-
 po-properties/be.po                                |  450 +-
 po-properties/be latin po                          |  453 +-
 po-properties/bg.po                                |  545 ++--
 po-properties/bn.po                                |  454 +-
 po-properties/bn_IN.po                             | 4751 ++++++++++----------
 po-properties/br.po                                |  991 ++---
 po-properties/bs.po                                |  450 +-
 po-properties/ca.po                                |  461 +-
 po-properties/ca valencia po                       | 1601 ++++----
 po-properties/crh.po                               |  456 +-
 po-properties/cs.po                                |  537 ++--
 po-properties/cy.po                                |  453 +-
 po-properties/da.po                                | 3585 ++++++++-------
 po-properties/de.po                                | 3696 ++++++++--------
 po-properties/dz.po                                |  453 +-
 po-properties/el.po                                |  453 +-
 po-properties/en_CA.po                             |  453 +-
 po-properties/en_GB.po                             | 3607 ++++++++--------
 po-properties/eo.po                                |  444 +-
 po-properties/es.po                                |  452 +-
 po-properties/et.po                                |  553 ++--
 po-properties/eu.po                                |  538 ++-
 po-properties/fa.po                                |  450 +-
 po-properties/fi.po                                |  537 ++--
 po-properties/fr.po                                |  455 +-
 po-properties/ga.po                                |  735 ++--
 po-properties/gl.po                                |  666 ++--
 po-properties/gu.po                                | 3757 ++++++++--------
 po-properties/he.po                                |  503 ++-
 po-properties/hi.po                                |  539 ++--
 po-properties/hr.po                                |  450 +-
 po-properties/hu.po                                |  557 ++--
 po-properties/hy.po                                |  444 +-
 po-properties/ia.po                                |  448 +-
 po-properties/id.po                                |  454 +-
 po-properties/io.po                                |  444 +-
 po-properties/is.po                                |  449 +-
 po-properties/it.po                                |  454 +-
 po-properties/ja.po                                |  976 ++--
 po-properties/ka.po                                |  450 +-
 po-properties/kn.po                                |  533 ++-
 po-properties/ko.po                                |  849 ++--
 po-properties/ku.po                                |  445 +-
 po-properties/li.po                                |  450 +-
 po-properties/lt.po                                | 3562 ++++++++-------
 po-properties/lv.po                                |  450 +-
 po-properties/mai.po                               |  451 +-
 po-properties/mi.po                                |  444 +-
 po-properties/mk.po                                |  453 +-
 po-properties/ml.po                                | 3800 ++++++++--------
 po-properties/mn.po                                |  454 +-
 po-properties/mr.po                                | 3774 ++++++++--------
 po-properties/ms.po                                |  450 +-
 po-properties/nb.po                                |  453 +-
 po-properties/ne.po                                |  450 +-
 po-properties/nl.po                                |  454 +-
 po-properties/nn.po                                |  450 +-
 po-properties/nso.po                               |  450 +-
 po-properties/oc.po                                |  446 +-
 po-properties/or.po                                | 3982 ++++++++--------
 po-properties/pa.po                                |  560 ++--
 po-properties/pl.po                                |  784 ++--
 po-properties/ps.po                                |  447 +-
 po-properties/pt.po                                |  534 ++-
 po-properties/pt_BR.po                             |  555 ++--
 po-properties/ro.po                                |  536 ++--
 po-properties/ru.po                                |  453 +-
 po-properties/rw.po                                |  450 +-
 po-properties/si.po                                |  448 +-
 po-properties/sk.po                                |  453 +-
 po-properties/sl.po                                | 4829 ++++++++++----------
 po-properties/sq.po                                |  453 +-
 po-properties/sr.po                                |  453 +-
 po-properties/sr ije po                            |  450 +-
 po-properties/sr latin po                          |  453 +-
 po-properties/sv.po                                | 4822 ++++++++++---------
 po-properties/ta.po                                |  544 ++--
 po-properties/te.po                                |  535 ++--
 po-properties/th.po                                |  445 +-
 po-properties/tk.po                                |  446 +-
 po-properties/tr.po                                |  456 +-
 po-properties/tt.po                                |  448 +-
 po-properties/uk.po                                | 3551 ++++++++-------
 po-properties/ur.po                                |  444 +-
 po-properties/uz.po                                |  450 +-
 po-properties/uz cyrillic po                       |  450 +-
 po-properties/vi.po                                |  453 +-
 po-properties/wa.po                                |  449 +-
 po-properties/xh.po                                |  450 +-
 po-properties/yi.po                                |  450 +-
 po-properties/zh_CN.po                             | 3587 ++++++++-------
 po-properties/zh_HK.po                             |  451 +-
 po-properties/zh_TW.po                             |  451 +-
 po/Makefile.in.in                                  |   23 +-
 po/POTFILES.in                                     |    1 +
 po/af.po                                           |  675 ++--
 po/am.po                                           |  675 ++--
 po/ang.po                                          |  675 ++--
 po/ar.po                                           |  779 ++--
 po/as.po                                           |  835 ++--
 po/ast.po                                          | 1525 +++----
 po/az.po                                           |  675 ++--
 po/az_IR.po                                        |  675 ++--
 po/be.po                                           |  675 ++--
 po/be latin po                                     |  675 ++--
 po/bg.po                                           |  800 ++--
 po/bn.po                                           | 2982 +++++--------
 po/bn_IN.po                                        |  758 ++--
 po/br.po                                           | 1580 ++++---
 po/bs.po                                           |  675 ++--
 po/ca.po                                           |  679 ++--
 po/ca valencia po                                  | 2721 ++++--------
 po/crh.po                                          |  675 ++--
 po/cs.po                                           |  793 ++--
 po/cy.po                                           |  675 ++--
 po/da.po                                           | 2320 +++++-----
 po/de.po                                           | 2287 +++++-----
 po/dz.po                                           |  675 ++--
 po/el.po                                           | 2697 ++++++------
 po/en_CA.po                                        |  675 ++--
 po/en_GB.po                                        | 2350 +++++-----
 po/eo.po                                           |  675 ++--
 po/es.po                                           |  679 ++--
 po/et.po                                           |  729 ++--
 po/eu.po                                           |  989 ++--
 po/fa.po                                           |  675 ++--
 po/fi.po                                           |  802 ++--
 po/fr.po                                           |  696 ++--
 po/ga.po                                           | 1077 +++---
 po/gl.po                                           | 1926 ++------
 po/gu.po                                           | 2368 +++++-----
 po/he.po                                           |  675 ++--
 po/hi.po                                           |  812 ++--
 po/hr.po                                           |  675 ++--
 po/hu.po                                           |  806 ++--
 po/hy.po                                           |  675 ++--
 po/ia.po                                           |  675 ++--
 po/id.po                                           |  675 ++--
 po/io.po                                           |  675 ++--
 po/is.po                                           |  675 ++--
 po/it.po                                           | 2585 +++++------
 po/ja.po                                           |  822 ++--
 po/ka.po                                           |  675 ++--
 po/kn.po                                           |  811 ++--
 po/ko.po                                           |  836 ++--
 po/ku.po                                           |  675 ++--
 po/li.po                                           |  675 ++--
 po/lt.po                                           | 2350 +++++-----
 po/lv.po                                           |  675 ++--
 po/mai.po                                          |  675 ++--
 po/mi.po                                           |  675 ++--
 po/mk.po                                           |  675 ++--
 po/ml.po                                           | 2371 +++++-----
 po/mn.po                                           |  675 ++--
 po/mr.po                                           | 2408 +++++-----
 po/ms.po                                           |  675 ++--
 po/nb.po                                           |  766 ++--
 po/ne.po                                           |  675 ++--
 po/nl.po                                           | 3785 ++++++----------
 po/nn.po                                           |  677 ++--
 po/nso.po                                          |  675 ++--
 po/oc.po                                           |  675 ++--
 po/or.po                                           | 2322 +++++-----
 po/pa.po                                           |  915 ++--
 po/pl.po                                           | 3420 ++++++---------
 po/ps.po                                           |  675 ++--
 po/pt.po                                           |  801 ++--
 po/pt_BR.po                                        | 3045 +++++--------
 po/ro.po                                           | 2374 +++++-----
 po/ru.po                                           |  675 ++--
 po/rw.po                                           |  677 ++--
 po/si.po                                           |  675 ++--
 po/sk.po                                           |  675 ++--
 po/sl.po                                           | 2906 ++++++-------
 po/sq.po                                           |  675 ++--
 po/sr.po                                           |  814 ++--
 po/sr ije po                                       |  675 ++--
 po/sr latin po                                     |  813 ++--
 po/sv.po                                           |  677 ++--
 po/ta.po                                           |  815 ++--
 po/te.po                                           |  817 ++--
 po/th.po                                           |  688 ++--
 po/tk.po                                           |  675 ++--
 po/tr.po                                           |  675 ++--
 po/tt.po                                           |  675 ++--
 po/uk.po                                           | 2235 +++++-----
 po/ur.po                                           |  675 ++--
 po/uz.po                                           |  675 ++--
 po/uz cyrillic po                                  |  675 ++--
 po/vi.po                                           |  675 ++--
 po/wa.po                                           |  675 ++--
 po/xh.po                                           |  675 ++--
 po/yi.po                                           |  675 ++--
 po/zh_CN.po                                        | 2306 +++++-----
 po/zh_HK.po                                        |  675 ++--
 po/zh_TW.po                                        |  675 ++--
 tests/testscale.c                                  |    1 -
 tests/testwindows.c                                |   45 +-
 374 files changed, 112615 insertions(+), 107542 deletions(-)
---



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