home · contact · privacy
Don't update more windows than necessary in resize_active_win().
[plomrogue] / src / windows.c
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...