commit bef9c1420f41383632f88ddc5811962c2b77d1c5
Author: Cosimo Cecchi <
[email protected]>
Date: Mon Mar 26 10:13:19 2012 -0400
release: prepare for 3.4.0
NEWS | 6 ++++++
configure.ac | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
commit fbb7d040f8daa75821cb655eb0f8bfb23515b813
Author: Cosimo Cecchi <
[email protected]>
Date: Mon Mar 26 09:15:05 2012 -0400
trivial: add a missing 'px'
Otherwise GTK will warn out that a unit is missing.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 8035a774cf1a169332e5e2c55a2aea1fc4f6b5a1
Author: Cosimo Cecchi <
[email protected]>
Date: Wed Mar 21 16:41:20 2012 -0400
screensaver: add an 1px border for the unlock screensaver dialog
Since we don't render borders for GtkFrames, we need to special case
this special frame here.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 ++++++++
1 file changed, 8 insertions(+)
commit 2ad86572eec3784a9c38f2ac4620b9ddf082d0a3
Author: Khoem Sokhem <
[email protected]>
Date: Tue Mar 20 11:45:32 2012 +0100
Add initial Khmer translation.
po/LINGUAS | 1 +
po/km.po | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
commit e3a6a0e2f90b64444e5e38b9156f57eafb69eaf8
Author: Cosimo Cecchi <
[email protected]>
Date: Mon Mar 19 20:13:12 2012 -0400
notebook: fix scaling of rendered background
The background was rendered with the wrong height, which made the
linear gradient end abruptly.
Spotted by Jack Gandy <
[email protected]>
https://bugzilla.gnome.org/show_bug.cgi?id=672280
src/adwaita_engine.c | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)