| Age | Commit message (Expand) | Author |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-05 | Rework the way window/wub-window refresh is done. | jdc |
| 2003-06-28 | Make the refresh complete in the presence of multiple sub-windows. | jdc |
| 2003-06-26 | Stop refresh(subwin) doing refresh on the other subwin's created before it. | dsl |
| 2003-03-29 | Now refresh() refreshes subwindows too. | jdc |
| 2003-02-17 | Fix resize of windows with subwins. | dsl |
| 2003-01-27 | Check for conflict between colour and other attributes. The previous | jdc |
| 2003-01-12 | Back out part of rev 1.50. We can't call werase() here. | jdc |
| 2002-12-23 | Add pnoutrefresh() and prefresh(). | jdc |
| 2002-12-05 | When copying a line from a window, only copy the changed part instead of | jdc |
| 2002-10-22 | Fix lint nits mainly with the len parameter type in hash_more. | blymn |
| 2002-08-04 | Set the curses default colours to white on black when using colour. | jdc |
| 2002-06-26 | PR/17352: David Laight: Curses core-dumps on windows > 1024 wide. | christos |
| 2002-01-02 | Remove extraneous tabs from blank lines. | blymn |
| 2001-12-31 | fix __startwin() so it outputs the init strings to the correct device. | blymn |
| 2001-12-02 | * Major change to add support for the newterm/set_term functions. | blymn |
| 2001-09-20 | Add code to allow resizing of windows and the underlying terminal. | blymn |
| 2000-12-19 | Rename variables refering to termcap capabilities from NN to __tc_nn. Case | jdc |
| 2000-08-02 | on repaint, we must look at attributes present on curscr. | itojun |
| 2000-08-01 | use __cputchar(), not putchar(). | itojun |
| 2000-07-03 | More include cleanup. Remvoe (p) from #undef in libipsec. | matt |
| 2000-06-15 | Move setting of __endwin so that we also change it from the stop handler. | jdc |
| 2000-06-12 | Copy all background attributes (not just colour) from win to __virtscr. | jdc |
| 2000-05-20 | GC __FORCEPAINT. | mycroft |
| 2000-05-19 | Fix a silly bug that caused blanks to always be redrawn on dirty lines in | mycroft |
| 2000-05-19 | More microoptimization, and explicitly skip lines that are not dirty. | mycroft |
| 2000-05-19 | Two optimizations in quickch(): | mycroft |
| 2000-05-19 | We already initialize UP and BC when we fire up Curses, so pass a null pointer | mycroft |
| 2000-05-18 | Clear any cached __LEAVEOK flag in __virtscr when refreshing another window. | mycroft |
| 2000-05-07 | Don't try and refresh those parts of windows that are outside our terminal. | jdc |
| 2000-04-29 | As the comment suggests, move the __unsetattr() to the end of doupdate(), just | mycroft |
| 2000-04-29 | Speed up refresh in the presence of attributes by precalculating a mask for | mycroft |
| 2000-04-28 | We can't assume colour won't be turned off if the escape sequences for | jdc |
| 2000-04-28 | Remove test code inadvertently left in. | jdc |
| 2000-04-27 | Don't change the cursor position if __LEAVEOK. | jdc |
| 2000-04-27 | Implement wnoutrefresh() and doupdate(). wrefresh() now calls these functions | jdc |
| 2000-04-21 | Work round xterm bug which displays the wrong background colour when the | jdc |
| 2000-04-19 | Converted all termcap library calls to the "new" interface, this fixes | blymn |
| 2000-04-18 | Add support for background characters and attributes. | jdc |
| 2000-04-16 | Really don't move with altcharset set. | jdc |
| 2000-04-15 | Don't move with altcharset or colour set (if you try this on an xterm, you | jdc |
| 2000-04-15 | Added functions to replace what were previously macros in curses.h | blymn |
| 2000-04-12 | Add color manipulation. | jdc |
| 2000-04-11 | Made data structures opaque | blymn |
| 1999-09-17 | When dumping the attributes for a line, put a space between each attribute | simonb |
| 1999-06-28 | Remove the test for NOQCH, and print the line flags in the CTRACE in | simonb |
| 1999-06-23 | - protect NULL attributes from de-referencing | christos |
| 1999-04-13 | Upgrades the standard NetBSD curses library to provide some | mrg |
| 1998-02-03 | remove obsolete register declarations | perry |
| 1997-09-12 | Make endwin() save state so a subsequent call to wrefresh restores curses | phil |