| Age | Commit message (Expand) | Author |
| 2003-05-18 | Don't do __stopwin() if it is already stopped. | dsl |
| 2003-04-16 | Use | wiz |
| 2003-04-16 | New sentence, new line. | wiz |
| 2003-04-16 | getch(3), not curses_getch(3). New sentence, new line. | wiz |
| 2003-04-11 | Add spacing around variable definitions. | jdc |
| 2003-04-08 | Improve mdoc a bit. | wiz |
| 2003-04-08 | Better mdoc; add a missing 'is'. | wiz |
| 2003-04-08 | Document LINES and COLS environment variables. | jdc |
| 2003-04-08 | Add ESCDELAY variable to control the inter-key delay in escape sequences. | jdc |
| 2003-04-08 | Add mvwin manual pages. | jdc |
| 2003-04-08 | Make sure that windows are not off the left or top edges of the screen. | jdc |
| 2003-04-08 | Document mvwin(). | jdc |
| 2003-04-06 | Swap red/blue and yellow/cyan when working with Sb/Sf colour. Problem noticed | jdc |
| 2003-04-05 | Keep the cr->nl translation state in a separate variable, so that we can | jdc |
| 2003-03-30 | Increment libcurses minor (addition of attr_set() group of functions). | jdc |
| 2003-03-30 | Add attr_set() group of functions. | jdc |
| 2003-03-29 | Now refresh() refreshes subwindows too. | jdc |
| 2003-03-17 | Fix typo. | wiz |
| 2003-03-15 | Use "its" instead of "it's" where appropriate. | wiz |
| 2003-03-03 | Describe use of -ve window sizes | dsl |
| 2003-02-17 | Fix resize of windows with subwins. | dsl |
| 2003-02-14 | 'NetBSD.org' and some mdoc fixes. | grant |
| 2003-02-10 | resize subwindows when a window is resized, otherwise the subwin has | dsl |
| 2003-02-02 | Redo the conflict calculation (again). | jdc |
| 2003-02-02 | I was slightly too agressive removing clearok() in revision 1.8. | jdc |
| 2003-01-27 | Increment the minor version (from 5 to 6) for the addition of | jdc |
| 2003-01-27 | Change the way we calculate conflicts when turning off attributes. | jdc |
| 2003-01-27 | Check for conflict between colour and other attributes. The previous | jdc |
| 2003-01-27 | ARemove (no longer used) __nca. | jdc |
| 2003-01-27 | Add can_change_color() and no_color_video(). | jdc |
| 2003-01-27 | Rename can_change_colors() to can_change_color(). | jdc |
| 2003-01-27 | Remove check for attribute/colour conflict. | jdc |
| 2003-01-27 | Rename can_change_colors() to can_change_color(). | jdc |
| 2003-01-19 | End sentence with a dot. | wiz |
| 2003-01-19 | The next release will be 2.0, not 1.7. | atatat |
| 2003-01-15 | Correct return type for initscr(). | kristerw |
| 2003-01-12 | Back out part of rev 1.50. We can't call werase() here. | jdc |
| 2003-01-09 | Let's call it 'duration' instead of 'timeout' so that the compiler is happy. | atatat |
| 2003-01-09 | Bump date for halfdelay, and slightly improve wording. | wiz |
| 2003-01-09 | Added halfdelay() function. | blymn |
| 2002-12-24 | Add curses pad manual pages. | jdc |
| 2002-12-23 | Remove trailing whitespace and a superfluous Pp, and end a sentence with a dot. | wiz |
| 2002-12-23 | Document pad-related functions - newpad(), subpad(), prefresh() and | jdc |
| 2002-12-23 | Bump minor to 4 (pads support). | jdc |
| 2002-12-23 | Always update the change pointers. Otherwise, we could end up not | jdc |
| 2002-12-23 | Handle function argument changes to __newwin(). | jdc |
| 2002-12-23 | Sort SEE ALSO. | wiz |
| 2002-12-23 | Only reset flags if the "window" is not a pad. | jdc |
| 2002-12-23 | Add pnoutrefresh() and prefresh(). | jdc |
| 2002-12-23 | Add newpad() and subpad(). | jdc |