home · contact · privacy
Re-wrote shift_active_win() to manipulate chain by merely changing the chain pointers...
[plomrogue] / src / windows.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...