home · contact · privacy
Removed if-redundancy in get_drawfunc_by_char().
[plomrogue] / src / wincontrol.c
2013-11-09 Christian HellerRemoved if-redundancy in get_drawfunc_by_char().
2013-11-09 Christian HellerMore consistent code styling whitespace rules.
2013-11-09 Christian HellerReduced code complexity by stronger integrating windows...
2013-11-06 Christian HellerStrongly simplified / standardized user action interfaces.
2013-11-02 Christian HellerMade single World struct a global variable, fitted...
2013-10-28 Christian HellerDon't use ncurses windows besides the virtual screen...
2013-10-21 Christian HellerOverhauled large parts of window system to universalize...
2013-09-23 Christian HellerCorrected line lengths.
2013-09-19 Christian HellerUnified (and heavily re-factored) (un-)loading/saving...
2013-09-17 Christian HellerAdded dummy inventory window.
2013-09-17 Christian HellerAlso save active window selection in windows config.
2013-09-17 Christian HellerNew window "Available keys" shows keybindings available...
2013-09-15 Christian HellerStrongly overhauled keybinding managemment. Window...
2013-09-13 Christian HellerMade keybindings array into linked list; on the way...
2013-09-08 Christian HellerFixed memory handling bug.
2013-09-08 Christian HellerAll members of structs Win and WinMeta are now official...
2013-09-08 Christian HellerSilently ignore characters in config/windows/toggle_ord...
2013-09-08 Christian HellerImproved error message precision in init_winconf_from_f...
2013-09-08 Christian HellerRepaired erroneous previous commit and added check...
2013-09-08 Christian HellerWindows are no longer hardcoded. Winconf files now...
2013-09-08 Christian HellerRemoved unneeded function; also some minor comment...
2013-09-08 Christian HellerSimplified window configuration view.
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-09-03 Christian HellerCoupled create_winconfs() and init_winconfs() that...
2013-09-02 Christian HellerWindow configuration can now be saved; and edited in...
2013-09-01 Christian HellerHeavily re-structured initialization of windows and...
2013-08-31 Christian HellerNew command: type Z to reload default window configurat...
2013-08-31 Christian HellerImproved error handling, more error catching, error...
2013-08-30 Christian HellerMoved allocation and freeing of Win structs into window...
2013-08-30 Christian HellerCorrected window title creation.
2013-08-30 Christian HellerCleaned up memory allocation by Win initialization.
2013-08-29 Christian HellerAlso read window title from config/windows/ files....
2013-08-29 Christian HellerMoved window configuration files into their own config...
2013-08-29 Christian HellerRead in initial window sizes from files below config/.
2013-08-29 Christian HellerRead default order of windows from file config/toggle_w...
2013-08-29 Christian HellerMoved several windows control functions from misc libra...