| Age | Commit message (Expand) | Author |
| 2005-03-15 | fixed frame drawing of Fl_Text_Display (STR #762.2). Thanks for the patch pro... | Matthias Melcher |
| 2005-02-24 | Copyright updates. | Michael R Sweet |
| 2004-11-23 | Fl_Text_Display would hang if the user pressed Ctrl-left with the cursor | Matthias Melcher |
| 2004-11-20 | The configure script did not support --disable-localfoo to | Michael R Sweet |
| 2004-09-07 | Documentation updates (STR #505, STR #513) | Michael R Sweet |
| 2004-07-27 | Fl_Text_Display did not handle drawing of overlapping text | Michael R Sweet |
| 2004-07-23 | Fl_Counter didn't use a thin down box for the text field if the | Michael R Sweet |
| 2004-05-26 | The Fl_Text_Display widget did not redraw selections when focus | Michael R Sweet |
| 2004-05-24 | Doco changes. | Michael R Sweet |
| 2004-05-15 | Fl_Scroll now uses a full redraw when the scheme is set to | Michael R Sweet |
| 2004-04-11 | Copyright updates and prep for 1.1.5rc1. | Michael R Sweet |
| 2004-04-06 | More doco updates. | Michael R Sweet |
| 2004-03-01 | Documentation updates (STR #245, STR #250, STR #277, STR #281) | Michael R Sweet |
| 2003-11-01 | Calling Fl_Text_Display::buffer() with the same buffer would | Michael R Sweet |
| 2003-11-01 | Fix cursor crash bug (STR #181) | Michael R Sweet |
| 2003-08-24 | Fl_Text_Display/Editor did not disable the current | Michael R Sweet |
| 2003-05-04 | Fl_Text_Display and friends now look for the next | Michael R Sweet |
| 2003-03-26 | fltk-config fix. | Michael R Sweet |
| 2003-03-17 | Fix Fl_Text_Display box drawing bug. | Michael R Sweet |
| 2003-01-30 | Copyright update for 1.1.3 release (not quite yet, but soon...) | Michael R Sweet |
| 2003-01-12 | Fix use of free() for memory allocated using new. | Michael R Sweet |
| 2002-12-26 | Fl_Text_Display/Editor would not receive FL_FOCUS events on mouse clicks | Matthias Melcher |
| 2002-11-19 | Range check the visLineNum argument... | Michael R Sweet |
| 2002-11-19 | Get rid of some valid compiler warnings with CodeWarrior that were reported | Michael R Sweet |
| 2002-11-14 | Add const char * add methods to Fl_Check_Browser. | Michael R Sweet |
| 2002-11-12 | Fixed missing undo bug in Fl_Text_Editor. Undo would be performed on | Matthias Melcher |
| 2002-10-29 | Fix cursor problems and add Shift-Delete, Ctrl-Insert, and Shift-Insert | Michael R Sweet |
| 2002-10-24 | Limit resizes to 1 line minimum. | Michael R Sweet |
| 2002-10-23 | Fix Fl_Text_Display cursor drawing bug... | Michael R Sweet |
| 2002-10-23 | Include "flstring.h" before the FLTK headers, so that bool is defined | Michael R Sweet |
| 2002-10-10 | Fix SF bug #620633 - crash on redisplay in Fl_Text_Display. | Michael R Sweet |
| 2002-09-26 | Fix typo... | Michael R Sweet |
| 2002-09-26 | Fix bug #613088 - Fl_Text_Display crash. | Michael R Sweet |
| 2002-09-20 | Apply patch from George Garvey to make Fl_Text_Display/Buffer based on | Michael R Sweet |
| 2002-08-20 | Fix infinite loop bug in Fl_Text_Display::resize()... | Michael R Sweet |
| 2002-08-15 | Resize the text display widget when the buffer is changed. | Michael R Sweet |
| 2002-08-12 | Make sure cursor switches between I and pointer as needed. | Michael R Sweet |
| 2002-08-09 | More shadow variable changes... | Michael R Sweet |
| 2002-07-30 | Send FL_LEAVE events before FL_ENTER events. | Michael R Sweet |
| 2002-07-30 | Fl_Input_ and Fl_Text_Display now change the mouse pointer to the I beam | Michael R Sweet |
| 2002-07-10 | Only delete the line starts array if it is not NULL. | Michael R Sweet |
| 2002-07-08 | Don't forget to scroll the Fl_Text_Display/Editor widget when dragging | Michael R Sweet |
| 2002-06-10 | Fix some editor problems; still have a few bugs that need to be resolved | Michael R Sweet |
| 2002-06-09 | Add documentation for using styles in text editor. | Michael R Sweet |
| 2002-06-09 | Add color definitions for "dark red", etc. | Michael R Sweet |
| 2002-06-06 | Fl_Text_Display::draw_vline() needed to check nVisLine >= num lines. | Michael R Sweet |
| 2002-05-24 | Get rid of as many compiler warnings as possible. | Michael R Sweet |
| 2002-05-21 | Fix links inside PRE | Michael R Sweet |
| 2002-04-11 | Make Fl_Output a subclass of Fl_Input, and add input_type and readonly | Michael R Sweet |
| 2002-04-11 | Redefine FL_ color values to use the color cube. | Michael R Sweet |