home · contact · privacy
Strongly overhauled keybinding managemment. Window-specific keybindings and a window...
[plomrogue] / src / command_db.c
2013-09-15 Christian HellerStrongly overhauled keybinding managemment. Window...
2013-09-05 Christian HellerHeavy refactoring of all file I/O and some memory handl...
2013-09-04 Christian HellerMoved textfile_sizes() to readwrite library.
2013-09-04 Christian HellerImproved and defined more precisely textfile_sizes().
2013-09-04 Christian HellerRemoved some superfluous calloc()/malloc() calls.
2013-09-04 Christian HellerMostly cosmetic changes to various file reading/writing...
2013-08-31 Christian HellerImproved error handling, more error catching, error...
2013-08-29 Christian HellerAdded a forgotten free().
2013-08-29 Christian HellerUse command IDs from command DB as what is recorded...
2013-08-29 Christian HellerCommands are now to be managed by a Command DB, not...