commit 1d9dbf6cbc8de423db5f7ce41b8c6c1964dff5d6 Author: Matthias Clasen Date: Mon Mar 21 11:13:37 2011 -0400 Update NEWS NEWS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3dde093b71b47e2512d74d6573af4c2eea54043e Author: Marek Kasik Date: Fri Nov 19 10:55:25 2010 +0100 Check whether a resolution has been set in GtkPrintSettings If resolution has not been set then use default resolution from ppd. https://bugzilla.gnome.org/show_bug.cgi?id=635254 modules/printbackends/cups/gtkprintbackendcups.c | 36 +++++++++++++--------- 1 files changed, 21 insertions(+), 15 deletions(-) commit 2af93a0b41e8456eba98b4f43af4c5ee17bd0418 Author: Matthias Clasen Date: Mon Mar 21 11:05:51 2011 -0400 Update NEWS NEWS | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) commit 0032b1e88c842057d45ae26871db62eb47528785 Author: Cosimo Cecchi Date: Mon Mar 21 10:53:12 2011 -0400 themingengine: don't hardcode white to draw insensitive labels shadow Use the background color instead. I think the optimal solution would be delegating the shadow rendering to the theme completely, and removing this in GtkThemingEngine, but for now, this simple fix makes the dark variant more usable. https://bugzilla.gnome.org/show_bug.cgi?id=645405 gtk/gtkthemingengine.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit 8d0e30c4b545a3ea486e7a87749b1e430c3360a6 Author: Cosimo Cecchi Date: Fri Mar 18 16:28:11 2011 -0400 filechooserdefault: fix a build warning gtk/gtkfilechooserdefault.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 488241b3be34547827f7196d72b419e2b72380ae Author: Garrett Regier Date: Sat Mar 19 09:09:27 2011 -0700 Fix leaking calls to gdk_device_manager_list_devices() gdk_device_manager_list_devices() returns a newly allocated list. https://bugzilla.gnome.org/show_bug.cgi?id=645234 gdk/gdkwindow.c | 2 ++ gtk/gtkaboutdialog.c | 2 ++ gtk/gtktreeview.c | 2 ++ 3 files changed, 6 insertions(+), 0 deletions(-) commit acbdd23d298193be079b9db9fedc5764918d3567 Author: Matthias Clasen Date: Mon Mar 21 10:32:49 2011 -0400 Fix portability issues in configure Avoid using bash features unnecessarily. Patch by Matteo Settenvini https://bugzilla.gnome.org/show_bug.cgi?id=645057 configure.ac | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit 4dc4740b6973af48d6a5e2732f0c17aa5f87c2c5 Author: Garrett Regier Date: Sat Mar 19 09:11:45 2011 -0700 Free the motion hint infos in GdkDisplay https://bugzilla.gnome.org/show_bug.cgi?id=645235 gdk/gdkdisplay.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6048d8c5e2fc1c39174f0703c46bdceadc39be5a Author: Gintautas Miliauskas Date: Mon Mar 21 14:29:25 2011 +0100 Updated Lithuanian translation. po/lt.po | 1914 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 1075 insertions(+), 839 deletions(-) commit c6593fbf7a470075e2b19788d97d258f81b5c848 Author: Rudolfs Mazurs Date: Sun Mar 20 15:27:18 2011 +0200 Updated Latvian translation. po/lv.po | 2177 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 1238 insertions(+), 939 deletions(-) commit bc05fbd531b6b8b5fc88046b43f0a016e1a20e59 Author: Gabor Kelemen Date: Sat Mar 19 23:45:36 2011 +0100 Updated Hungarian translation po-properties/hu.po | 4935 ++++++++++++++++++++++++++------------------------- 1 files changed, 2513 insertions(+), 2422 deletions(-) commit 8df5aad492c91763a3af64f77fb8de41e94cf7b9 Author: Wouter Bolsterlee Date: Sat Mar 19 17:58:06 2011 +0100 Updated Dutch translation by Wouter Bolsterlee po/nl.po | 2120 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 1188 insertions(+), 932 deletions(-) commit 64860e184a2e459c4fa5ef18f179fdcc92b00b28 Author: Cosimo Cecchi Date: Fri Mar 18 15:14:25 2011 -0400 radiobutton: exclude states we set manually from the previous state https://bugzilla.gnome.org/show_bug.cgi?id=645172 gtk/gtkradiobutton.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit db4034ddd855166df269dd4f8b0ea6b7a1665d13 Author: Cosimo Cecchi Date: Fri Mar 18 15:00:11 2011 -0400 radiobutton: build the new state flags from the previous flags on click This fixes e.g. sensitivity issues with GtkRadioButton on state update. https://bugzilla.gnome.org/show_bug.cgi?id=645172 gtk/gtkradiobutton.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit fdf7bb1f9ae95dd39b90b0f5f63a398a22a362a5 Author: Мирослав Николић Date: Fri Mar 18 19:02:04 2011 +0100 Updated Serbian Translation po/sr.po | 2449 +++++++++++++++++++++++++++++++------------------------- po/sr@latin.po | 2449 +++++++++++++++++++++++++++++++------------------------- 2 files changed, 2719 insertions(+), 2179 deletions(-) commit 78051a69357a9133ba7564ab907e7da3bf56713d Author: Cosimo Cecchi Date: Thu Mar 17 18:27:03 2011 -0400 switch: fix boundaries for the switch motion We were ignoring the focus ring padding, and we were incorrectly setting handle_x to padding.left, while the draw handler already takes padding into account while redrawing. https://bugzilla.gnome.org/show_bug.cgi?id=645134 gtk/gtkswitch.c | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) commit 0bc9efd230c359e2becff818739ba6310396759d Author: Cosimo Cecchi Date: Thu Mar 17 17:26:15 2011 -0400 notebook: don't forget to reset the style after setting show-tabs This fixes a regression after commit b04f4c536aeab4281a9f0117e67accae19d691b9 gtk/gtknotebook.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6544532e5128d51933903103da8268eed9676eee Author: Cosimo Cecchi Date: Thu Mar 17 17:08:41 2011 -0400 treeview: add the separator style class to the tree view separator lines gtk/gtktreeview.c | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) commit 0d7da653e85e62d0cc7e954a358ad9e9b88c360b Author: William Jon McCann Date: Thu Jan 27 22:00:20 2011 -0500 filechooser: use the sidebar style class for the file chooser sidebar https://bugzilla.gnome.org/show_bug.cgi?id=642712 gtk/gtkfilechooserdefault.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 3652a771ab7807e6d4cab229882ce683c42a7ce8 Author: Cosimo Cecchi Date: Thu Mar 17 17:09:05 2011 -0400 stylecontext: add a sidebar style class gtk/gtkstylecontext.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 882cdf372869e943dd29ce4046066efefd09160b Author: William Jon McCann Date: Thu Jan 27 21:12:05 2011 -0500 set initial pane position https://bugzilla.gnome.org/show_bug.cgi?id=642712 gtk/gtkfilechooserdefault.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6c1524b48f11d850b2a283be4a3712e9a63863ae Author: Cosimo Cecchi Date: Thu Mar 17 15:44:18 2011 -0400 filechooser: add the inline-toolbar style class to the bottom toolbar gtk/gtkfilechooserdefault.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 0e5b591a578cf2ee2a3dd05fea7781dd0ebdfb0f Author: Cosimo Cecchi Date: Thu Mar 17 15:44:03 2011 -0400 stylecontext: add an inline-toolbar style class gtk/gtkstylecontext.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 89c1d93b68aaaebeb5db0dc2a58895721c6665aa Author: Cosimo Cecchi Date: Thu Mar 17 14:31:57 2011 -0400 styleproperties: don't force replacing the font description Otherwise custom fonts will always get overridden by the default stored in GtkSettings when merging them. https://bugzilla.gnome.org/show_bug.cgi?id=644975 gtk/gtkstyleproperties.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b04f4c536aeab4281a9f0117e67accae19d691b9 Author: Bastien Nocera Date: Thu Mar 17 17:59:46 2011 +0000 notebook: Don't set notebook style with hidden tabs When tabs are not shown, and the notebook is used as a container, we should not set the notebook style, otherwise the theme has no way to know whether tabs are shown or not, and which colour to draw the background. https://bugzilla.gnome.org/show_bug.cgi?id=640692 gtk/gtknotebook.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 31af69084416be2720fcb2378b0745f59f94c071 Author: Frédéric Péters Date: Thu Mar 17 14:40:09 2011 +0100 Update properties POTFILES po-properties/POTFILES.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit ec7a50f5f2d9c43027be53f0e93987a68c3b40f5 Author: Bruce Cowan Date: Thu Mar 17 12:50:44 2011 +0000 Updated British English properties translation po-properties/en_GB.po | 677 ++++++++++++++++++++++++------------------------ 1 files changed, 341 insertions(+), 336 deletions(-) commit 8d680da02333be219c2bea6702d571eb68338df1 Author: Mario Blättermann Date: Thu Mar 17 11:52:28 2011 +0100 [l10n] Updated German translation po-properties/de.po | 4608 +++++++++++++++++++++++++++++---------------------- 1 files changed, 2597 insertions(+), 2011 deletions(-) commit 2dcfc1ebae078ff5ead0591bc7a3705d4d7ae08b Author: Jasper St. Pierre Date: Wed Mar 16 19:04:20 2011 -0400 Don't only use ch != 0 to check if a character is a control char. https://bugzilla.gnome.org/show_bug.cgi?id=644976 gtk/gtkimcontextsimple.c | 2 +- gtk/gtkimmulticontext.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 0164c69568a6a4d3540a521f33e2c8c33808855d Author: Jasper St. Pierre Date: Wed Mar 16 19:03:34 2011 -0400 gdkkeyuni: Fix DEL for binary search The list needs to be sorted in order for the binary search to work properly. https://bugzilla.gnome.org/show_bug.cgi?id=644976 gdk/gdkkeyuni.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit c96057e6138aa4b33597543951fa17cbae41972e Author: Cosimo Cecchi Date: Mon Mar 14 18:21:47 2011 -0400 range: allow stepper-spacing > 0 and trough-under-steppers = TRUE Commit 4bb3d6441439e4d99255a3a08b39da7100ced953 introduced a limitation to GtkRange style properties; when stepper-spacing is > 0, trough-under-steppers is automatically set to FALSE; this means that setting a spacing between the steppers (e.g. the scrollbar buttons) and the trough (i.e. the area over which the slider is free to move) would make the buttons always get the full allocation on the !orientation direction. The rationale is without this limitation, you would get an area which seems clickable, but it's actually not. While this is true, and undesirable, for big stepper spacings, themes that use trough-under-steppers (which is TRUE by default anyway), might want to set smaller spacings to avoid drawing a double line between the button and the slider borders. To add confusion, the documentation got it flipped, i.e. it stated setting a positive stepper-spacing would set trough-under-steppers to TRUE (which would also make the behavior expected by commit 4bb3d6441439e4d99255a3a08b39da7100ced953 impossible). I don't think hardcoding either of the two limitations is a good thing. We should let themes handle this instead, and remove this limitation. If you want the old behavior, you can manually set trough-under-steppers to FALSE if you set a positive stepper-spacing in your theme. https://bugzilla.gnome.org/show_bug.cgi?id=644777 gtk/gtkrange.c | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) commit ff412d2c5dd7544f074ef4e557d5e2b22a37f9e1 Author: Matthias Clasen Date: Wed Mar 16 12:46:45 2011 -0400 Make gdk_keyval_to_unicode return more codes Previously, we didn't map ASCII controls to their Unicode counterparts. Fix that. https://bugzilla.gnome.org/show_bug.cgi?id=644836 gdk/gdkkeyuni.c | 24 +++++++++++++++++------- 1 files changed, 17 insertions(+), 7 deletions(-) commit b9b535d7a20c3414cd9d16ba592151f164cc928f Author: Cosimo Cecchi Date: Wed Mar 16 10:50:03 2011 -0400 widget: reset widget style after applying style classes from GtkBuilder Otherwise, the parsed style classes do not get propagated to the children. https://bugzilla.gnome.org/show_bug.cgi?id=644925 gtk/gtkwidget.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit c89f9d8da035fa6f8c96176bc703ac35e8c42483 Author: Fran Diéguez Date: Tue Mar 15 20:27:41 2011 +0100 Updated Galician translations po-properties/gl.po | 901 ++++++++++++++++++++++++++------------------------- 1 files changed, 453 insertions(+), 448 deletions(-) commit fda0032d8a8450302e53924e804885239e9a8116 Author: Matthias Clasen Date: Mon Mar 14 14:31:02 2011 -0400 Bump version configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)