commit a5ee5feed05416fa7b0e2ac28ce83ca53887ae8b Author: Matthias Clasen Date: Mon Aug 30 13:46:08 2010 -0400 Update NEWS for 2.21.7 NEWS | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) commit 65f10fb0f9d4a3f9d8a12e832ba1aef2227023b2 Author: Szilárd Pfeiffer Date: Sun Aug 29 19:21:05 2010 +0200 modules/other/gail/gailtogglebutton.c: Add/remove indeterminate state GailToggleButton does not set/unset ATK_STATE_INDETERMINATE according to the value of GtkToggleButton's inconsistent property. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=626537 (cherry picked from commit 86851b7ad36077a1ba32c976605bea46a07e1924) modules/other/gail/gailtogglebutton.c | 25 ++++++++++++++----------- 1 files changed, 14 insertions(+), 11 deletions(-) commit 4e2ade8d6b8c228379385f3e10cdd6dfae73861c Author: Matthias Clasen Date: Wed Aug 25 01:05:29 2010 -0400 Make gdk_keymap_map_virtual_modifiers work early It needs to ensure that we have an uptodate modmap. Bug 616401 (cherry picked from commit d5a8a3c9bc2a5dc30c1f16f2ac38869299aa86b9) gdk/x11/gdkkeys-x11.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c9c23ef0314d1926a3e028fc7b194d5dbaee029c Author: Matthias Clasen Date: Tue Aug 24 21:49:33 2010 -0400 Remove depth restriction from gtk_combo_box_set_active_iter docs While it may not work perfectly in menu mode, it works fine for list mode. Bug 627843. (cherry picked from commit 2766cd14add29cf3d3436d9a1f57056338d78160) gtk/gtkcombobox.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit d28a54e7f624751ef0265efa8c0c59ffc4a75228 Author: Andika Triwidada Date: Mon Aug 30 18:23:19 2010 +0700 Updated Indonesian translation po-properties/id.po | 5328 ++++++++++++++++++++++++--------------------------- 1 files changed, 2475 insertions(+), 2853 deletions(-) commit 50cc4896ad3189967e682d931e36337bd10fea16 Author: Jorge González Date: Mon Aug 30 01:03:15 2010 +0200 Updated Spanish translation po-properties/es.po | 30 +- po/es.po | 3455 ++++++++++++++++++++++++--------------------------- 2 files changed, 1623 insertions(+), 1862 deletions(-) commit 8aa07505ae6dde21dd782feb3393dba07787b4f3 Author: Fran Diéguez Date: Sun Aug 29 22:44:50 2010 +0200 Updated Galician translations po-properties/gl.po | 10 +++++----- po/gl.po | 42 ++++++++++++++++++++++++------------------ 2 files changed, 29 insertions(+), 23 deletions(-) commit 818ef9aaf6d89d964a18ed66b9048c719d698e3f Author: Philip Withnall Date: Sun Aug 22 15:06:45 2010 +0100 Miscellaneous string fixes Mostly capitalisation fixes. Closes: bgo#528257 gdk/gdk.c | 4 ++-- gtk/gtkbuilderparser.c | 2 +- gtk/gtkmountoperation-stub.c | 2 +- gtk/gtkmountoperation-x11.c | 2 +- gtk/gtkmountoperation.c | 2 +- gtk/gtktextbufferserialize.c | 2 +- modules/printbackends/cups/gtkprintbackendcups.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) commit 77d28e31044c7792cb7982498eade7d80316b160 Author: Philip Withnall Date: Sat Aug 28 16:55:53 2010 +0100 Miscellaneous property string fixes gtk/gtkbbox.c | 2 +- gtk/gtktoolitemgroup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 895b9ff43fc40964a7fa0c492685726f57ab1e38 Author: Fridrich Štrba Date: Sun Aug 29 18:16:58 2010 +0200 A proper fix for win32 build gdk/win32/gdkwindow-win32.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit af44019bafa768009fe177f79331eb64d59f4133 Author: Fridrich Štrba Date: Sun Aug 29 18:16:19 2010 +0200 Revert "Fix windows build of the branch" This reverts commit c7e650ae5d5dbafda5c8f2592170d40a14889211. gdk/win32/gdkwindow-win32.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) commit 17269e6c1d2fe17fad2a71fbee89d55e36b9f5dc Author: Hans Breuer Date: Sun Aug 29 14:31:06 2010 +0200 win32: Fix a bunch of c99isms With c89 (which msvc implements) variables still need to be declared at the beginning of a block. gdk/gdkwindow.c | 33 ++++++++++++++++++++------------- 1 files changed, 20 insertions(+), 13 deletions(-) commit 707f1a9a84876de2eb8e612782a5cff3b7253e62 Author: Hans Breuer Date: Sun Aug 29 14:18:58 2010 +0200 win32: Further fixing _gdk_window_impl_new() - attributes->wclass is not consistently set anymore, use private->input_only instead [1] - don't put window into parent->children a second time (now there is no window reference problem anymore) gdk/win32/gdkwindow-win32.c | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) commit 91ce32602ad6b2f2e80a641d5a69c7d5481fe4e7 Author: Matthias Clasen Date: Sat Aug 28 17:28:59 2010 -0400 Use G_PARAM_DEPRECATED for deprecated shadow properties These have been deprecated for a long time, marking them as such will make diagnostic mode more useful. gtk/gtkframe.c | 2 +- gtk/gtkhandlebox.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit c7e650ae5d5dbafda5c8f2592170d40a14889211 Author: Fridrich Štrba Date: Sat Aug 28 18:50:45 2010 +0200 Fix windows build of the branch gdk/win32/gdkwindow-win32.c | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) commit a1e8ea6b7f42f2ee190fcb932761deef0ec2cc22 Author: Philip Withnall Date: Sat Aug 28 16:05:08 2010 +0100 Update British English translation po-properties/en_GB.po | 3849 +++++++++++++++++++++++++----------------------- po/en_GB.po | 3360 +++++++++++++++++++----------------------- 2 files changed, 3569 insertions(+), 3640 deletions(-) commit 770e308c4266b0aaf79a470037127ff225cbb55e Author: Martin Schlemmer <11285613@nwu.ac.za> Date: Sat Aug 28 15:14:31 2010 +0200 win32: cummulated backport of xp theme fixes from master gdk/gdk.symbols | 8 ++ gdk/gdkinternals.h | 8 ++ gdk/gdkwindow.c | 105 ++++++++++++++++++++++ gdk/win32/gdkwin32.h | 11 +++ gdk/win32/gdkwindow-win32.c | 30 +++++++ modules/engines/ms-windows/msw_style.c | 149 +++++++++++++------------------- modules/engines/ms-windows/xp_theme.c | 79 +++++++++++------ modules/engines/ms-windows/xp_theme.h | 20 ++++ 8 files changed, 292 insertions(+), 118 deletions(-) commit 5149e93f974d8c1738f168607cca6ce6cd57d7c8 Author: Gabor Kelemen Date: Sat Aug 28 10:52:28 2010 +0200 Updated Hungarian translation po-properties/hu.po | 3936 +++++++++++++++++++++++++-------------------------- 1 files changed, 1933 insertions(+), 2003 deletions(-) commit 49abec1de858f4227963de835505074093c8b9ab Author: Jorge González Date: Sat Aug 28 10:18:54 2010 +0200 Updated Spanish translation po-properties/es.po | 3728 ++++++++++++++++++++++++++------------------------- 1 files changed, 1903 insertions(+), 1825 deletions(-) commit 095343ff8d26171bd48ffd0eaac5f1e6489d12e0 Author: Yaron Shahrabani Date: Sat Aug 28 10:39:32 2010 +0300 Updated Hebrew translation. po/he.po | 4044 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1891 insertions(+), 2153 deletions(-) commit 012d605c2314d4d1f34e663afd0397720816da9b Author: Yaron Shahrabani Date: Sat Aug 28 10:31:19 2010 +0300 Updated Hebrew translation. po-properties/he.po | 3795 ++++++++++++++++++++++++++------------------------- 1 files changed, 1920 insertions(+), 1875 deletions(-) commit 9596c3fd24b09c1b5d0ef401e44e3f21d29f4811 Author: Fran Diéguez Date: Fri Aug 27 23:41:27 2010 +0200 Updated Galician translations po-properties/gl.po | 3868 +++++++++++++++++++++++++++------------------------ po/gl.po | 3414 +++++++++++++++++++++------------------------ 2 files changed, 3606 insertions(+), 3676 deletions(-) commit 7dc89847a7780031d318acb18b068dc1489deff0 Author: Bruno Brouard Date: Fri Aug 27 23:02:20 2010 +0200 Updated French translation po/fr.po | 3418 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1587 insertions(+), 1831 deletions(-) commit e339d36a02180bbbb555055c1676b41da8c58972 Author: Hans Breuer Date: Fri Aug 27 21:29:33 2010 +0200 win32: Resurrect some enter/leave notify events for native windows The button highlighting in testgtk works again, even with GDK_NATIVE_WINDOWS. Unfortunately testgtk:menus still does not work for the forced-native-window-case. gdk/win32/gdkevents-win32.c | 37 +++++++++++++++++++++++++------------ 1 files changed, 25 insertions(+), 12 deletions(-) commit 068515ad962c3682afe7d94e30cae641a7147bb3 Author: Hans Breuer Date: Fri Aug 27 21:23:59 2010 +0200 Further fix _gdk_window_impl_new() for win32 and ... Beside fixing _gdk_window_impl_new() as adviced in http://mail.gnome.org/archives/gtk-devel-list/2010-August/msg00214.html the patch adds implementations for set_background, set_back_pixmap, restack_under, restack_toplevel and clear_region methods. gdk/win32/gdkwindow-win32.c | 402 ++++++++++++++++++++++++++++++++++++++----- 1 files changed, 359 insertions(+), 43 deletions(-) commit 2e0852448128701b8dfe5f0517e0df4aeaea6172 Author: Neil Roberts Date: Thu Aug 26 19:02:00 2010 +0100 win32: Never pass SWP_NOSIZE or SWP_NOMOVE to SetWindowPos In _gdk_window_move_resize_child it tries to decide whether to pass SWP_NOSIZE and SWP_NOMOVE based on whether the new size and position is different from the window's existing position. However it seems that GDK now ends up updating the window's position before calling _gdk_window_move_resize_child so this would mean it would think the window never changes size or position so SWP_NOSIZE|SWP_NOMOVE would always be set. This causes child windows to never be resized. This patch changes it so that it never passes either flag to SetWindowPos. I don't know whether this will cause any side effects but you'd think it shouldn't do any harm to reassert the current size. https://bugzilla.gnome.org/show_bug.cgi?id=628049 Signed-off-by: Hans Breuer gdk/win32/gdkgeometry-win32.c | 15 +++------------ 1 files changed, 3 insertions(+), 12 deletions(-) commit 0e781823cb76f4962c2d1e46fd494def178938b0 Author: Hans Breuer Date: Fri Aug 27 20:34:23 2010 +0200 Update mscv/win32 build Fix makefiles for separated gdk-pixbuf and declare variable at the beginning of a block (fix c99ism). gdk/makefile.msc | 5 ++--- gdk/win32/makefile.msc | 3 ++- gtk/gtkrange.c | 3 +-- gtk/makefile.msc.in | 17 ++++++++++++++--- makefile.msc | 2 +- tests/makefile.msc | 10 +++++----- 6 files changed, 25 insertions(+), 15 deletions(-) commit 6d0ff4708cc9f11734fb776d95f6c2eb447de883 Author: Sergey Orlov Date: Tue Aug 24 13:17:15 2010 -0500 bgo#614006 - GtkFileSystemModel - Make sure to generate node IDs are valid for new files When a file was inserted during the period that the editable row was active, the node IDs would not get updated correctly. Signed-off-by: Federico Mena Quintero gtk/gtkfilesystemmodel.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit b53e822af7b3a75ec70f0b80614fdbc758d7235c Author: Kjartan Maraas Date: Sat Aug 21 11:17:28 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 98 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 49 insertions(+), 49 deletions(-) commit 1cd305e85f5dcc462f354c6006447a2f436b7e7d Author: Matthias Clasen Date: Thu Aug 19 18:16:43 2010 -0400 Fix up indices for 2.22 api additions docs/reference/gdk/gdk-docs.sgml | 4 ++++ docs/reference/gtk/gtk-docs.sgml | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 587a1de40163cfa929905158c42a3d28e76f904a Author: Stefan Kost Date: Tue Aug 17 23:29:15 2010 +0300 [filechooserentry] don't show misplaced completion popup Override the key-press-event instead of overriding the focus method. Fixes #627139 gtk/gtkfilechooserentry.c | 28 +++++++++++++++------------- 1 files changed, 15 insertions(+), 13 deletions(-) commit 67684a05b6fea94a015931bdda28a287b85e8f7b Author: Matthias Clasen Date: Wed Aug 18 12:49:34 2010 -0400 Deprecate GtkWidget::draw-border style property This style property is not used at all in the wild, and handling it has some performance overhead. gtk/gtkwidget.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 1f905a1c174a3f5de33390c3ff47c38f627536fa Author: Benjamin Otte Date: Tue Aug 17 19:10:51 2010 +0200 testgtk: undef GDK_DISABLE_DEPRECATED We test ctree code here and that code uses pixmaps. tests/testgtk.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 36f931f292cf05bb5c82b3381f134f214b44657e Author: Benjamin Otte Date: Fri Aug 6 20:33:57 2010 +0200 testdnd: Convert to use pixbufs as icons Using Pixmaps is outdated. tests/testdnd.c | 47 ++++++++++++++--------------------------------- 1 files changed, 14 insertions(+), 33 deletions(-) commit d24a6727b866cc9f9393991f140f4c7347dcf809 Author: Benjamin Otte Date: Wed Jul 21 03:16:29 2010 +0200 gtk-demo: Adapt textview example for stipple removal demos/gtk-demo/textview.c | 30 +----------------------------- 1 files changed, 1 insertions(+), 29 deletions(-) commit 02520a078198b13aa50fd5e84409b2923c5a7e01 Author: Matthias Clasen Date: Mon Aug 16 20:05:25 2010 -0400 Bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)