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
a8fc5b41
Commit
a8fc5b41
authored
Jun 16, 2007
by
Matthias Clasen
Browse files
2.11.3
svn path=/trunk/; revision=18154
parent
d98b8bcc
Changes
205
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a8fc5b41
2007-06-15 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.3 ===
2007-06-15 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkuimanager.c: Base class should be GObject, not GtkObject.
...
...
INSTALL
View file @
a8fc5b41
...
...
@@ -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.11.
2
requires at least GLib 2.12,
location as GTK+. GTK+ 2.11.
3
requires at least GLib 2.12,
Pango 1.13, ATK 1.9 and cairo 1.2.
- 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.11.
2
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.11.
2
# change to the toplevel directory
% gzip -cd gtk+-2.11.
3
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.11.
3
# change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]
...
...
README
View file @
a8fc5b41
General Information
===================
This is GTK+ version 2.11.
2
. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.11.
3
. 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.
...
...
@@ -67,6 +67,12 @@ Release notes for 2.12
has been taken to make sure that all code using this signal continues
to work.
* Removed an unused and hardly visible GtkFrame from the menu widget hierarchy
when GtkComboBox::appears-as-list style property is set. Any RC file
applying a different style to any widget below the widget path
"gtk-combobox-popup-window.GtkFrame" should take into account that the
frame no longer exists.
Release notes for 2.10
======================
...
...
contrib/gdk-pixbuf-xlib/ChangeLog
View file @
a8fc5b41
2007-06-15 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.3 ===
2007-06-06 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.2 ===
...
...
docs/reference/ChangeLog
View file @
a8fc5b41
2007-06-15 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.3 ===
2007-06-15 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktreeview.sgml: Fix up cross-references
...
...
docs/reference/gdk/tmpl/gdk-unused.sgml
View file @
a8fc5b41
...
...
@@ -159,6 +159,12 @@ the device ID for the core pointer device.
@obj:
<!-- ##### MACRO GDK_WINDOWING_FB ##### -->
<para>
This macro is defined if GDK is configured to use the Linux framebuffer backend.
</para>
<!-- ##### MACRO GDK_WINDOWING_NANOX ##### -->
<para>
...
...
docs/reference/gdk/tmpl/general.sgml
View file @
a8fc5b41
...
...
@@ -399,10 +399,3 @@ This macro is defined if GDK is configured to use the Win32 backend.
<!-- ##### MACRO GDK_WINDOWING_FB ##### -->
<para>
This macro is defined if GDK is configured to use the Linux framebuffer backend.
</para>
docs/reference/gtk/Makefile.am
View file @
a8fc5b41
...
...
@@ -27,6 +27,7 @@ IGNORE_HFILES= \
fnmatch.h
\
gdk-pixbuf-loader.h
\
gtkdebug.h
\
gtkbuilderprivate.h
\
gtkdndcursors.h
\
gtkentryprivate.h
\
gtkfilechooserdefault.h
\
...
...
docs/reference/gtk/gtk-sections.txt
View file @
a8fc5b41
...
...
@@ -487,6 +487,7 @@ gtk_builder_get_type_from_name
gtk_builder_value_from_string
gtk_builder_value_from_string_type
GTK_BUILDER_WARN_INVALID_CHILD_TYPE
GTK_BUILDER_ERROR
<SUBSECTION Standard>
GTK_BUILDER
GTK_IS_BUILDER
...
...
@@ -496,6 +497,7 @@ GTK_IS_BUILDER_CLASS
GTK_BUILDER_GET_CLASS
<SUBSECTION Private>
gtk_builder_get_type
gtk_builder_error_quark
</SECTION>
<SECTION>
...
...
@@ -4162,6 +4164,7 @@ gtk_tooltips_get_type
<SECTION>
<FILE>gtktooltip</FILE>
<TITLE>GtkTooltip</TITLE>
GtkTooltip
gtk_tooltip_set_markup
gtk_tooltip_set_text
gtk_tooltip_set_icon
...
...
@@ -4622,6 +4625,12 @@ gtk_tree_view_get_visible_range
gtk_tree_view_get_bin_window
gtk_tree_view_widget_to_tree_coords
gtk_tree_view_tree_to_widget_coords
gtk_tree_view_convert_bin_window_to_tree_coords
gtk_tree_view_convert_bin_window_to_widget_coords
gtk_tree_view_convert_tree_to_bin_window_coords
gtk_tree_view_convert_tree_to_widget_coords
gtk_tree_view_convert_widget_to_bin_window_coords
gtk_tree_view_convert_widget_to_tree_coords
gtk_tree_view_enable_model_drag_dest
gtk_tree_view_enable_model_drag_source
gtk_tree_view_unset_rows_drag_source
...
...
docs/reference/gtk/tmpl/gtkbuilder.sgml
View file @
a8fc5b41
...
...
@@ -179,3 +179,10 @@ SEE ALSO
@type:
<!-- ##### MACRO GTK_BUILDER_ERROR ##### -->
<para>
</para>
docs/reference/gtk/tmpl/gtkcellrendererprogress.sgml
View file @
a8fc5b41
...
...
@@ -28,6 +28,11 @@ The #GtkCellRendererProgress cell renderer was added in GTK+ 2.6.
</para>
<!-- ##### ARG GtkCellRendererProgress:orientation ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererProgress:pulse ##### -->
<para>
...
...
@@ -38,6 +43,16 @@ The #GtkCellRendererProgress cell renderer was added in GTK+ 2.6.
</para>
<!-- ##### ARG GtkCellRendererProgress:text-xalign ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererProgress:text-yalign ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererProgress:value ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkmenuitem.sgml
View file @
a8fc5b41
...
...
@@ -73,6 +73,11 @@ submenu. For normal applications, the relevant signal is "activate".
@menuitem: the object which received the signal.
@arg1:
<!-- ##### ARG GtkMenuItem:submenu ##### -->
<para>
</para>
<!-- ##### ARG GtkMenuItem:arrow-spacing ##### -->
<para>
...
...
@@ -133,8 +138,8 @@ Creates a new #GtkMenuItem whose child is a #GtkLabel.
</para>
@menu_item:
@submenu:
@menu_item:
@submenu:
<!-- ##### FUNCTION gtk_menu_item_set_accel_path ##### -->
...
...
@@ -151,7 +156,7 @@ Creates a new #GtkMenuItem whose child is a #GtkLabel.
</para>
@menu_item:
@menu_item:
<!-- ##### FUNCTION gtk_menu_item_select ##### -->
...
...
docs/reference/gtk/tmpl/gtkmenushell.sgml
View file @
a8fc5b41
...
...
@@ -85,6 +85,15 @@ specified by @direction.
@menushell: the object which received the signal.
@direction: the direction to move.
<!-- ##### SIGNAL GtkMenuShell::move-selected ##### -->
<para>
</para>
@menushell: the object which received the signal.
@arg1:
@Returns:
<!-- ##### SIGNAL GtkMenuShell::selection-done ##### -->
<para>
This signal is emitted when a selection has been completed within a menu
...
...
docs/reference/gtk/tmpl/gtkrc.sgml
View file @
a8fc5b41
...
...
@@ -957,7 +957,7 @@ Parses resource information directly from a string.
@scanner:
@color:
@Returns:
@Returns:
<!-- ##### FUNCTION gtk_rc_parse_color_full ##### -->
...
...
docs/reference/gtk/tmpl/gtkrecentchooser.sgml
View file @
a8fc5b41
...
...
@@ -45,56 +45,6 @@ Recently used files are supported since GTK+ 2.10.
@recentchooser: the object which received the signal.
<!-- ##### ARG GtkRecentChooser:filter ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:limit ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:local-only ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:recent-manager ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:select-multiple ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:show-icons ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:show-not-found ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:show-private ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:show-tips ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:sort-type ##### -->
<para>
</para>
<!-- ##### STRUCT GtkRecentChooserIface ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkrecentmanager.sgml
View file @
a8fc5b41
...
...
@@ -114,14 +114,13 @@ recently used files list.
</para>
@display_name:
@description:
@description:
@mime_type:
@app_name:
@app_exec:
@app_exec:
@groups:
@is_private:
<!-- ##### MACRO GTK_RECENT_MANAGER_ERROR ##### -->
<para>
The #GQuark used for #GtkRecentManagerError errors.
...
...
docs/reference/gtk/tmpl/gtktooltip.sgml
View file @
a8fc5b41
...
...
@@ -17,6 +17,12 @@ GtkTooltip
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### STRUCT GtkTooltip ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_tooltip_set_markup ##### -->
<para>
...
...
@@ -26,6 +32,15 @@ GtkTooltip
@markup:
<!-- ##### FUNCTION gtk_tooltip_set_text ##### -->
<para>
</para>
@tooltip:
@text:
<!-- ##### FUNCTION gtk_tooltip_set_icon ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkvscrollbar.sgml
View file @
a8fc5b41
...
...
@@ -2,37 +2,35 @@
GtkVScrollbar
<!-- ##### SECTION Short_Description ##### -->
A vertical scrollbar
<!-- ##### SECTION Long_Description ##### -->
<para>
The #GtkVScrollbar widget is a widget arranged vertically creating a scrollbar.
See #GtkScrollbar for details on scrollbars. #GtkAdjustment pointers may be
added to handle the adjustment of the scrollbar or it may be left %NULL in which
case one will be created for you. See #GtkAdjustment for details.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
#GtkScrollbar, #GtkScrolledWindow
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### STRUCT GtkVScrollbar ##### -->
<para>
The #GtkVScrollbar struct contains private data and should be accessed
using the functions below.
</para>
<!-- ##### FUNCTION gtk_vscrollbar_new ##### -->
<para>
Creates a new vertical scrollbar.
</para>
@adjustment:
the #GtkAdjustment to use, or %NULL to create a new adjustment.
@Returns:
the new #GtkVScrollbar
@adjustment:
@Returns:
docs/reference/gtk/tmpl/gtkwidget.sgml
View file @
a8fc5b41
...
...
@@ -327,7 +327,7 @@ gtk_widget_style_get_valist() to obtain the value of a style property.
</para>
@widget:
@widget2:
@widget2:
<!-- ##### SIGNAL GtkWidget::key-press-event ##### -->
<para>
...
...
@@ -720,6 +720,11 @@ gtk_widget_style_get_valist() to obtain the value of a style property.
</para>
<!-- ##### ARG GtkWidget:tooltip-text ##### -->
<para>
</para>
<!-- ##### ARG GtkWidget:visible ##### -->
<para>
...
...
@@ -2484,6 +2489,42 @@ This function is deprecated; it does nothing.
@Returns:
<!-- ##### FUNCTION gtk_widget_get_tooltip_markup ##### -->
<para>
</para>
@widget:
@Returns:
<!-- ##### FUNCTION gtk_widget_set_tooltip_markup ##### -->
<para>
</para>
@widget:
@markup:
<!-- ##### FUNCTION gtk_widget_get_tooltip_text ##### -->
<para>
</para>
@widget:
@Returns:
<!-- ##### FUNCTION gtk_widget_set_tooltip_text ##### -->
<para>
</para>
@widget:
@text:
<!-- ##### FUNCTION gtk_widget_get_tooltip_window ##### -->
<para>
...
...
gdk-pixbuf/ChangeLog
View file @
a8fc5b41
2007
-
06
-
15
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
===
Released
2.11.3
===
2007
-
06
-
15
Hans
Breuer
<
hans
@
breuer
.
org
>
*
makefile
.
msc
:
updated
...
...
Prev
1
2
3
4
5
…
11
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