Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
b2cbfe66
Commit
b2cbfe66
authored
Jun 05, 2006
by
Matthias Clasen
Browse files
2.9.2
parent
7762f490
Changes
202
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b2cbfe66
2006-06-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.2 ===
* configure.in: Set interface age to 0.
* NEWS: Updates
* gtk/gtkprintoperationpreview.c: Include gtkalias.h
* gtk/gtk.symbols: Add some forgotten new functions.
2006-06-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_calculate_shown_tabs):
...
...
@@ -5,7 +17,7 @@
visibility calculation. (#168105, Carlos Garnacho Parro)
* gdk/x11/gdkfont-x11.c (_gdk_font_destroy): Remove the right
XID from the xid table. (#34327, Sampo Savolainen, Tim Janik)
XID from the xid table. (#34
1
327, Sampo Savolainen, Tim Janik)
2006-06-04 Behdad Esfahbod <behdad@gnome.org>
...
...
@@ -55,7 +67,7 @@
2006-06-02 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_leave_notify)
P
: revert fix of
* gtk/gtktreeview.c (gtk_tree_view_leave_notify): revert fix of
#164884 because it's not a problem in gtk+ but in applications and
it breaks starting drags from the edge of a row.
...
...
ChangeLog.pre-2-10
View file @
b2cbfe66
2006-06-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.2 ===
* configure.in: Set interface age to 0.
* NEWS: Updates
* gtk/gtkprintoperationpreview.c: Include gtkalias.h
* gtk/gtk.symbols: Add some forgotten new functions.
2006-06-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_calculate_shown_tabs):
...
...
@@ -5,7 +17,7 @@
visibility calculation. (#168105, Carlos Garnacho Parro)
* gdk/x11/gdkfont-x11.c (_gdk_font_destroy): Remove the right
XID from the xid table. (#34327, Sampo Savolainen, Tim Janik)
XID from the xid table. (#34
1
327, Sampo Savolainen, Tim Janik)
2006-06-04 Behdad Esfahbod <behdad@gnome.org>
...
...
@@ -55,7 +67,7 @@
2006-06-02 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_leave_notify)
P
: revert fix of
* gtk/gtktreeview.c (gtk_tree_view_leave_notify): revert fix of
#164884 because it's not a problem in gtk+ but in applications and
it breaks starting drags from the edge of a row.
...
...
INSTALL
View file @
b2cbfe66
...
...
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.9.
1
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.9.
1
# change to the toplevel directory
% gzip -cd gtk+-2.9.
2
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.9.
2
# change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]
...
...
README
View file @
b2cbfe66
General Information
===================
This is GTK+ version 2.9.
1
. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.9.
2
. 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.
...
...
configure.in
View file @
b2cbfe66
...
...
@@ -15,7 +15,7 @@ m4_define([gtk_minor_version], [9])
m4_define([gtk_micro_version], [2])
m4_define([gtk_version],
[gtk_major_version.gtk_minor_version.gtk_micro_version])
m4_define([gtk_interface_age], [
1
])
m4_define([gtk_interface_age], [
0
])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
# This is the X.Y used in -lgtk-FOO-X.Y
...
...
contrib/gdk-pixbuf-xlib/ChangeLog
View file @
b2cbfe66
2006-06-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.2 ===
2006-05-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.1 ====
...
...
docs/reference/ChangeLog
View file @
b2cbfe66
2006-06-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.2 ===
2006-06-02 Matthias Clasen <mclasen@redhat.com>
* gtk/migrating-checklist.sgml: Fix a small
...
...
docs/reference/gdk/tmpl/pixmaps.sgml
View file @
b2cbfe66
...
...
@@ -30,7 +30,6 @@ The type #GdkDrawable refers generically to any of
these types.
</para>
@user_data:
<!-- ##### FUNCTION gdk_pixmap_new ##### -->
<para>
...
...
docs/reference/gdk/tmpl/windows.sgml
View file @
b2cbfe66
...
...
@@ -30,7 +30,6 @@ The type #GdkDrawable refers generically to any of
these types.
</para>
@user_data:
<!-- ##### ENUM GdkWindowType ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtk-unused.sgml
View file @
b2cbfe66
...
...
@@ -2797,6 +2797,38 @@ Set the the handle size to @size x @size pixels.
@pspec:
@pattern:
<!-- ##### FUNCTION gtk_print_context_create_context ##### -->
<para>
</para>
@context:
@Returns:
<!-- ##### FUNCTION gtk_print_context_create_layout ##### -->
<para>
</para>
@context:
@Returns:
<!-- ##### FUNCTION gtk_print_context_get_cairo ##### -->
<para>
</para>
@context:
@Returns:
<!-- ##### FUNCTION gtk_print_context_get_fontmap ##### -->
<para>
</para>
@context:
@Returns:
<!-- ##### FUNCTION gtk_print_operation_set_nr_of_pages ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkbutton.sgml
View file @
b2cbfe66
...
...
@@ -82,6 +82,11 @@ This should not be accessed directly. Use the accessor functions below.
</para>
<!-- ##### ARG GtkButton:image-position ##### -->
<para>
</para>
<!-- ##### ARG GtkButton:label ##### -->
<para>
...
...
@@ -137,6 +142,11 @@ This should not be accessed directly. Use the accessor functions below.
</para>
<!-- ##### ARG GtkButton:image-spacing ##### -->
<para>
</para>
<!-- ##### ARG GtkButton:inner-border ##### -->
<para>
...
...
@@ -351,3 +361,21 @@ Returns the current relief style of the given #GtkButton.
@Returns:
<!-- ##### FUNCTION gtk_button_set_image_position ##### -->
<para>
</para>
@button:
@position:
<!-- ##### FUNCTION gtk_button_get_image_position ##### -->
<para>
</para>
@button:
@Returns:
docs/reference/gtk/tmpl/gtkcellview.sgml
View file @
b2cbfe66
...
...
@@ -41,6 +41,11 @@ and drag and drop.
</para>
<!-- ##### ARG GtkCellView:model ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_cell_view_new ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkenums.sgml
View file @
b2cbfe66
...
...
@@ -58,6 +58,7 @@ Used to indicate the direction in which a #GtkArrow should point.
@GTK_ARROW_DOWN: Represents a downward pointing arrow.
@GTK_ARROW_LEFT: Represents a left pointing arrow.
@GTK_ARROW_RIGHT: Represents a right pointing arrow.
@GTK_ARROW_NONE:
<!-- ##### ENUM GtkAttachOptions ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtknotebook.sgml
View file @
b2cbfe66
...
...
@@ -99,10 +99,7 @@ will be a popup menu allowing the users to switch pages.
@notebook: the object which received the signal.
@arg1:
@:
@:
@:
@:
@:
@Param3:
<!-- ##### SIGNAL GtkNotebook::select-page ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkprintcontext.sgml
View file @
b2cbfe66
...
...
@@ -92,7 +92,7 @@ Printing support was added in GTK+ 2.10.
</para>
<!-- ##### FUNCTION gtk_print_context_get_cairo ##### -->
<!-- ##### FUNCTION gtk_print_context_get_cairo
_context
##### -->
<para>
</para>
...
...
@@ -146,7 +146,7 @@ Printing support was added in GTK+ 2.10.
@Returns:
<!-- ##### FUNCTION gtk_print_context_get_fontmap ##### -->
<!-- ##### FUNCTION gtk_print_context_get_
pango_
fontmap ##### -->
<para>
</para>
...
...
@@ -155,7 +155,7 @@ Printing support was added in GTK+ 2.10.
@Returns:
<!-- ##### FUNCTION gtk_print_context_create_context ##### -->
<!-- ##### FUNCTION gtk_print_context_create_
pango_
context ##### -->
<para>
</para>
...
...
@@ -164,7 +164,7 @@ Printing support was added in GTK+ 2.10.
@Returns:
<!-- ##### FUNCTION gtk_print_context_create_layout ##### -->
<!-- ##### FUNCTION gtk_print_context_create_
pango_
layout ##### -->
<para>
</para>
...
...
docs/reference/gtk/tmpl/gtkprinter.sgml
View file @
b2cbfe66
...
...
@@ -185,3 +185,13 @@ Printing support was added in GTK+ 2.10.
@Returns:
<!-- ##### FUNCTION gtk_printer_compare ##### -->
<para>
</para>
@a:
@b:
@Returns:
docs/reference/gtk/tmpl/gtkprintjob.sgml
View file @
b2cbfe66
...
...
@@ -157,3 +157,21 @@ Printing support was added in GTK+ 2.10.
@Returns:
<!-- ##### FUNCTION gtk_print_job_set_track_print_status ##### -->
<para>
</para>
@job:
@track_status:
<!-- ##### FUNCTION gtk_print_job_get_track_print_status ##### -->
<para>
</para>
@job:
@Returns:
docs/reference/gtk/tmpl/gtkprintoperation.sgml
View file @
b2cbfe66
...
...
@@ -89,6 +89,22 @@ Printing support was added in GTK+ 2.10.
@printoperation: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GtkPrintOperation::create-custom-widget ##### -->
<para>
</para>
@printoperation: the object which received the signal.
@Returns:
<!-- ##### SIGNAL GtkPrintOperation::custom-widget-apply ##### -->
<para>
</para>
@printoperation: the object which received the signal.
@widget:
<!-- ##### SIGNAL GtkPrintOperation::draw-page ##### -->
<para>
...
...
@@ -106,6 +122,26 @@ Printing support was added in GTK+ 2.10.
@printoperation: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GtkPrintOperation::paginate ##### -->
<para>
</para>
@printoperation: the object which received the signal.
@arg1:
@Returns:
<!-- ##### SIGNAL GtkPrintOperation::preview ##### -->
<para>
</para>
@printoperation: the object which received the signal.
@arg1:
@arg2:
@arg3:
@Returns:
<!-- ##### SIGNAL GtkPrintOperation::request-page-setup ##### -->
<para>
...
...
@@ -128,6 +164,11 @@ Printing support was added in GTK+ 2.10.
</para>
<!-- ##### ARG GtkPrintOperation:custom-tab-label ##### -->
<para>
</para>
<!-- ##### ARG GtkPrintOperation:default-page-setup ##### -->
<para>
...
...
@@ -158,6 +199,16 @@ Printing support was added in GTK+ 2.10.
</para>
<!-- ##### ARG GtkPrintOperation:show-preview ##### -->
<para>
</para>
<!-- ##### ARG GtkPrintOperation:show-progress ##### -->
<para>
</para>
<!-- ##### ARG GtkPrintOperation:status ##### -->
<para>
...
...
@@ -206,6 +257,7 @@ Printing support was added in GTK+ 2.10.
@GTK_PRINT_OPERATION_RESULT_ERROR:
@GTK_PRINT_OPERATION_RESULT_APPLY:
@GTK_PRINT_OPERATION_RESULT_CANCEL:
@GTK_PRINT_OPERATION_RESULT_PREVIEW:
<!-- ##### ENUM GtkPrintError ##### -->
<para>
...
...
@@ -276,6 +328,15 @@ The #GQuark used for #GtkPrintError errors.
@job_name:
<!-- ##### FUNCTION gtk_print_operation_set_n_pages ##### -->
<para>
</para>
@op:
@n_pages:
<!-- ##### FUNCTION gtk_print_operation_set_current_page ##### -->
<para>
...
...
@@ -321,6 +382,33 @@ The #GQuark used for #GtkPrintError errors.
@filename:
<!-- ##### FUNCTION gtk_print_operation_set_show_progress ##### -->
<para>
</para>
@op:
@show_progress:
<!-- ##### FUNCTION gtk_print_operation_set_track_print_status ##### -->
<para>
</para>
@op:
@track_status:
<!-- ##### FUNCTION gtk_print_operation_set_custom_tab_label ##### -->
<para>
</para>
@op:
@label:
<!-- ##### FUNCTION gtk_print_operation_run ##### -->
<para>
...
...
@@ -341,6 +429,14 @@ The #GQuark used for #GtkPrintError errors.
@parent:
<!-- ##### FUNCTION gtk_print_operation_cancel ##### -->
<para>
</para>
@op:
<!-- ##### FUNCTION gtk_print_operation_get_status ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkprintsettings.sgml
View file @
b2cbfe66
...
...
@@ -502,6 +502,31 @@ Printing support was added in GTK+ 2.10.
@quality:
<!-- ##### MACRO GTK_PRINT_SETTINGS_N_COPIES ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_print_settings_get_n_copies ##### -->
<para>
</para>
@settings:
@Returns:
<!-- ##### FUNCTION gtk_print_settings_set_n_copies ##### -->
<para>
</para>
@settings:
@num_copies:
<!-- ##### MACRO GTK_PRINT_SETTINGS_NUMBER_UP ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkprintunixdialog.sgml
View file @
b2cbfe66
...
...
@@ -132,3 +132,33 @@ Printing support was added in GTK+ 2.10.
@Returns:
<!-- ##### FUNCTION gtk_print_unix_dialog_add_custom_tab ##### -->
<para>
</para>
@dialog:
@child:
@tab_label:
<!-- ##### ENUM GtkPrintCapabilities ##### -->
<para>
</para>
@GTK_PRINT_CAPABILITY_PAGE_SET:
@GTK_PRINT_CAPABILITY_COPIES:
@GTK_PRINT_CAPABILITY_COLLATE:
@GTK_PRINT_CAPABILITY_REVERSE:
@GTK_PRINT_CAPABILITY_SCALE:
<!-- ##### FUNCTION gtk_print_unix_dialog_set_manual_capabilities ##### -->
<para>
</para>
@dialog:
@capabilities:
Prev
1
2
3
4
5
…
11
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment