Commit Graph

31252 Commits

Author SHA1 Message Date
e7dcb2abb6 Updated Latvian translation. 2012-03-15 23:14:18 +02:00
6b35857e4d win32: Fix typo in css 2012-03-15 21:25:36 +01:00
59dc05d0c5 win32: Theme assistants 2012-03-15 21:12:38 +01:00
3598756bee win32: No frames around scrolled windows directly in tabs 2012-03-15 21:12:37 +01:00
7e97dce946 win32: Fix listview checkbox prelight problems
We only support the preview state for checkboxes for GtkButton
because it gave problems when used in treeview where the prelight
state affects all checkboxes in the row.
2012-03-15 21:12:37 +01:00
84b2d41a98 win32: Make spinner animate 2012-03-15 21:12:36 +01:00
3b8cf23fbc win32: Add borders around scrolled windows 2012-03-15 21:12:36 +01:00
dc1510c53d win32: Fix entry theming 2012-03-15 21:12:35 +01:00
1e5a803614 win32: Support frameless entries in theme 2012-03-15 21:12:35 +01:00
e0ac492732 win32: Fix up theme for menus on XP 2012-03-15 21:12:34 +01:00
0a439fa162 win32: Fix tabs themeing on XP 2012-03-15 21:12:34 +01:00
dcaec2610d win32: Add more theme workarounds on XP 2012-03-15 21:12:33 +01:00
a20b4423f4 Remove broken approach to get stable sort of CSS rules
The pointer comparisons in the sort compare function just doesn't
work.

We still need a stable sort, but the plan is to add a real
one in glib.
2012-03-15 21:12:32 +01:00
8bfa0f8feb win32: Fix up progressbar themeing on XP 2012-03-15 21:12:32 +01:00
8f427babbb win32: Clean up spinbutton themeing 2012-03-15 21:12:31 +01:00
64f707c86a Updated POTFILES.skip 2012-03-15 20:49:26 +01:00
96f393b946 Fix keynames in the Hungarian translation, thanks Bastien 2012-03-15 20:06:18 +01:00
53af7dd3c0 paned: remove old default for cursor type 2012-03-15 18:24:41 +01:00
5c22e0a11e gdk: Update translator comment for "keyboard label" 2012-03-15 16:05:00 +01:00
5ebfad5d09 printing: Make sure destroy function is always called by gtk_enumerate_printers
When GtkPrinterFunc always returns FALSE, for example when looking for
a non existent printer, if print list is done for all backends or print
backend status is UNAVAILABLE, gtk_enumerate_printers() finishes with an
empty backend list and destroy function is never called. We need to
check the backend list again after calling list_printers_init for all
backends and finish the enumeration if it's empty.

https://bugzilla.gnome.org/show_bug.cgi?id=672125
2012-03-15 14:47:33 +01:00
3778999a64 Updated Hungarian translation 2012-03-15 12:56:16 +01:00
7b45724809 Fix "install" paths in VS property sheets 2012-03-15 16:46:51 +08:00
72a308abee reftests: Add a test for specificity of @import 2012-03-15 02:55:38 +01:00
05e6cde97d win32: Fix compiler warning 2012-03-15 02:55:25 +01:00
b635e60893 Updated French translation 2012-03-14 23:01:07 +01:00
c1fde1c50b Revert "Updated French translation"
It was po-properties file instead of po !

This reverts commit 9beabd5ceb.
2012-03-14 22:58:04 +01:00
9beabd5ceb Updated French translation 2012-03-14 22:53:48 +01:00
dd402bd7af gtk: Prefer group-0 keycodes
As we don't give out information about the group or level when
giving back keycodes, we should prioritise group-0, level-0, followed by
level-0 only, and then any keycodes.

This fixes "q" being pressed when the Wacom tablet code in
gnome-settings-daemon is supposed to generate an "a" ("uk" keymap
in group-0, "fr" in group-1).

https://bugzilla.gnome.org/show_bug.cgi?id=671065
2012-03-13 18:28:49 +01:00
e9f070db0f win32: Fix up toolbar rendering on XP
It seems XP doesn't correctly set the alpha when rendering toolbar
buttons on an alpha target, we fix this up afterwards if necessary.
2012-03-13 17:10:44 +01:00
94f1ed3031 win32: Fixup XP version of menu radio/checks 2012-03-13 17:10:11 +01:00
a869ca51f4 Convert to unix line endings 2012-03-13 15:52:36 +01:00
38d56c8e20 win32: Fix up notebook theming a bit 2012-03-13 15:50:32 +01:00
95a903d020 win32: Use a separate css file for xp
Only vista and later has e.g. the menu theme parts
2012-03-13 15:14:36 +01:00
68880e9a35 win32: Bump up padding on entry and button 2012-03-13 15:14:35 +01:00
12fdf165ee win32: Fix up notebook themeing 2012-03-13 15:14:35 +01:00
90e938bf15 Use gdk_event_triggers_context_menu() instead of checking for event->button == 3 2012-03-13 13:10:30 +00:00
45f660ef75 Use GDK symbolic names for button numbers 2012-03-13 13:10:30 +00:00
35af127530 Updated Brazilian Portuguese translation 2012-03-13 09:15:13 -03:00
bb11fc2a72 Updated Russian translation 2012-03-13 15:38:25 +04:00
f7696fd401 Updated Danish translation of the properties 2012-03-13 09:23:06 +01:00
de115c3fd3 Avoid infinite recursion when removing a grab
https://bugzilla.gnome.org/show_bug.cgi?id=671819
2012-03-12 22:01:18 -04:00
232314d0fd Updated Russian translation 2012-03-12 17:04:01 +04:00
abf1c57bd0 printing: Increase reference count for user data
Increase reference count for data passed to colord's callbacks (#671419).
2012-03-12 12:36:50 +01:00
943c873364 Updated Gujarati Translations 2012-03-12 14:47:51 +05:30
096b27982f Updated Gujarati Translations 2012-03-12 14:34:32 +05:30
8b7cfa448a Add some docs for the wayland backend
This commit also includes some tweaks to the other backend-specific
docs.
2012-03-11 14:23:53 -04:00
014c3d726f Trivial rewording 2012-03-10 23:54:43 -05:00
715fe2e426 Add a short Broadway section to the docs 2012-03-10 23:48:03 -05:00
de62a1096b Drop support for pre-R6 X
X11 R6 was released in 1995 - time to let go.
2012-03-10 23:27:21 -05:00
f8fccae852 Drop unused automake condition for XI2
We fail the build if XI2 is not present, nowadays.
2012-03-10 23:15:12 -05:00