| Age | Commit message (Expand) | Author |
| 2008-09-10 | Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi... | Matthias Melcher |
| 2008-04-23 | Changed Makefile in src to use 1.3 instead of 1.1 (STR #1922). Fixed minor is... | Matthias Melcher |
| 2008-04-23 | First attempt at consistently using Fl_Font as a type for the font index and ... | Matthias Melcher |
| 2008-04-22 | Added support for keyboard shortcuts to Fl_Input_ derived widgets (STR #1770)... | Matthias Melcher |
| 2008-04-22 | Applying 1.1.9 changes to the 1.3 branch. | Matthias Melcher |
| 2008-02-20 | STR 1719: fixed inconsistencies with FL_WHEN_NOT_CHANGED | Matthias Melcher |
| 2006-10-29 | Fix two "hide the cursor" bugs related to click-to-focus windows (STR #1475) | Michael R Sweet |
| 2006-10-11 | Fl_Input and Fl_Text_Editor now hide the mouse pointer when | Michael R Sweet |
| 2006-05-30 | Remove warnings found by Robin Rowe's settings for VC7. I do not have VC7, bu... | Matthias Melcher |
| 2006-04-27 | STR 1161: Setting a new value in Fl_Input_ wil now actually move cursor to t... | Matthias Melcher |
| 2006-04-17 | Allowing characters between 0x80 and 0x9f to be enetered into Fl_Input_ deriv... | Matthias Melcher |
| 2006-04-15 | in preperation of STR#1195: On OS X, we don't need to do the octal conversion... | Matthias Melcher |
| 2006-04-15 | in preperatio of STR#1195:ISO 8859-1 fixes for Fl_Input_ and derived classes | Matthias Melcher |
| 2005-08-17 | Silly scope bug. Thanks, gcc | Matthias Melcher |
| 2005-08-17 | Fixed redraw range in Multiline Input with wordwrapping for space characters ... | Matthias Melcher |
| 2005-07-20 | - I enlarged the 'minimal update' area in Fl_Input_, so that characters that ... | Matthias Melcher |
| 2005-05-12 | Fl_Input_ crashed on some platforms when wrapping international | Michael R Sweet |
| 2005-04-16 | Update source file headers with STR web page. | Michael R Sweet |
| 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 |