Skip to content
GitLab
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
c3e0a4ea
Commit
c3e0a4ea
authored
Jul 22, 2008
by
Matthias Clasen
Browse files
2.13.5
svn path=/trunk/; revision=20888
parent
94ba6bba
Changes
228
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c3e0a4ea
2008-07-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.5 ===
2008-07-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktestutils.c:
...
...
INSTALL
View file @
c3e0a4ea
...
...
@@ -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.
4
requires at least GLib 2.17.1,
location as GTK+. GTK+ 2.13.
5
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.
4
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.13.
4
# change to the toplevel directory
% gzip -cd gtk+-2.13.
5
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.13.
5
# change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]
...
...
NEWS
View file @
c3e0a4ea
...
...
@@ -51,13 +51,17 @@ Overview of Changes from GTK+ 2.13.4 to 2.13.5
528822 typo in GtkCombo docs
540967 docs build slowly because of entities
537430 label pango attributes & i18n
543989 Crash in gtk_tree_view_size_allocate_columns
535223 gbookmark file inefficiency ...
* Updated translations:
Assamese (as)
Czech (cs)
German (de)
Spanish (es)
Galician (gl)
Hebrew (he)
Polish (pl)
Pashto (ps)
Traditional Chinese (zh_HK)
Traditional Chinese (zh_TW)
...
...
README
View file @
c3e0a4ea
General Information
===================
This is GTK+ version 2.13.
4
. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.13.
5
. 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 @
c3e0a4ea
...
...
@@ -31,7 +31,7 @@ m4_define([gtk_api_version], [2.0])
m4_define([gtk_binary_version], [2.10.0])
# required versions of other packages
m4_define([glib_required_version], [2.17.
3
])
m4_define([glib_required_version], [2.17.
4
])
m4_define([pango_required_version], [1.20])
m4_define([atk_required_version], [1.13.0])
m4_define([cairo_required_version], [1.6])
...
...
contrib/gdk-pixbuf-xlib/ChangeLog
View file @
c3e0a4ea
2008-07-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.5 ===
2008-07-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.4 ===
...
...
docs/reference/ChangeLog
View file @
c3e0a4ea
2008-07-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.5 ===
2008-07-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Add tons of new api
...
...
docs/reference/gtk/tmpl/gtkaccelgroup.sgml
View file @
c3e0a4ea
...
...
@@ -202,6 +202,15 @@ Deprecated equivalent of g_object_unref().
@accel_group:
<!-- ##### FUNCTION gtk_accel_group_get_is_locked ##### -->
<para>
</para>
@accel_group:
@Returns:
<!-- ##### FUNCTION gtk_accel_group_from_accel_closure ##### -->
<para>
...
...
@@ -211,6 +220,15 @@ Deprecated equivalent of g_object_unref().
@Returns:
<!-- ##### FUNCTION gtk_accel_group_get_modifier_mask ##### -->
<para>
</para>
@accel_group:
@Returns:
<!-- ##### FUNCTION gtk_accel_groups_activate ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkbuilder.sgml
View file @
c3e0a4ea
...
...
@@ -306,6 +306,31 @@ respective objects, see
@Returns:
<!-- ##### FUNCTION gtk_builder_add_objects_from_file ##### -->
<para>
</para>
@builder:
@filename:
@object_ids:
@error:
@Returns:
<!-- ##### FUNCTION gtk_builder_add_objects_from_string ##### -->
<para>
</para>
@builder:
@buffer:
@length:
@object_ids:
@error:
@Returns:
<!-- ##### FUNCTION gtk_builder_get_object ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkcolorseldlg.sgml
View file @
c3e0a4ea
...
...
@@ -103,3 +103,12 @@ Creates a new #GtkColorSelectionDialog.
@Returns: a #GtkColorSelectionDialog.
<!-- ##### FUNCTION gtk_color_selection_dialog_get_color_selection ##### -->
<para>
</para>
@colorsel:
@Returns:
docs/reference/gtk/tmpl/gtkcontainer.sgml
View file @
c3e0a4ea
...
...
@@ -319,6 +319,15 @@ Does the same as gtk_container_get_children().
@needs_redraws:
<!-- ##### FUNCTION gtk_container_get_focus_child ##### -->
<para>
</para>
@container:
@Returns:
<!-- ##### FUNCTION gtk_container_set_focus_child ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkdialog.sgml
View file @
c3e0a4ea
...
...
@@ -363,6 +363,24 @@ directly, but into the @vbox and @action_area, as described above.
@Returns:
<!-- ##### FUNCTION gtk_dialog_get_action_area ##### -->
<para>
</para>
@dialog:
@Returns:
<!-- ##### FUNCTION gtk_dialog_get_content_area ##### -->
<para>
</para>
@dialog:
@Returns:
<!-- ##### FUNCTION gtk_alternative_dialog_button_order ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkentry.sgml
View file @
c3e0a4ea
...
...
@@ -262,6 +262,15 @@ The #GtkEntry-struct struct contains only private data.
@Returns:
<!-- ##### FUNCTION gtk_entry_get_text_length ##### -->
<para>
</para>
@entry:
@Returns:
<!-- ##### FUNCTION gtk_entry_select_region ##### -->
<para>
...
...
@@ -406,6 +415,24 @@ The #GtkEntry-struct struct contains only private data.
@Returns:
<!-- ##### FUNCTION gtk_entry_set_overwrite_mode ##### -->
<para>
</para>
@entry:
@overwrite:
<!-- ##### FUNCTION gtk_entry_get_overwrite_mode ##### -->
<para>
</para>
@entry:
@Returns:
<!-- ##### FUNCTION gtk_entry_get_layout ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkfontsel.sgml
View file @
c3e0a4ea
...
...
@@ -113,3 +113,120 @@ Sets the text displayed in the preview area.
@text: the text to display in the preview area.
<!-- ##### FUNCTION gtk_font_selection_dialog_get_apply_button ##### -->
<para>
</para>
@fsd:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_dialog_get_cancel_button ##### -->
<para>
</para>
@fsd:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_dialog_get_ok_button ##### -->
<para>
</para>
@fsd:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_face ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_face_entry ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_face_list ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_family ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_size ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_family_entry ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_family_list ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_preview_entry ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_size_entry ##### -->
<para>
</para>
@fontsel:
@Returns:
<!-- ##### FUNCTION gtk_font_selection_get_size_list ##### -->
<para>
</para>
@fontsel:
@Returns:
docs/reference/gtk/tmpl/gtkhandlebox.sgml
View file @
c3e0a4ea
...
...
@@ -210,3 +210,12 @@ in the future.
@Returns:
<!-- ##### FUNCTION gtk_handle_box_get_child_detached ##### -->
<para>
</para>
@handle_box:
@Returns:
docs/reference/gtk/tmpl/gtklayout.sgml
View file @
c3e0a4ea
...
...
@@ -179,3 +179,12 @@ area.
@adjustment:
<!-- ##### FUNCTION gtk_layout_get_bin_window ##### -->
<para>
</para>
@layout:
@Returns:
docs/reference/gtk/tmpl/gtkmenu.sgml
View file @
c3e0a4ea
...
...
@@ -291,6 +291,15 @@ See gtk_menu_set_accel_group().
@accel_path:
<!-- ##### FUNCTION gtk_menu_get_accel_path ##### -->
<para>
</para>
@menu:
@Returns:
<!-- ##### FUNCTION gtk_menu_set_title ##### -->
<para>
</para>
...
...
@@ -317,6 +326,15 @@ See gtk_menu_set_accel_group().
@Returns:
<!-- ##### FUNCTION gtk_menu_get_monitor ##### -->
<para>
</para>
@menu:
@Returns:
<!-- ##### FUNCTION gtk_menu_popdown ##### -->
<para>
Removes the menu from the screen.
...
...
docs/reference/gtk/tmpl/gtkmenuitem.sgml
View file @
c3e0a4ea
...
...
@@ -153,6 +153,15 @@ Creates a new #GtkMenuItem whose child is a #GtkLabel.
@right_justified:
<!-- ##### FUNCTION gtk_menu_item_get_right_justified ##### -->
<para>
</para>
@menu_item:
@Returns:
<!-- ##### FUNCTION gtk_menu_item_set_submenu ##### -->
<para>
...
...
@@ -162,6 +171,15 @@ Creates a new #GtkMenuItem whose child is a #GtkLabel.
@submenu:
<!-- ##### FUNCTION gtk_menu_item_get_submenu ##### -->
<para>
</para>
@menu_item:
@Returns:
<!-- ##### FUNCTION gtk_menu_item_set_accel_path ##### -->
<para>
...
...
@@ -171,6 +189,15 @@ Creates a new #GtkMenuItem whose child is a #GtkLabel.
@accel_path:
<!-- ##### FUNCTION gtk_menu_item_get_accel_path ##### -->
<para>
</para>
@menu_item:
@Returns:
<!-- ##### FUNCTION gtk_menu_item_remove_submenu ##### -->
<para>
...
...
@@ -231,21 +258,3 @@ Sets the menu item to be right-justified. Only useful for menu bars.
@menu_item: the menu item
<!-- ##### FUNCTION gtk_menu_item_get_right_justified ##### -->
<para>
</para>
@menu_item:
@Returns:
<!-- ##### FUNCTION gtk_menu_item_get_submenu ##### -->
<para>
</para>
@menu_item:
@Returns:
docs/reference/gtk/tmpl/gtkmessagedialog.sgml
View file @
c3e0a4ea
...
...
@@ -182,6 +182,15 @@ then call gtk_dialog_add_buttons().
@image:
<!-- ##### FUNCTION gtk_message_dialog_get_image ##### -->
<para>
</para>
@dialog:
@Returns:
<!-- ##### FUNCTION gtk_message_dialog_format_secondary_text ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkplug.sgml
View file @
c3e0a4ea
...
...
@@ -106,3 +106,21 @@ on all platforms supported by GTK+.
@Returns:
<!-- ##### FUNCTION gtk_plug_get_embedded ##### -->
<para>
</para>
@plug:
@Returns:
<!-- ##### FUNCTION gtk_plug_get_socket_window ##### -->
<para>
</para>
@plug:
@Returns:
Prev
1
2
3
4
5
…
12
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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