| Age | Commit message (Expand) | Author |
| 2002-06-24 | Update GCC test in configure script. | Michael R Sweet |
| 2002-05-25 | Clean up string includes. | Michael R Sweet |
| 2002-05-23 | Changelog and cleanup. | 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-10 | Fix enter/leave on windows to properly handle tooltip focus... | Michael R Sweet |
| 2002-04-07 | Fix NULL argument to fl_filename_name()... | Michael R Sweet |
| 2002-03-26 | Make all implementations of cut/paste/dnd consistent with global | Michael R Sweet |
| 2002-03-25 | Rename all remaining functions that don't start with fl_ to | Michael R Sweet |
| 2002-03-25 | Wasn't enabling XDND... | Michael R Sweet |
| 2002-03-07 | Back-ported cut & paste code from fltk2.0. | Bill Spitzak |
| 2002-02-19 | Use "1" instead of "true" for return value (true not available on all | Michael R Sweet |
| 2002-01-09 | First round of DND additions to 1.1 - just X11 code, and I haven't added | Michael R Sweet |
| 2002-01-03 | Fix changing of schemes - otherwise Fl_Window::show() could cause a | Michael R Sweet |
| 2002-01-01 | Copyright updates... | Michael R Sweet |
| 2001-12-06 | FLTK 2.0 threading support under FLTK 1.1. Needs porting to OSX. | Michael R Sweet |
| 2001-11-27 | Preliminary commit of my MacOS X work. | Michael R Sweet |
| 2001-11-22 | Fix all references to '.C' files (now .cxx) | Michael R Sweet |
| 2001-11-19 | Don't send FL_RELEASE events for buttons 4 and 5 (mouse wheel) | Michael R Sweet |
| 2001-10-27 | FL_KEYUP event support. | Michael R Sweet |
| 2001-10-18 | Fl::belowmouse() was resetting the tooltip, causing the flashing | Michael R Sweet |
| 2001-08-02 | Fix mouse wheel stuff for browser and helpview widgets (move 3 lines at | Michael R Sweet |
| 2001-08-02 | More mouse wheel stuff (as compatible as possible with the 2.0 code...) | Michael R Sweet |
| 2001-04-27 | Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() for | Michael R Sweet |
| 2001-01-22 | Copyright 2001. | Michael R Sweet |
| 2000-11-20 | Get rid of "member X hidden by variable X" warnings... | Michael R Sweet |
| 2000-11-20 | Fl::below_mouse() was incorrectly clearing e_is_click; this prevented | Michael R Sweet |
| 2000-10-21 | Does not clear Fl::keysym on every event, this makes better back compatabilit... | Bill Spitzak |
| 2000-08-20 | Removed some (not all) of the warnings when compiled with -Wwrite-strings, | Bill Spitzak |
| 2000-06-18 | Cleanup of the timeout and Fl::wait() code. This one calls the clock | Bill Spitzak |
| 2000-06-05 | OK, now version 1.0.9 | Michael R Sweet |
| 2000-06-03 | Fixes for 1.0.8 I found: | Bill Spitzak |
| 2000-04-25 | Updated copyright notices for all of the 1.0.x files. | Michael R Sweet |
| 2000-04-25 | Fixed definition of glutBitmapWidth to match header file. | Bill Spitzak |
| 2000-02-23 | New X function: fl_open_display(Display*) lets you run fltk on an | Bill Spitzak |
| 2000-02-18 | Fixed the Ctrl+P shortcut problem reported by dalitz@infotech.de | Bill Spitzak |
| 2000-01-26 | Sets the "input hint" which is needed for TWM and TWM-derived window managers. | Bill Spitzak |
| 2000-01-23 | If compiled with USE_COLORMAP=0 it will always try to find a TrueColor | Bill Spitzak |
| 2000-01-11 | Programs can now resize() their windows even if they are not resizable() | Bill Spitzak |
| 1999-11-10 | Sets win_gravity correctly, this helps some X window managers that use | Bill Spitzak |
| 1999-11-04 | Minor change: if the X window manager does not do anything else with windows | Bill Spitzak |
| 1999-05-06 | Fixed another flwm crash in Fl_x.cxx (the send_motion pointer must | Bill Spitzak |
| 1999-05-01 | Updated version numbers to 1.0.3. | Michael R Sweet |
| 1999-04-23 | Keypad should produce correct symbols on Brazilian (and any other) | Bill Spitzak |
| 1999-04-17 | Fl::add_fd() structures are dynamically allocated so you can listen to | Bill Spitzak |
| 1999-04-10 | 1. ~Fl_Widget(), Fl_Widget::hide(), and Fl_Widget::deactivate() no longer send | Bill Spitzak |
| 1999-03-15 | Fixes for os2x by Alexander Mai | Bill Spitzak |
| 1999-03-09 | Added #ifdef for backspace hack - is this really necessary? I've never | Michael R Sweet |
| 1999-02-03 | Put Fl::grab() into it's own source file. Rewritten as suggested so that | Bill Spitzak |
| 1999-01-27 | Updated to include <sys/select.h> as needed. | Michael R Sweet |
| 1999-01-13 | Fixes from Bill: | Michael R Sweet |