Mart Raudsepp
9ea2bfe73f
Add missing Since: 2.16 for gtk_entry_[set/get]_icon_drag_source
2009-09-22 11:25:28 +03:00
Mart Raudsepp
797b4c8003
Fix a typo
...
previe => preview
2009-09-22 11:25:28 +03:00
Mart Raudsepp
9eeda3e21d
GtkImage docs: Fix typo - widgte => widget
2009-09-22 11:25:28 +03:00
Mart Raudsepp
275001badc
Pack the struct better, should save four bytes per GtkIconView
2009-09-22 11:25:28 +03:00
Luca Ferretti
d42d61ac73
Updated Italian translation
2009-09-21 22:43:03 +02:00
Kristian Rietveld
3043155796
Bug 550939 - GtkFileChooser listbox does not refresh selection
...
Make the quartz backend support the new queued translations. We do this
by keeping our own copy of the region that has been set to need display.
Using this region we can intersect by the given area, translate this and also
set needs display for the resulting area.
2009-09-21 20:41:35 +02:00
Carlos Garnacho
bfc88240b4
Always report XInput events to the grab window if any.
...
The grab window should be the first option to send events to, else we may
get unpaired events, making display->ignore_core_events go crazy.
https://bugzilla.gnome.org/show_bug.cgi?id=588649
2009-09-21 20:04:22 +02:00
Carlos Garnacho
d37268c60f
Block extended events to windows that didn't select them.
...
Now XSelectExtensionEvent() is called on the native window, so there
may be virtual windows inside that shouldn't receive extended events.
https://bugzilla.gnome.org/show_bug.cgi?id=588649
2009-09-21 20:04:22 +02:00
Carlos Garnacho
13c258f891
Fix x/y coordinates for extended events.
...
Extended events were being reported to virtual windows without taking into
account the position of the virtual window inside the native one.
https://bugzilla.gnome.org/show_bug.cgi?id=588649
2009-09-21 20:04:21 +02:00
Cody Russell
cb5e659ae4
revert some changes in directfb backend that broke API
2009-09-21 11:32:37 -05:00
Kristian Rietveld
95cb1cc86c
Sensitivity event box should only be toggled if cell view is non-NULL
2009-09-21 12:59:44 +02:00
Christian Dywan
4ba1e08123
Restore initializing settings sizes, which was accidentally removed
2009-09-21 12:40:15 +02:00
Kjartan Maraas
39dec4e576
Updated Norwegian bokmål translation.
2009-09-21 11:58:21 +02:00
Matthias Clasen
508a44a0df
Whitespace fixes
2009-09-20 22:53:58 -04:00
Matthias Clasen
5ed8cf50b8
Don't dereference a NULL error
...
This was pointed out in bug 595790.
2009-09-20 22:39:13 -04:00
Rajesh Ranjan
2e8b6757b1
maithili update, translated by Sangeeta Kumari
2009-09-20 12:43:35 +05:30
Rajesh Ranjan
e25ed50a44
maithili update, translated by Sangeeta Kumari
2009-09-20 12:41:52 +05:30
Chao-Hsiung Liao
cf5cc07c35
Updated Traditinal Chinese translation (Hong Kong and Taiwan)
2009-09-19 21:02:22 +08:00
Cody Russell
57fa8e8124
Move '-x objective-c++' from CXXFLAGS to CPPFLAGS
2009-09-18 22:37:22 -05:00
Owen Taylor
5f126bec3a
Don't focus unmapped radio buttons
...
With Bug 302240, a check was added to avoid keynav to unrealized
radio buttons in the group, but that's not the right check - the
check should be on MAPPED instead, since a widget can be realized
even if it, or a parent, is hidden. Bug 595599
2009-09-18 16:37:43 -04:00
Dumitru Mișu Moldovan
aa43f80423
Updated Romanian translation
2009-09-18 22:57:47 +03:00
Christian Kirbach
0a39beedc9
Updated German translation
2009-09-18 21:38:06 +02:00
Dumitru Mișu Moldovan
921355f998
Updated Romanian translation
2009-09-18 22:34:21 +03:00
Luca Ferretti
3a3926c5c3
Updated Italian translation
2009-09-18 12:40:24 +02:00
Manoj Kumar Giri
327d2095ed
Upadated Oriya Translation
2009-09-17 22:14:59 +05:30
Manoj Kumar Giri
9050d10957
Upadated Oriya Translation
2009-09-17 19:03:58 +05:30
Michael Natterer
659776ce35
Fix gdk_device_get_history() for the core pointer
...
When filtering out the events for "window" from the events we got for
our "impl_window", don't forget to adjust the returned number of
events because it might be smaller than what XGetMotionEvents has
returned, and free coords we allocated too much. Also if we filtered
away *all* events, return FALSE and get rid of the allocated history
entirely. Together fixes all sorts of mishehavior when painting in
GIMP, from coords going wild to plain crashes and infinite loops.
2009-09-17 11:38:14 +02:00
Maxim V. Dziumanenko
8251d6da8a
Added Ukrainian translation
2009-09-16 16:29:10 +03:00
Maxim V. Dziumanenko
6e307ac532
Added Ukrainian translation
2009-09-16 16:28:29 +03:00
Maxim V. Dziumanenko
62b5b5fca2
Added Ukrainian translation
2009-09-16 16:01:56 +03:00
Matej Urbančič
ac1b35895f
Updated Slovenian translation
2009-09-16 14:11:55 +02:00
Matej Urbančič
24a3172c10
Updated Slovenian translation
2009-09-16 14:11:12 +02:00
Djavan Fagundes
cd709a074a
Corrected a typo in Brazilian Portuguese translation
2009-09-16 08:17:03 -03:00
Manoj Kumar Giri
46f369e951
Upadted Oriya Translation
2009-09-16 16:17:33 +05:30
Runa Bhattacharjee
6406f64e12
Updated Bengali India Translations
2009-09-16 16:07:29 +05:30
Marek Kasik
f6ed1487bd
Let GTK+ handle SIGPIPE signal itself when printing with lpr
...
When a SIGPIPE signal is raised during printing with lpr,
application should not be killed by the signal but a standard
error-workflow should be performed (bug #503776 ).
2009-09-16 09:59:56 +02:00
Kristian Rietveld
d797dcc4dd
Assign the size of the screen to the root window
...
On startup, the root window got assigned the size of the main screen.
But, the GdkScreen has the width of all screens/monitors connected to the
machine. Change this so that in _gdk_windowing_window_init, we assign
the width/height of all monitors to the root window width, height.
Should fix bug 594738.
2009-09-16 08:48:49 +02:00
Kristian Rietveld
cf80feb3dd
Do not test the event mask of implicit grabs
...
The quartz backend simulates the semantics of XGrabPointer, as a part of
this it checks the event mask of the grab. However, implicit grabs on X
do not go through XGrabPointer and thus the quartz backend should not check
the event mask for these. This fixes various "the UI got stuck" cases.
2009-09-16 08:48:49 +02:00
Amitakhya Phukan
e9d732bde7
Updating Assamese translations.
2009-09-16 11:41:07 +05:30
Amitakhya Phukan
3086e702d2
Updating Assamese translations
2009-09-16 11:35:58 +05:30
Sweta Kothari
57937268d9
Updated Gujarati Translations
2009-09-16 10:50:38 +05:30
Sandeep Shedmake
19966510a0
Updated Marathi Translations
2009-09-16 10:35:02 +05:30
Sandeep Shedmake
ec36494508
Updated Marathi Translations
2009-09-16 10:34:56 +05:30
Manoj Kumar Giri
b92c788dba
Upadted Oriya Translation
2009-09-15 19:31:07 +05:30
Alexander Larsson
0ecd87fb78
Respect grab event mask for crossing events
...
In the case of a non-owner_events grab, use grab->event_mask rather
than the window even mask to decide whether to deliver the event
or not.
2009-09-15 14:40:35 +02:00
Runa Bhattacharjee
142d59904b
Updated Bengali India Translations
2009-09-15 17:15:22 +05:30
Manoj Kumar Giri
d937bd7037
Upadted Oriya Translation
2009-09-15 14:50:19 +05:30
Manoj Kumar Giri
fbcb382df3
Upadted Oriya Translation
2009-09-15 13:15:50 +05:30
Runa Bhattacharjee
ff47468018
updated Bengali India translation
2009-09-14 23:26:44 +05:30
Michael Meeks
02b102cbbc
fix whitespace error
2009-09-14 15:34:43 +01:00