| Age | Commit message (Expand) | Author |
| 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-11 | Fl_Value_Slider::draw_bg() didn't always apply the clipping | Michael R Sweet |
| 2003-08-02 | OS X: some changes to support Apples ProjectBuilder. | Matthias Melcher |
| 2003-07-21 | Made 'enter' keyboard event return 'char 13' in e_text. | Matthias Melcher |
| 2003-07-18 | OS X QuitAppleEvent now correctly exits Fl::run() instead of just | Matthias Melcher |
| 2003-06-15 | Fix resize bug on OSX (STR #64) | Michael R Sweet |
| 2003-06-15 | Make sure Fl::event_text() is not NULL. (STR #70) | Michael R Sweet |
| 2003-06-09 | Updated Mac OS X CodeWarrior project to work with OS X 10.2 and | Matthias Melcher |
| 2003-06-01 | Fix open-documents callback stuff. | Michael R Sweet |
| 2003-05-30 | Add preliminary support for Apple Open Documents event callback interface | Michael R Sweet |
| 2003-05-28 | Mac OS X's version of Fl::get_key(int) would mixup ctrl and meta. | Matthias Melcher |
| 2003-05-26 | Remove "fix" for DND code; the original code works just fine (should have | Michael R Sweet |
| 2003-05-26 | Possible fix for OSX DND. | Michael R Sweet |
| 2003-05-22 | Code reformatting to make it easier to trace the window creation stuff. | Michael R Sweet |
| 2003-05-20 | Fix show of subwindow causing crash (STR #23) | Michael R Sweet |
| 2003-01-30 | Copyright update for 1.1.3 release (not quite yet, but soon...) | Michael R Sweet |
| 2003-01-14 | Fix size_range() bug under OSX. | Michael R Sweet |
| 2002-10-30 | Unswapped MacOS modifier keys. event_key and event_text should return | Matthias Melcher |
| 2002-10-29 | MacOS windows were rsizable even if size_range would not allow a resize. | Matthias Melcher |
| 2002-09-20 | Fix MacOS X 10.2 idle handling. | Michael R Sweet |
| 2002-09-19 | Possible fix to OSX fl_ready() function... | Michael R Sweet |
| 2002-07-17 | First steps in CodeWarrior on OS_X support. | Matthias Melcher |
| 2002-07-11 | reenabled and improved support for Fl_Sys_Menu_Bar which is a subclass | Matthias Melcher |
| 2002-07-11 | MacOS: wait(0) would not handle all pending events. | Matthias Melcher |
| 2002-06-28 | 2 typos | Matthias Melcher |
| 2002-06-27 | Added Greg Ercolanos filedescripter support | Matthias Melcher |
| 2002-06-27 | MacOS: | Matthias Melcher |
| 2002-06-11 | got_events, not got_event. | Michael R Sweet |
| 2002-06-11 | Try some changes to fix MacOS threading support and fl_wait() | Michael R Sweet |
| 2002-06-03 | Some fixes to get FLTK to compile under Jaquar. | Michael R Sweet |
| 2002-05-25 | Clean up string includes. | Michael R Sweet |
| 2002-04-16 | OSX threading support - a little buggy right now, but hopefully we'll be | Michael R Sweet |
| 2002-04-15 | Make sure that hotspotted windows stay on the screen under MacOS X. | Michael R Sweet |
| 2002-04-13 | Fix case problems in include filenames... | 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-07 | Fix NULL argument to fl_filename_name()... | Michael R Sweet |
| 2002-03-26 | Fix MacOS cut/paste (fl_selection_requestor not defined, and some | Michael R Sweet |
| 2002-03-25 | Rename all remaining functions that don't start with fl_ to | Michael R Sweet |
| 2002-03-07 | Back-ported cut & paste code from fltk2.0. | Bill Spitzak |
| 2002-02-26 | - added DDrag'N'Drop support for MacOS | Matthias Melcher |
| 2002-01-03 | Fix changing of schemes - otherwise Fl_Window::show() could cause a | Michael R Sweet |
| 2002-01-03 | cleaned up src/Fl_mac.cxx, fixed Fl::wait(0.0), fixed Cmd-Q handling | Matthias Melcher |
| 2002-01-01 | Copyright updates... | Michael R Sweet |
| 2001-12-22 | - MacOS: more keyboard handler fixes, mainly mapping of Mac specific | Matthias Melcher |
| 2001-12-20 | MacOS: fixed iBook keycodes | Matthias Melcher |
| 2001-12-20 | fixed iBook keyboard bug. | Matthias Melcher |
| 2001-12-19 | MacOS: added opaque window resizing, | Matthias Melcher |
| 2001-12-18 | - Mac: greatly improved OpenGL support, some window management, | Matthias Melcher |
| 2001-12-14 | Clean up default menu for FLTK applications - don't need "About FLTK". | Michael R Sweet |