]> Pileus Git - ~andy/gtk/commit
Merge the gtk-printing branch. For more detailed ChangeLog entries, see
authorAlexander Larsson <alexl@redhat.com>
Fri, 21 Apr 2006 15:09:32 +0000 (15:09 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Fri, 21 Apr 2006 15:09:32 +0000 (15:09 +0000)
commit27f746fbd0e56872a8d3b4bfff2588ad0b7cd7c4
treedcf0769596bd36a76b7dcea7eed46b378a634f72
parentea32742b93348e1ce47cd92a26afe5317b37dd73
Merge the gtk-printing branch. For more detailed ChangeLog entries, see

2006-04-21  Alexander Larsson  <alexl@redhat.com>

        Merge the gtk-printing branch.
For more detailed ChangeLog entries, see the branch.

* .cvsignore:
* Makefile.am:
* configure.in:
* docs/tools/widgets.c:
* gtk+-unix-print-2.0.pc.in:
* gtk/Makefile.am:
* gtk/gen-paper-names.c:
* gtk/gtk.h:
* gtk/gtk.symbols:
* gtk/gtkenums.h:
* gtk/gtkiconfactory.c:
* gtk/gtkmarshalers.list:
* gtk/gtkpagesetup.[ch]:
* gtk/gtkpagesetupunixdialog.[ch]:
* gtk/gtkpapersize.[ch]:
* gtk/gtkprint-win32.[ch]:
* gtk/gtkprintbackend.[ch]:
* gtk/gtkprintcontext.[ch]:
* gtk/gtkprinter-private.h:
* gtk/gtkprinter.[ch]:
* gtk/gtkprinteroption.[ch]:
* gtk/gtkprinteroptionset.[ch]:
* gtk/gtkprinteroptionwidget.[ch]:
* gtk/gtkprintjob.[ch]:
* gtk/gtkprintoperation-private.h:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintoperation-win32.c:
* gtk/gtkprintoperation.[ch]:
* gtk/gtkprintsettings.[ch]:
* gtk/gtkprintunixdialog.[ch]:
* gtk/paper_names.c:
* gtk/paper_names_offsets.c:
Platform independent printing API and implementations
for unix and windows.

* gtk/gtkstock.h:
* gtk/stock-icons/24/gtk-orientation-landscape.png:
* gtk/stock-icons/24/gtk-orientation-portrait.png:
* gtk/stock-icons/24/gtk-orientation-reverse-landscape.png:
Add stock icons for page orientation.

* modules/Makefile.am:
* modules/printbackends/Makefile.am:
* modules/printbackends/cups/Makefile.am:
* modules/printbackends/cups/gtkcupsutils.[ch]:
* modules/printbackends/cups/gtkprintbackendcups.[ch]:
* modules/printbackends/cups/gtkprintercups.[ch]:

Cups printing backend for unix.

* modules/printbackends/lpr/Makefile.am:
* modules/printbackends/lpr/gtkprintbackendlpr.[ch]:
lpr printing backend for unix.

* modules/printbackends/pdf/Makefile.am:
* modules/printbackends/pdf/gtkprintbackendpdf.[ch]:
print-to-pdf printing backend for unix.

* tests/.cvsignore:
* tests/Makefile.am:
* tests/print-editor.c:
Test application for printing.

* gdk/gdk.symbols:
* gdk/win32/gdkevents-win32.c:
* gdk/win32/gdkwin32.h:
Add gdk_win32_set_modal_dialog_libgtk_only so that we can pump the
mainloop while displaying a win32 common dialog.

* gdk/directfb/Makefile.am:
Whitespace cleanup.
91 files changed:
.cvsignore
ChangeLog
ChangeLog.pre-2-10
Makefile.am
configure.in
docs/reference/ChangeLog
docs/reference/gtk/Makefile.am
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/gtk.types
docs/reference/gtk/images/pagesetupdialog.png [new file with mode: 0644]
docs/reference/gtk/images/printdialog.png [new file with mode: 0644]
docs/reference/gtk/tmpl/gtkpagesetup.sgml [new file with mode: 0644]
docs/reference/gtk/tmpl/gtkpagesetupunixdialog.sgml [new file with mode: 0644]
docs/reference/gtk/tmpl/gtkpapersize.sgml [new file with mode: 0644]
docs/reference/gtk/tmpl/gtkprintcontext.sgml [new file with mode: 0644]
docs/reference/gtk/tmpl/gtkprinter.sgml [new file with mode: 0644]
docs/reference/gtk/tmpl/gtkprintjob.sgml [new file with mode: 0644]
docs/reference/gtk/tmpl/gtkprintoperation.sgml [new file with mode: 0644]
docs/reference/gtk/tmpl/gtkprintsettings.sgml [new file with mode: 0644]
docs/reference/gtk/tmpl/gtkprintunixdialog.sgml [new file with mode: 0644]
docs/reference/gtk/visual_index.xml
docs/tools/widgets.c
gdk/directfb/Makefile.am
gdk/gdk.symbols
gdk/win32/gdkevents-win32.c
gdk/win32/gdkwin32.h
gtk+-unix-print-2.0.pc.in [new file with mode: 0644]
gtk/Makefile.am
gtk/gen-paper-names.c [new file with mode: 0644]
gtk/gtk.h
gtk/gtk.symbols
gtk/gtkenums.h
gtk/gtkiconfactory.c
gtk/gtkmarshalers.list
gtk/gtkpagesetup.c [new file with mode: 0644]
gtk/gtkpagesetup.h [new file with mode: 0644]
gtk/gtkpagesetupunixdialog.c [new file with mode: 0644]
gtk/gtkpagesetupunixdialog.h [new file with mode: 0644]
gtk/gtkpapersize.c [new file with mode: 0644]
gtk/gtkpapersize.h [new file with mode: 0644]
gtk/gtkprint-win32.c [new file with mode: 0644]
gtk/gtkprint-win32.h [new file with mode: 0644]
gtk/gtkprintbackend.c [new file with mode: 0644]
gtk/gtkprintbackend.h [new file with mode: 0644]
gtk/gtkprintcontext.c [new file with mode: 0644]
gtk/gtkprintcontext.h [new file with mode: 0644]
gtk/gtkprinter-private.h [new file with mode: 0644]
gtk/gtkprinter.c [new file with mode: 0644]
gtk/gtkprinter.h [new file with mode: 0644]
gtk/gtkprinteroption.c [new file with mode: 0644]
gtk/gtkprinteroption.h [new file with mode: 0644]
gtk/gtkprinteroptionset.c [new file with mode: 0644]
gtk/gtkprinteroptionset.h [new file with mode: 0644]
gtk/gtkprinteroptionwidget.c [new file with mode: 0644]
gtk/gtkprinteroptionwidget.h [new file with mode: 0644]
gtk/gtkprintjob.c [new file with mode: 0644]
gtk/gtkprintjob.h [new file with mode: 0644]
gtk/gtkprintoperation-private.h [new file with mode: 0644]
gtk/gtkprintoperation-unix.c [new file with mode: 0644]
gtk/gtkprintoperation-win32.c [new file with mode: 0644]
gtk/gtkprintoperation.c [new file with mode: 0644]
gtk/gtkprintoperation.h [new file with mode: 0644]
gtk/gtkprintsettings.c [new file with mode: 0644]
gtk/gtkprintsettings.h [new file with mode: 0644]
gtk/gtkprintunixdialog.c [new file with mode: 0644]
gtk/gtkprintunixdialog.h [new file with mode: 0644]
gtk/gtkstock.h
gtk/paper_names.c [new file with mode: 0644]
gtk/paper_names_offsets.c [new file with mode: 0644]
gtk/stock-icons/24/gtk-orientation-landscape.png [new file with mode: 0644]
gtk/stock-icons/24/gtk-orientation-portrait.png [new file with mode: 0644]
gtk/stock-icons/24/gtk-orientation-reverse-landscape.png [new file with mode: 0644]
modules/Makefile.am
modules/printbackends/Makefile.am [new file with mode: 0644]
modules/printbackends/cups/Makefile.am [new file with mode: 0644]
modules/printbackends/cups/gtkcupsutils.c [new file with mode: 0644]
modules/printbackends/cups/gtkcupsutils.h [new file with mode: 0644]
modules/printbackends/cups/gtkprintbackendcups.c [new file with mode: 0644]
modules/printbackends/cups/gtkprintbackendcups.h [new file with mode: 0644]
modules/printbackends/cups/gtkprintercups.c [new file with mode: 0644]
modules/printbackends/cups/gtkprintercups.h [new file with mode: 0644]
modules/printbackends/lpr/Makefile.am [new file with mode: 0644]
modules/printbackends/lpr/gtkprintbackendlpr.c [new file with mode: 0644]
modules/printbackends/lpr/gtkprintbackendlpr.h [new file with mode: 0644]
modules/printbackends/pdf/Makefile.am [new file with mode: 0644]
modules/printbackends/pdf/gtkprintbackendpdf.c [new file with mode: 0644]
modules/printbackends/pdf/gtkprintbackendpdf.h [new file with mode: 0644]
tests/.cvsignore
tests/Makefile.am
tests/print-editor.c [new file with mode: 0644]