Commit Graph

31371 Commits

Author SHA1 Message Date
a4cde82365 win32: Fall back to raleigh with the classic theme
This is not ideal, we should have a real classic windows theme,
but at least its better than everything being pink, which is what
happens otherwise when theming is not enables.
2012-04-03 19:26:15 +02:00
c5a8f3cb61 gdk: Remove GdkDisplay->ignore_core_pointer
This is not used anywhere anymore
2012-04-03 11:37:42 +02:00
24f9ca92ab win32: Fix up wintab support
We now have a proper MASTER/SLAVE input device split, where
the masters are virtual core input devices and we add fake hw
slave devices for the system pointer and real slave devices for
wintab devices.

We also set the proper source_device on the events so you can
tell which device sent it and properly decode the axis info.
2012-04-03 11:37:42 +02:00
ddd24761fd Add _gdk_device_get_axis_info
This is needed for the win32 master/slave handling code.
2012-04-03 11:37:41 +02:00
2697ac5770 testinput: Fix cursor rendering
Make sure custom cursors are rendered at integer coordinates,
otherwise there will be leftover alpha borders when we remove the
cursor.
2012-04-03 11:37:41 +02:00
440e9cdfd3 configure.ac: Depend on the corresponding stable versions 2012-04-03 03:19:05 +01:00
245a08a1a0 [l10n] Updated German translation 2012-04-01 11:14:41 +02:00
1473db7f1e Fix a link
As pointed out in bug 673139, the link to the mailing list
information page was outdated.
2012-03-30 17:37:06 -04:00
356c3a3b29 gactionmuxer: Fix list_actions
The code there before was just completely wrong

https://bugzilla.gnome.org/show_bug.cgi?id=673200
2012-03-30 15:21:06 -04:00
d51840ccf3 filechooser: Fix entry completion
Inserting the selected completion did not actually work. Oops.

https://bugzilla.gnome.org/show_bug.cgi?id=673090
2012-03-29 18:59:07 -04:00
71a82b1e98 Amend the release notes 2012-03-29 18:59:07 -04:00
0b26605ab0 css: Only keep around GtkCssSections if GTK_CSS_DEBUG env var set
These are used purely for CSS debugging, and was using over 100k just
starting up gtk3-demo.
2012-03-29 13:57:22 +02:00
13b2720308 build: Don't use Wayland GtkClipboard implementation if also building for X
Workaround for: https://bugzilla.gnome.org/show_bug.cgi?id=672358
2012-03-29 10:50:07 +01:00
4e8f724391 Updated Czech translation 2012-03-29 08:34:07 +02:00
c00cfda370 GtkApplication Docs: Add a hint.
gtk_application_set_app_menu(), gtk_application_set_menubar():
Mention that you probably want to call this in the startup signal
handler. If you do it earlier you will likely get a warning about
a missing D-Bus connection, because doing it earlier does not
make sense anyway.
2012-03-28 11:26:22 +02:00
f900ae4aaa Updated Marathi Translations 2012-03-28 08:59:18 +05:30
94dbefda1c Fix for bug 672961 - Custom theme can crash apps with GtkEntryCompletion 2012-03-27 20:29:56 -04:00
52bd5f2f1f treeview: filter out invisible columns in get_path_for_child()
Since we check for !list->next (and !list->prev for RTL) to set the
GTK_REGION_LAST flag, we have to filter out invisible columns before
looping; if we don't do that we might end up assigning GTK_REGION_LAST
to an invisible column.

https://bugzilla.gnome.org/show_bug.cgi?id=672937
2012-03-27 12:39:20 -04:00
c1a7da05a4 Updated Marathi Translations 2012-03-27 17:56:01 +05:30
4f7011c931 Uploaded Ukranian 2012-03-26 21:00:49 +03:00
eb40954a8c Update Czech translation 2012-03-26 18:17:53 +02:00
5407881d09 Updated Swedish translation 2012-03-26 18:02:42 +02:00
a3dbc65ced Bump version 2012-03-26 10:14:43 -04:00
c0bd2d9703 3.4.0 2012-03-26 09:26:46 -04:00
a175e9574d Add release note about scroll events 2012-03-26 09:26:46 -04:00
65bb4b6dbe Some updates to the installation instructions
Mention X11 build requirements (since XInput2 is something of
an actual requirement, as opposed to 'newer than R5').
2012-03-26 09:26:46 -04:00
6124d0cfee Update expected test output 2012-03-26 09:26:46 -04:00
3a45f49ddb Updated Czech translation 2012-03-26 13:53:36 +02:00
f2cdde7e33 Updated Czech translation 2012-03-26 13:24:20 +02:00
8759575c0a Revert "GtkMenuItem: Add since 3.2 tags for 2 signals."
This reverts commit c6e1024a86.
2012-03-26 06:15:26 -04:00
80a895d715 hindi translation by Chandan Kumar 2012-03-26 14:42:21 +05:30
c6e1024a86 GtkMenuItem: Add since 3.2 tags for 2 signals.
These signals were added in this commit in 2010-09:
http://git.gnome.org/browse/gtk+/commit/gtk/gtkmenuitem.c?id=3bd93e5bfd968d21cbcba15b952b254c41f204f9
2012-03-26 10:51:46 +02:00
0e171a28c9 GtkColorChooser docs: Fix small typos. 2012-03-26 10:51:46 +02:00
79758e3d98 Docs: GtkApplication: Hint about GtkActionMap 2012-03-26 10:51:46 +02:00
b0fc821c02 [l10n] Update Japanese translation 2012-03-26 13:38:46 +09:00
c4b544c1af Updated Czech translation 2012-03-26 01:39:48 +02:00
4dd479f1a3 Updated Latvian translation. 2012-03-25 16:11:41 +03:00
159bb6ac96 [l10n] Update Japanese translation 2012-03-25 15:24:10 +09:00
67a1b7680f Updated Latvian translation. 2012-03-24 23:56:25 +02:00
32c7cdd4b1 testgrid: add a testcase
Add a testcase for an empty, homogeneous grid.

https://bugzilla.gnome.org/show_bug.cgi?id=672763
2012-03-24 17:19:58 -04:00
ed17c74f58 grid: avoid a floating point exception
When a homogeneous grid has no visible children, we were
accidentally doing a division by zero. Instead, just bail
out early in this case, there is nothing to allocate anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=672763
2012-03-24 17:19:46 -04:00
cc6db27ff4 Updated Kannada Translation 2012-03-25 00:22:11 +05:30
38123ec755 Updated Hebrew translation. 2012-03-24 19:24:21 +02:00
81a651969d Updated Kannada Translation 2012-03-24 20:44:38 +05:30
bbf3eb9130 Updated Kannada Translation 2012-03-24 16:52:23 +05:30
22ec1e215e Updated Kannada Translation 2012-03-24 16:52:23 +05:30
8b39ec918c Updated Telugu Translation 2012-03-23 21:27:31 +05:30
b8caa28e43 Updated Telugu Translation 2012-03-23 21:21:58 +05:30
88a1d4d5a1 x11: Deal better with L-shaped monitor arrangements
The code for calculating the per-monitor workarea was ignoring
the fact that the EWMH workarea property can only handle rectangular
workareas, and thus can't really do justice to general monitor
arrangements. As a workaround, we ignore it for anything but
the primary monitor. And we ignore it for the primary monitor
as well if it does not even cover it.

https://bugzilla.gnome.org/show_bug.cgi?id=672163
2012-03-23 09:09:14 -04:00
482195d788 Ensure skipped row between sections has a nonzero height
https://bugzilla.gnome.org/show_bug.cgi?id=672587
2012-03-22 13:07:35 -04:00