| Age | Commit message (Expand) | Author |
| 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 |
| 2004-08-02 | Fix (I hope) the bounding checks against the source window. | dsl |
| 2004-08-01 | overwrite() wasn't copying enough lines or columns. | dsl |
| 2004-07-24 | Remove _cursesi_genbuf, it was not being set and caused a SIGSEGV | blymn |
| 2004-07-23 | getcurx, getcury, getparx, and getpary also seem to be extensions. | wiz |
| 2004-07-23 | Note that getbegx, getbegy, getmaxx, and getmaxy are extensions | wiz |
| 2004-04-29 | PR/25397: David A. Holland: bug in second loop of resizeterm | christos |
| 2004-04-27 | Add trailing space that got lost from the string definition. | uwe |
| 2004-04-23 | s/the the/the/ (only in sources that aren't regularly imported from | simonb |
| 2004-04-21 | Add missing mvin* and mvwin* manual pages. | jdc |
| 2004-04-07 | check fflush() return code (from Julian Coleman) | christos |
| 2004-03-28 | Add a newline, remove a comma, and reword STANDARDS section | wiz |
| 2004-03-28 | Increment libcurses minor to 1 (addition of *echochar()). | jdc |
| 2004-03-28 | Changes to support *echochar(). | jdc |
| 2004-03-28 | Implement *echochar(). | jdc |
| 2004-03-26 | Add comma in enumerations, grammar fix, and replace & | wiz |
| 2004-03-25 | Change TSTP handler back to using signal(). | jdc |