home · contact · privacy
Use not f_name variable but __func__, standardize function name writing.
[plomrogue] / src / client / windows.c
2014-07-23 Christian HellerUse not f_name variable but __func__, standardize funct...
2014-07-09 Christian HellerTest return values of _all_ *printf() calls.
2014-07-09 Christian HellerReplace uses of variable-length arrays with try_malloc...
2014-05-14 Christian HellerMaps are always squares, therefore define only their...
2014-04-06 Christian HellerClient: Fit interface_conf to new config file style...
2014-03-26 Christian HellerEnforce C11 via Makefile, explicate POSIX dependencies...
2014-03-26 Christian HellerClient: Fix outdated comment.
2014-03-26 Christian HellerGot rid of misc.h. Split off remains into array_append...
2014-03-26 Christian HellerClient: Split wincontrol.h off windows.h.
2014-03-18 Christian HellerClient: Fixed window resizing bug.
2014-03-18 Christian HellerIn the client, different modes of treating linebreaks...
2014-03-10 Christian HellerMake get_drawfunc_by_char() return a proper function...
2014-03-10 Christian HellerRemoved redundant "return".
2014-03-10 Christian HellerAdded -Werror to compiler flags, fixed other warnings...
2014-03-10 Christian HellerRemoved unused parameter.
2014-03-10 Christian HellerIn client, keybinding databases now store keybindings...
2014-02-05 Christian HellerEliminated some potential problems for alternative...
2014-01-28 Christian HellerAdded previously forgotten err_try_fgets library (and...
2014-01-28 Christian HellerClient: Added checks / syntax validation for config...
2014-01-25 Christian HellerRefactored similar array append activities into array_a...
2014-01-25 Christian HellerMade sure client is not confused by newlines at the...
2014-01-25 Christian HellerClient: Renamed some world members, commented world...
2014-01-25 Christian HellerRemoved unnecessary NULLings of pointers, explained...
2014-01-25 Christian HellerRemoved redundant calls for zeroing of memory, especial...
2014-01-25 Christian HellerMerged Win and WinConf structs, windows.h and wincontro...
2014-01-23 Christian HellerMerged world.wmeta and world.winconf_db into world...
2014-01-22 Christian HellerHandle SIGWINCH signals via reset_windows().
2014-01-22 Christian HellerClient: Moved pad creation/sizing/deletion into (un...
2014-01-22 Christian HellerClient: Changed window sizing algorithm to fix bug...
2014-01-22 Christian HellerIncluded <stddef.h> were NULL was used.
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...