svn path=/trunk/; revision=20246
This commit is contained in:
Matthias Clasen 2008-05-30 05:08:50 +00:00
parent 91a4b6eea2
commit 49a42ac0f0
218 changed files with 129220 additions and 110539 deletions

View File

@ -1,5 +1,7 @@
2008-05-29 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.1 ===
* NEWS: Updates
2008-05-29 Matthias Clasen <mclasen@redhat.com>

View File

@ -4,8 +4,8 @@ Prerequisites
GTK+ requires the following packages:
- The GLib, Pango, ATK and cairo libraries, available at the same
location as GTK+. GTK+ 2.13.0 requires at least GLib 2.12,
Pango 1.13, ATK 1.9 and cairo 1.2.
location as GTK+. GTK+ 2.13.1 requires at least GLib 2.15.0,
Pango 1.20, ATK 1.13.0 and cairo 1.6.0.
- The TIFF, PNG, and JPEG image loading libraries. You most
likely have these installed on your system already. If not
@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.13.0.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.13.0 # change to the toplevel directory
% gzip -cd gtk+-2.13.1.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.13.1 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]

11
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GTK+ version 2.13.0. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.13.1. 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.
@ -27,6 +27,15 @@ Installation
See the file 'INSTALL'
Release notes for 2.14
======================
* gtkitemfactory.h is now completely deprecated.
As gtkactiongroup.h and gtkstock.h no longer include the gtkitemfactory.h
header, this might break application using gtk_item_factory_* symbols
without including gtkitemfactory.h - even though this behaviour has never
been supported in the first place.
Release notes for 2.12
======================

View File

@ -1,3 +1,7 @@
2008-05-29 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.1 ===
2008-05-26 Michael Natterer <mitch@imendio.com>
* gdk-pixbuf-xlib.h

View File

@ -1,3 +1,7 @@
2008-05-29 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.1 ===
2008-05-29 Matthias Clasen <mclasen@redhat.com>
* gtk/building.sgml: Document added configure options

View File

@ -762,11 +762,15 @@ GdkWMFunction
gdk_window_get_toplevels
gdk_get_default_root_window
<SUBSECTION>
GdkPointerHooks
gdk_set_pointer_hooks
<SUBSECTION>
GdkWindowRedirect
gdk_window_redirect_to_drawable
gdk_window_remove_redirection
<SUBSECTION Standard>
GDK_WINDOW
GDK_WINDOW_GET_CLASS

View File

@ -92,6 +92,7 @@ for the possible window states
was added in 2.6
@GDK_GRAB_BROKEN: a pointer or keyboard grab was broken. This event type
was added in 2.8.
@GDK_DAMAGE:
<!-- ##### ENUM GdkEventMask ##### -->
<para>

View File

@ -538,7 +538,7 @@ How to compile GTK+ itself
These options can be used to explicitly control whether
the cups print backend should be built.
</para>
</formalparap>
</formalpara>
<formalpara>
<title><systemitem>--with-xinput</systemitem></title>

View File

@ -1868,6 +1868,7 @@ gtk_image_get_pixmap
gtk_image_get_stock
gtk_image_get_animation
gtk_image_get_icon_name
gtk_image_get_gicon
gtk_image_get_storage_type
gtk_image_new_from_file
gtk_image_new_from_icon_set
@ -1877,6 +1878,7 @@ gtk_image_new_from_pixmap
gtk_image_new_from_stock
gtk_image_new_from_animation
gtk_image_new_from_icon_name
gtk_image_new_from_gicon
gtk_image_set_from_file
gtk_image_set_from_icon_set
gtk_image_set_from_image
@ -1885,6 +1887,7 @@ gtk_image_set_from_pixmap
gtk_image_set_from_stock
gtk_image_set_from_animation
gtk_image_set_from_icon_name
gtk_image_set_from_gicon
gtk_image_clear
gtk_image_new
gtk_image_set
@ -6227,6 +6230,7 @@ gtk_icon_theme_set_custom_theme
gtk_icon_theme_has_icon
gtk_icon_theme_lookup_icon
gtk_icon_theme_choose_icon
gtk_icon_theme_lookup_by_gicon
gtk_icon_theme_load_icon
gtk_icon_theme_list_contexts
gtk_icon_theme_list_icons
@ -6236,6 +6240,7 @@ gtk_icon_theme_rescan_if_needed
gtk_icon_theme_add_builtin_icon
gtk_icon_info_copy
gtk_icon_info_free
gtk_icon_info_new_for_pixbuf
gtk_icon_info_get_base_size
gtk_icon_info_get_filename
gtk_icon_info_get_builtin_pixbuf

View File

@ -408,14 +408,6 @@ Turns off certain object flags. (Private)
</para>
<!-- ##### MACRO GTK_STOCK_PAGE_SETUP ##### -->
<para>
The "Page Setup" item.
<inlinegraphic fileref="gtk-page-setup.png" format="PNG"></inlinegraphic>
</para>
@Since: 2.14
<!-- ##### MACRO GTK_TIPS_QUERY ##### -->
<para>

View File

@ -40,6 +40,15 @@ The #GtkCellRendererCombo cell renderer was added in GTK+ 2.6.
</para>
<!-- ##### SIGNAL GtkCellRendererCombo::changed ##### -->
<para>
</para>
@cellrenderercombo: the object which received the signal.
@arg1:
@arg2:
<!-- ##### ARG GtkCellRendererCombo:has-entry ##### -->
<para>

View File

@ -138,6 +138,7 @@ gtk_icon_theme_set_custom_theme().
@GTK_ICON_LOOKUP_FORCE_SVG:
@GTK_ICON_LOOKUP_USE_BUILTIN:
@GTK_ICON_LOOKUP_GENERIC_FALLBACK:
@GTK_ICON_LOOKUP_FORCE_SIZE:
<!-- ##### MACRO GTK_ICON_THEME_ERROR ##### -->
<para>

View File

@ -116,6 +116,11 @@ below.
</para>
<!-- ##### ARG GtkImage:gicon ##### -->
<para>
</para>
<!-- ##### ARG GtkImage:icon-name ##### -->
<para>
@ -191,6 +196,7 @@ functions), but they will all return %NULL values.
@GTK_IMAGE_ANIMATION: the widget contains a #GdkPixbufAnimation
@GTK_IMAGE_ICON_NAME: the widget contains a named icon.
This image type was added in GTK+ 2.6
@GTK_IMAGE_GICON:
<!-- ##### FUNCTION gtk_image_get_icon_set ##### -->
<para>

View File

@ -258,6 +258,15 @@ Printing support was added in GTK+ 2.10.
@Returns:
<!-- ##### FUNCTION gtk_printer_get_default_page_size ##### -->
<para>
</para>
@printer:
@Returns:
<!-- ##### USER_FUNCTION GtkPrinterFunc ##### -->
<para>
The type of function passed to gtk_enumerate_printers().

View File

@ -223,6 +223,11 @@ Sharing settings between applications
</para>
<!-- ##### ARG GtkSettings:gtk-recent-files-max-age ##### -->
<para>
</para>
<!-- ##### ARG GtkSettings:gtk-scrolled-window-placement ##### -->
<para>

View File

@ -720,6 +720,15 @@ The "Reverse Portrait Orientation" item.
@Since: 2.10
<!-- ##### MACRO GTK_STOCK_PAGE_SETUP ##### -->
<para>
The "Page Setup" item.
<inlinegraphic fileref="gtk-page-setup.png" format="PNG"></inlinegraphic>
</para>
@Since: 2.14
<!-- ##### MACRO GTK_STOCK_PASTE ##### -->
<para>
The "Paste" item.
@ -742,7 +751,7 @@ The "Print" item.
<inlinegraphic fileref="gtk-print.png" format="PNG"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_PRINT_ERROR ##### -->
<para>

View File

@ -168,6 +168,7 @@ This should not be accessed directly. Use the accessor functions below.
@tree_model_sort:
@sort_iter:
@child_iter:
@Returns:
<!-- ##### FUNCTION gtk_tree_model_sort_convert_path_to_child_path ##### -->

View File

@ -153,6 +153,15 @@ internal child "accessible" of a <structname>GtkWidget</structname>.
@event:
@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.
<!-- ##### SIGNAL GtkWidget::damage-event ##### -->
<para>
</para>
@widget: the object which received the signal.
@event:
@Returns:
<!-- ##### SIGNAL GtkWidget::delete-event ##### -->
<para>
@ -2611,6 +2620,16 @@ This function is deprecated; it does nothing.
@widget:
<!-- ##### FUNCTION gtk_widget_get_snapshot ##### -->
<para>
</para>
@widget:
@clip_rect:
@Returns:
<!-- ##### FUNCTION gtk_requisition_copy ##### -->
<para>

View File

@ -1,3 +1,7 @@
2008-05-29 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.1 ===
2008-05-29 Matthias Clasen <mclasen@redhat.com>
Bug 535453 - gdk_pixbuf_format_get_license returns NULL for

View File

@ -750,7 +750,8 @@ gtk_built_public_sources = \
gtk_built_private_headers = \
gtkalias.h \
gtkmarshalers.h \
gtkbuiltincache.h
gtkbuiltincache.h \
gtkimcontextsimpleseqs.h
gtk_built_sources = \
gtkaliasdef.c \

View File

@ -846,7 +846,7 @@ typedef struct {
PangoAttrList *attrs;
} PangoParserData;
PangoAttribute *
static PangoAttribute *
attribute_from_text (GtkBuilder *builder,
const gchar *name,
const gchar *value,

View File

@ -1,3 +1,7 @@
2008-05-29 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.1 ===
2008-04-16 Matthias Clasen <mclasen@redhat.com>
* Sync xdgmime to the copy in gio.

View File

@ -1,3 +1,7 @@
2008-05-29 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.1 ===
2008-05-29 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

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