home · contact · privacy
Fixed bug that led to endless loop in nearest_enemy_dir().
[plomrogue] / src / windows.h
2013-11-23 Christian HellerSlightly shortened and simplified windows library code.
2013-11-23 Christian HellerFurther improved / shortened comments in windows.h.
2013-11-22 Christian HellerImprovd comments in windows.h.
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 HellerMinor comment fixing.
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-15 Christian HellerStrongly overhauled keybinding managemment. Window...
2013-09-08 Christian HellerAll members of structs Win and WinMeta are now official...
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-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-26 Christian HellerImproved error description in windows library.
2013-08-26 Christian HellerAdded TODO to windows library.
2013-08-26 Christian HellerRemoved unnecessary condition.
2013-08-26 Christian HellerCorrected description of cycle_active_window().
2013-08-26 Christian HellerImproved windows library header comments.
2013-08-26 Christian HellerImproved comments in windows library header file.
2013-08-26 Christian HellerImproved explanation of init_win().
2013-08-26 Christian HellerImproved windows library header file comments.
2013-08-26 Christian HellerImproved comments for windows library header file.
2013-08-26 Christian HellerRemoved duplicated code.
2013-08-26 Christian HellerImproved comments for windows library header file.
2013-08-26 Christian HellerImprovement of windows library header file comments.
2013-08-26 Christian HellerImproved windows library intro comment.
2013-08-26 Christian HellerAdded new class of errors to windows library to ensure...
2013-08-25 Christian HellerRe-structured externally visible windows library struct...
2013-08-25 Christian HellerIn windows librarly, Only internally used members of...
2013-08-24 Christian HellerCorrected minor spelling error.
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 HellerRe-wrote shift_active_win() to manipulate chain by...
2013-08-23 Christian HellerAdded memory allocation error checks to windows library.
2013-08-06 Christian Hellerinit_win() now takes arguments for the designated windo...
2013-07-30 Christian HellerImproved TODO.
2013-07-30 Christian HellerMade the hierarchy between terminal screen, virtual...
2013-07-25 Christian HellerApplied new style and documentation rules to the "windo...
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-26 Christian HellerMoved lots of stuff into new library actors.
2013-06-23 Christian HellerAdded #include guards.
2013-06-23 Christian HellerMoved basic yx_uint16 handling into its own library.
2013-06-19 Christian HellerRestructured source tree. Code moves to src/, object...