chiark / gitweb /
Update changelog for 20170923.ff218728-0+iwj2~3.gbpc58e0c release
[sgt-puzzles.git] / emcc.c
2017-10-03 Ian JacksonMerge branch 'master' of https://git.tartarus.org/simon...
2017-10-01 Simon TathamMake the code base clean under -Wwrite-strings.
2017-10-01 Simon TathamAssorted char * -> const char * API changes.
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-09-24 Ian JacksonMerge remote-tracking branch 'upstream/master' into...
2017-09-20 Simon TathamMap Ctrl-Shift-Z to Redo.
2017-09-20 Simon TathamGenerate special fake keypresses from menu options.
2017-09-05 Simon TathamSupport for loading games in Javascript puzzles.
2017-09-05 Simon TathamSupport for saving games in Javascript puzzles.
2017-04-26 Simon TathamRework the preset menu system to permit submenus.
2017-04-26 Simon TathamJavascript puzzles: switch to a CSS-based drop-down...
2017-01-17 Ben Hutchingssgt-puzzles (20161228.7cae89f-1) unstable; urgency...
2017-01-17 Ben HutchingsImport sgt-puzzles_20161228.7cae89f.orig.tar.gz
2015-01-13 Simon TathamHandle the space bar in the Javascript front end.
2014-11-30 Simon TathamFix two compile warnings in emcc.c.
2014-04-20 Simon TathamAdd a missing #include.
2013-04-07 Simon TathamAdd a draggable resize handle to the JS puzzles.
2013-04-05 Simon TathamRegretfully remove my trickery with a hidden <option...
2013-04-05 Simon TathamRewrite the JS keyboard handling to cope with IE and...
2013-04-05 Simon TathamImplement debug_printf() in the Emscripten front end...
2013-04-05 Simon TathamI've just realised that the JS puzzles' permalinks...
2013-04-05 Simon TathamClarify header comments in the Emscripten frontend...
2013-04-01 Simon TathamRewrite trim_rect() for robustness.
2013-03-31 Simon TathamMake sure the right element of the game-type dropdown...
2013-03-31 Simon TathamIntroduce a mechanism by which calls to midend_supersed...
2013-03-31 Simon TathamDon't forget to restore the correct selection in the...
2013-03-31 Simon TathamApply a bodge to arrange that if the user selects Custo...
2013-03-30 Simon TathamNew front end! To complement the webification of my...