summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-07-29Fix STR #111 (display opened too soon)Michael R Sweet
2003-07-29Fix scheme and image drawing bugs.Michael R Sweet
2003-07-23Update dependencies...Michael R Sweet
2003-07-23memmove() needs <string.h>...Michael R Sweet
2003-07-21Made 'enter' keyboard event return 'char 13' in e_text.Matthias Melcher
2003-07-19STR #88: changed fluid behaviour to always paste into a selectedMatthias Melcher
2003-07-18Changes in menuitem font's would only be recognized if theMatthias Melcher
2003-07-18STR #86: Swapped menu shortcut labels for OS XMatthias Melcher
2003-07-18updated documentation and Fl_Dial. STR #101, 94, 99Matthias Melcher
2003-07-18STR #106: collapse triangle in fluid hrc list would not receive eventsMatthias Melcher
2003-07-18OS X QuitAppleEvent now correctly exits Fl::run() instead of justMatthias Melcher
2003-07-17STR #77: all GL Contexts are now managed in a list, so that if theMatthias Melcher
2003-07-12Fix Xft2 usage (still need to do a final fix that loads the proper XMichael R Sweet
2003-06-15Fix resize bug on OSX (STR #64)Michael R Sweet
2003-06-15Fixup shared library installation.Michael R Sweet
2003-06-15Use setup GUI with portable distributions.Michael R Sweet
2003-06-15Fix shared libraries on OSX (STR #51)Michael R Sweet
2003-06-15Several widgets defined their own size() method but didn'tMichael R Sweet
2003-06-15Add clear() method to Fl_Scroll so that the scrollbars don't get deleted.Michael R Sweet
2003-06-15Hide cancel/revert buttons until a true undo can be implemented.Michael R Sweet
2003-06-15Make sure Fl::event_text() is not NULL. (STR #70)Michael R Sweet
2003-06-15Fix @@ drawing (STR #84)Michael R Sweet
2003-06-13Add FLTK logo file for distributions.Michael R Sweet
2003-06-12Added documentation for all forms of Fl_Widget::damage() (STRMichael R Sweet
2003-06-09Updated Mac OS X CodeWarrior project to work with OS X 10.2 andMatthias Melcher
2003-06-05Fix distribution list (again)Michael R Sweet
2003-06-05Don't package header symlinks on OSX, which doesn't need 'em.Michael R Sweet
2003-06-05Fix mapping of Apple keys to CTRL keys on OSX.Michael R Sweet
2003-06-01Add symlink for installs on OSX so that the wrong include file is notMichael R Sweet
2003-06-01Fix open-documents callback stuff.Michael R Sweet
2003-05-30Add preliminary support for Apple Open Documents event callback interfaceMichael R Sweet
2003-05-29Drop undocumented and non-working --prefix and --exec-prefix options toMichael R Sweet
2003-05-28fl_filename_list returns -1 now (Win32) if it was called withMatthias Melcher
2003-05-28STR #39: FL_text_Buffer search backward would not allow searching from 1Matthias Melcher
2003-05-28Update changelog to show reference to new STR I created for Matthias'sMichael R Sweet
2003-05-28Added better (hopefully) OS X CodeWarrior project filesMatthias Melcher
2003-05-28Remove faulty CodeWarrior/OS_X.sitMatthias Melcher
2003-05-28Mac OS X's version of Fl::get_key(int) would mixup ctrl and meta.Matthias Melcher
2003-05-27Fix OSX shared library command. (STR #51)Michael R Sweet
2003-05-27Fix STR #52 - Fl_Text_Editor didn't set changed() nor did it call callbacksMichael R Sweet
2003-05-26Typo.Michael R Sweet
2003-05-26Check syntax of callback only on release, not on change.Michael R Sweet
2003-05-26Add announcement file.Michael R Sweet
2003-05-26Remove "fix" for DND code; the original code works just fine (should haveMichael R Sweet
2003-05-26Possible fix for OSX DND.Michael R Sweet
2003-05-26Update to 1.1.4rc1 for testing...Michael R Sweet
2003-05-26Fix STR 27 - double-click in file chooser followed by single click wasMichael R Sweet
2003-05-22Code reformatting to make it easier to trace the window creation stuff.Michael R Sweet
2003-05-21Use fl_darker() instead of fl_color_average()...Michael R Sweet
2003-05-21Fix outline color when drawing inactive.Michael R Sweet