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
49a42ac0
Commit
49a42ac0
authored
May 30, 2008
by
Matthias Clasen
Browse files
2.13.1
svn path=/trunk/; revision=20246
parent
91a4b6ee
Changes
218
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
49a42ac0
2008-05-29 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.1 ===
* NEWS: Updates
2008-05-29 Matthias Clasen <mclasen@redhat.com>
...
...
INSTALL
View file @
49a42ac0
...
...
@@ -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.1
2
,
Pango 1.
13
, ATK 1.
9
and cairo 1.
2
.
location as GTK+. GTK+ 2.13.
1
requires at least GLib 2.1
5.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 ]
...
...
README
View file @
49a42ac0
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
======================
...
...
contrib/gdk-pixbuf-xlib/ChangeLog
View file @
49a42ac0
2008-05-29 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.1 ===
2008-05-26 Michael Natterer <mitch@imendio.com>
* gdk-pixbuf-xlib.h
...
...
docs/reference/ChangeLog
View file @
49a42ac0
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
...
...
docs/reference/gdk/gdk-sections.txt
View file @
49a42ac0
...
...
@@ -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
...
...
docs/reference/gdk/tmpl/events.sgml
View file @
49a42ac0
...
...
@@ -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>
...
...
docs/reference/gtk/building.sgml
View file @
49a42ac0
...
...
@@ -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>
</formalpara
p
>
</formalpara>
<formalpara>
<title><systemitem>--with-xinput</systemitem></title>
...
...
docs/reference/gtk/gtk-sections.txt
View file @
49a42ac0
...
...
@@ -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
...
...
docs/reference/gtk/tmpl/gtk-unused.sgml
View file @
49a42ac0
...
...
@@ -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>
...
...
docs/reference/gtk/tmpl/gtkcellrenderercombo.sgml
View file @
49a42ac0
...
...
@@ -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>
...
...
docs/reference/gtk/tmpl/gtkicontheme.sgml
View file @
49a42ac0
...
...
@@ -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>
...
...
docs/reference/gtk/tmpl/gtkimage.sgml
View file @
49a42ac0
...
...
@@ -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>
...
...
docs/reference/gtk/tmpl/gtkprinter.sgml
View file @
49a42ac0
...
...
@@ -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().
...
...
docs/reference/gtk/tmpl/gtksettings.sgml
View file @
49a42ac0
...
...
@@ -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>
...
...
docs/reference/gtk/tmpl/gtkstock.sgml
View file @
49a42ac0
...
...
@@ -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>
...
...
docs/reference/gtk/tmpl/gtktreemodelsort.sgml
View file @
49a42ac0
...
...
@@ -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 ##### -->
...
...
docs/reference/gtk/tmpl/gtkwidget.sgml
View file @
49a42ac0
...
...
@@ -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>
...
...
gdk-pixbuf/ChangeLog
View file @
49a42ac0
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
...
...
gtk/Makefile.am
View file @
49a42ac0
...
...
@@ -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
\
...
...
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