067cce5d63
Use correct processorArchitecture for x86_64 in manifest file
2010-04-03 20:56:07 -04:00
541448732d
Move documentation to inline comments: GtkAccelLabel
...
https://bugzilla.gnome.org/show_bug.cgi?id=403485
2010-04-03 20:56:07 -04:00
239570abdd
[tests] Not use GtkOptionMenu deprecate widget.
...
Replace GtkOptionMenu with GtkComboBox.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=606288
2010-04-03 20:56:07 -04:00
8633c6ffc6
Updated Thai translation.
2010-04-03 20:56:07 -04:00
935a3f7b65
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 >
2010-04-03 20:56:07 -04:00
987256968b
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 >
2010-04-03 20:56:07 -04:00
9bc658f6ed
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 >
2010-04-03 20:56:07 -04:00
2e9a0028fb
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 >
2010-04-03 20:56:07 -04:00
442f7a9d26
gdk/directfb: fix _gdk_windowing_pointer_grab()
...
Fix for bgo #609188
Signed-off-by: Javier Jardón <jjardon@gnome.org >
2010-04-03 20:56:06 -04:00
029b7b6361
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.
2010-04-03 20:56:06 -04:00
931ed06beb
[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 >
2010-04-03 20:56:06 -04:00
cc895cc924
Updated French translation
2010-04-03 20:56:06 -04:00
ca9e029838
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.
2010-04-03 20:56:06 -04:00
e9d53fd675
Updated Brazilian Portuguese translation
2010-04-03 20:56:06 -04:00
d0c4e2d762
Updated Brazilian Portuguese translation
2010-04-03 20:56:05 -04:00
fe7af7a9e5
Make DND work better with shaped windows
...
If mouse clicks go through, drag-and-drop should too...
Fixes bug 608615.
2010-04-03 20:56:05 -04:00
bc01a0cbcf
Bug 554420 - Seal GtkTextTag
...
Seal GtkTextTag.
2010-04-03 20:56:05 -04:00
2194ee02e3
Update Czech properties translation
2010-04-03 20:56:05 -04:00
b6d139f954
Update Czech translation
2010-04-03 20:56:05 -04:00
9dfadca46c
Bug 608993 - Add gtk_widget_style_attach()
...
As replacement for:
widget->style = gtk_style_attach (widget->style, widget->window);
2010-04-03 20:56:05 -04:00
0a037fa4fe
Updated Slovak translation
2010-04-03 20:55:30 -04:00
4b85311951
[docs] Add anchor for keybinding signals
2010-04-03 20:55:30 -04:00
e193b20d50
Updating Estonian translation
2010-04-03 20:55:30 -04:00
a9f0710686
Updating Estonian translation
2010-04-03 20:55:30 -04:00
fb0c247e30
Updating Estonian translation
2010-04-03 20:55:30 -04:00
b802beb0b1
Updated Norwegian bokmål translation
2010-04-03 20:55:30 -04:00
686efe8145
Updated Spanish translation
2010-04-03 20:55:29 -04:00
a86bbf759f
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.
2010-04-03 20:55:29 -04:00
453ac4a2ec
Updated Spanish translation
2010-04-03 20:55:29 -04:00
39945324bc
Updated Spanish translation
2010-04-03 20:55:29 -04:00
a622ca52a0
Updated Spanish translation
2010-04-03 20:55:29 -04:00
05bc895378
Add missing files to POTFILES.in to make l10n.gnome.org happy
2010-04-03 20:55:29 -04:00
1ae55844f7
Remove existing signal connections in gtk_drag_dest_unset().
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=608370
2010-04-03 20:55:29 -04:00
21ef8f9ad9
Implement gtk_paned_get_handle_window
...
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=607885
2010-04-03 20:55:28 -04:00
bffcae28d7
Do not update paned position if it's already at the given value
...
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=561816
2010-04-03 20:55:28 -04:00
36b1586f86
Updated Thai translation.
2010-04-03 20:55:28 -04:00
5067f69ff1
Bug #608410 . Set cursor position after inserting text.
2010-04-03 20:55:28 -04:00
8a9dabd683
Updated Bengali translation
2010-04-03 20:55:28 -04:00
47c66ad3bc
Updated Bengali translation
2010-04-03 20:55:28 -04:00
7e978d3447
Updated Bengali translation
2010-04-03 20:55:28 -04:00
d8453e7826
[docs] Fix GtkOffscreenWindow documentation
2010-04-03 20:55:27 -04:00
4343bc8d0a
Bump version
2010-04-03 20:55:27 -04:00
539545688c
2.19.4
2010-04-03 20:55:27 -04:00
c51d3805a7
Doc additions
2010-04-03 20:55:25 -04:00
a7e91ca4ca
Minor doc fix
2010-04-03 20:55:24 -04:00
a17acc0572
Updates
2010-04-03 20:55:24 -04:00
30101c195c
Updated Bengali translation
2010-04-03 20:55:24 -04:00
2bd8ea3084
Updated Bulgarian translation
2010-04-03 20:55:24 -04:00
6d84afc2f5
Updated Bulgarian translation
2010-04-03 20:55:24 -04:00
8f49f935df
Remove the destination file if trying to save a pixbuf failed
...
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=591102
2010-04-03 20:55:24 -04:00