| Age | Commit message (Expand) | Author |
| 2005-02-24 | Copyright updates. | Michael R Sweet |
| 2004-09-21 | fl_old_shortcut() might read past the end of the shortcut string. | Michael R Sweet |
| 2004-09-09 | Quartz port: | Matthias Melcher |
| 2004-07-27 | More doco updates. | Michael R Sweet |
| 2004-04-11 | Copyright updates and prep for 1.1.5rc1. | Michael R Sweet |
| 2003-11-01 | Fix cursor crash bug (STR #181) | Michael R Sweet |
| 2003-01-30 | Copyright update for 1.1.3 release (not quite yet, but soon...) | 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-08-13 | Typo found by Albrecht Schlo�er fixed. This would crash fltk when a | Bill Spitzak |
| 2002-08-13 | Use box function to redraw Fl_Browser_, Fl_Input_, and Fl_Slider. | Michael R Sweet |
| 2002-08-12 | Fix more compile errors. | Michael R Sweet |
| 2002-08-09 | More shadow variable changes... | Michael R Sweet |
| 2002-08-09 | Move the rest of the image file formats (except for XBM and XPM) to | Michael R Sweet |
| 2002-07-30 | Send FL_LEAVE events before FL_ENTER events. | Michael R Sweet |
| 2002-07-30 | Don't paste if there is no data to paste. | 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-29 | Don't allow paste inside readonly() input widgets. | Michael R Sweet |
| 2002-07-23 | Add wrap() method and bit for Fl_Input_, and make word wrap dependent | Michael R Sweet |
| 2002-07-23 | Remove extra 3 pixel offset when the size is below a certain amount; | Michael R Sweet |
| 2002-07-20 | Remove 3 pixel X border in input fields. | Michael R Sweet |
| 2002-04-27 | Port 2.0 drawing optimizations for Fl_Input_ - this provides a more | Michael R Sweet |
| 2002-04-16 | Bump version info to 1.1.0rc1. | 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 |
| 2002-04-08 | Fl_Output didn't grab input focus, and so was unable to handle CTRL-C | Michael R Sweet |
| 2002-03-07 | Back-ported cut & paste code from fltk2.0. | Bill Spitzak |
| 2002-01-01 | Copyright updates... | Michael R Sweet |
| 2001-12-22 | - MacOS: more keyboard handler fixes, mainly mapping of Mac specific | Matthias Melcher |
| 2001-11-17 | Make paste logic smarter for int and float fields. | Michael R Sweet |
| 2001-11-17 | Add fl_beep() function. | Michael R Sweet |
| 2001-10-29 | 32-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color() | Michael R Sweet |
| 2001-09-29 | Tooltips, and more tooltips. | Michael R Sweet |
| 2001-01-22 | Copyright 2001. | Michael R Sweet |
| 2000-12-12 | Fl_Gl_Window does not set drawbuffer(BACKBUFFER) for single-buffered | Bill Spitzak |
| 2000-09-19 | FL_WHEN_RELEASE on Fl_Input will now do the callback when the input | Bill Spitzak |
| 2000-06-20 | Fixes to WORDWRAP modification to Fl_Input based on work done by | Bill Spitzak |
| 2000-06-08 | Better horizontal scrolling of Fl_Input when cursor is near end of line, rest... | Bill Spitzak |
| 2000-06-06 | Fixed bug where Fl_Output and Fl_Multiline_Output would scroll to the | Michael R Sweet |
| 2000-06-05 | OK, now version 1.0.9 | Michael R Sweet |
| 2000-04-25 | Updated copyright notices for all of the 1.0.x files. | Michael R Sweet |
| 1999-12-19 | Stuff that didn't get into 1.0.7: | Bill Spitzak |
| 1999-10-30 | More fixes to the text editing to make the NT users happy. | Bill Spitzak |
| 1999-10-15 | I fixed Fl_Tabs so that child tabs can be added/removed without any | Bill Spitzak |
| 1999-03-04 | Added "buffer=0" in constructor to avoid purify errors. | Michael R Sweet |
| 1999-03-02 | Didn't like yesterday's fix, I changed it so that zero-length selections | Bill Spitzak |
| 1999-03-01 | Made secret input more secretive (word-select does not work and | Bill Spitzak |
| 1999-02-26 | Fixed editor demo redraw bug (actually same fix as somebody else made). | Bill Spitzak |
| 1999-02-25 | Fix for redraw bug in editor demo. Fl_Input_::position() didn't seem to | Carl E. Thompson |
| 1999-02-25 | Fixed glpuzzle so you can move the pieces. | Bill Spitzak |