hitori:hitori-0-4

Last commit made on 2014-07-09
Get this branch:
git clone -b hitori-0-4 https://git.launchpad.net/hitori

Branch merges

Branch information

Name:
hitori-0-4
Repository:
lp:hitori

Recent commits

09701fa... by Philip Withnall <email address hidden>

Release version 0.4.5

1fb9fbd... by Philip Withnall <email address hidden>

Update British English translation

c7ad10f... by Philip Withnall

Disable the game play timer after winning

In certain situations, the game play timer could become re-enabled after
winning a game (but before starting the next one). Only un-pause it if
event processing is enabled (i.e. a game is underway).

f3ac330... by Philip Withnall

Make board rendering colours independent of the widget state

The Hitori game board widget doesn’t make use of the GTK+ widget state
(e.g. insensitive, focused) correctly, so the rendering colours should
not be based on it.

Hard-code the colours so that Hitori rendering is independent of the
GTK+ state, until we make the game play area a proper GtkWidget and set
its state flags properly.

https://bugzilla.gnome.org/show_bug.cgi?id=731307

a5cc6e3... by Philip Withnall

Release version 0.4.4

e13c862... by Philip Withnall

interface: Fix a leak in the redo stack handling

70d019a... by Philip Withnall

interface: Fix leak of top-level menu models

b259008... by Philip Withnall

interface: Disable redo when making a move

Making a move will clear the redo stack, so the redo button is useless
at that point.

c4cbc9e... by Philip Withnall <email address hidden>

core: Fix a potential NULL pointer dereference

b93cfd3... by Philip Withnall <email address hidden>

core: Remove a redundant assignment