home · contact · privacy
Updated README to reflect current game status.
[plomrogue] / windows.c
2013-05-25 Christian HellerUse stdint.h typedefs for ints.
2013-05-23 Christian Hellerinit_window() now initializes Win.data and Win.draw...
2013-05-17 Christian HellerRenamed shift_window() to shift_active_window() for...
2013-05-17 Christian HellerRestructured window resizing. windows.c now only contai...
2013-05-17 Christian Hellerinit_win_meta() now defaults to knowledge of no window...
2013-05-17 Christian Hellerresize_window() now does its own check for existence...
2013-05-17 Christian HellerScrolling pad now also has its own function with its...
2013-05-17 Christian HellerMoved check for existence of active window into shift_w...
2013-05-17 Christian HellerMoved check for existence of active window inside cycle...
2013-05-12 Christian HellerMinor code restyling. Important: Renamed win->curses_wi...
2013-05-12 Christian HellerAdd windows vertically before adding them horizontally...
2013-05-02 Christian HellerRepaired buggy window title display.
2013-05-02 Christian HellerTest for minimal window size no longer necessary since...
2013-05-01 Christian HellerForgot to use getmaxy/getmaxx on screen, too.
2013-05-01 Christian HellerCorrected broken if.
2013-05-01 Christian HellerReplaced all references to _begy/_begx/_maxy/_maxx...
2013-05-01 Christian HellerRestructured windows into pads that are horizontally...
2013-04-30 Christian HellerSimplified clearing of terminal by using clear() instea...
2013-04-30 Christian HellerMade comment more precise.
2013-04-30 Christian HellerChanged window border corner symbol.
2013-04-30 Christian HellerRely on ncurses windows' _begyx properties instead...
2013-04-30 Christian HellerCompletely rebuilt how window borders are realized...
2013-04-28 Christian HellerRestructured order of draw_all_windows() calls, heavily...
2013-04-23 Christian HellerRemoved redundant call to update_windows().
2013-04-23 Christian HellerRe-wrote shift_window() and place_window().
2013-04-22 Christian Hellerdraw_all_windows() only starts drawing cycle if any...
2013-04-22 Christian HellerUploading current state of work.