chiark / gitweb /
Update changelog for 20170923.ff218728-0+iwj2~3.gbpc58e0c release
[sgt-puzzles.git] / unfinished / group.c
2017-10-03 Ian JacksonMerge branch 'master' of https://git.tartarus.org/simon...
2017-10-01 Simon TathamReturn error messages as 'const char *', not 'char *'.
2017-10-01 Simon TathamUse a proper union in struct config_item.
2017-10-01 Simon TathamNew name UI_UPDATE for interpret_move's return "".
2017-09-30 Ian JacksonMerge remote-tracking branch 'upstream/master' into...
2017-09-24 Ian JacksonMerge remote-tracking branch 'upstream/master' into...
2017-09-24 Ian Jacksondeclare ff Merge commit '7cae89f' into HEAD
2017-04-26 Simon TathamRework the preset menu system to permit submenus.
2014-12-18 Simon TathamPermit selecting a diagonal of squares at once in Group.
2013-10-09 Simon TathamFix an edge case of divider-obsoletion in Group.
2013-10-09 Simon TathamFaintly highlight the leading diagonal of Group's grid.
2013-04-13 Simon TathamGiant const patch of doom: add a 'const' to every param...
2013-04-12 Simon TathamAdd 'const' to the game_params arguments in validate_de...
2012-09-10 Simon TathamForgot to add the new 'const' in the unfinished subdire...
2011-12-21 Simon TathamIn Group, the keyboard-controlled cursor should respect...
2011-06-19 Simon TathamChanged my mind about midend_is_solved: I've now reprot...
2011-04-02 Simon TathamAdd a function to every game backend which indicates...
2011-02-08 Simon TathamAnother UI feature for Group: now you can click between...
2011-01-09 Simon TathamFix error highlighting after table rearrangement.
2011-01-08 Simon TathamAdd the ability to reorder the rows and columns in...
2010-01-09 Simon TathamOops. Uncomment the difficulty exceptions! (Also add...
2010-01-05 Simon TathamProof that check_errors() is sufficient.
2010-01-05 Simon TathamRefer to group elements by letters instead of numbers...
2010-01-05 Simon TathamAdd an even more evil (!) game mode, in which it's...
2010-01-05 Simon TathamYikes! Fix a misaimed 'sizeof' which I only got away...
2010-01-01 Simon TathamCouple of missing 'static's.
2009-12-30 Simon TathamNew puzzle in 'unfinished'. Essentially, Sudoku for...