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
c246a4e7
Commit
c246a4e7
authored
Aug 05, 2008
by
Matthias Clasen
Browse files
2.13.6
svn path=/trunk/; revision=21015
parent
da61c61c
Changes
215
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c246a4e7
2008-08-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.6 ===
* gdk/tests/Makefile.am: Disable check-gdk-cairo test for now,
since it breaks make distcheck.
2008-08-05 Michael Natterer <mitch@imendio.com>
* gtk/gtkcombobox.c (gtk_combo_box_update_sensitivity): bail out
...
...
INSTALL
View file @
c246a4e7
...
...
@@ -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.
5
requires at least GLib 2.17.1,
location as GTK+. GTK+ 2.13.
6
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.
5
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.13.
5
# change to the toplevel directory
% gzip -cd gtk+-2.13.
6
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.13.
6
# change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]
...
...
NEWS
View file @
c246a4e7
...
...
@@ -19,6 +19,9 @@ Overview of Changes from GTK+ 2.13.5 to 2.13.6
for
creating
filechoosers
with
specific
backends
have
been
deprecated
,
since
GIO
is
used
directly
.
*
GtkAdjustment
has
been
sealed
,
adding
getters
and
setters
for
all
struct
fields
.
*
Bugs
fixed
:
544265
GDK
assumes
XFIXES
extension
543915
"Sole completion"
translation
issue
...
...
@@ -46,6 +49,10 @@ Overview of Changes from GTK+ 2.13.5 to 2.13.6
544684
Win64
issue
,
window
handles
are
assumed
to
be
32
-
bit
540834
Insensitive
widgets
cannot
be
grabbed
515596
GtkUIManager
's embedded UI definition example is invalid
534979 GtkImageMenuItem is a bin but has two children
382291 Automatically dim the combobox when the model is empty
545982 missing braces cause bogus warnings when using GtkBuilder
544858 Seal GtkAdjustment
* Updated translations:
Spanish (es)
...
...
README
View file @
c246a4e7
General Information
===================
This is GTK+ version 2.13.
5
. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.13.
6
. 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.
...
...
@@ -42,12 +42,11 @@ Release notes for 2.14
the GtkFileSystem interface is no longer available, nor the filechooser
will load any GtkFileSystem implementation.
* gtk_adjustment_set_value() now correctly clamps the passed value to
[lower...upper-page_size] instead of just to [lower...upper].
This has the potential to break some corner cases, however these
cases would set page_size to a value != 0 which suggests they want
it honored. All manual clamping in code calling set_value() can now
be safely removed.
* GtkComboBox now renders the popdown button insensitive when
the model is empty. Applications which want to populate the list
only before displaying it can set gtk_combo_box_set_button_sensitivity
to GTK_SENSITIVITY_ON, so that the button is always sensitive or
GTK_SENSITIVITY_OFF to make it insensitive respectively.
Release notes for 2.12
======================
...
...
contrib/gdk-pixbuf-xlib/ChangeLog
View file @
c246a4e7
2008-08-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.6 ===
2008-07-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.5 ===
...
...
docs/reference/ChangeLog
View file @
c246a4e7
2008-08-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.6 ===
2008-08-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Add new functions
...
...
docs/reference/gdk/tmpl/threads.sgml
View file @
c246a4e7
...
...
@@ -357,3 +357,27 @@ gdk_threads_enter()/gdk_threads_leave().
@Returns:
<!-- ##### FUNCTION gdk_threads_add_timeout_seconds ##### -->
<para>
</para>
@interval:
@function:
@data:
@Returns:
<!-- ##### FUNCTION gdk_threads_add_timeout_seconds_full ##### -->
<para>
</para>
@priority:
@interval:
@function:
@data:
@notify:
@Returns:
docs/reference/gtk/gtk-sections.txt
View file @
c246a4e7
...
...
@@ -257,6 +257,17 @@ gtk_adjustment_set_value
gtk_adjustment_clamp_page
gtk_adjustment_changed
gtk_adjustment_value_changed
gtk_adjustment_configure
gtk_adjustment_get_lower
gtk_adjustment_get_page_increment
gtk_adjustment_get_page_size
gtk_adjustment_get_step_increment
gtk_adjustment_get_upper
gtk_adjustment_set_lower
gtk_adjustment_set_page_increment
gtk_adjustment_set_page_size
gtk_adjustment_set_step_increment
gtk_adjustment_set_upper
<SUBSECTION Standard>
GTK_ADJUSTMENT
GTK_IS_ADJUSTMENT
...
...
@@ -1401,6 +1412,14 @@ gtk_file_chooser_list_shortcut_folders
gtk_file_chooser_add_shortcut_folder_uri
gtk_file_chooser_remove_shortcut_folder_uri
gtk_file_chooser_list_shortcut_folder_uris
gtk_file_chooser_get_current_folder_file
gtk_file_chooser_get_file
gtk_file_chooser_get_files
gtk_file_chooser_get_preview_file
gtk_file_chooser_select_file
gtk_file_chooser_set_current_folder_file
gtk_file_chooser_set_file
gtk_file_chooser_unselect_file
<SUBSECTION Standard>
GTK_FILE_CHOOSER
GTK_IS_FILE_CHOOSER
...
...
docs/reference/gtk/tmpl/gtk-unused.sgml
View file @
c246a4e7
...
...
@@ -3678,6 +3678,14 @@ fundamental type.
@modifier:
@Returns:
<!-- ##### FUNCTION gtk_window_get_default ##### -->
<para>
</para>
@window:
@Returns:
<!-- ##### FUNCTION gtk_window_get_default_accel_group ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkcombobox.sgml
View file @
c246a4e7
...
...
@@ -88,6 +88,11 @@ gtk_combo_box_get_active_text().
</para>
<!-- ##### ARG GtkComboBox:button-sensitivity ##### -->
<para>
</para>
<!-- ##### ARG GtkComboBox:column-span-column ##### -->
<para>
...
...
@@ -422,3 +427,21 @@ gtk_combo_box_get_active_text().
@Returns:
<!-- ##### FUNCTION gtk_combo_box_set_button_sensitivity ##### -->
<para>
</para>
@combo_box:
@sensitivity:
<!-- ##### FUNCTION gtk_combo_box_get_button_sensitivity ##### -->
<para>
</para>
@combo_box:
@Returns:
docs/reference/gtk/tmpl/gtkmain.sgml
View file @
c246a4e7
...
...
@@ -384,7 +384,7 @@ keyboard events are delivered to this widget.
<para>
If @widget is not sensitive, it is not set as the current grabbed
widget and this function does nothing.
</para>
</para>
@widget: The widget that grabs keyboard and pointer events.
...
...
docs/reference/gtk/tmpl/gtkprogressbar.sgml
View file @
c246a4e7
...
...
@@ -116,6 +116,26 @@ and should be accessed using the functions below.
</para>
<!-- ##### ARG GtkProgressBar:min-horizontal-bar-height ##### -->
<para>
</para>
<!-- ##### ARG GtkProgressBar:min-horizontal-bar-width ##### -->
<para>
</para>
<!-- ##### ARG GtkProgressBar:min-vertical-bar-height ##### -->
<para>
</para>
<!-- ##### ARG GtkProgressBar:min-vertical-bar-width ##### -->
<para>
</para>
<!-- ##### ARG GtkProgressBar:xspacing ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkrange.sgml
View file @
c246a4e7
...
...
@@ -118,6 +118,11 @@ of the "steppers". It also provides properties and methods for setting a
</para>
<!-- ##### ARG GtkRange:arrow-scaling ##### -->
<para>
</para>
<!-- ##### ARG GtkRange:slider-width ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkstatusicon.sgml
View file @
c246a4e7
...
...
@@ -88,6 +88,11 @@ on Win32 doesn't allow to embed arbitrary widgets.
</para>
<!-- ##### ARG GtkStatusIcon:gicon ##### -->
<para>
</para>
<!-- ##### ARG GtkStatusIcon:icon-name ##### -->
<para>
...
...
@@ -172,6 +177,15 @@ on Win32 doesn't allow to embed arbitrary widgets.
@Returns:
<!-- ##### FUNCTION gtk_status_icon_new_from_gicon ##### -->
<para>
</para>
@icon:
@Returns:
<!-- ##### FUNCTION gtk_status_icon_set_from_pixbuf ##### -->
<para>
...
...
@@ -208,6 +222,15 @@ on Win32 doesn't allow to embed arbitrary widgets.
@icon_name:
<!-- ##### FUNCTION gtk_status_icon_set_from_gicon ##### -->
<para>
</para>
@status_icon:
@icon:
<!-- ##### FUNCTION gtk_status_icon_get_storage_type ##### -->
<para>
...
...
@@ -244,6 +267,15 @@ on Win32 doesn't allow to embed arbitrary widgets.
@Returns:
<!-- ##### FUNCTION gtk_status_icon_get_gicon ##### -->
<para>
</para>
@status_icon:
@icon:
<!-- ##### FUNCTION gtk_status_icon_get_size ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkwindow.sgml
View file @
c246a4e7
...
...
@@ -558,7 +558,7 @@ Deprecated alias for gtk_window_set_position().
@focus:
<!-- ##### FUNCTION gtk_window_get_default ##### -->
<!-- ##### FUNCTION gtk_window_get_default
_widget
##### -->
<para>
</para>
...
...
gdk-pixbuf/ChangeLog
View file @
c246a4e7
2008
-
08
-
05
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
===
Released
2.13.6
===
2008
-
08
-
04
Tor
Lillqvist
<
tml
@
novell
.
com
>
*
Makefile
.
am
:
Pass
appropriate
-
machine
flag
to
lib
.
exe
.
...
...
gdk/tests/Makefile.am
View file @
c246a4e7
...
...
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
NULL
=
check_PROGRAMS
=
check-gdk-cairo
#
check_PROGRAMS=check-gdk-cairo
TESTS
=
$(check_PROGRAMS)
AM_CPPFLAGS
=
\
...
...
po-properties/ChangeLog
View file @
c246a4e7
2008-08-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.6 ===
2008-08-05 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
gl.po: Updated Galician translation
...
...
po-properties/af.po
View file @
c246a4e7
This diff is collapsed.
Click to expand it.
po-properties/am.po
View file @
c246a4e7
This diff is collapsed.
Click to expand it.
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