- 08 Feb, 2010 2 commits
-
-
Javier Jardón authored
Replace GtkOptionMenu with GtkComboBox. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=606288
-
Theppitak Karoonboonyanan authored
-
- 07 Feb, 2010 7 commits
-
-
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>
-
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=609199 Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
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>
-
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=609191 Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
Fix for bgo #609188 Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
Steffen Macke authored
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.
-
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>
-
- 06 Feb, 2010 2 commits
-
-
Claude Paroz authored
-
Michael Natterer authored
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.
-
- 05 Feb, 2010 3 commits
-
-
Jonh Wendell authored
-
Jonh Wendell authored
-
Matthias Clasen authored
If mouse clicks go through, drag-and-drop should too... Fixes bug 608615.
-
- 04 Feb, 2010 5 commits
-
-
Cody Russell authored
Seal GtkTextTag.
-
Petr Kovar authored
-
Petr Kovar authored
-
Michael Natterer authored
As replacement for: widget->style = gtk_style_attach (widget->style, widget->window);
-
Pavol Šimo authored
-
- 02 Feb, 2010 1 commit
-
-
Javier Jardón authored
-
- 01 Feb, 2010 3 commits
-
-
Mattias Põldaru authored
-
Mattias Põldaru authored
-
Mattias Põldaru authored
-
- 31 Jan, 2010 2 commits
-
-
Kjartan Maraas authored
-
Jorge González authored
-
- 30 Jan, 2010 4 commits
-
-
Kristian Rietveld authored
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.
-
Jorge González authored
-
Jorge González authored
-
Jorge González authored
-
- 29 Jan, 2010 6 commits
-
-
Andre Klapper authored
-
Cody Russell authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=608370
-
Christian Dywan authored
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=607885
-
Christian Dywan authored
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=561816
-
Theppitak Karoonboonyanan authored
-
Li Yuan authored
-
- 28 Jan, 2010 4 commits
-
-
Jamil Ahmed authored
-
Jamil Ahmed authored
-
Jamil Ahmed authored
-
Javier Jardón authored
-
- 26 Jan, 2010 1 commit
-
-
Matthias Clasen authored
-