2.15.1
svn path=/trunk/; revision=22202
This commit is contained in:
parent
d0113d2712
commit
3bb7c153f8
@ -1,3 +1,7 @@
|
|||||||
|
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* === Released 2.15.1 ===
|
||||||
|
|
||||||
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkactivatable.c: Make the section docs produce some valid
|
* gtk/gtkactivatable.c: Make the section docs produce some valid
|
||||||
|
6
INSTALL
6
INSTALL
@ -4,7 +4,7 @@ Prerequisites
|
|||||||
GTK+ requires the following packages:
|
GTK+ requires the following packages:
|
||||||
|
|
||||||
- The GLib, Pango, ATK and cairo libraries, available at the same
|
- The GLib, Pango, ATK and cairo libraries, available at the same
|
||||||
location as GTK+. GTK+ 2.15.0 requires at least GLib 2.17.6,
|
location as GTK+. GTK+ 2.15.1 requires at least GLib 2.17.6,
|
||||||
Pango 1.20, ATK 1.13.0 and cairo 1.6.0.
|
Pango 1.20, ATK 1.13.0 and cairo 1.6.0.
|
||||||
|
|
||||||
- The TIFF, PNG, and JPEG image loading libraries. You most
|
- The TIFF, PNG, and JPEG image loading libraries. You most
|
||||||
@ -20,8 +20,8 @@ GTK+ requires the following packages:
|
|||||||
Simple install procedure
|
Simple install procedure
|
||||||
========================
|
========================
|
||||||
|
|
||||||
% gzip -cd gtk+-2.15.0.tar.gz | tar xvf - # unpack the sources
|
% gzip -cd gtk+-2.15.1.tar.gz | tar xvf - # unpack the sources
|
||||||
% cd gtk+-2.15.0 # change to the toplevel directory
|
% cd gtk+-2.15.1 # change to the toplevel directory
|
||||||
% ./configure # run the `configure' script
|
% ./configure # run the `configure' script
|
||||||
% make # build GTK+
|
% make # build GTK+
|
||||||
[ Become root if necessary ]
|
[ Become root if necessary ]
|
||||||
|
@ -149,7 +149,8 @@ DISTCLEANFILES = \
|
|||||||
gail.pc \
|
gail.pc \
|
||||||
gtk+-$(GDKTARGET)-2.0-uninstalled.pc \
|
gtk+-$(GDKTARGET)-2.0-uninstalled.pc \
|
||||||
gdk-$(GDKTARGET)-2.0-uninstalled.pc \
|
gdk-$(GDKTARGET)-2.0-uninstalled.pc \
|
||||||
gail-uninstalled.pc
|
gail-uninstalled.pc \
|
||||||
|
config.lt
|
||||||
|
|
||||||
## copy the default target for this platform to gdk-2.0.pc and gtk+-2.0.pc
|
## copy the default target for this platform to gdk-2.0.pc and gtk+-2.0.pc
|
||||||
DEFAULT_GDKTARGET=x11
|
DEFAULT_GDKTARGET=x11
|
||||||
|
17
NEWS
17
NEWS
@ -39,7 +39,7 @@ Overview of Changes from GTK+ 2.15.0 to 2.15.1
|
|||||||
|
|
||||||
* GDK:
|
* GDK:
|
||||||
- On X11, GDK now caches cursors to avoid cursor theming overhead
|
- On X11, GDK now caches cursors to avoid cursor theming overhead
|
||||||
- New cursor tye for blank cursors: GDK_BLANK_CURSOR
|
- New cursor type for blank cursors: GDK_BLANK_CURSOR
|
||||||
|
|
||||||
* New deprecations:
|
* New deprecations:
|
||||||
gtk_scale_Button_get_orientation()
|
gtk_scale_Button_get_orientation()
|
||||||
@ -90,6 +90,21 @@ Overview of Changes from GTK+ 2.15.0 to 2.15.1
|
|||||||
568744 Spellfixes in GtkTreeView's documentation
|
568744 Spellfixes in GtkTreeView's documentation
|
||||||
536965 GtkPlug: crash on theme change
|
536965 GtkPlug: crash on theme change
|
||||||
567124 proposal to delay doing something related to immodule...
|
567124 proposal to delay doing something related to immodule...
|
||||||
|
568305 gdk-pixbuf mishandles BI_BITFIELDS bmps
|
||||||
|
|
||||||
|
* New and updated translations:
|
||||||
|
Crimean Tatar (crh)
|
||||||
|
Spanish (es)
|
||||||
|
Hebrew (he)
|
||||||
|
Hungarian (hu)
|
||||||
|
Italian (it)
|
||||||
|
Korean (ko)
|
||||||
|
Lithuanian (lt)
|
||||||
|
Norwegian bokmål (nb)
|
||||||
|
Norwegian Nynorsk (nn)
|
||||||
|
Swedish (sv)
|
||||||
|
Thai (th)
|
||||||
|
Simplified Chinese (zh_CN)
|
||||||
|
|
||||||
|
|
||||||
Overview of Changes from GTK+ 2.14.x to 2.15.0
|
Overview of Changes from GTK+ 2.14.x to 2.15.0
|
||||||
|
2
README
2
README
@ -1,7 +1,7 @@
|
|||||||
General Information
|
General Information
|
||||||
===================
|
===================
|
||||||
|
|
||||||
This is GTK+ version 2.15.0. GTK+ is a multi-platform toolkit for
|
This is GTK+ version 2.15.1. GTK+ is a multi-platform toolkit for
|
||||||
creating graphical user interfaces. Offering a complete set of widgets,
|
creating graphical user interfaces. Offering a complete set of widgets,
|
||||||
GTK+ is suitable for projects ranging from small one-off projects to
|
GTK+ is suitable for projects ranging from small one-off projects to
|
||||||
complete application suites.
|
complete application suites.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* === Released 2.15.1 ===
|
||||||
|
|
||||||
2009-01-01 Matthias Clasen <mclasen@redhat.com>
|
2009-01-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.15.0 ===
|
* === Released 2.15.0 ===
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* === Released 2.15.1 ===
|
||||||
|
|
||||||
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtk-sections.txt: Add GtkActivatableIface, too
|
* gtk/gtk-sections.txt: Add GtkActivatableIface, too
|
||||||
|
@ -120,12 +120,11 @@ The standard cursors available.
|
|||||||
@GDK_UR_ANGLE: <inlinegraphic format="PNG" fileref="ur_angle.png"></inlinegraphic>
|
@GDK_UR_ANGLE: <inlinegraphic format="PNG" fileref="ur_angle.png"></inlinegraphic>
|
||||||
@GDK_WATCH: <inlinegraphic format="PNG" fileref="watch.png"></inlinegraphic>
|
@GDK_WATCH: <inlinegraphic format="PNG" fileref="watch.png"></inlinegraphic>
|
||||||
@GDK_XTERM: <inlinegraphic format="PNG" fileref="xterm.png"></inlinegraphic>
|
@GDK_XTERM: <inlinegraphic format="PNG" fileref="xterm.png"></inlinegraphic>
|
||||||
@GDK_BLANK_CURSOR: Blank cursor. Since 2.16
|
|
||||||
@GDK_LAST_CURSOR: last cursor type
|
@GDK_LAST_CURSOR: last cursor type
|
||||||
|
@GDK_BLANK_CURSOR: Blank cursor. Since 2.16
|
||||||
@GDK_CURSOR_IS_PIXMAP: type of cursors constructed with
|
@GDK_CURSOR_IS_PIXMAP: type of cursors constructed with
|
||||||
gdk_cursor_new_from_pixmap() or gdk_cursor_new_from_pixbuf()
|
gdk_cursor_new_from_pixmap() or gdk_cursor_new_from_pixbuf()
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_cursor_new ##### -->
|
<!-- ##### FUNCTION gdk_cursor_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -937,6 +937,96 @@ You may not attach these to signals created with the
|
|||||||
@arg2:
|
@arg2:
|
||||||
@arg3:
|
@arg3:
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:activatable-primary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:activatable-secondary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:gicon-primary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:gicon-secondary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:icon-name-primary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:icon-name-secondary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:pixbuf-primary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:pixbuf-secondary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:prelight ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:sensitive-primary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:sensitive-secondary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:stock-primary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:stock-secondary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:storage-type-primary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:storage-type-secondary ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:text-position ##### -->
|
<!-- ##### ARG GtkEntry:text-position ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -1264,6 +1354,12 @@ after other user handlers and the default handler.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkScaleButton:orientation ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkScrolledWindow:shadow ##### -->
|
<!-- ##### ARG GtkScrolledWindow:shadow ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -2424,6 +2520,42 @@ Claim or disclaim ownership of the PRIMARY X selection.
|
|||||||
@claim: if %TRUE, claim the selection, otherwise, disclaim it.
|
@claim: if %TRUE, claim the selection, otherwise, disclaim it.
|
||||||
@time: the timestamp for claiming the selection.
|
@time: the timestamp for claiming the selection.
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_entry_get_gicon ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@entry:
|
||||||
|
@icon_pos:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_entry_get_pixbuf ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@entry:
|
||||||
|
@icon_pos:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_entry_get_stock ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@entry:
|
||||||
|
@icon_pos:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_entry_get_storage_type ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@entry:
|
||||||
|
@icon_pos:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_file_chooser_error_quark ##### -->
|
<!-- ##### FUNCTION gtk_file_chooser_error_quark ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -70,6 +70,11 @@ and should not be accessed directly.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkAction:gicon ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkAction:hide-if-empty ##### -->
|
<!-- ##### ARG GtkAction:hide-if-empty ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -298,6 +303,22 @@ and should not be accessed directly.
|
|||||||
@action:
|
@action:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_block_activate ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_unblock_activate ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_action_block_activate_from ##### -->
|
<!-- ##### FUNCTION gtk_action_block_activate_from ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -352,3 +373,165 @@ and should not be accessed directly.
|
|||||||
@accel_group:
|
@accel_group:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_set_label ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@label:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_get_label ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_set_short_label ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@short_label:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_get_short_label ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_set_tooltip ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@tooltip:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_get_tooltip ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_set_stock_id ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@stock_id:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_get_stock_id ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_set_gicon ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@icon:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_get_gicon ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_set_icon_name ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@icon_name:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_get_icon_name ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_set_visible_horizontal ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@visible_horizontal:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_get_visible_horizontal ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_set_visible_vertical ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@visible_vertical:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_get_visible_vertical ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_set_is_important ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@is_important:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_action_get_is_important ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@action:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
@ -168,16 +168,6 @@ The #GtkEntry-struct struct contains only private data.
|
|||||||
|
|
||||||
@entry: the object which received the signal.
|
@entry: the object which received the signal.
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:activatable-primary ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:activatable-secondary ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:activates-default ##### -->
|
<!-- ##### ARG GtkEntry:activates-default ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -198,27 +188,12 @@ The #GtkEntry-struct struct contains only private data.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:gicon-primary ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:gicon-secondary ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:has-frame ##### -->
|
<!-- ##### ARG GtkEntry:has-frame ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:icon-name-primary ##### -->
|
<!-- ##### ARG GtkEntry:im-module ##### -->
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:icon-name-secondary ##### -->
|
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
@ -248,12 +223,47 @@ The #GtkEntry-struct struct contains only private data.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:pixbuf-primary ##### -->
|
<!-- ##### ARG GtkEntry:primary-icon-activatable ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:pixbuf-secondary ##### -->
|
<!-- ##### ARG GtkEntry:primary-icon-gicon ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:primary-icon-name ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:primary-icon-pixbuf ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:primary-icon-sensitive ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:primary-icon-stock ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:primary-icon-storage-type ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:primary-icon-tooltip-markup ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:primary-icon-tooltip-text ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
@ -273,46 +283,61 @@ The #GtkEntry-struct struct contains only private data.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:secondary-icon-activatable ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:secondary-icon-gicon ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:secondary-icon-name ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:secondary-icon-pixbuf ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:secondary-icon-sensitive ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:secondary-icon-stock ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:secondary-icon-storage-type ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:secondary-icon-tooltip-markup ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntry:secondary-icon-tooltip-text ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:selection-bound ##### -->
|
<!-- ##### ARG GtkEntry:selection-bound ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:sensitive-primary ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:sensitive-secondary ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:shadow-type ##### -->
|
<!-- ##### ARG GtkEntry:shadow-type ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:stock-primary ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:stock-secondary ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:storage-type-primary ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:storage-type-secondary ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:text ##### -->
|
<!-- ##### ARG GtkEntry:text ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -343,12 +368,12 @@ The #GtkEntry-struct struct contains only private data.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:inner-border ##### -->
|
<!-- ##### ARG GtkEntry:icon-prelight ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkEntry:prelight ##### -->
|
<!-- ##### ARG GtkEntry:inner-border ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
@ -783,7 +808,7 @@ Specifies the side of the entry at which an icon is placed.
|
|||||||
@icon:
|
@icon:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_entry_get_storage_type ##### -->
|
<!-- ##### FUNCTION gtk_entry_get_icon_storage_type ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
@ -793,7 +818,7 @@ Specifies the side of the entry at which an icon is placed.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_entry_get_pixbuf ##### -->
|
<!-- ##### FUNCTION gtk_entry_get_icon_pixbuf ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
@ -803,7 +828,7 @@ Specifies the side of the entry at which an icon is placed.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_entry_get_stock ##### -->
|
<!-- ##### FUNCTION gtk_entry_get_icon_stock ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
@ -823,7 +848,7 @@ Specifies the side of the entry at which an icon is placed.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_entry_get_gicon ##### -->
|
<!-- ##### FUNCTION gtk_entry_get_icon_gicon ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
@ -894,6 +919,16 @@ Specifies the side of the entry at which an icon is placed.
|
|||||||
@tooltip:
|
@tooltip:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_entry_get_icon_tooltip_text ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@entry:
|
||||||
|
@icon_pos:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_entry_set_icon_tooltip_markup ##### -->
|
<!-- ##### FUNCTION gtk_entry_set_icon_tooltip_markup ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -904,6 +939,16 @@ Specifies the side of the entry at which an icon is placed.
|
|||||||
@tooltip:
|
@tooltip:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_entry_get_icon_tooltip_markup ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@entry:
|
||||||
|
@icon_pos:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_entry_set_icon_drag_source ##### -->
|
<!-- ##### FUNCTION gtk_entry_set_icon_drag_source ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -783,6 +783,7 @@ gtk_widget_destroy (chooser);
|
|||||||
@GTK_FILE_CHOOSER_ERROR_BAD_FILENAME: Indicates a malformed filename.
|
@GTK_FILE_CHOOSER_ERROR_BAD_FILENAME: Indicates a malformed filename.
|
||||||
@GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS: Indicates a duplicate path (e.g. when
|
@GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS: Indicates a duplicate path (e.g. when
|
||||||
adding a bookmark).
|
adding a bookmark).
|
||||||
|
@GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_file_chooser_set_action ##### -->
|
<!-- ##### FUNCTION gtk_file_chooser_set_action ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -49,3 +49,12 @@ An input method context supporting multiple, loadable input methods
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_im_multicontext_set_context_id ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@context:
|
||||||
|
@context_id:
|
||||||
|
|
||||||
|
|
||||||
|
@ -141,3 +141,22 @@ the accessor functions.
|
|||||||
@y:
|
@y:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_scale_add_mark ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@scale:
|
||||||
|
@value:
|
||||||
|
@position:
|
||||||
|
@markup:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_scale_clear_marks ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@scale:
|
||||||
|
|
||||||
|
|
||||||
|
@ -58,11 +58,6 @@ is tailored for this use case.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkScaleButton:orientation ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkScaleButton:size ##### -->
|
<!-- ##### ARG GtkScaleButton:size ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -122,6 +122,14 @@ types related to the text widget and how they work together.
|
|||||||
|
|
||||||
@textbuffer: the object which received the signal.
|
@textbuffer: the object which received the signal.
|
||||||
|
|
||||||
|
<!-- ##### SIGNAL GtkTextBuffer::paste-done ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@textbuffer: the object which received the signal.
|
||||||
|
@arg1:
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkTextBuffer::remove-tag ##### -->
|
<!-- ##### SIGNAL GtkTextBuffer::remove-tag ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -168,6 +168,11 @@ types related to the text widget and how they work together.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkTextView:im-module ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkTextView:indent ##### -->
|
<!-- ##### ARG GtkTextView:indent ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* === Released 2.15.1 ===
|
||||||
|
|
||||||
2009-01-19 Tor Lillqvist <tml@iki.fi>
|
2009-01-19 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
Bug 568305 - gdk-pixbuf mishandles BI_BITFIELDS bmps
|
Bug 568305 - gdk-pixbuf mishandles BI_BITFIELDS bmps
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* === Released 2.15.1 ===
|
||||||
|
|
||||||
2009-01-01 Matthias Clasen <mclasen@redhat.com>
|
2009-01-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.15.0 ===
|
* === Released 2.15.0 ===
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* === Released 2.15.1 ===
|
||||||
|
|
||||||
2009-01-07 Brad Taylor <brad@getcoded.net>
|
2009-01-07 Brad Taylor <brad@getcoded.net>
|
||||||
|
|
||||||
* gail.c:
|
* gail.c:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* === Released 2.15.1 ===
|
||||||
|
|
||||||
2009-01-22 Gil Forcada <gforcada@gnome.org>
|
2009-01-22 Gil Forcada <gforcada@gnome.org>
|
||||||
|
|
||||||
* ca.po: Updated Catalan translation by David Planella.
|
* ca.po: Updated Catalan translation by David Planella.
|
||||||
|
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
3384
po-properties/ca.po
3384
po-properties/ca.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
3415
po-properties/crh.po
3415
po-properties/crh.po
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
3399
po-properties/es.po
3399
po-properties/es.po
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
3402
po-properties/he.po
3402
po-properties/he.po
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
3688
po-properties/hu.po
3688
po-properties/hu.po
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
3397
po-properties/ko.po
3397
po-properties/ko.po
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
3421
po-properties/lt.po
3421
po-properties/lt.po
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
Loading…
Reference in New Issue
Block a user