summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-02-24Fl_Browser::swap() didn't handle redraws properly when theMichael R Sweet
2005-02-20FL_MOUSEWHEEL events are now sent first to the widget under theMichael R Sweet
2005-02-14Fl::wait() could block on WIN32 if the window was deleted viaMichael R Sweet
2005-02-14Fl_Preferences::RootNode did not find the user's home directoryMichael R Sweet
2005-02-14Fl_Window::hide() didn't delete the current clipping region onMichael R Sweet
2005-02-12Fix initializers and error handling.Michael R Sweet
2005-02-06Check for no icon, and if so manually check for a directory...Michael R Sweet
2005-02-06Fixed a few warnings in OS X. The fluid stuff was 'touche'd, but not changed.Matthias Melcher
2005-02-06Fl_Menu now draws the arrow more like other toolkits and 2.0Michael R Sweet
2005-02-06Fixed a VC++ compiler error in Fl_JPEG_Image.cxx (STR #676)Michael R Sweet
2005-02-06FL_SHADOW_BOX/FRAME drew outside of the bounding box (STR #694)Michael R Sweet
2005-02-06Fl_Widget::copy_label(NULL) didn't work (STR #707)Michael R Sweet
2005-02-06Fl_Choice now allows click selection like Fl_Menu_Button andMichael R Sweet
2005-02-06Cmake updates (STR #645)Michael R Sweet
2005-02-06Fl_Check_Browser didn't draw properly when inactive (STR #681)Michael R Sweet
2005-02-06Removed some redundant code in Fl_Group::handle() (STR #669)Michael R Sweet
2005-02-05The file chooser didn't always deactivate the OK button whenMichael R Sweet
2005-02-05Fix FLUID text color (STR #662)Michael R Sweet
2005-02-05Fixed some compiler errors on WIN32 (STR #647)Michael R Sweet
2005-02-05Fl_File_Chooser was slow with large directories (STR #654)Michael R Sweet
2005-02-04Remove duplicate definitions and argument-hides-function warning.Michael R Sweet
2005-02-01Fix X11 DND support.Michael R Sweet
2005-01-25Temporary fix for JPEG error handle; we need to flag the error inMichael R Sweet
2005-01-04Fix menu crash bug (STR #685)Michael R Sweet
2004-12-27Fl_Double_Windows would always redraw their full content, evenMatthias Melcher
2004-12-16Fl_JPEG_Image did not correctly handle errors reported by theMichael R Sweet
2004-12-14Fl_Menu now draws sub-menu arrows like other toolkits and FLTKMichael R Sweet
2004-12-06Fixed a compiler warning in Fl_Window.H (STR #641)Michael R Sweet
2004-12-03Fl::event_number() didn't always match the value sent to theMichael R Sweet
2004-12-03Fl_Shared_Image::reload() didn't set the image_ pointer properlyMichael R Sweet
2004-12-03Fl_Help_View::topline() incorrectly set the changed() flag (STRMichael R Sweet
2004-11-23Fl_Text_Display would hang if the user pressed Ctrl-left with the cursorMatthias Melcher
2004-11-23Fix compiler errors...Michael R Sweet
2004-11-23Added the 2.0 Fl_Widget::copy_label() method to allow FLTK 1.xMichael R Sweet
2004-11-23Fl_Widget::damage(uchar,int,int,int,int) didn't clip theMichael R Sweet
2004-11-23STR#628: fixed almost all instances where the popup menu wouldMatthias Melcher
2004-11-23Moved code to avoid positioning windows on Dock into 'fake_X_event'Matthias Melcher
2004-11-22Changed the OS X hotspot code to make window positioning avoid theMatthias Melcher
2004-11-21Check for a NULL off-screen buffer before copying...Michael R Sweet
2004-11-21Fl_Sys_Menu_Bar didn't compile on case-sensitive file-systemsMichael R Sweet
2004-11-20Fix a resize() bug...Michael R Sweet
2004-11-20- FLTK windows could appear off-screen on X11 (STR #586)Michael R Sweet
2004-11-20The configure script did not support --disable-localfoo toMichael R Sweet
2004-11-20Watcom fixes (STR #584, STR #594, STR #595)Michael R Sweet
2004-10-19WIN32 compile fixes...Michael R Sweet
2004-10-18Shortcuts were incorrectly underlined in multi-line labels (STRMichael R Sweet
2004-10-18Documentation updates (STR #568)Michael R Sweet
2004-10-18Documentation updates (STR #570)Michael R Sweet
2004-09-24Now look for 8 bits of alpha when the developer has requestedMichael R Sweet
2004-09-21fl_old_shortcut() might read past the end of the shortcut string.Michael R Sweet