summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-29Changelog.Michael R Sweet
2004-11-29Add missing Watcom makefile...Michael R Sweet
2004-11-23Fl_Text_Display would hang if the user pressed Ctrl-left with the cursorMatthias Melcher
2004-11-23Prep for 1.1.6 release.Michael R Sweet
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-23More watcom fixes (STR #627)Michael 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-21Fix FLUID menu items with images bug (STR #564)Michael R Sweet
2004-11-21Update the documentation for add_timeout().Michael R Sweet
2004-11-21Fl_Sys_Menu_Bar didn't compile on case-sensitive file-systemsMichael R Sweet
2004-11-20FLUID didn't handle default function parameters properly (STRMichael R Sweet
2004-11-20Update find_item() docos.Michael R Sweet
2004-11-20- Moving or resizing widgets in FLUID didn't always update theMichael 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-18Prep for 1.1.5 release.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-29Eliminate shadowed arguments...Michael R Sweet
2004-09-24October 8th, not the 1st, for the end of the rc period...Michael R Sweet
2004-09-24More VC++ fixesMichael R Sweet
2004-09-24Fix VC++ 6.0 project files.Michael R Sweet
2004-09-24Prep for 1.1.5rc3 release.Michael R Sweet
2004-09-24Now look for 8 bits of alpha when the developer has requestedMichael R Sweet
2004-09-24Don't need this header...Michael R Sweet
2004-09-24libpng 1.2.7Michael R Sweet
2004-09-21fl_old_shortcut() might read past the end of the shortcut string.Michael R Sweet
2004-09-15More VC++ fixesMichael R Sweet
2004-09-14VC++ fixesMichael R Sweet
2004-09-13Add unittests to .cvsignore.Michael R Sweet
2004-09-13Added (unsupported) CMake files (STR #499)Michael R Sweet
2004-09-13Fix QuickDraw code typo.Michael R Sweet
2004-09-12Tooltips would not reappear on the same widget, and the initialMichael R Sweet
2004-09-12Fixed a compile problem with the Linux 2.6 threading supportMichael R Sweet