Alexander Larsson
d43632fbdc
win32: More theme workaround on XP
2012-03-20 11:36:03 +01:00
Alexander Larsson
6e35ae8515
GtkPaned: Update orientation style classes
2012-03-20 11:35:39 +01:00
Matthias Clasen
ad1c0f7155
label: Don't use the selection too easily
...
When we are re-setting the same text for internal reasons
(e.g. when applying the mnemonics-visible change upon Alt press),
we should not needlessly loos the selection.
https://bugzilla.gnome.org/show_bug.cgi?id=671588
2012-03-20 01:05:05 -04:00
Matthias Clasen
a720284976
Updates
2012-03-20 00:43:10 -04:00
Benjamin Otte
bd55519f7e
gdk: A TOUCHPAD device behaves like a mouse
...
and not like a TOUCHSCREEN. So treat it like that.
https://bugzilla.gnome.org/show_bug.cgi?id=672009
2012-03-20 02:07:29 +01:00
Benjamin Otte
c80436ac35
tests: Remove unused variables
2012-03-20 02:07:21 +01:00
Benjamin Otte
01650a9fe2
tests: Add missing file
...
Forgot to git add in 5a20c42c7c
2012-03-19 22:27:18 +01:00
Matthias Clasen
aba316207d
Undo the gtk_menu_popup_for_device rename-to annotation
2012-03-19 13:45:48 -04:00
Chao-Hsiung Liao
0db04aca22
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2012-03-19 23:53:13 +08:00
Adrian Johnson
7a8e37edec
Make collate default to enabled
...
Fixes http://bugzilla.gnome.org/show_bug.cgi?id=671898
2012-03-19 13:00:33 +00:00
Matthias Clasen
d7cf9d7b84
combobox: Make scrolling work again
...
Select for scroll events, making it possible to use a scroll
wheel to change the combobox.
2012-03-19 07:08:01 -04:00
Kjartan Maraas
e7719747b0
Updated Norwegian bokmål translation
2012-03-19 09:42:49 +01:00
Frédéric Péters
561ff67bbf
docs: update links to point to developer.gnome.org
...
https://bugzilla.gnome.org/show_bug.cgi?id=672117
2012-03-19 09:38:09 +01:00
Matthias Clasen
c0431a7238
builder: Remove a questionable test
...
It doesn't really make sense to check properties of a cell renderer,
since those only get set when needed to render or size-allocate
a cell.
2012-03-18 22:56:44 -04:00
Benjamin Otte
6df7562570
tests: Remove deleted rows from cache
...
Otherwise the GNode pointer address that we use for indexing might get
reused for a new node and then we don't start out with a pristine
refcount.
2012-03-19 02:26:16 +01:00
Benjamin Otte
754bf5e3d8
treemodelfilter: Don't unref deleted rows
...
When we're fudging with child nodes of a deleted node, we don't want to
have them delete their parent - which is the deleted row.
2012-03-19 02:26:16 +01:00
Benjamin Otte
461803e407
gtk: Get gtkwidgetpath.h includes out of the public headers
...
and include them in the C files instead.
2012-03-19 02:26:16 +01:00
Benjamin Otte
47e44028e1
a11y: Add back the 'toggle' actions
...
This is a hack.
But as long as Orca cannot figure out if a cell is heckable, the best we
can do is support the old way of providing a "toggle" action.
https://bugzilla.gnome.org/show_bug.cgi?id=672367
https://bugzilla.gnome.org/show_bug.cgi?id=672368
https://bugzilla.gnome.org/show_bug.cgi?id=672369
2012-03-19 02:26:16 +01:00
Javier Jardón
80d54b4533
build: require cups >= 1.2
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672182
2012-03-19 00:10:14 +00:00
Mario Blättermann
86b55b4bb1
[l10n] Updated German translation
2012-03-18 22:30:30 +01:00
Bruno Brouard
f4176aaca9
Updated French translation
2012-03-18 21:38:05 +01:00
Lionel Landwerlin
adf36e28d2
gtkbox: avoid warning when removing a widget with refcount of 1
...
If gtkbox is the only object having a reference on one of its child
and that we try to remove it from its container, we endup having a
warning when disconnecting a signal after having unparented the
widget.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
https://bugzilla.gnome.org/show_bug.cgi?id=670176
2012-03-18 15:41:07 -04:00
Yuri Kozlov
bc90a2b916
Updated Russian translation
2012-03-18 19:45:54 +04:00
Aurimas Černius
88c21af656
Updated Lithuanian properties translation
2012-03-18 16:18:31 +02:00
Duarte Loreto
5db24a987d
Updated Portuguese translation
2012-03-18 10:55:16 +00:00
Duarte Loreto
18a05764a5
Updated Portuguese translation
2012-03-18 10:13:22 +00:00
Fran Diéguez
92e384980d
Fixed little issue in Galician translations
...
Signed-off-by: Fran Diéguez <fran.dieguez@mabishu.com>
2012-03-18 03:10:54 +01:00
Abderrahim Kitouni
3ede2bf97a
Updated Arabic translation
2012-03-17 09:42:16 +01:00
Alexander Larsson
65e371c16e
css: Add reftest for background-position
2012-03-17 05:13:22 +01:00
Benjamin Otte
5a20c42c7c
tests: Add background-position parsing test
...
Man, the syntax is convoluted.
2012-03-17 05:13:22 +01:00
Alexander Larsson
e65a2709a3
css: Support background-position property
2012-03-17 05:13:22 +01:00
Alexander Larsson
b874e6c3cf
css: Support GtkBackgroundPosition in cssvalue
2012-03-17 05:13:22 +01:00
Alexander Larsson
ca07559672
css: GtkBackgroundSize type
2012-03-17 05:13:22 +01:00
A S Alam
dab9517d19
Update Translation Punjabi
2012-03-17 08:35:27 +05:30
Mathias Hasselmann
ebc2bda82b
wayland: hide predefined_atoms
...
This is a private symbol and should not be public.
2012-03-16 22:45:51 +01:00
Benjamin Otte
f9727ee1bf
stylecontext: Get rid of unused parameter
...
It was always FALSE
2012-03-16 17:53:57 +01:00
Benjamin Otte
ae6ab3951c
docs: Add missing Since tag
2012-03-16 17:53:39 +01:00
Benjamin Otte
ccbcebdddf
iconview: Don't resize on size allocation
...
Let's see how much this breaks. But then, it also fixes things, so more
power to me!
https://bugzilla.gnome.org/show_bug.cgi?id=672173
2012-03-16 17:53:30 +01:00
Alexander Larsson
cb1a825cc3
win32: Theme statusbars
2012-03-16 16:44:24 +01:00
Alexander Larsson
30fb1e0256
win32: Theme paned separators
2012-03-16 14:31:32 +01:00
Alexander Larsson
0d307ab2fc
win32: Dim menubar text for non-active windows
2012-03-16 11:35:52 +01:00
Alexander Larsson
6d99cdf28c
win32: Ensure we update GDK_WINDOW_STATE_FOCUSED
...
When windows get activated/inactivated we need to update STATE_FOCUSED.
Without this the backdrop theme state will not work.
2012-03-16 11:34:58 +01:00
Alexander Larsson
fff1af56ff
win32: Better color for separators
2012-03-16 11:05:20 +01:00
Alexander Larsson
a6d72dfec1
win32: Don't use separators in comboboxes
2012-03-16 11:05:00 +01:00
Alexander Larsson
eedf57f844
win32: Some theming of color selector
2012-03-16 10:49:21 +01:00
Alexander Larsson
aae60af8a3
Unbreak win32 build
...
Commit de62a1096
broke win32 as it removed the HAVE_X11R6 checks for
building xim, but did not replace them with USE_X11. This made
it try to build xim on non-X targets.
2012-03-16 10:34:11 +01:00
Daniel Mustieles
3c95981478
Updated Spanish translation
2012-03-16 10:06:24 +01:00
Carles Ferrando
14f4b56ea0
[l10n]Updated Catalan (Valencian) translation
2012-03-15 23:37:08 +01:00
Gil Forcada
e8ae9b28e2
[l10n]Updated Catalan translation
2012-03-15 23:37:00 +01:00
Carles Ferrando
95bf1f98c4
[l10n]Updated Catalan (Valencian) translation
2012-03-15 23:35:53 +01:00