This commit is contained in:
Matthias Clasen 2006-06-22 02:09:31 +00:00
parent c38e62917a
commit 3644487680
15 changed files with 151 additions and 34 deletions

View File

@ -1,4 +1,6 @@
2006-06-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.4 ===
* modules/printbackends/file/gtkprintbackendfile.c:
Apply a patch by Christian Persch to support PostScript and PDF

View File

@ -1,4 +1,6 @@
2006-06-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.4 ===
* modules/printbackends/file/gtkprintbackendfile.c:
Apply a patch by Christian Persch to support PostScript and PDF

View File

@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.9.3.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.9.3 # change to the toplevel directory
% gzip -cd gtk+-2.9.4.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.9.4 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]

2
NEWS
View File

@ -5,7 +5,7 @@ Overview of Changes from GTK+ 2.9.3 to 2.9.4
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF of PostScript
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GTK+ version 2.9.3. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.9.4. GTK+ is a multi-platform toolkit for
creating graphical user interfaces. Offering a complete set of widgets,
GTK+ is suitable for projects ranging from small one-off projects to
complete application suites.

View File

@ -1,3 +1,7 @@
2006-06-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.4 ===
2006-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.3 ===

View File

@ -1,4 +1,10 @@
2006-06-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.4 ===
2006-06-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Some additions
* gtk/tmpl/gtkprintunixdialog.sgml: Document some of the
print capabilities

View File

@ -4506,6 +4506,12 @@ gtk_tree_view_get_row_separator_func
gtk_tree_view_set_row_separator_func
gtk_tree_view_get_rubber_banding
gtk_tree_view_set_rubber_banding
gtk_tree_view_get_enable_tree_lines
gtk_tree_view_set_enable_tree_lines
GtkTreeViewGridLines
gtk_tree_view_get_grid_lines
gtk_tree_view_set_grid_lines
<SUBSECTION Standard>
GtkTreeSelectionClass
GTK_TREE_VIEW
@ -6164,6 +6170,7 @@ GTK_PRINT_UNIX_DIALOG_GET_CLASS
<SUBSECTION Private>
GtkPrintUnixDialogPrivate
gtk_print_unix_dialog_get_type
gtk_print_capabilities_get_type
</SECTION>
@ -6183,6 +6190,8 @@ gtk_printer_get_job_count
gtk_printer_is_active
gtk_printer_is_virtual
gtk_printer_is_default
gtk_printer_accepts_ps
gtk_printer_accepts_pdf
gtk_printer_compare
GtkPrinterFunc
gtk_enumerate_printers

View File

@ -553,6 +553,13 @@ gtk_widget_set_colormap (widget, colormap);
One possibility to fill the alpha channel on the window is to use
gdk_draw_rgb_32_image().
</para>
<para>
Note that the presence of an RGBA visual is no guarantee that the
window will actually appear transparent on screen. On X11, this
requires a compositing manager to be running. See
gtk_widget_is_composited() for a way to find out if the alpha
channel will be respected.
</para>
</answer>
</qandaentry>

View File

@ -342,6 +342,12 @@ Turns off certain object flags. (Private)
</para>
<!-- ##### MACRO GTK_PRINT_SETTINGS_PRINT_TO_FILE ##### -->
<para>
</para>
<!-- ##### MACRO GTK_STOCK_BUTTON_APPLY ##### -->
<para>
@ -2837,6 +2843,14 @@ Set the the handle size to @size x @size pixels.
@settings:
@Returns:
<!-- ##### FUNCTION gtk_print_settings_get_print_to_file ##### -->
<para>
</para>
@settings:
@Returns:
<!-- ##### FUNCTION gtk_print_settings_set_num_copies ##### -->
<para>
@ -2845,6 +2859,14 @@ Set the the handle size to @size x @size pixels.
@settings:
@num_copies:
<!-- ##### FUNCTION gtk_print_settings_set_print_to_file ##### -->
<para>
</para>
@settings:
@print_to_file:
<!-- ##### FUNCTION gtk_rc_init ##### -->
<para>
Internal function.

View File

@ -258,6 +258,11 @@ described below.
</para>
<!-- ##### ARG GtkLabel:wrap-mode ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_label_new ##### -->
<para>
@ -385,6 +390,15 @@ probably only used within the Gtk+ library itself for menu items and such.
@wrap:
<!-- ##### FUNCTION gtk_label_set_line_wrap_mode ##### -->
<para>
</para>
@label:
@wrap_mode:
<!-- ##### MACRO gtk_label_set ##### -->
<para>
Aliases gtk_label_set_text(). Probably used for backward compatibility with
@ -548,6 +562,15 @@ Gtk+ 1.0.x.
@Returns:
<!-- ##### FUNCTION gtk_label_get_line_wrap_mode ##### -->
<para>
</para>
@label:
@Returns:
<!-- ##### FUNCTION gtk_label_get_mnemonic_widget ##### -->
<para>

View File

@ -195,6 +195,24 @@ Printing support was added in GTK+ 2.10.
@Returns:
<!-- ##### FUNCTION gtk_printer_accepts_ps ##### -->
<para>
</para>
@printer:
@Returns:
<!-- ##### FUNCTION gtk_printer_accepts_pdf ##### -->
<para>
</para>
@printer:
@Returns:
<!-- ##### FUNCTION gtk_printer_compare ##### -->
<para>
@ -212,9 +230,9 @@ Note that you need to ref @printer, if you want to keep
a reference to it after the function has returned.
</para>
@printer: a #GtkPrinter
@data: user data passed to gtk_enumerate_printers()
@Returns: %TRUE to stop the enumeration, %FALSE to continue
@printer: a #GtkPrinter
@data: user data passed to gtk_enumerate_printers()
@Returns: %TRUE to stop the enumeration, %FALSE to continue
<!-- ##### FUNCTION gtk_enumerate_printers ##### -->

View File

@ -65,6 +65,11 @@ Printing support was added in GTK+ 2.10.
</para>
<!-- ##### ARG GtkPrintJob:track-print-status ##### -->
<para>
</para>
<!-- ##### USER_FUNCTION GtkPrintJobCompleteFunc ##### -->
<para>
@ -153,8 +158,6 @@ Printing support was added in GTK+ 2.10.
@callback:
@user_data:
@dnotify:
@error:
@Returns:
<!-- ##### FUNCTION gtk_print_job_set_track_print_status ##### -->

View File

@ -602,31 +602,6 @@ Printing support was added in GTK+ 2.10.
@scale:
<!-- ##### MACRO GTK_PRINT_SETTINGS_PRINT_TO_FILE ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_print_settings_get_print_to_file ##### -->
<para>
</para>
@settings:
@Returns:
<!-- ##### FUNCTION gtk_print_settings_set_print_to_file ##### -->
<para>
</para>
@settings:
@print_to_file:
<!-- ##### ENUM GtkPrintPages ##### -->
<para>

View File

@ -1197,3 +1197,49 @@ returns.
@enable:
<!-- ##### FUNCTION gtk_tree_view_get_enable_tree_lines ##### -->
<para>
</para>
@tree_view:
@Returns:
<!-- ##### FUNCTION gtk_tree_view_set_enable_tree_lines ##### -->
<para>
</para>
@tree_view:
@enabled:
<!-- ##### ENUM GtkTreeViewGridLines ##### -->
<para>
</para>
@GTK_TREE_VIEW_GRID_LINES_NONE:
@GTK_TREE_VIEW_GRID_LINES_HORIZONTAL:
@GTK_TREE_VIEW_GRID_LINES_VERTICAL:
@GTK_TREE_VIEW_GRID_LINES_BOTH:
<!-- ##### FUNCTION gtk_tree_view_get_grid_lines ##### -->
<para>
</para>
@tree_view:
@Returns:
<!-- ##### FUNCTION gtk_tree_view_set_grid_lines ##### -->
<para>
</para>
@tree_view:
@grid_lines: