home · contact · privacy
Fixed bug that led to endless loop in nearest_enemy_dir().
[plomrogue] / src / windows.c
2013-11-24 Christian HellerMinor code-stylistic and comment improvements mostly...
2013-11-23 Christian HellerSlightly shortened and simplified windows library code.
2013-11-19 Christian HellerSome shortening / re-styling of place_win()'s code...
2013-11-19 Christian HellerFixed window positioning bug, cleared up code and comme...
2013-11-09 Christian HellerMore consistent code styling whitespace rules.
2013-11-09 Christian HellerReduced code complexity by stronger integrating windows...
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-08 Christian HellerAll members of structs Win and WinMeta are now official...
2013-09-03 Christian HellerCorrected off-by-one error in windows.c:refit_pad(...
2013-09-02 Christian HellerWindow configuration can now be saved; and edited in...
2013-08-31 Christian HellerMoved freeing of winmeta into windows library.
2013-08-31 Christian HellerImproved windows cleaning up: free win_meta, ncurses...
2013-08-30 Christian HellerMoved allocation and freeing of Win structs into window...
2013-08-30 Christian HellerCorrected window title creation.
2013-08-29 Christian HellerAlso read window title from config/windows/ files....
2013-08-29 Christian HellerNegative values may now be passed to init_win() for...
2013-08-29 Christian HellerPass height=0 to init_win() to make window as wide...
2013-08-27 Christian HellerUise uint32_t to test for a value going beyond UINT16_MAX.
2013-08-26 Christian HellerDon't update more windows than necessary in resize_acti...
2013-08-26 Christian HellerRemoved redundant comment.
2013-08-26 Christian HellerRemoved unnecessary condition.
2013-08-26 Christian HellerChanged letter controlling forward movement in cycle_ac...
2013-08-26 Christian HellerImproved comments in windows library.
2013-08-26 Christian HellerImproved windows library header comments.
2013-08-26 Christian HellerAdded new class of errors to windows library to ensure...
2013-08-25 Christian HellerIn windows librarly, Only internally used members of...
2013-08-24 Christian Hellershift_active_win() returns error code of its update_win...
2013-08-24 Christian Hellerdraw_all_wins() returns error code of its draw_scroll_h...
2013-08-24 Christian HellerRemoved fragment of old shift_active_win(), moved one...
2013-08-24 Christian HellerRe-wrote shift_active_win() to manipulate chain by...
2013-08-24 Christian HellerCorrected comment in shift_active_win().
2013-08-23 Christian HellerAdded memory allocation error checks to windows library.
2013-08-21 Christian HellerImproved formatting and include comments in windows.c
2013-08-06 Christian Hellerinit_win() now takes arguments for the designated windo...
2013-07-30 Christian HellerMade the hierarchy between terminal screen, virtual...
2013-07-30 Christian HellerCopied to draw_win_borderlines() and draw_wins_borderli...
2013-07-30 Christian HellerRadically simplified drawing of window border corners.
2013-07-30 Christian HellerRenamed borders to borderlines in function names where...
2013-07-30 Christian HellerMinor formatting change.
2013-07-30 Christian HellerIn shift_active_win() slightly improved formatting...
2013-07-30 Christian HellerSlightly re-structured and re-styled a for-loop for...
2013-07-25 Christian HellerMinor stylistic consistency correction.
2013-07-25 Christian HellerEnforced new indentation rules.
2013-07-25 Christian HellerEnforced three empty lines between functions / large...
2013-07-25 Christian HellerEnforced width limit on a comment.
2013-07-25 Christian HellerApplied new style and documentation rules to the "windo...
2013-06-28 Christian HellerIf pad ends leftwards of current right screen border...
2013-06-27 Christian HellerMake resize_active_win use yx_uint16 for coordinates...
2013-06-27 Christian HellerSorted out library dependencies / includes. Include...
2013-06-19 Christian HellerRestructured source tree. Code moves to src/, object...