svn path=/trunk/; revision=20783
This commit is contained in:
Matthias Clasen 2008-07-05 20:30:16 +00:00
parent 7574f3e248
commit 40a31e283c
222 changed files with 106710 additions and 97488 deletions

View File

@ -1,3 +1,7 @@
2008-07-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.4 ===
2008-07-05 Michael Natterer <mitch@imendio.com>
* gtk/gtk.symbols: move gtk_draw_insertion_cursor() out of the

View File

@ -4,7 +4,7 @@ Prerequisites
GTK+ requires the following packages:
- The GLib, Pango, ATK and cairo libraries, available at the same
location as GTK+. GTK+ 2.13.3 requires at least GLib 2.17.1,
location as GTK+. GTK+ 2.13.4 requires at least GLib 2.17.1,
Pango 1.20, ATK 1.13.0 and cairo 1.6.0.
- The TIFF, PNG, and JPEG image loading libraries. You most
@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.13.3.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.13.3 # change to the toplevel directory
% gzip -cd gtk+-2.13.4.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.13.4 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GTK+ version 2.13.3. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.13.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 @@
2008-07-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.4 ===
2008-06-13 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.3 ===

View File

@ -1,3 +1,7 @@
2008-07-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.4 ===
2008-07-04 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkradiobutton.sgml: Update

View File

@ -10,13 +10,11 @@ The functions in this section are intended to be used in test programs.
They allow to simulate some user input.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->

View File

@ -61,6 +61,16 @@ An object representing and maintaining a group of accelerators.
@arg2:
@arg3:
<!-- ##### ARG GtkAccelGroup:is-locked ##### -->
<para>
</para>
<!-- ##### ARG GtkAccelGroup:modifier-mask ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_accel_group_new ##### -->
<para>

View File

@ -108,13 +108,6 @@ following fields. (These fields should be considered read-only.
They should never be set by an application.)
</para>
@children: a list of children belonging the GtkBox.
The data is a list of structures of type #GtkBoxChild-struct.
@spacing: the number of pixels to put between children of the GtkBox,
zero by default. Use gtk_box_set_spacing() to set this field.
@homogeneous: a flag that if %TRUE forces all children to get equal
space in the GtkBox; %FALSE by default. Use gtk_box_set_homogeneous()
to set this field.
<!-- ##### ARG GtkBox:homogeneous ##### -->
<para>

View File

@ -112,6 +112,11 @@ it cannot be individually modified.
</para>
<!-- ##### ARG GtkCellRenderer:editing ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRenderer:height ##### -->
<para>

View File

@ -44,6 +44,11 @@ property is set to a pixbuf, it renders that one.
</para>
<!-- ##### ARG GtkCellRendererPixbuf:gicon ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererPixbuf:icon-name ##### -->
<para>

View File

@ -342,6 +342,16 @@ will not be used again.
@user_data:
<!-- ##### FUNCTION gtk_clipboard_request_uris ##### -->
<para>
</para>
@clipboard:
@callback:
@user_data:
<!-- ##### FUNCTION gtk_clipboard_wait_for_contents ##### -->
<para>
@ -382,6 +392,15 @@ will not be used again.
@Returns:
<!-- ##### FUNCTION gtk_clipboard_wait_for_uris ##### -->
<para>
</para>
@clipboard:
@Returns:
<!-- ##### FUNCTION gtk_clipboard_wait_is_text_available ##### -->
<para>
@ -410,6 +429,15 @@ will not be used again.
@Returns:
<!-- ##### FUNCTION gtk_clipboard_wait_is_uris_available ##### -->
<para>
</para>
@clipboard:
@Returns:
<!-- ##### FUNCTION gtk_clipboard_wait_for_targets ##### -->
<para>

View File

@ -74,6 +74,26 @@ Connect a handler for the clicked event.
</para>
<!-- ##### ARG GtkColorSelectionDialog:cancel-button ##### -->
<para>
</para>
<!-- ##### ARG GtkColorSelectionDialog:color-selection ##### -->
<para>
</para>
<!-- ##### ARG GtkColorSelectionDialog:help-button ##### -->
<para>
</para>
<!-- ##### ARG GtkColorSelectionDialog:ok-button ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_color_selection_dialog_new ##### -->
<para>
Creates a new #GtkColorSelectionDialog.

View File

@ -177,8 +177,6 @@ dividing #GtkHSeparator in the dialog. It is treated exactly the same
as any other #GtkHButtonBox.
</para>
@vbox:
@action_area:
<!-- ##### SIGNAL GtkDialog::close ##### -->
<para>

View File

@ -146,6 +146,11 @@ The #GtkEntry-struct struct contains only private data.
</para>
<!-- ##### ARG GtkEntry:overwrite-mode ##### -->
<para>
</para>
<!-- ##### ARG GtkEntry:scroll-offset ##### -->
<para>
@ -166,6 +171,11 @@ The #GtkEntry-struct struct contains only private data.
</para>
<!-- ##### ARG GtkEntry:text-length ##### -->
<para>
</para>
<!-- ##### ARG GtkEntry:truncate-multiline ##### -->
<para>

View File

@ -51,10 +51,6 @@ fonts.</para></listitem>
<!-- ##### STRUCT GtkFontSelectionDialog ##### -->
@ok_button: The OK button of the dialog
@apply_button: The Apply button of the dialog. This button is hidden
by default but you can show/hide it
@cancel_button: The Cancel button of the dialog
<!-- ##### FUNCTION gtk_font_selection_dialog_new ##### -->
<para>

View File

@ -102,6 +102,11 @@ handlebox are detached from the main window.
(this argument provides no extra information
and is here only for backwards-compatibility)
<!-- ##### ARG GtkHandleBox:child-detached ##### -->
<para>
</para>
<!-- ##### ARG GtkHandleBox:handle-position ##### -->
<para>

View File

@ -35,7 +35,6 @@ area.
</para>
@bin_window:
<!-- ##### SIGNAL GtkLayout::set-scroll-adjustments ##### -->
<para>

View File

@ -94,6 +94,31 @@ should be accessed using the functions below.
@menu: the object which received the signal.
@arg1:
<!-- ##### ARG GtkMenu:accel-group ##### -->
<para>
</para>
<!-- ##### ARG GtkMenu:accel-path ##### -->
<para>
</para>
<!-- ##### ARG GtkMenu:active ##### -->
<para>
</para>
<!-- ##### ARG GtkMenu:attach-widget ##### -->
<para>
</para>
<!-- ##### ARG GtkMenu:monitor ##### -->
<para>
</para>
<!-- ##### ARG GtkMenu:tearoff-state ##### -->
<para>

View File

@ -73,6 +73,16 @@ submenu. For normal applications, the relevant signal is "activate".
@menuitem: the object which received the signal.
@arg1:
<!-- ##### ARG GtkMenuItem:accel-path ##### -->
<para>
</para>
<!-- ##### ARG GtkMenuItem:right-justified ##### -->
<para>
</para>
<!-- ##### ARG GtkMenuItem:submenu ##### -->
<para>
@ -103,6 +113,11 @@ submenu. For normal applications, the relevant signal is "activate".
</para>
<!-- ##### ARG GtkMenuItem:width-chars ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_menu_item_new ##### -->
<para>
Creates a new #GtkMenuItem.

View File

@ -56,6 +56,11 @@ on all platforms supported by GTK+.
</para>
<!-- ##### ARG GtkPlug:socket-window ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_plug_construct ##### -->
<para>
</para>

View File

@ -58,6 +58,11 @@ is tailored for this use case.
</para>
<!-- ##### ARG GtkScaleButton:orientation ##### -->
<para>
</para>
<!-- ##### ARG GtkScaleButton:size ##### -->
<para>
@ -126,3 +131,12 @@ is tailored for this use case.
@Returns:
<!-- ##### FUNCTION gtk_scale_button_get_popup ##### -->
<para>
</para>
@button:
@Returns:

View File

@ -76,8 +76,6 @@ There are no public fields in the #GtkScrolledWindow struct; it should
only be accessed using the functions below.
</para>
@hscrollbar:
@vscrollbar:
<!-- ##### SIGNAL GtkScrolledWindow::move-focus-out ##### -->
<para>

View File

@ -108,11 +108,26 @@ Sharing settings between applications
</para>
<!-- ##### ARG GtkSettings:gtk-enable-event-sounds ##### -->
<para>
</para>
<!-- ##### ARG GtkSettings:gtk-enable-input-feedback-sounds ##### -->
<para>
</para>
<!-- ##### ARG GtkSettings:gtk-enable-mnemonics ##### -->
<para>
</para>
<!-- ##### ARG GtkSettings:gtk-enable-tooltips ##### -->
<para>
</para>
<!-- ##### ARG GtkSettings:gtk-entry-password-hint-timeout ##### -->
<para>
@ -248,6 +263,11 @@ Sharing settings between applications
</para>
<!-- ##### ARG GtkSettings:gtk-sound-theme-name ##### -->
<para>
</para>
<!-- ##### ARG GtkSettings:gtk-split-cursor ##### -->
<para>

View File

@ -47,13 +47,6 @@ The #GtkToolbar struct only contains private data and should only be
accessed through the function described below.
</para>
@num_children:
@children:
@orientation:
@style:
@icon_size:
@tooltips:
@_tooltips:
<!-- ##### SIGNAL GtkToolbar::focus-home-or-end ##### -->
<para>

View File

@ -77,14 +77,6 @@ internal child "accessible" of a <structname>GtkWidget</structname>.
</para>
@style: The style for the widget. The style contains the colors the widget should be
drawn in for each state along with graphics contexts used to draw with and the font
to use for text.
@requisition: The widget's desired size.
@allocation: The widget's allocated size.
@window: The widget's window or its parent window if it does not have a window. (Which
will be indicated by the #GTK_NO_WINDOW flag being set).
@parent:
<!-- ##### SIGNAL GtkWidget::accel-closures-changed ##### -->
<para>
@ -786,6 +778,11 @@ internal child "accessible" of a <structname>GtkWidget</structname>.
</para>
<!-- ##### ARG GtkWidget:window ##### -->
<para>
</para>
<!-- ##### ARG GtkWidget:cursor-aspect-ratio ##### -->
<para>
@ -1199,13 +1196,6 @@ widget by its parent. It is a subregion of its parents allocation. See
</para>
@selection:
@target:
@type:
@format:
@data:
@length:
@display:
<!-- ##### STRUCT GtkWidgetAuxInfo ##### -->
<para>

View File

@ -1,3 +1,7 @@
2008-07-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.4 ===
2008-06-18 Matthias Clasen <mclasen@redhat.com>
* io-ico.c: Add image/x-win-bitmap to the supported mimetypes,

View File

@ -1,3 +1,7 @@
2008-07-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.4 ===
2008-07-05 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* es.po: Updated Spanish translation

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More