Commit Graph

20127 Commits

Author SHA1 Message Date
e544602065 Add Visual Studio 2008 project files
Similar setup as in GLib and Pango. Also here we use a build/win32/vs9
subfolder, even if there is nothing else in build or build/win32.
2010-04-12 12:45:40 +03:00
8d17d157ba Update to match what configure produces
Just trivial irrelevant stuff.
2010-04-12 12:45:39 +03:00
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
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
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
f5344f8d93 Updated Greek translation for gtk+ 2010-04-09 01:45:17 +03:00
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
a812fcb305 Support for tracker 0.8 stable release 2010-04-07 15:02:18 +02:00
0efb24f589 Yet another fix for shape handling
This should fix problems with awn and notify-osd.
2010-04-06 20:33:19 -04:00
b9516e70f5 Add notes to GtkBuilder docs about the possible error domains, closed bgo #560147 2010-04-06 16:27:40 -04:00
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
b9002febd8 Updated Thai translation. 2010-04-06 15:08:47 +07:00
20dacce4d8 [GdkScreenX11] Fix check in gdk_screen_get_primary_monitor
Fix bug in last commit.
2010-04-06 02:41:55 +02:00
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
e13ab6c53a Updated Galician translation 2010-04-05 20:59:23 +03:00
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
0c90bacff8 Fixes to Catalan translation 2010-04-02 18:26:35 +02:00
b416198a18 Don't use gio-unix on win32
We only need gio-unix when building the x11 backend.
Reported by Yevgen Muntyan in bug 614540.
2010-04-01 10:07:11 -04:00
9d2168ded2 Updated Basque language 2010-03-31 12:22:17 +02:00
da3efeb746 Updated Basque language 2010-03-31 12:06:11 +02:00
8809f33b65 Updated Basque language 2010-03-31 12:06:11 +02:00
0a1ad1a4e2 Updated Danish translation 2010-03-31 00:21:44 +02:00
6ced4f526c Updated Bengali India Translation 2010-03-30 15:53:06 +05:30
0cbffefde8 Updated Bengali India Translation 2010-03-30 15:06:26 +05:30
e1f73a1984 Fixes to Catalan translation 2010-03-29 20:27:08 +02:00
b4d09fd5fb Fixed possible devision by zero in size negotiations
Fixed GtkToolItemGroup to avoid deviding by zero when all children
are invisible or there are no children. bgo #613974.
2010-03-29 13:27:40 -04:00
7e43059e84 Added missing default events in realize() implementations
Added gtk_widget_get_events() to the event masks declared by
GtkToolPalette & GtkToolItemGroup.
2010-03-29 13:22:18 -04:00
133e3e84a7 Added missing break statement to mutator: gtk_tool_item_group_set_property() 2010-03-29 13:16:54 -04:00
9514e741cd Fix error case in filesystem model
We should not unref the model here, it might not even exist anymore.
Instead check if it exists and only use it if it does.
The unref was leftover from a previous fix in
ba9f53397f.

Spotted by Matthias Clasen in
https://bugzilla.gnome.org/show_bug.cgi?id=614099
2010-03-29 16:29:20 +02:00
b84d4a308e Updated Catalan translation with a couple of fixes 2010-03-29 09:22:08 +02:00
9e607a572b Updated Catalan translation 2010-03-29 09:16:43 +02:00
7d90caca4f Updated Bengali translation 2010-03-28 15:49:58 +06:00
23fa7fcc6e Fix a misspelling in gtk_cell_view_new_with_markup
This fixes bug 613887.
2010-03-28 04:22:41 +02:00
a34ddc38b6 Updated Danish translation 2010-03-28 00:15:48 +01:00
484c40bab0 Updated Ukrainian translation 2010-03-27 14:42:07 +02:00
e11db0ea01 Updated Ukrainian translation 2010-03-27 14:29:56 +02:00
f896f48dcc Updated Bengali translation 2010-03-27 18:10:02 +06:00
9c1ad44ed9 Updated Bengali translation 2010-03-27 18:02:54 +06:00
ffbd007c50 [directfb] Fix compile error on DirectFB backend.
Add a stub for gdk_keymap_map_virtual_modifiers.
2010-03-25 16:39:41 +01:00
22b0149b78 Use g_value_take_string to avoid redundant invoking g_free. 2010-03-25 16:34:46 +01:00
014c28c208 Fix compilation warning: Use GtkWidget instead GtkMenuItem 2010-03-25 14:52:18 +01:00
a0f23e1706 Fix a 64bit issue
Thank you libpng, for typedef unsigned long png_uint_32.
2010-03-25 00:55:15 -04:00
eb42c9e9ce Add notes about gobject-introspection 2010-03-23 11:41:17 -04:00
42ef281ea4 Bump version to 2.20.1 2010-03-23 10:24:51 -04:00
7e36ea7010 2.20.0 2010-03-23 10:18:29 -04:00
f31e6568fa Updated Serbian translations 2010-03-23 10:39:34 +01:00
c02fe1ff28 Bump required version of glib in INSTALL.in, too 2010-03-23 00:21:24 -04:00
909fe7f933 Set version to 2.20.0 2010-03-22 23:30:00 -04:00
3ed737e5fc Another small doc cleanup 2010-03-22 23:15:52 -04:00
f5c6712002 Minor doc cleanup 2010-03-22 23:10:38 -04:00