commit 9b08c088c0c4483c873d879266e75a9a2d6a004f Author: Javier Jardón Date: Sun Dec 20 19:05:39 2009 +0100 Remove deprecated GTK+ symbol: gdk_pixbuf_unref() Use g_object_unref() instead gtali/gyahtzee.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 51cefb1b81f03bac2ef51915e3f45b17ef23f04e Author: Tim Horton Date: Sat Dec 19 17:45:32 2009 -0500 lightsoff, swell-foop: Change .desktop category to fdo-standard LogicGame, not PuzzleGame Closes BGO 603991 lightsoff/lightsoff.desktop.in.in | 2 +- swell-foop/swell-foop.desktop.in.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit fe1670e34368dc8ca4bbd138a4c85e4ffc96f4a7 Author: Liel Fridman Date: Fri Dec 18 00:34:27 2009 +0200 Updated Hebrew translation po/he.po | 7216 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 3606 insertions(+), 3610 deletions(-) commit 868cf0481ba572b35d38eae25af9435a1239050b Author: Matej Urbančič Date: Thu Dec 17 12:22:18 2009 +0100 Added sl for Slovenian translation gnotravex/help/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ec3f200df29422f647a49a04d00b96d647e9ac0a Author: Anita Mencigar Date: Thu Dec 17 09:58:03 2009 +0100 Updated Slovenian translation gnotravex/help/sl/sl.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit daad52176b560eecbd76d2cb194033f80ba4c2d0 Author: Anita Mencigar Date: Thu Dec 17 09:50:48 2009 +0100 Updated Slovenian translation gnotravex/help/sl/sl.po | 224 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 224 insertions(+), 0 deletions(-) commit 67a763b5fd9a9c5e4be12778707b629c84136523 Author: Emilio Pozuelo Monfort Date: Wed Dec 16 18:00:38 2009 -0600 gnobots: Fix build on Hurd (Bug #603909) gnobots uses PATH_MAX unconditionally, which is undefined on OSes that don't have a max path limit (e.g. the Hurd). - In one of the two places, it's used to read a config file (and not a path!). It could cause buffer overflows if PATH_MAX was smaller than the 256 bytes that can be read into the buffer... but anyway that PATH_MAX usage is weird and since there's a 256 hardcoded there I've made the buffer 256 bytes long too. - The other usage is to return the config name. If the config name was returned unmodified, it could return it directly and there would be no problem, but since it does, a solution is to return a new string that the caller must free (which is what this patch does). gnobots2/gameconfig.c | 12 ++++++------ gnobots2/gnobots.c | 6 +++++- gnobots2/properties.c | 24 +++++++++++++++++++----- 3 files changed, 30 insertions(+), 12 deletions(-) commit 5aae0b53b0f0321507fda489c324bb986373768a Author: Tom Parker Date: Mon Aug 10 16:47:48 2009 +0100 sudoku: If no new puzzle number out of gconf, assume all is ok (Bug #590974) gnome-sudoku/src/lib/main.py | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) commit 439275e212c234a6e66efdce59f02906f43a5bef Author: Tom Parker Date: Mon Aug 10 16:47:19 2009 +0100 gconf_client.get will sometimes return None (bgo #590974) gnome-sudoku/src/lib/gtk_goodies/gconf_wrapper.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit e03e6653844cf95e99452a1509d57b999c190c74 Author: Vincent Untz Date: Sat Dec 5 17:29:05 2009 +0100 build: fix LSB_* defines to be correctly quoted configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a371d89b55fdede915da40fd2602388d35555f59 Author: Og B. Maciel Date: Wed Dec 16 16:23:53 2009 -0500 Fixed bug 604714 po/pt_BR.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 22b3cfd74bdcb430f907fe036cd4cec1de9615b5 Author: Milo Casagrande Date: Wed Dec 16 19:09:33 2009 +0100 Updated Italian translation: * Fixes bug 604714 po/it.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 481cd4470fa4db4e19878176bb36c6ede6f579a2 Author: Jorge González Date: Wed Dec 16 17:10:38 2009 +0100 Updated Spanish translation, partially fixes bug #604714 po/es.po | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) commit bf360c8fb867fc006373e406d19e4540e2079c7b Author: Robert Ancell Date: Wed Dec 16 12:18:21 2009 +1100 Fix polish mistranslation PGN->PNG po/pl.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit eb59a7c4e9c4d0eb3114fc8c25a7f35963cba201 Author: Robert Ancell Date: Tue Dec 15 16:18:12 2009 +1100 Reduce size of Tali window by: - Not setting default window size - Defaulting to 4 players - Reducing size of icons gtali/clist.c | 7 +++---- gtali/gtali.schemas.in | 2 +- gtali/gyahtzee.c | 15 +++++++++------ 3 files changed, 13 insertions(+), 11 deletions(-) commit 269b69b2d9a4d4080c6dadcee13193b6dee3689e Author: Robert Ancell Date: Tue Dec 15 12:03:10 2009 +1100 Translate save game dialog filter glchess/src/lib/gtkui/dialogs.py | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 2244b1d52076f5127a85cc56f0d2c82274e9344a Author: Branko Kokanović Date: Sat Dec 12 19:27:31 2009 +0000 Added Serbian translation gnibbles/help/Makefile.am | 2 +- gnibbles/help/sr/figures/connect.png | Bin 0 -> 36459 bytes gnibbles/help/sr/figures/game.png | Bin 0 -> 37069 bytes gnibbles/help/sr/figures/intro.png | Bin 0 -> 76710 bytes gnibbles/help/sr/figures/playing.png | Bin 0 -> 22764 bytes gnibbles/help/sr/figures/tables.png | Bin 0 -> 52584 bytes gnibbles/help/sr/figures/worm_op.png | Bin 0 -> 26605 bytes gnibbles/help/sr/sr.po | 915 ++++++++++++++++++++++++++++++++++ 8 files changed, 916 insertions(+), 1 deletions(-) commit 6b2038ecd2cd900474f57d87a3b6ec8ecfda12a0 Author: Daniel Mustieles Date: Sun Dec 13 12:17:47 2009 +0100 updated Spanish translation po/es.po | 502 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 252 insertions(+), 250 deletions(-) commit 3bd494b489ff837275d80e7a4d65feac0baea308 Author: Christian Persch Date: Thu Dec 10 12:44:54 2009 +0100 aisleriot: Mask uncommon modifiers on button press modifiers check Bug #604226. aisleriot/board.c | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) commit e7ecb0cea6ddb14924c8588f2136f3f1dc1bb602 Author: Miloš Popović Date: Wed Dec 9 18:55:08 2009 +0000 Fixed broken distcheck iagno/help/Makefile.am | 2 +- iagno/help/sr/sr.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit bb03a6ae391f8b5ff3dcec45ab4e9310adf00c9d Author: Javier Jardón Date: Tue Dec 8 07:26:30 2009 +0100 GSEAL: fixes for GTK_WIDGET flags Substitute: GTK_WIDGET_DRAWABLE(), GTK_WIDGET_SET_FLAGS (widget, GTK_CAN_FOCUS) GTK_WIDGET_HAS_FOCUS() https://bugzilla.gnome.org/show_bug.cgi?id=586731 aisleriot/board-noclutter.c | 2 +- aisleriot/board.c | 8 ++++---- glines/glines.c | 2 +- gnomine/minefield.c | 2 +- libgames-support/games-gtk-compat.h | 2 ++ mahjongg/drawing.c | 2 +- 6 files changed, 10 insertions(+), 8 deletions(-) commit 6804814651892a15194451bfa2a5b13593048707 Author: Javier Jardón Date: Tue Dec 8 07:47:18 2009 +0100 minefield: Fix GSEAL issues https://bugzilla.gnome.org/show_bug.cgi?id=586731 gnomine/minefield.c | 68 ++++++++++++++++++++-------------- libgames-support/games-gtk-compat.h | 1 + 2 files changed, 41 insertions(+), 28 deletions(-) commit 79150707588776a06e890f3770ef5738739de6a9 Author: Javier Jardón Date: Tue Dec 8 07:54:36 2009 +0100 gnibbles: Fix GSEAL issues https://bugzilla.gnome.org/show_bug.cgi?id=586731 gnibbles/preferences.c | 2 +- libgames-support/games-gtk-compat.h | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) commit 6b67c3fd3b704039cfe34f2d0b13eb23a5bd5ef9 Author: Thomas Hindoe Paaboel Andersen Date: Wed Dec 9 19:04:48 2009 +0100 Use correct signature for expose-event callbacks GNOME bug #404954 glines/glines.c | 2 +- gnobots2/graphics.c | 2 +- gnobots2/graphics.h | 2 +- gnomine/minefield.c | 4 ++-- gnotravex/gnotravex.c | 4 ++-- mahjongg/drawing.c | 3 ++- 6 files changed, 9 insertions(+), 8 deletions(-) commit c608f1c192c49687674e70e16d727c080a008cc0 Author: Thomas Hindoe Paaboel Andersen Date: Wed Dec 9 18:17:50 2009 +0100 Add new file to POTFILES po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3f573859b89e170aa26e16ec4e67fbcdf898e1bf Author: Thomas Hindoe Paaboel Andersen Date: Tue Dec 8 23:06:39 2009 +0100 iagno: Update prototype to match change in function iagno/gnothello.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4ce4c82df1c5e2282471cf0d7e632a72f6af8075 Author: Thomas Hindoe Paaboel Andersen Date: Tue Dec 8 23:03:46 2009 +0100 Add G_GNUC_NORETURN gnect/src/connect4.c | 1 + gnibbles/gnibbles.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) commit 369a800753bc67d4cd5b2b8c3723c8328493914a Author: Thomas Hindoe Paaboel Andersen Date: Tue Dec 8 19:41:04 2009 +0100 aisleriot: Fix typo aisleriot/window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3bc45eef8d1180cefc72cf52a03f3e75b5f4c764 Author: Christian Persch Date: Thu Nov 19 20:05:34 2009 +0100 aisleriot: Refactor AisleriotBoard Split AisleriotBoard in two parts. The widget part becomes ArClutterEmbed; the rest is made into a ClutterActor. Split the style settings off into the ArStyle object, and make ArClutterEmbed synchronise the widget style and GtkSettings properties to its style. Makefile.am | 1 + aisleriot/Makefile.am | 12 +- aisleriot/ar-clutter-embed.c | 550 ++++++++++++ aisleriot/ar-clutter-embed.h | 61 ++ aisleriot/ar-cursor.c | 109 +++ aisleriot/ar-cursor.h | 38 + aisleriot/ar-style-private.h | 69 ++ aisleriot/ar-style.c | 621 +++++++++++++ aisleriot/ar-style.h | 109 +++ aisleriot/baize.c | 50 +- aisleriot/board-noclutter.c | 124 ++-- aisleriot/board-noclutter.h | 83 ++ aisleriot/board.c | 1631 ++++++++++++++++------------------- aisleriot/board.h | 77 +- aisleriot/card.c | 21 +- aisleriot/game.c | 32 +- aisleriot/game.h | 8 +- aisleriot/slot-renderer.c | 136 ++-- aisleriot/slot-renderer.h | 10 +- aisleriot/window.c | 144 +++- libgames-support/games-debug.c | 7 +- libgames-support/games-debug.h | 7 +- libgames-support/games-marshal.list | 1 + 23 files changed, 2764 insertions(+), 1137 deletions(-) commit f9cfe8bcef23ce092975f0057b0ab24170d0554a Author: Robert Ancell Date: Tue Dec 8 18:04:11 2009 +1100 Get tile size from theme (Bug #543387) iagno/Makefile.am | 3 +- iagno/gnothello.c | 67 ++++++++++++++++++++++++++++++---------------------- iagno/gnothello.h | 6 ---- iagno/small.png | Bin 0 -> 55076 bytes 4 files changed, 41 insertions(+), 35 deletions(-) commit d0c5c82fdcaf2ac7699d35098ba0f6cc057418a0 Author: Branko Kokanović Date: Sun Dec 6 15:49:54 2009 +0000 Added Serbian translation iagno/help/Makefile.am | 2 +- iagno/help/sr/figures/ANIMATION.png | Bin 0 -> 21576 bytes iagno/help/sr/figures/BLOCK.png | Bin 0 -> 31506 bytes iagno/help/sr/figures/FIRST.png | Bin 0 -> 27064 bytes iagno/help/sr/figures/PLAYER.png | Bin 0 -> 18526 bytes iagno/help/sr/figures/START.png | Bin 0 -> 27777 bytes iagno/help/sr/sr.po | 958 +++++++++++++++++++++++++++++++++++ 7 files changed, 959 insertions(+), 1 deletions(-) commit 624f54608870d41136ebf4a1cc45850ccf130d5c Author: Kjartan Maraas Date: Sat Dec 5 21:01:12 2009 +0100 Updated Norwegian bokmål translation. po/nb.po | 3383 +++++++++++++++----------------------------------------------- 1 files changed, 789 insertions(+), 2594 deletions(-) commit 176caafd86b260a9dfeadd73b5c30a84fcebabe3 Author: Matej Urbančič Date: Fri Dec 4 20:47:51 2009 +0100 Updated Slovenian translation po/sl.po | 1109 +++++++++++++++----------------------------------------------- 1 files changed, 270 insertions(+), 839 deletions(-) commit 15101f2b6bcea2c1b181b3de5d5049da96b814d3 Author: Robert Ancell Date: Thu Dec 3 09:54:16 2009 +1100 Rename icons gnometris->quadrapassel samegnome->swell-foop (Bug #603577) icons/Makefile.am | 24 +- icons/hicolor_apps_16x16_gnome-gnometris.png | Bin 649 -> 0 bytes icons/hicolor_apps_16x16_gnome-quadrapassel.png | Bin 0 -> 649 bytes icons/hicolor_apps_16x16_gnome-samegnome.png | Bin 876 -> 0 bytes icons/hicolor_apps_16x16_gnome-swell-foop.png | Bin 0 -> 876 bytes icons/hicolor_apps_22x22_gnome-gnometris.png | Bin 1110 -> 0 bytes icons/hicolor_apps_22x22_gnome-quadrapassel.png | Bin 0 -> 1110 bytes icons/hicolor_apps_22x22_gnome-samegnome.png | Bin 1031 -> 0 bytes icons/hicolor_apps_22x22_gnome-swell-foop.png | Bin 0 -> 1031 bytes icons/hicolor_apps_24x24_gnome-gnometris.png | Bin 1146 -> 0 bytes icons/hicolor_apps_24x24_gnome-quadrapassel.png | Bin 0 -> 1146 bytes icons/hicolor_apps_24x24_gnome-samegnome.png | Bin 1071 -> 0 bytes icons/hicolor_apps_24x24_gnome-swell-foop.png | Bin 0 -> 1071 bytes icons/hicolor_apps_32x32_gnome-gnometris.png | Bin 1429 -> 0 bytes icons/hicolor_apps_32x32_gnome-quadrapassel.png | Bin 0 -> 1429 bytes icons/hicolor_apps_32x32_gnome-samegnome.png | Bin 2218 -> 0 bytes icons/hicolor_apps_32x32_gnome-swell-foop.png | Bin 0 -> 2218 bytes icons/hicolor_apps_48x48_gnome-gnometris.png | Bin 2094 -> 0 bytes icons/hicolor_apps_48x48_gnome-quadrapassel.png | Bin 0 -> 2094 bytes icons/hicolor_apps_48x48_gnome-samegnome.png | Bin 2774 -> 0 bytes icons/hicolor_apps_48x48_gnome-swell-foop.png | Bin 0 -> 2774 bytes icons/hicolor_apps_scalable_gnome-gnometris.svg | 925 -------------------- icons/hicolor_apps_scalable_gnome-quadrapassel.svg | 925 ++++++++++++++++++++ icons/hicolor_apps_scalable_gnome-samegnome.svg | 243 ----- icons/hicolor_apps_scalable_gnome-swell-foop.svg | 243 +++++ quadrapassel/main.cpp | 2 +- quadrapassel/quadrapassel.desktop.in.in | 2 +- quadrapassel/tetris.cpp | 2 +- swell-foop/data/settings.ui | 2 +- swell-foop/data/swell-foop.ui | 2 +- swell-foop/src/About.js | 2 +- swell-foop/swell-foop.desktop.in.in | 2 +- 32 files changed, 1187 insertions(+), 1187 deletions(-) commit 7ca7c8b87afe31cf5e1da87619cc3be1885935f6 Author: Lucian Grijincu Date: Wed Dec 2 23:33:43 2009 +0200 Updated Romanian translation po/ro.po | 2493 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1164 insertions(+), 1329 deletions(-) commit 621c7e51492ffac910fbc7b70b5386c3c14f68d4 Author: Christian Persch Date: Wed Dec 2 21:29:05 2009 +0100 libgames-support: Drop SDL-mixer sound support That leaves libcanberra-gtk as the one and only sound library. Finally! aisleriot/window.c | 14 ++-- configure.in | 44 +-------- libgames-support/Makefile.am | 7 +-- libgames-support/games-runtime.c | 2 +- libgames-support/games-sound.c | 90 +------------------ m4/sdl.m4 | 182 -------------------------------------- m4/sound.m4 | 30 ------ 7 files changed, 17 insertions(+), 352 deletions(-) commit bee58399b85de268469fe16223a7f7cd06d0f91a Author: Christian Persch Date: Wed Dec 2 20:10:38 2009 +0100 Update POTFILES.in po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 113d7858d171561e676845515a5dddaaf3ac5aeb Author: Christian Persch Date: Tue Dec 1 23:48:22 2009 +0100 aisleriot: Only set content area border on non-maemo5 aisleriot/ar-game-chooser.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 4b3f2f60e8ba255e626f088184022f59532e037c Author: Christian Persch Date: Tue Dec 1 23:00:19 2009 +0100 aisleriot: maemo5: Make the game chooser a stackable window This makes the game chooser use the full screen size. aisleriot/ar-game-chooser.c | 170 ++++++++++++++++++++++--------------------- aisleriot/window.c | 4 - 2 files changed, 86 insertions(+), 88 deletions(-) commit 9cb4356daa721cc44cde99f2ad3fb160f7d79c6e Author: Christian Persch Date: Tue Dec 1 21:55:13 2009 +0100 aisleriot: Move game selection to ArGameChooser Create a new class ArGameChooser that implements the game selection dialogue. aisleriot/Makefile.am | 4 + aisleriot/ar-game-chooser.c | 403 +++++++++++++++++++++++++++++++++++++++++++ aisleriot/ar-game-chooser.h | 44 +++++ aisleriot/window.c | 256 ++------------------------- 4 files changed, 470 insertions(+), 237 deletions(-) commit 28fe8aa0b7f20bbf9b0ddcf28fb4d57c6e9f2c0d Author: Christian Persch Date: Tue Dec 1 21:21:05 2009 +0100 aisleriot: Set freecell-mode on window construction And set the title immediately. This avoids setting the default title of "AisleRiot" and then have it change to "Freecell" when the game loads a short time after. aisleriot/sol.c | 7 ++-- aisleriot/window.c | 99 ++++++++++++++++++++++++++++++++++++++-------------- aisleriot/window.h | 4 +-- 3 files changed, 77 insertions(+), 33 deletions(-)