summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-09-08Leave more space for filename label in file chooser.Michael R Sweet
2003-09-03Need <time.h> on IRIX (STR #157)Michael R Sweet
2003-09-03Fix performance issues with large file chooser selections. (STR #140)Michael R Sweet
2003-08-24Fl_Text_Display/Editor did not disable the currentMichael R Sweet
2003-08-04Fix typo...Michael R Sweet
2003-08-02Fix Fl_Window::show(argc, argv) so that it calls Fl::get_system_colors(),Michael R Sweet
2003-08-02OS X: some changes to support Apples ProjectBuilder.Matthias Melcher
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-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-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-15Fix shared libraries on OSX (STR #51)Michael R Sweet
2003-06-15Add clear() method to Fl_Scroll so that the scrollbars don't get deleted.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-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 mapping of Apple keys to CTRL keys on OSX.Michael 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-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-28Mac OS X's version of Fl::get_key(int) would mixup ctrl and meta.Matthias Melcher
2003-05-27Fix STR #52 - Fl_Text_Editor didn't set changed() nor did it call callbacksMichael 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-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
2003-05-21Add find() method to help widget and search box to help dialog.Michael R Sweet
2003-05-21Map ISO-8859-1 to MacRoman encoding on OSX (temporary until 2.0's UTF-8Michael R Sweet
2003-05-21Fix menu item fonts (STR #30)Michael R Sweet
2003-05-21Fix menu scrolling (STR #33)Michael R Sweet
2003-05-20Potential fixes for double-buffered subwindows on WIN32 (STR #1)Michael R Sweet
2003-05-20Fix show of subwindow causing crash (STR #23)Michael R Sweet
2003-05-20Fix compose bug on OSX.Michael R Sweet
2003-05-20Fix OSX subwindow hide (STR #22)Michael R Sweet
2003-05-19Revert to old color function; new one has too little contrast on OSX.Michael R Sweet
2003-05-18Add thin up box with plastic style.Michael R Sweet
2003-05-16Fl_Pack ignored box() and cleared unused areas to color().Michael R Sweet
2003-05-16Tweek tabs widget and plastic boxtype.Michael R Sweet