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
fe038132
Commit
fe038132
authored
Jul 24, 2006
by
Matthias Clasen
Browse files
2.10.1
parent
48a99eb2
Changes
191
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
fe038132
2006-07-23 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.1 ===
* NEWS: Updates
* gtk/gtkstyle.c (gtk_default_draw_box_gap): Draw
gaps on the left/right properly. (#348134, Benjamin Otte)
* gtk/gtkprintsettings.c (gtk_print_settings_get_page_ranges):
Fix a memory leak. (#348424, Carlos Garcia Campos)
...
...
ChangeLog.pre-2-10
View file @
fe038132
2006-07-23 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.1 ===
* NEWS: Updates
* gtk/gtkstyle.c (gtk_default_draw_box_gap): Draw
gaps on the left/right properly. (#348134, Benjamin Otte)
* gtk/gtkprintsettings.c (gtk_print_settings_get_page_ranges):
Fix a memory leak. (#348424, Carlos Garcia Campos)
...
...
INSTALL
View file @
fe038132
...
...
@@ -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.10.
0
requires at least GLib 2.12,
location as GTK+. GTK+ 2.10.
1
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
...
...
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.10.
0
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.10.
0
# change to the toplevel directory
% gzip -cd gtk+-2.10.
1
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.10.
1
# change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]
...
...
NEWS
View file @
fe038132
...
...
@@ -10,6 +10,27 @@ Overview of Changes from GTK+ 2.10.0 to 2.10.1
of
the
Cups
1.2
custom
PPD
option
spec
*
Bug
fixes
:
348134
box
gaps
on
left
and
right
can
be
drawn
wrong
348014
crash
on
Epiphany
Web
Browser
348063
_gtk_icon_cache_get_icon
crashes
when
no
cache
available
348096
GtkStyle
leaks
GtkRcContext
157439
The
"adding to panel"
is
buggy
when
switching
to
an
rtl
environment
346751
symbolic
colors
can
't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id'
s
are
used
intermixed
348049
Tabs
"magically"
re
-
order
348094
Adjustment
leak
from
gtkiconview
348115
improve
notebook
visuals
when
dragging
348120
gtkentrycompletion
leaks
action_view
348227
gtkimcontextsimple
doesn
't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
...
...
README
View file @
fe038132
General Information
===================
This is GTK+ version 2.10.
0
. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.10.
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.
...
...
contrib/gdk-pixbuf-xlib/ChangeLog
View file @
fe038132
2006-07-23 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.1 ===
2006-07-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.0 ===
...
...
docs/reference/ChangeLog
View file @
fe038132
2006-07-23 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.1 ===
2006-07-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.types: Add gtk_cell_renderer_spin_get_type (#347710,
...
...
docs/reference/gtk/tmpl/gtkcellrendererspin.sgml
View file @
fe038132
...
...
@@ -38,7 +38,21 @@ The #GtkCellRendererSpin cell renderer was added in GTK+ 2.10.
</para>
@parent:
<!-- ##### ARG GtkCellRendererSpin:adjustment ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererSpin:climb-rate ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererSpin:digits ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_cell_renderer_spin_new ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkrecentchooser.sgml
View file @
fe038132
...
...
@@ -31,6 +31,70 @@ Recently used files are supported since GTK+ 2.10.
</para>
<!-- ##### SIGNAL GtkRecentChooser::item-activated ##### -->
<para>
</para>
@recentchooser: the object which received the signal.
<!-- ##### SIGNAL GtkRecentChooser::selection-changed ##### -->
<para>
</para>
@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/gtkrecentchoosermenu.sgml
View file @
fe038132
...
...
@@ -34,6 +34,11 @@ Recently used files are supported since GTK+ 2.10.
</para>
<!-- ##### ARG GtkRecentChooserMenu:show-numbers ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_recent_chooser_menu_new ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkrecentmanager.sgml
View file @
fe038132
...
...
@@ -79,6 +79,28 @@ and it will contain information about current recent manager
for that screen.</para>
<!-- ##### SIGNAL GtkRecentManager::changed ##### -->
<para>
</para>
@recentmanager: the object which received the signal.
<!-- ##### ARG GtkRecentManager:filename ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentManager:limit ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentManager:size ##### -->
<para>
</para>
<!-- ##### STRUCT GtkRecentInfo ##### -->
<para>
Contains informations found when looking up an entry of the
...
...
gdk-pixbuf/ChangeLog
View file @
fe038132
2006
-
07
-
23
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
===
Released
2.10.1
===
2006
-
07
-
16
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
gdk
-
pixbuf
-
loader
.
c
(
gdk_pixbuf_loader_load_module
)
...
...
gtk/gtkstyle.c
View file @
fe038132
...
...
@@ -4264,7 +4264,7 @@ gtk_default_draw_box_gap (GtkStyle *style,
gdk_draw_line
(
window
,
gc2
,
x
,
y
+
gap_x
,
x
,
y
+
gap_x
);
}
if
((
width
-
(
gap_x
+
gap_width
))
>
0
)
if
((
height
-
(
gap_x
+
gap_width
))
>
0
)
{
gdk_draw_line
(
window
,
gc1
,
x
,
y
+
gap_x
+
gap_width
,
x
,
y
+
height
-
2
);
...
...
@@ -4297,7 +4297,7 @@ gtk_default_draw_box_gap (GtkStyle *style,
gdk_draw_line
(
window
,
gc3
,
x
+
width
-
1
,
y
+
gap_x
,
x
+
width
-
1
,
y
+
gap_x
);
}
if
((
width
-
(
gap_x
+
gap_width
))
>
0
)
if
((
height
-
(
gap_x
+
gap_width
))
>
0
)
{
gdk_draw_line
(
window
,
gc4
,
x
+
width
-
1
,
y
+
gap_x
+
gap_width
,
x
+
width
-
1
,
y
+
height
-
2
);
...
...
gtk/xdgmime/ChangeLog
View file @
fe038132
2006-07-23 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.1 ===
2006-07-20 Matthias Clasen <mclasen@redhat.com>
Fix a thinko that leads to constantly reloading
...
...
modules/engines/pixbuf/ChangeLog
View file @
fe038132
2006-07-23 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.1 ===
2006-03-10 Matthias Clasen <mclasen@redhat.com>
* Don't export any internal functions or variables,
...
...
po-properties/ChangeLog
View file @
fe038132
2006-07-23 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.1 ===
2006-07-23 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
...
...
po-properties/af.po
View file @
fe038132
This diff is collapsed.
Click to expand it.
po-properties/am.po
View file @
fe038132
This diff is collapsed.
Click to expand it.
po-properties/ar.po
View file @
fe038132
This diff is collapsed.
Click to expand it.
po-properties/az.po
View file @
fe038132
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
…
10
Next
Write
Preview
Supports
Markdown
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