summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-04-11Update Fl_Scroll background image fix...Michael R Sweet
2004-04-11Fix fl_scroll() on WIN32 (STR #315)Michael R Sweet
2004-04-10Fix drive letter entry for file chooser (STR #339)Michael R Sweet
2004-04-10Fl_Menu now uses the boxtype to redraw the menu background (STRMichael R Sweet
2004-04-10Fl_Scroll now shows the background image when a framed box typeMichael R Sweet
2004-04-06Added a new_directory_tooltip string pointer to allowMichael R Sweet
2004-04-06Add Fl_Menu_::find_item() method (STR #316)Michael R Sweet
2004-04-06More doco updates.Michael R Sweet
2004-04-06FLUID crashed if you did layout with a window widget (STR #317)Michael R Sweet
2004-03-11Fl_Value_Slider::draw_bg() didn't always apply the clippingMichael R Sweet
2004-03-01Documentation updates (STR #245, STR #250, STR #277, STR #281)Michael R Sweet
2004-02-29Fix Fl::background2() (STR #255)Michael R Sweet
2004-02-29Fix CTRL+something "-" - wasn't tracking the proper CTRL keyMichael R Sweet
2004-02-29Support KDE 3.x icons.Michael R Sweet
2004-02-26WIN32's scandir() emulation did not allocate enough memory forMichael R Sweet
2003-11-01The keypad Enter key works as the normal Enter/Return key inMichael R Sweet
2003-11-01Calling Fl_Text_Display::buffer() with the same buffer wouldMichael R Sweet
2003-11-01Fix cursor crash bug (STR #181)Michael R Sweet
2003-10-14Glut emulation turns mousewheel back into mouse buttons 3 and 4, forBill Spitzak
2003-09-20Pixel format selection change (STR #175)Michael R Sweet
2003-09-17Don't compile JPEG error handler unless we have JPEG library...Michael R Sweet
2003-09-15Add error handlers to JPEG and PNG image classes so the correspondingMichael R Sweet
2003-09-14Add Fl_Tooltip::hoverdelay() method and code (STR #126)Michael R Sweet
2003-09-08Add .sav and .dylib files to the list of things to ignore.Michael R Sweet
2003-09-08Fix typos in code so it actually compiles...Michael R Sweet
2003-09-08Add implementation for fl_read_image() on OSX (STR #161)Michael R Sweet
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