Skip to content
GitLab
Menu
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
49d0db81
Commit
49d0db81
authored
Nov 12, 2004
by
Matthias Clasen
Browse files
2.5.5
parent
e0c2773f
Changes
176
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
49d0db81
2004
-
11
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
===
Released
2.5.5
===
*
gtk
/
gtkwindow
.
c
(
gtk_window_activate_key_after
):
Add
parentheses
around
comparison
in
operand
of
&.
*
gtk
/
gtkcalendar
.
c
:
Replace
a
non
-
ASCII
character
in
a
comment
.
2004
-
11
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
tests
/
Makefile
.
am
(
pixbuf_threads_LDADD
):
Make
pixbuf
-
threads
...
...
ChangeLog.pre-2-10
View file @
49d0db81
2004
-
11
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
===
Released
2.5.5
===
*
gtk
/
gtkwindow
.
c
(
gtk_window_activate_key_after
):
Add
parentheses
around
comparison
in
operand
of
&.
*
gtk
/
gtkcalendar
.
c
:
Replace
a
non
-
ASCII
character
in
a
comment
.
2004
-
11
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
tests
/
Makefile
.
am
(
pixbuf_threads_LDADD
):
Make
pixbuf
-
threads
...
...
ChangeLog.pre-2-6
View file @
49d0db81
2004
-
11
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
===
Released
2.5.5
===
*
gtk
/
gtkwindow
.
c
(
gtk_window_activate_key_after
):
Add
parentheses
around
comparison
in
operand
of
&.
*
gtk
/
gtkcalendar
.
c
:
Replace
a
non
-
ASCII
character
in
a
comment
.
2004
-
11
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
tests
/
Makefile
.
am
(
pixbuf_threads_LDADD
):
Make
pixbuf
-
threads
...
...
ChangeLog.pre-2-8
View file @
49d0db81
2004
-
11
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
===
Released
2.5.5
===
*
gtk
/
gtkwindow
.
c
(
gtk_window_activate_key_after
):
Add
parentheses
around
comparison
in
operand
of
&.
*
gtk
/
gtkcalendar
.
c
:
Replace
a
non
-
ASCII
character
in
a
comment
.
2004
-
11
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
tests
/
Makefile
.
am
(
pixbuf_threads_LDADD
):
Make
pixbuf
-
threads
...
...
INSTALL
View file @
49d0db81
...
...
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.5.
4
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.5.
4
# change to the toplevel directory
% gzip -cd gtk+-2.5.
5
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.5.
5
# change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]
...
...
NEWS
View file @
49d0db81
...
...
@@ -26,7 +26,7 @@ Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5
* GtkProgressBar
- Support ellipsizing the text [Morten Welinder, Matthias]
* GtkStatusbar
- Avoid resi
s
ing if the text of the label changes [He Qiangqiang,
- Avoid resi
z
ing if the text of the label changes [He Qiangqiang,
Owen, Christian]
- Draw the resize grip better [Matthias, Christian]
- Ellipsize the text [Matthias]
...
...
@@ -48,9 +48,8 @@ Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5
Parro, Mariano Suárez-Alvarez, John Finlay, Jonathan Blandford]
* Documentation improvements [Masao Mutoh, Matthias,
Torsten Schoenfeld, Matthew H. Plough, Salvador Fandiño,
Owen, Vincent Untz, Jonathan, Bastien Nocera]
* Updated translations (da,en_CA,hu,ja)
Bugs fixed: 156557,156698,156325,156298,156404,156863,156866,156792,143285,156845,156408,156575,156573,138650,157044,157056,156924,157087,53709,157156,156720,157080,156971,157123,157301,157354,157286,157528,157273,157074,157384,157013,145388,157665,157651,157566,157630,157675,143760,141224,90955,73359,148106,154466,157785,157409,156809,156956,157253,157778,152035,157949,156638,137551,158011,158010,157944,157979,157976
Owen, Vincent Untz, Jonathan, Bastien]
* Updated translations (cs,da,en_CA,es,hu,ja,nl,sq)
Overview of Changes from GTK+ 2.5.3 to GTK+ 2.5.4
=================================================
...
...
README
View file @
49d0db81
General Information
===================
This is GTK+ version 2.5.
4
. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.5.
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.
...
...
contrib/gdk-pixbuf-xlib/ChangeLog
View file @
49d0db81
2004-11-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.5 ===
2004-10-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.4 ===
...
...
docs/reference/ChangeLog
View file @
49d0db81
2004-11-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.5 ===
* gtk/Makefile.am (content_files): Add migrating-GtkColorButton.sgml
2004-11-12 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/tmpl/module_interface.sgml: Document
...
...
docs/reference/gtk/Makefile.am
View file @
49d0db81
...
...
@@ -98,6 +98,7 @@ content_files = \
migrating-GtkFileChooser.sgml
\
migrating-GtkIconView.sgml
\
migrating-GtkAboutDialog.sgml
\
migrating-GtkColorButton.sgml
\
objects_grouped.sgml
\
question_index.sgml
\
resources.sgml
\
...
...
docs/reference/gtk/tmpl/gtkaction.sgml
View file @
49d0db81
...
...
@@ -299,6 +299,15 @@ and should not be accessed directly.
@proxy:
<!-- ##### FUNCTION gtk_action_get_accel_path ##### -->
<para>
</para>
@action:
@Returns:
<!-- ##### FUNCTION gtk_action_set_accel_path ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkcellrenderer.sgml
View file @
49d0db81
...
...
@@ -42,6 +42,7 @@ To make a cell renderer activatable or editable, you have to
implement the @activate or @start_editing virtual functions,
respectively.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
#GtkCellRendererText,#GtkCellRendererPixbuf,#GtkCellRendererToggle
...
...
docs/reference/gtk/tmpl/gtkclipboard.sgml
View file @
49d0db81
...
...
@@ -246,6 +246,15 @@ will not be used again.
@len:
<!-- ##### FUNCTION gtk_clipboard_set_image ##### -->
<para>
</para>
@clipboard:
@pixbuf:
<!-- ##### FUNCTION gtk_clipboard_request_contents ##### -->
<para>
...
...
@@ -267,6 +276,16 @@ will not be used again.
@user_data:
<!-- ##### FUNCTION gtk_clipboard_request_image ##### -->
<para>
</para>
@clipboard:
@callback:
@user_data:
<!-- ##### FUNCTION gtk_clipboard_request_targets ##### -->
<para>
...
...
@@ -296,6 +315,15 @@ will not be used again.
@Returns:
<!-- ##### FUNCTION gtk_clipboard_wait_for_image ##### -->
<para>
</para>
@clipboard:
@Returns:
<!-- ##### FUNCTION gtk_clipboard_wait_is_text_available ##### -->
<para>
...
...
@@ -305,6 +333,15 @@ will not be used again.
@Returns:
<!-- ##### FUNCTION gtk_clipboard_wait_is_image_available ##### -->
<para>
</para>
@clipboard:
@Returns:
<!-- ##### FUNCTION gtk_clipboard_wait_for_targets ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkdnd.sgml
View file @
49d0db81
...
...
@@ -391,3 +391,19 @@ Undoes the effects of gtk_drag_source_set().
@widget:
<!-- ##### FUNCTION gtk_drag_source_add_image_targets ##### -->
<para>
</para>
@widget:
<!-- ##### FUNCTION gtk_drag_source_add_uri_targets ##### -->
<para>
</para>
@widget:
docs/reference/gtk/tmpl/gtkfilefilter.sgml
View file @
49d0db81
...
...
@@ -95,6 +95,14 @@ A filter for selecting a file subset
@pattern:
<!-- ##### FUNCTION gtk_file_filter_add_pixbuf_formats ##### -->
<para>
</para>
@filter:
<!-- ##### FUNCTION gtk_file_filter_add_custom ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtklabel.sgml
View file @
49d0db81
...
...
@@ -220,6 +220,11 @@ described below.
</para>
<!-- ##### ARG GtkLabel:single-line-mode ##### -->
<para>
</para>
<!-- ##### ARG GtkLabel:use-markup ##### -->
<para>
...
...
@@ -550,6 +555,15 @@ Gtk+ 1.0.x.
@Returns:
<!-- ##### FUNCTION gtk_label_get_single_line_mode ##### -->
<para>
</para>
@label:
@Returns:
<!-- ##### FUNCTION gtk_label_set_label ##### -->
<para>
...
...
@@ -577,3 +591,12 @@ Gtk+ 1.0.x.
@setting:
<!-- ##### FUNCTION gtk_label_set_single_line_mode ##### -->
<para>
</para>
@label:
@single_line_mode:
docs/reference/gtk/tmpl/gtkprogressbar.sgml
View file @
49d0db81
...
...
@@ -88,6 +88,11 @@ and should be accessed using the functions below.
</para>
<!-- ##### ARG GtkProgressBar:ellipsize ##### -->
<para>
</para>
<!-- ##### ARG GtkProgressBar:fraction ##### -->
<para>
...
...
@@ -160,6 +165,15 @@ Creates a new #GtkProgressBar.
@orientation:
<!-- ##### FUNCTION gtk_progress_bar_set_ellipsize ##### -->
<para>
</para>
@pbar:
@mode:
<!-- ##### ENUM GtkProgressBarOrientation ##### -->
<para>
An enumeration representing possible orientations and growth
...
...
@@ -207,6 +221,15 @@ directions for the visible progress bar.
@Returns:
<!-- ##### FUNCTION gtk_progress_bar_get_ellipsize ##### -->
<para>
</para>
@pbar:
@Returns:
<!-- ##### FUNCTION gtk_progress_bar_new_with_adjustment ##### -->
<para>
Creates a new #GtkProgressBar with an associated #GtkAdjustment.
...
...
docs/reference/gtk/tmpl/gtkselection.sgml
View file @
49d0db81
...
...
@@ -330,6 +330,16 @@ Zero-terminates the stored data.
@Returns:
<!-- ##### FUNCTION gtk_selection_data_targets_include_image ##### -->
<para>
</para>
@selection_data:
@writable:
@Returns:
<!-- ##### FUNCTION gtk_selection_data_targets_include_text ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtktreemodel.sgml
View file @
49d0db81
...
...
@@ -372,6 +372,7 @@ compatibility reasons.
@Returns: A new #GtkTreePath.
@Deprecated: Use gtk_tree_path_new_first() instead.
<!-- ##### FUNCTION gtk_tree_path_append_index ##### -->
<para>
...
...
gdk-pixbuf/ChangeLog
View file @
49d0db81
2004
-
11
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
===
Released
2.5.5
===
2004
-
11
-
12
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
Changes
to
make
gdk
-
pixbuf
threadsafe
(#
157310
,
#
157306
,
...
...
Prev
1
2
3
4
5
…
9
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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