home · contact · privacy
New window "Available keys" shows keybindings available on current selection.
[plomrogue] / src / wincontrol.c
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...