| Age | Commit message (Expand) | Author |
| 2007-10-25 | Only resize curscr, __virtscr and stdscr when the screen is resized. | jdc |
| 2007-10-25 | Return "-1" for unknown keys and only return NULL for errors. | jdc |
| 2007-10-06 | Make it build without HAVE_WCHAR | martin |
| 2007-10-06 | Make the non-WCHAR variant compilable. | martin |
| 2007-09-19 | Set the column width when changing the background using wbkgd(), otherwise | jdc |
| 2007-09-19 | We don't need separate #ifdef's for __ALTCHARSET and WA_ALTCHARSET, as they | jdc |
| 2007-09-19 | Add debugging for the WCHAR cases. | jdc |
| 2007-08-28 | Fix a crash caused by having a single NULL character as a string capability. | blymn |
| 2007-08-27 | Fix resizing bug where the values of LINES and/or COLS changed while we | jdc |
| 2007-08-04 | Add KEY_RESIZE. | jdc |
| 2007-07-15 | Use HTML escapes. Use Ss for subsection. Correct date. | wiz |
| 2007-07-13 | Emphasise `ncurses'. | jdc |
| 2007-07-13 | Note that the additional characters are for ncurses compatibility. | jdc |
| 2007-07-11 | Document line drawing and graphics characters. | jdc |
| 2007-07-11 | Add additional line drawing and characters. | jdc |
| 2007-07-01 | Do not typedef bool as char, just include stdbool.h. Fixes a build | xtraeme |
| 2007-05-29 | Fix compile errors on i386 by changing %ld to %zu. | veego |
| 2007-05-29 | Change debug handling, now we write debug out iff CURSES_TRACE_FILE | blymn |
| 2007-05-29 | Fix some compiler warnings. | blymn |
| 2007-05-28 | Merge in wide curses code done as a Summer of Code project by | blymn |
| 2007-01-22 | Pull down the following from the wcurses branch: | jdc |
| 2007-01-21 | Add debug "areas" that allow selective debugging by setting the | jdc |
| 2007-01-21 | Wide curses merge | blymn |
| 2007-01-21 | This file originates from the ncurses distribution, thanks to the ncurses peo... | blymn |
| 2007-01-21 | Wide curses merge | blymn |
| 2007-01-17 | Remove more duplicate #includes, and a few spurious whitespaces at EOL | hubertf |
| 2006-08-25 | Handle cases where the application installs a SIGWINCH handler after the | jdc |
| 2006-08-23 | Add some more debugging information. | jdc |
| 2006-08-23 | When deleting windows and screens, also set to NULL the standard names | jdc |
| 2006-08-23 | Make sure we update the correct window when changing colour pairs. | jdc |
| 2006-07-29 | Bump date for previous. | wiz |
| 2006-07-25 | PR/34011: Julian Coleman: Limit timeout to 25.5 seconds. | christos |
| 2006-03-19 | Coverity CID 1246: Don't allow getc == -1 to propagate as an array index. | christos |
| 2006-03-19 | Coverity 1552: Don't leak memory. | christos |
| 2006-02-05 | Handle both background character and background attribute. | jdc |
| 2006-02-05 | Curses_insert has been split into curses_insertch and curses_insertln for | jdc |
| 2006-02-05 | Use the background attributes for the background when inserting characters. | jdc |
| 2006-01-26 | Use the window background colour, not the default colour. | jdc |
| 2006-01-15 | Note that subwindows inherit the background character and attributes | jdc |
| 2006-01-15 | Fix Xref, bump date for previous. | wiz |
| 2006-01-15 | Background characters and attributes don't need to be kept per character | jdc |
| 2006-01-01 | Don't crash if asked to touch more lines than there are in a window. | jdc |
| 2005-10-23 | Don't read entry after end of array. | dsl |
| 2005-08-09 | Deal with modern c++ casts. | christos |
| 2005-07-27 | Make sure that werase() always marks the window as dirty. This fixes a | jdc |
| 2005-05-23 | Make these work with today's curses and termcap reality. | christos |
| 2005-03-04 | Bump date for touchline() correction, and drop trailing whitespace. | wiz |
| 2005-03-04 | Fixed incorrect documentation of the touchln() function. (thanks Wiz) | blymn |
| 2005-02-18 | Change first arg of __hash_more to const void * to remove need for double casts | dsl |
| 2004-12-13 | fix mvgetch prototype. | yamt |