8ff7d39df7
Update Czech translation
2014-09-22 16:42:38 +02:00
2ebe813c98
inspector: remove g_message()
...
It was probably added for debugging purposes.
https://bugzilla.gnome.org/show_bug.cgi?id=736557
2014-09-22 15:51:41 +02:00
9d0ec409ff
reftest: Build a shared lib on win32
...
Windows needs a shared library to link the modules against, otherwise
the undefined symbols make it not work.
So build a shared library on Windows.
We don't want a library elsewhere, as that just complicates things, so
we only make the library shared on Windows and keep it as a noinst
library otherwise.
https://bugzilla.gnome.org/show_bug.cgi?id=736338
2014-09-22 15:47:02 +02:00
aa08b87ab6
reftest: Add missing include of reftest-snapshot.h
2014-09-22 15:19:51 +02:00
1c366aac68
Trivial formatting fix
2014-09-22 09:04:19 -04:00
10d4a2a43e
Fix a typo
2014-09-22 06:59:29 -04:00
b65e30e7ec
Bump version
2014-09-22 06:50:15 -04:00
d2f0b8ec71
3.14.0
2014-09-22 06:35:02 -04:00
214bd065d0
Drop another old, unused script
2014-09-21 23:17:52 -04:00
7ead9d45de
check-icon-names: Check for legacy names again
...
Keep checking the legacy icon names as long as we support them
(this caught gtk-undelete not working quite as expected).
2014-09-21 23:14:56 -04:00
61de42a731
Make gtk-undelete work again as icon name
...
The convention we use now is to not append any suffix for ltr icons,
and append -rtl for rtl. Make gtk-undelete follow this pattern.
2014-09-21 23:13:29 -04:00
0145db0dbb
Drop them from EXTRA_DIST too
2014-09-21 22:52:37 -04:00
ab76493700
Drop outdated scripts
...
These scripts haven't been used in many years.
2014-09-21 22:52:01 -04:00
cc141329ed
Drop outdated files
...
These files stem from the time when the documentation was in
a separate module - long, long ago.
2014-09-21 22:50:43 -04:00
5cfb8b9680
Updates for 3.14.0
2014-09-21 22:50:43 -04:00
e307c51a94
Updated Kannada translation
2014-09-22 00:46:00 +00:00
891c4edcc0
Updated German translation
2014-09-21 22:02:50 +00:00
b5a3900588
check-icon-theme: Print the name of the icon-theme
2014-09-21 16:34:33 -04:00
df8a688656
icon-theme: Test inheritance vs. generic fallback
...
Add a few tests that check the behavior of icon theme inheritance
vs generic fallback vs symbolic icons.
2014-09-21 16:34:27 -04:00
964c202c38
GtkIconTheme: Repair symbolic fallback with rtl/ltr
...
For symbolic icons, we prefer symbolics in inherited themes over
generic icons in the theme itself. So far this was implemented
by looking at icon_name[0] and looking that up in inherited themes
if it is symbolic. But with automatic rtl/ltr handling, the first
icon name will always have an -rtl or -ltr suffix, and an icon
with that suffix is not going to exist in most cases. To fix this,
look for shorter icon names too, as long as they are still symbolic.
https://bugzilla.gnome.org/show_bug.cgi?id=737000
2014-09-21 14:49:22 -04:00
1b858e4212
Trivial: clarify a comment
...
Using 'highcolor' here seems confusing, since there is a theme
by that name. Just say full-color.
2014-09-21 14:29:36 -04:00
39349cdea3
testicontheme: Use rtl/ltr lookup flags
...
This should help with diagnosing
https://bugzilla.gnome.org/show_bug.cgi?id=737000
2014-09-21 14:09:16 -04:00
ee9e708cf6
reftest: Build a private library for gtk-reftest
...
This is a noinst library for now, but the idea is to turn it into a
proper DLL on Windows, so that we can install it and properly link the
modules to it. Windows doesn't allow undefined symbols in modules.
https://bugzilla.gnome.org/show_bug.cgi?id=736338
2014-09-21 18:59:12 +02:00
2e6dd4082f
reftest: Split our more functionality
...
Split actually taking the snapshot into its own file.
2014-09-21 18:58:45 +02:00
0182d1ed38
reftest: Split out some functionality into own file
...
Comparing two surfaces is something that can be nicely factored out.
2014-09-21 18:58:45 +02:00
394a7627c5
Updated Greek translation
2014-09-21 13:38:58 +00:00
a1b719040a
[l10n] Updated Catalan (Valencian) translation
2014-09-21 15:01:58 +02:00
4e75800057
[l10n] Update Catalan translation
2014-09-21 15:01:52 +02:00
fa3abde644
Updated Marathi Translations
2014-09-21 07:32:06 +05:30
3c96ea0ae7
inspector: Look up the schema recursively
...
This is the recommended way to use this function. It should
also fix problems with the inspector when GSETTINGS_SCHEMA_DIR
is set.
https://bugzilla.gnome.org/show_bug.cgi?id=737027
2014-09-20 19:52:23 -04:00
fb126586ed
inspector: Avoid a crash
...
We were forgetting to free the hash table, which then gave
us weak ref notifies at an unexpected time.
https://bugzilla.gnome.org/show_bug.cgi?id=737026
2014-09-20 19:30:45 -04:00
416bcd0b6a
[l10n] Updated Catalan (Valencian) translation
2014-09-21 00:02:43 +02:00
c7bd54c58d
[l10n] Update Catalan translation
2014-09-21 00:02:35 +02:00
854ebc535c
Updated Danish translation
2014-09-20 10:05:55 +02:00
01958e20ad
Updated Hindi translation
2014-09-20 05:36:08 +00:00
d8239887b7
Updated Hungarian translation
2014-09-20 00:28:13 +00:00
df236fba58
gtkwindow: Make sure to update the shadow width, opaque region and border windows when realizing
...
Otherwise, they might not be properly set before the window is mapped.
For the opaque region and border window, it means that they won't get
set before the next size allocation, which tends to not be a bit deal.
For the shadow width, though, _GTK_FRAME_EXTENTS has a different meaning
when it's set before the window is mapped, so we need to make sure that
it's properly set when the window is mapped.
2014-09-19 17:39:46 -06:00
e14f836200
Updated Hungarian translation
2014-09-19 09:33:03 +00:00
9603754f7d
Fix warning grammar
2014-09-18 21:57:20 -04:00
c75793ee17
Fix parse-sass.sh script
...
The script runs into this error here:
OptionParser::NeedlessArgument: needless argument: --sourcemap=none
2014-09-18 21:53:20 -04:00
318de7cd44
Remove reference to GTK+ 2 in reference docs
...
The reference applies to both GTK+ 2 and GTK+ 3, so remove mention of
the version number from the reference docs.
https://bugzilla.gnome.org/show_bug.cgi?id=736927
2014-09-18 18:16:54 -04:00
8de58ee38e
Updated German translation
2014-09-18 21:20:06 +00:00
83e4c889b8
Updated Danish translation
2014-09-18 19:44:30 +02:00
153a7c87a4
Updated Russian translation
2014-09-18 16:33:22 +04:00
1f46266509
Updated Russian translation
2014-09-18 16:03:11 +04:00
c73a1e03bb
Updated Hebrew translation
2014-09-18 05:42:50 +03:00
eb6fb7326d
Raleigh: Drop decoration-layout style property
...
This is not used anymore.
2014-09-17 15:11:25 -04:00
0a1825d21d
Update Danish translation of properties
2014-09-17 18:44:54 +02:00
4d835f61a5
Make subsurface test use a stack
...
Just to show that it works.
2014-09-17 12:42:32 -04:00
6e0960197f
Add a quick subsurface tests
...
Just to have some code that uses subsurfaces inside a widget
tree, and not like a 'pseudo-toplevel'.
2014-09-17 11:10:41 -04:00