Mattias Põldaru
eadfb65bbb
Estonian translation updated
2010-05-20 15:02:56 +03:00
Jan Arne Petersen
84f88bbb1d
GtkRange: Redraw if GtkRange is a GtkScale and value is drawn.
...
* gtk/gtkrange.c: (gtk_range_adjustment_value_change):
Queue the draw also if the range is a scale and the value is drawn,
fixing bug #533946 (Markus Brinkmann), when two HScales use one
adjustment.
2010-05-18 08:55:39 +02:00
Matthias Clasen
f0cfc970ed
Another attempt to handle pngs changing int types
...
(cherry picked from commit 006d5718fa )
2010-05-17 18:55:36 -04:00
Fran Diéguez
d50eaf64f8
Updated Galician translations
2010-05-17 19:15:17 +02:00
Fran Diéguez
71b1b5d80c
Updated Galician translations
2010-05-17 19:13:26 +02:00
Fran Diéguez
4719264422
Updated Galician translations
2010-05-17 19:12:28 +02:00
Jorge González
b6c8e3f11c
Updated Spanish translation
2010-05-14 17:58:19 +02:00
Luca Ferretti
0561fa173a
Updated Italian translation
2010-05-14 12:53:05 +02:00
Claude Paroz
387191344f
Updated French translation
2010-05-14 11:38:54 +02:00
Johan Dahlin
92b44092d0
[GtkWidget] Add annotations
...
Add a couple of out/inout annotations
2010-05-12 19:56:03 -03:00
Johan Dahlin
bd0c98c6c7
[GtkWindow] Add annotations
...
Add introspection annotations for lists and functions with
multiple out values.
2010-05-12 19:56:00 -03:00
Khaled Hosny
746e2cd307
Typo
2010-05-07 20:51:38 +03:00
Javier Jardón
a6c4833d9a
Remove the definition of libpixbufloader_gdip_png_la_*
...
libstatic-pixbufloader-gdip-png.la should not be built or at least not
included in STATIC_GDIPLUS_LIBS as we don't want to use the GDI+-based
loader for PNG, because if we do, we can't get (or was it set?) the
options of a PNG pixbuf that for instance some code in GIMP wants to do.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=607839
2010-05-04 16:11:42 +02:00
Wouter Bolsterlee
e3c8bd9264
Dutch translation updated by Wouter Bolsterlee
2010-05-03 23:40:18 +02:00
Matthias Clasen
14ae79a3cc
Bump version
2010-05-02 21:55:36 -04:00
Matthias Clasen
bd3788e8df
2.20.1
2.20.1
2010-05-02 21:51:45 -04:00
Matthias Clasen
d5137b89ef
Documentation build fixes
2010-05-02 21:19:42 -04:00
Matthias Clasen
031c6d2ef1
Updates
2010-05-02 19:53:44 -04:00
Javier Jardón
e92331edb5
Allow NULL as 'icon_widget' in gtk_tool_button_new()
...
This completes the patch of
commit b8ec73a52f
(cherry picked from commit 1e2dabf31d )
2010-05-02 19:49:03 -04:00
Florian Scandella
8a8be8ad1b
Add heuristic for primary monitor
...
Use the first monitor returned by RANDR as primary, if primary
is not set and no LVDS is found.
https://bugzilla.gnome.org/show_bug.cgi?id=615128
(cherry picked from commit 53fae3247c )
2010-05-02 19:37:15 -04:00
Mike Gorse
a0672cd55f
Notify ATK_STATE_ENABLED change when ATK_STATE_SENSITIVE changes if necessary.
...
Bug #615999 .
(cherry picked from commit 3f78773862 )
2010-05-02 19:36:40 -04:00
Benjamin Otte
476281a46b
filechooser: Fix a crash when removing files
...
The file removal code was not properly clearing the file=>array index
cache, so later lookups into that cache would return invalid array
indexes.
The easiest way to reproduce it is to create a directory with two files
and deleting both of them.
Reported-by: Javier Jardón <jjardon@gnome.org >
2010-05-02 14:44:48 +02:00
Javier Jardón
500b9dfe3a
Only a GtkMisc widget should be passed to gtk_tool_button_new()
...
Reported by Hernando Torque here:
https://bugzilla.gnome.org/show_bug.cgi?id=616851
2010-04-26 20:29:53 +02:00
Peteris Krisjanis
10f44c8b60
Updated Latvian translation.
2010-04-24 21:41:20 +03:00
Carles Ferrando
34e94d9df4
Updated Catalan (Valencian) translation
2010-04-23 00:15:03 +02:00
Carles Ferrando
39428c6673
Updated Catalan (Valencian) translation
2010-04-23 00:08:03 +02:00
Shankar Prasad
00af18b233
Updated Kannada translations
2010-04-22 16:32:03 +05:30
Shankar Prasad
de8143b389
Updated Kannada translations
2010-04-22 16:31:09 +05:30
Claudio Saavedra
1f519dba43
Use the proper screen in _gdk_windowing_get_shape_for_mask()
...
Bug 615853 - BadMatch when pressing keyboard volume keys while pointer in
secondary X screen
_gdk_windowing_get_shape_for_mask() is using the default screen, not taking
into account that its GdkBitmap could have been created for a different one,
causing BadMatch errors.
(cherry picked from commit 51a1af7aa4 )
2010-04-19 18:54:48 +03:00
Javier Jardón
e6df42a9d7
Include <X11/Xutil.h> in gdkdnd-x11.c
...
Otherwise, inclusion of shape.h triggers an unknown type error
for Region, and compile fails, at least in Solaris.
Reported by Philip Brown here:
https://bugzilla.gnome.org/show_bug.cgi?id=615028
2010-04-18 19:56:44 +02:00
Javier Jardón
01055419b3
Fix compilation warning: move function to proper location
...
Move _count_nodes() auxiliar function inside the
G_ENABLE_DEBUG define, where other auxiliar functions are.
2010-04-12 22:26:49 +02:00
Javier Jardón
d9d53e6fbe
Fix compilation warning: Use G_ENABLE_DEBUG to enable the var
2010-04-12 22:26:43 +02:00
Tor Lillqvist
14de4682cf
Use a honestly bogus GTK_LOCALEDIR in config.h.win32.in
...
Instead of something that looks like it might actually be intended to
exist.
2010-04-12 13:46:50 +03:00
Tor Lillqvist
59f5c62848
Some people use a hacked libtool that doesn't even install .la files
2010-04-12 13:40:43 +03:00
Tor Lillqvist
db807222b5
Update to match what configure produces
...
Just trivial irrelevant stuff.
2010-04-12 13:15:46 +03:00
Johan Bilien
d36b281a58
Fixed annotation of gdk_screen_get_rgb_colormap and similar
...
These return an object with no extra references, need to be transfer
none.
2010-04-09 13:53:19 -04:00
Javier Jardón
eb7121c4e6
[directfb] Fix compile error on DirectFB backend.
...
Add a stub for gdk_keymap_add_virtual_modifiers()
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=613988
2010-04-09 18:15:55 +02:00
Matthias Clasen
b4adea7477
Fix a silly mistake in primary_monitor handling
...
It doesn't make sense to determine an index into an array, if
you are going to sort the array afterwards...pointed out in
bug 615128 by Florian Scandella.
2010-04-09 09:05:38 -04:00
Thanos Lefteris
f5344f8d93
Updated Greek translation for gtk+
2010-04-09 01:45:17 +03:00
Tomas Bzatek
faf0beede0
FileChooser: Initialize search engines on demand
...
We postpone initialization of the search engines until
it's really needed. See bug 614971 for reference.
2010-04-07 15:07:05 +02:00
Tomas Bzatek
a812fcb305
Support for tracker 0.8 stable release
2010-04-07 15:02:18 +02:00
Matthias Clasen
0efb24f589
Yet another fix for shape handling
...
This should fix problems with awn and notify-osd.
2010-04-06 20:33:19 -04:00
Tristan Van Berkom
b9516e70f5
Add notes to GtkBuilder docs about the possible error domains, closed bgo #560147
2010-04-06 16:27:40 -04:00
Tristan Van Berkom
d92ee6dc68
Fixed gtk_builder_value_from_string_type() to always assign the GError
...
when returning FALSE, fixes bgo #615000 .
2010-04-06 16:25:43 -04:00
Theppitak Karoonboonyanan
b9002febd8
Updated Thai translation.
2010-04-06 15:08:47 +07:00
Adel Gadllah
20dacce4d8
[GdkScreenX11] Fix check in gdk_screen_get_primary_monitor
...
Fix bug in last commit.
2010-04-06 02:41:55 +02:00
Adel Gadllah
5651cbc4b4
[GdkScreenX11] Add heuristic for pre XRandR 1.3 drivers
...
Currently gdk_screen_get_primary_monitor just returns the first monitor,
in this case but both the panel and now gnome-shell use an additional
heuristic to prefer LVDS as primary if present.
Move this heuristic to gdk_screen_get_primary_monitor to avoid duplicating
it all over the place.
The fallback heuristic is also used when no primary output is set.
https://bugzilla.gnome.org/show_bug.cgi?id=614894
2010-04-06 02:36:53 +02:00
Fran Diéguez
e13ab6c53a
Updated Galician translation
2010-04-05 20:59:23 +03:00
Cody Russell
b6d9bb6e1e
Fix for bug #557689 and bug #402349 , where opening a file chooser in
...
folder browse mode would require the user to click on something
before clicking "Open".
2010-04-05 12:57:33 -05:00
Jordi Serratosa
0c90bacff8
Fixes to Catalan translation
2010-04-02 18:26:35 +02:00