]> Pileus Git - ~andy/gtk/log
~andy/gtk
14 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 15 Feb 2010 17:45:14 +0000 (18:45 +0100)]
Updated Slovenian translation

14 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 15 Feb 2010 17:44:55 +0000 (18:44 +0100)]
Updated Slovenian translation

14 years agowidget: ensure boolean before comparing
Stefan Kost [Thu, 11 Feb 2010 08:40:13 +0000 (10:40 +0200)]
widget: ensure boolean before comparing

Ensure boolean value like done elsewhere.

14 years agowidget: don't check before setting to avoid costly type checks
Stefan Kost [Thu, 11 Feb 2010 08:38:44 +0000 (10:38 +0200)]
widget: don't check before setting to avoid costly type checks

There are no side effect of setting these flags and we don't fire g_object
notifies also. Thus set/unset right away without costly check of current state.

14 years agoRevert "Drop duplicate declarations"
Javier Jardón [Sat, 13 Feb 2010 03:54:19 +0000 (04:54 +0100)]
Revert "Drop duplicate declarations"

The issue is already fixed in f9a3ce06cc990c8ae3a9d6cee514d0c5f5f05fd8

This reverts commit 6f566057e85dc0d542f26db1d7964a774a5f88a4.

14 years agoFix a compatibility problem
Matthias Clasen [Fri, 12 Feb 2010 20:45:16 +0000 (15:45 -0500)]
Fix a compatibility problem

It turns out that my attempt at handling Super, Hyper and Meta better
is causing problems, mostly because Alt and Meta are commonly colocated
in the modmap, and apps do a check for the Alt modifier regularly.

See e.g bug 607697.

14 years agoDrop duplicate declarations
Matthias Clasen [Wed, 10 Feb 2010 21:07:43 +0000 (16:07 -0500)]
Drop duplicate declarations

14 years agoRemove duplicate definitions of gtk_widget_set/get_realized/mapped
Christian Dywan [Fri, 12 Feb 2010 17:10:17 +0000 (18:10 +0100)]
Remove duplicate definitions of gtk_widget_set/get_realized/mapped

14 years agoAllow calling gtk_widget_style_attach() only when realized
Michael Natterer [Thu, 11 Feb 2010 08:27:05 +0000 (09:27 +0100)]
Allow calling gtk_widget_style_attach() only when realized

14 years agoUpdate Czech translation
Petr Kovar [Thu, 11 Feb 2010 01:26:16 +0000 (02:26 +0100)]
Update Czech translation

14 years agoFix compilation warning: return FALSE instead NULL
Javier Jardón [Thu, 11 Feb 2010 00:11:17 +0000 (01:11 +0100)]
Fix compilation warning: return FALSE instead NULL

14 years agoFix compilation warning: cast to GCompareFunc
Javier Jardón [Wed, 10 Feb 2010 23:56:48 +0000 (00:56 +0100)]
Fix compilation warning: cast to GCompareFunc

14 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 10 Feb 2010 18:53:37 +0000 (19:53 +0100)]
Updated Norwegian bokmål translation

14 years agoUpdated Spanish translation
Jorge González [Wed, 10 Feb 2010 06:56:11 +0000 (07:56 +0100)]
Updated Spanish translation

14 years agobump version
Matthias Clasen [Tue, 9 Feb 2010 20:58:13 +0000 (15:58 -0500)]
bump version

14 years ago2.19.5
Matthias Clasen [Tue, 9 Feb 2010 20:53:41 +0000 (15:53 -0500)]
2.19.5

14 years agoUpdates
Matthias Clasen [Tue, 9 Feb 2010 19:12:54 +0000 (14:12 -0500)]
Updates

14 years agoAdd some more goddamn accessors
Matthias Clasen [Tue, 9 Feb 2010 18:40:58 +0000 (13:40 -0500)]
Add some more goddamn accessors

14 years agoAvoid overlap of scale marks
Matthias Clasen [Tue, 9 Feb 2010 05:42:56 +0000 (00:42 -0500)]
Avoid overlap of scale marks

This was reported to be a problem in bug 608807.

14 years agoAvoid a crash when setting a tooltip on a GtkCalendar
Matthias Clasen [Tue, 9 Feb 2010 02:18:13 +0000 (21:18 -0500)]
Avoid a crash when setting a tooltip on a GtkCalendar

The details code was assuming that it controls ::has-tooltip.
Reported by Bill Nottingham, bug 607344.

14 years agoFix a refcounting issues in GtkPlug
Matthias Clasen [Tue, 9 Feb 2010 01:08:22 +0000 (20:08 -0500)]
Fix a refcounting issues in GtkPlug

When the foreign window already has a GdkWindow, we forget to take
an extra references, leading to crashes later on. Patch by
Karl Tomlinson, bug 607061.

14 years agoAllow running without any im context
Matthias Clasen [Mon, 8 Feb 2010 19:20:55 +0000 (14:20 -0500)]
Allow running without any im context

Setting GtkSettings::im-module to gtk-im-context-none will make
GtkIMMultiContext just pass through.

14 years agoAdd introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newv
Alan Knowles [Tue, 9 Feb 2010 17:27:05 +0000 (12:27 -0500)]
Add introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newv

14 years agoCorrectly clone the toolbutton's icon-name image widget
Christian Persch [Tue, 26 Jan 2010 14:41:00 +0000 (15:41 +0100)]
Correctly clone the toolbutton's icon-name image widget

Bug #608162.

14 years agoSolve a wrong reference on gdk_keymap_translate_keyboard_state
Alejandro Piñeiro [Tue, 9 Feb 2010 10:52:49 +0000 (11:52 +0100)]
Solve a wrong reference on gdk_keymap_translate_keyboard_state

Solves https://bugzilla.gnome.org/show_bug.cgi?id=608345

14 years agoUse correct processorArchitecture for x86_64 in manifest file
Tor Lillqvist [Mon, 8 Feb 2010 08:41:51 +0000 (10:41 +0200)]
Use correct processorArchitecture for x86_64 in manifest file

14 years agoMove documentation to inline comments: GtkAccelLabel
Javier Jardón [Fri, 6 Nov 2009 04:44:29 +0000 (05:44 +0100)]
Move documentation to inline comments: GtkAccelLabel

https://bugzilla.gnome.org/show_bug.cgi?id=403485

14 years ago[tests] Not use GtkOptionMenu deprecate widget.
Javier Jardón [Thu, 7 Jan 2010 06:51:13 +0000 (07:51 +0100)]
[tests] Not use GtkOptionMenu deprecate widget.

Replace GtkOptionMenu with GtkComboBox.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=606288

14 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Mon, 8 Feb 2010 04:13:03 +0000 (11:13 +0700)]
Updated Thai translation.

14 years agogdk/directfb: cursor size is artificially limited
André Draszik [Sun, 13 Sep 2009 13:11:49 +0000 (14:11 +0100)]
gdk/directfb: cursor size is artificially limited

Cursor sizes in DirectFB can be large (4095x4095), limit to 128x128
though, because the x11 backend has this limit, too - for max.
compatibility.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=609201

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agogdk/directfb: convert gdkgc-directfb to using G_DEFINE_TYPE
André Draszik [Sun, 13 Sep 2009 13:08:21 +0000 (14:08 +0100)]
gdk/directfb: convert gdkgc-directfb to using G_DEFINE_TYPE

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=609199

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agogdk/directfb: gdkdnd-directfb's private data is used uninitialized
André Draszik [Sun, 13 Sep 2009 13:08:21 +0000 (14:08 +0100)]
gdk/directfb: gdkdnd-directfb's private data is used uninitialized

Use G_TYPE_INSTANCE_GET_PRIVATE() instead

In the process, convert to using G_DEFINE_TYPE, too.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=609195

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agogdk/directfb: convert gdkcolor-directfb to using G_DEFINE_TYPE
André Draszik [Sun, 13 Sep 2009 13:08:21 +0000 (14:08 +0100)]
gdk/directfb: convert gdkcolor-directfb to using G_DEFINE_TYPE

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=609191

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agogdk/directfb: fix _gdk_windowing_pointer_grab()
André Draszik [Sun, 13 Sep 2009 14:16:13 +0000 (15:16 +0100)]
gdk/directfb: fix _gdk_windowing_pointer_grab()

Fix for bgo #609188

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agoFix menu bar problem in ms-windows theme engine on Windows 7
Steffen Macke [Sat, 6 Feb 2010 18:04:30 +0000 (20:04 +0200)]
Fix menu bar problem in ms-windows theme engine on Windows 7

Patch from bug #591186. It won't have any effect in this branch as the
whole XP-and-later theming code is broken and disabled, but when/if
that is fixed, then this patch should help.

14 years ago[gtk] Deprecate GtkCurveType enum
Christian Dywan [Sun, 7 Feb 2010 00:52:58 +0000 (01:52 +0100)]
[gtk] Deprecate GtkCurveType enum

It's only used by already deprecated GtkCurve and GtkGammaCurve

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=556263

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agoUpdated French translation
Claude Paroz [Sat, 6 Feb 2010 22:00:16 +0000 (23:00 +0100)]
Updated French translation

14 years agogtk: fix crash in _gtk_rbtree_find_offset() called from update_prelight()
Michael Natterer [Sat, 6 Feb 2010 14:57:15 +0000 (15:57 +0100)]
gtk: fix crash in _gtk_rbtree_find_offset() called from update_prelight()

Move the check for tree_view->priv->tree being NULL into update_prelight()
so the function will never call _gtk_rbtree_find_offset() on a NULL rbtree.

14 years agoUpdated Brazilian Portuguese translation
Jonh Wendell [Fri, 5 Feb 2010 18:20:03 +0000 (15:20 -0300)]
Updated Brazilian Portuguese translation

14 years agoUpdated Brazilian Portuguese translation
Jonh Wendell [Fri, 5 Feb 2010 14:30:41 +0000 (11:30 -0300)]
Updated Brazilian Portuguese translation

14 years agoMake DND work better with shaped windows
Matthias Clasen [Fri, 5 Feb 2010 00:15:54 +0000 (19:15 -0500)]
Make DND work better with shaped windows

If mouse clicks go through, drag-and-drop should too...
Fixes bug 608615.

14 years agoBug 554420 - Seal GtkTextTag
Cody Russell [Thu, 4 Feb 2010 23:33:55 +0000 (15:33 -0800)]
Bug 554420 - Seal GtkTextTag

Seal GtkTextTag.

14 years agoUpdate Czech properties translation
Petr Kovar [Thu, 4 Feb 2010 22:39:36 +0000 (23:39 +0100)]
Update Czech properties translation

14 years agoUpdate Czech translation
Petr Kovar [Thu, 4 Feb 2010 21:45:51 +0000 (22:45 +0100)]
Update Czech translation

14 years agoBug 608993 - Add gtk_widget_style_attach()
Michael Natterer [Thu, 4 Feb 2010 15:43:54 +0000 (16:43 +0100)]
Bug 608993 - Add gtk_widget_style_attach()

As replacement for:
widget->style = gtk_style_attach (widget->style, widget->window);

14 years agoUpdated Slovak translation
Pavol Šimo [Thu, 4 Feb 2010 08:18:05 +0000 (09:18 +0100)]
Updated Slovak translation

14 years ago[docs] Add anchor for keybinding signals
Javier Jardón [Tue, 2 Feb 2010 19:57:21 +0000 (20:57 +0100)]
[docs] Add anchor for keybinding signals

14 years agoUpdating Estonian translation
Mattias Põldaru [Mon, 1 Feb 2010 15:09:06 +0000 (17:09 +0200)]
Updating Estonian translation

14 years agoUpdating Estonian translation
Mattias Põldaru [Mon, 1 Feb 2010 07:41:45 +0000 (09:41 +0200)]
Updating Estonian translation

14 years agoUpdating Estonian translation
Mattias Põldaru [Mon, 1 Feb 2010 07:33:49 +0000 (09:33 +0200)]
Updating Estonian translation

14 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sun, 31 Jan 2010 19:03:30 +0000 (20:03 +0100)]
Updated Norwegian bokmål translation

14 years agoUpdated Spanish translation
Jorge González [Sun, 31 Jan 2010 12:31:26 +0000 (13:31 +0100)]
Updated Spanish translation

14 years agoImprove enter/motion notify semantics
Kristian Rietveld [Sun, 3 Jan 2010 14:27:53 +0000 (15:27 +0100)]
Improve enter/motion notify semantics

On X11 we receive enter notify and motion notify events for a window
regardless of its focus state.  On Mac OS X this is not the case.  This
commit improves the semantics to overcome this difference.  It improves
on my earlier patch that sent a motion notify event when a window became
main.

Instead of sending a motion notify when a window becomes main, we now
send one when a window becomes key, which comes closest to a window
getting focus in X11.  This motion notify is needed because Mac OS X does
not send motion events when an application is inactive (none of its
windows have focus), these events are sent in X11.  This dummy motion
notify event (with current coordinates of the mouse cursor) allows an
application to get its prelight and other state right when it gets focus
and thus user attention.

Another change is to send an enter notify event when updating the
tracking rectangle of a GdkQuartView and the mouse cursor is currently in
this rectangle.  This rectangle is at least updated on window creation.
This enter notify event is important for the case where a new window
appears right below the mouse cursor.  The window has to receive an enter
notify event for the subsequent events to be processed correctly.  Mac
OS X does not send one in this case, so we generate it ourselves.

Both of these synthesized events have to go through
_gdk_windowing_got_event() for updating statekeeping, etc.
append_event() has a boolean flag now to make this convenient.

14 years agoUpdated Spanish translation
Jorge González [Sat, 30 Jan 2010 19:03:42 +0000 (20:03 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Sat, 30 Jan 2010 15:17:18 +0000 (16:17 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Sat, 30 Jan 2010 15:17:14 +0000 (16:17 +0100)]
Updated Spanish translation

14 years agoAdd missing files to POTFILES.in to make l10n.gnome.org happy
Andre Klapper [Fri, 29 Jan 2010 21:28:45 +0000 (22:28 +0100)]
Add missing files to POTFILES.in to make l10n.gnome.org happy

14 years agoRemove existing signal connections in gtk_drag_dest_unset().
Cody Russell [Fri, 29 Jan 2010 17:09:13 +0000 (11:09 -0600)]
Remove existing signal connections in gtk_drag_dest_unset().

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=608370

14 years agoImplement gtk_paned_get_handle_window
Christian Dywan [Fri, 29 Jan 2010 15:49:12 +0000 (16:49 +0100)]
Implement gtk_paned_get_handle_window

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=607885
14 years agoDo not update paned position if it's already at the given value
Christian Dywan [Fri, 29 Jan 2010 15:43:15 +0000 (16:43 +0100)]
Do not update paned position if it's already at the given value

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=561816
14 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Fri, 29 Jan 2010 14:46:36 +0000 (21:46 +0700)]
Updated Thai translation.

14 years agoBug #608410. Set cursor position after inserting text.
Li Yuan [Fri, 29 Jan 2010 06:16:24 +0000 (14:16 +0800)]
Bug #608410. Set cursor position after inserting text.

14 years agoUpdated Bengali translation
Jamil Ahmed [Thu, 28 Jan 2010 18:53:15 +0000 (00:53 +0600)]
Updated Bengali translation

14 years agoUpdated Bengali translation
Jamil Ahmed [Thu, 28 Jan 2010 18:49:07 +0000 (00:49 +0600)]
Updated Bengali translation

14 years agoUpdated Bengali translation
Jamil Ahmed [Thu, 28 Jan 2010 18:44:43 +0000 (00:44 +0600)]
Updated Bengali translation

14 years ago[docs] Fix GtkOffscreenWindow documentation
Javier Jardón [Thu, 28 Jan 2010 02:10:09 +0000 (03:10 +0100)]
[docs] Fix GtkOffscreenWindow documentation

14 years agoBump version
Matthias Clasen [Tue, 26 Jan 2010 04:25:17 +0000 (23:25 -0500)]
Bump version

14 years ago2.19.4
Matthias Clasen [Tue, 26 Jan 2010 04:23:51 +0000 (23:23 -0500)]
2.19.4

14 years agoDoc additions
Matthias Clasen [Tue, 26 Jan 2010 03:35:02 +0000 (22:35 -0500)]
Doc additions

14 years agoMinor doc fix
Matthias Clasen [Tue, 26 Jan 2010 03:32:00 +0000 (22:32 -0500)]
Minor doc fix

14 years agoUpdates
Matthias Clasen [Tue, 26 Jan 2010 02:31:09 +0000 (21:31 -0500)]
Updates

14 years agoUpdated Bengali translation
Jamil Ahmed [Mon, 25 Jan 2010 21:03:14 +0000 (03:03 +0600)]
Updated Bengali translation

14 years agoUpdated Bulgarian translation
Alexander Shopov [Mon, 25 Jan 2010 09:43:00 +0000 (11:43 +0200)]
Updated Bulgarian translation

14 years agoUpdated Bulgarian translation
Alexander Shopov [Mon, 25 Jan 2010 09:42:06 +0000 (11:42 +0200)]
Updated Bulgarian translation

14 years agoRemove the destination file if trying to save a pixbuf failed
Christian Dywan [Mon, 25 Jan 2010 09:37:53 +0000 (10:37 +0100)]
Remove the destination file if trying to save a pixbuf failed

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=591102
14 years ago[test] Fix some typos
Javier Jardón [Sat, 23 Jan 2010 04:05:08 +0000 (05:05 +0100)]
[test] Fix some typos

14 years agoSmall memory fix
Paul Davis [Fri, 22 Jan 2010 20:08:11 +0000 (21:08 +0100)]
Small memory fix

14 years agoBug 607778 - Add accessors for GtkEntry's windows
Michael Natterer [Fri, 22 Jan 2010 16:20:01 +0000 (17:20 +0100)]
Bug 607778 - Add accessors for GtkEntry's windows

Add gtk_entry_get_text_window() and get_icon_window() so we can
distinguigh them in expose-event callbacks.

14 years ago Bug 607082 - Add accessors for sealed GtkRange members
Michael Natterer [Fri, 22 Jan 2010 15:52:56 +0000 (16:52 +0100)]
 Bug 607082 - Add accessors for sealed GtkRange members

Add accessors for range->range_rect, range->slider_range,
range->slider_size_fixed and range->min_slider_size. Didn't add
properties for any of them because thir purpose is mostly to enable
proper subclassing.

14 years agoGtkTreeView: plug a leaking GtkTreeRowReference
Claudio Saavedra [Fri, 22 Jan 2010 13:46:46 +0000 (15:46 +0200)]
GtkTreeView: plug a leaking GtkTreeRowReference

This is exposed by overshooting in a HildonPannableArea. Leaking
a GtkTreeRowReference also means leaking the whole model, since
the GtkTreeModel reference count is increased for each row
reference.

Fixes bug #607770 - Leak in GtkTreeView with HildonPannableArea

14 years agoAvoid integer overflow in gdk_rectangle_intersect
Alexander Larsson [Fri, 22 Jan 2010 08:34:57 +0000 (09:34 +0100)]
Avoid integer overflow in gdk_rectangle_intersect

If e.g. the right edge of the leftmost rectangle is near MIN_INT, and
the left edge of the rightmost rectangle is large then subtracting these
can lead to an integer overflow, making the resultant "width" falsely
positive, thus returning a very wide result instead of the expected
no-intersection result.

We avoid the overflow by not doing the subtraction unless we know the
result will be positive. There are still risks for overflow if x + width
or y + width is larger than MAXINT, but we won't ever overflow for valid
rects now.

This may fix #607687

14 years agoAdd a way to set wm_class on statusicons
Matthias Clasen [Tue, 19 Jan 2010 18:00:47 +0000 (13:00 -0500)]
Add a way to set wm_class on statusicons

Since the shell uses wm_class for sorting statusicons.

14 years agoWhen native window requests button presses request other button related events
Alexander Larsson [Wed, 20 Jan 2010 14:37:16 +0000 (15:37 +0100)]
When native window requests button presses request other button related events

We need to do this because otherwise the implicit button grab for this
(native) window will not deliver the button events not selected for
by this window. This is a problem because non-native child windows may
select using a wider event mask, and we can't emulate these events if we
don't get the native events.

Fixes bug #607508

14 years agoFix some compilation warnings
Javier Jardón [Tue, 19 Jan 2010 15:57:13 +0000 (16:57 +0100)]
Fix some compilation warnings

The warnings was introduced with the changes in commit
a491091e292cad33c7c040b6deb05acb43aaec5f

14 years agoDrop outstanding cairo surfaces when window is made native
Alexander Larsson [Tue, 19 Jan 2010 15:37:42 +0000 (16:37 +0100)]
Drop outstanding cairo surfaces when window is made native

Any old cairo_surface referencing the old impl window will be wrong
when we make a window native, so drop it.

This fixes bug #599511

14 years agoMove common gdkwindow.c code into function gdk_window_drop_cairo_surface
Alexander Larsson [Tue, 19 Jan 2010 15:36:49 +0000 (16:36 +0100)]
Move common gdkwindow.c code into function gdk_window_drop_cairo_surface

This code is duplicated in several places, and more to come, so put
it all in one place.

14 years agoAdded Burmese translation for gtk+ properties
Russell Kyaw [Tue, 19 Jan 2010 14:35:41 +0000 (16:35 +0200)]
Added Burmese translation for gtk+ properties

14 years agoAdded Burmese translation
Russell Kyaw [Tue, 19 Jan 2010 14:35:04 +0000 (16:35 +0200)]
Added Burmese translation

14 years agoAdded Burmese (my) to po/LINGUAS
Simos Xenitellis [Tue, 19 Jan 2010 14:34:50 +0000 (16:34 +0200)]
Added Burmese (my) to po/LINGUAS

14 years agoTrack direct window cairo access and avoid tricks when used
Alexander Larsson [Tue, 19 Jan 2010 13:44:52 +0000 (14:44 +0100)]
Track direct window cairo access and avoid tricks when used

When a cairo surface is requested for direct window access (i.e. not
when double-buffering) we can't really track when the actual drawing happens
as cairo drawing is not virtualized. This means we can't properly flush
any outstanding window moves or implicit paints.

This actually causes problems with e.g. abiword (bug #606009) where they
draw without double-buffering. If you press down it scrolls the window
and then draws the caret, but the caret drawing does not flush the
outstanding move from the scroll, so the caret gets drawn on the wrong
screen.

We fix this by never allowing either implicit paints or outstanding window
moves on impl-windows where any windows related to it has an outstanding
direct cairo surface. Luckily this is not very common so in practice this
doesn't matter much.

14 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 19 Jan 2010 10:21:18 +0000 (11:21 +0100)]
Updated Norwegian bokmål translation

14 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 19 Jan 2010 10:19:55 +0000 (11:19 +0100)]
Updated Norwegian bokmål translation

14 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 13 Jan 2010 17:38:57 +0000 (18:38 +0100)]
Updated Norwegian bokmål translation

14 years agoGtkToolPalette: Fix a compiler warning introduced in my last commit.
Murray Cumming [Tue, 19 Jan 2010 08:04:15 +0000 (09:04 +0100)]
GtkToolPalette: Fix a compiler warning introduced in my last commit.

14 years agoAdd gtk_widget_has_rc_style() accessor
Javier Jardón [Mon, 18 Jan 2010 16:12:42 +0000 (17:12 +0100)]
Add gtk_widget_has_rc_style() accessor

Add gtk_widget_has_rc_style() as accessor for sealed
GTK_WIDGET_RC_STYLE widget flag.

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoBug 607322 - Double-click doesn't work if the item is selected in...
Kristian Rietveld [Mon, 18 Jan 2010 21:18:25 +0000 (22:18 +0100)]
Bug 607322 -  Double-click doesn't work if the item is selected in...

Slight correction to fix for #596473.

14 years agoGtkToolPalette: Change gtk_tool_palette_get_drop_group() return.
Murray Cumming [Mon, 18 Jan 2010 08:37:14 +0000 (09:37 +0100)]
GtkToolPalette: Change gtk_tool_palette_get_drop_group() return.

* gtk/gtktoolpalette.[h|cc]: gtk_tool_palette_get_drop_group():
  Change the return type from GtkWidget* to GtkToolItemGroup*,
  for consistency with other parts of GTK+, such as GtkToolbar.

14 years agoFix some issues with action widgets
Matthias Clasen [Mon, 18 Jan 2010 06:20:50 +0000 (01:20 -0500)]
Fix some issues with action widgets

We need to hide/show them depending on show_tabs, and we should
not grow the notebooks requisition unless we have to. Reported
in bug 601412.

14 years agoFix declaration of gtk_print_job_set_status
Matthias Clasen [Mon, 18 Jan 2010 04:47:20 +0000 (23:47 -0500)]
Fix declaration of gtk_print_job_set_status

The problem was reported in bug 606698.

14 years agoReset effective_attrs when necessary
Matthias Clasen [Mon, 18 Jan 2010 04:33:19 +0000 (23:33 -0500)]
Reset effective_attrs when necessary

This fixes both bug 607217 and bug 607269.