summaryrefslogtreecommitdiff
path: root/src/Fl_Help_View.cxx
AgeCommit message (Expand)Author
2005-09-13Fixed x-offset problem in Help_Widget (STR #998)Matthias Melcher
2005-08-09Some more scrollbar tweaks from Alessandro for STR #871...Michael R Sweet
2005-08-08Fl_Help_View now draws the box outside the scrollbars, like theMichael R Sweet
2005-05-12Fl_Help_View now supports the FONT and U elements (STR #815)Michael R Sweet
2005-04-28Fix MacOS X 10.4 compile issues.Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-12-03Fl_Help_View::topline() incorrectly set the changed() flag (STRMichael R Sweet
2004-09-24Now look for 8 bits of alpha when the developer has requestedMichael R Sweet
2004-07-27More doco updates.Michael R Sweet
2004-07-26More documentation updates...Michael R Sweet
2004-07-23Fl_Counter didn't use a thin down box for the text field if theMichael R Sweet
2004-07-04Fl_Help_View::find() did not check for a NULL value (STR #442)Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-06-12Added documentation for all forms of Fl_Widget::damage() (STRMichael R Sweet
2003-05-21Add find() method to help widget and search box to help dialog.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-12-04Eliminate compiler warning.Michael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-10-11BC++ workaround...Michael R Sweet
2002-08-18Fix rescaling of tables (again)...Michael R Sweet
2002-08-17Support table centering.Michael R Sweet
2002-08-16Fix table column scaling...Michael R Sweet
2002-08-15Fl_Help_View didn't support HTML comments.Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-07-18Fl_Help_View fixes from Szasz Pal.Michael R Sweet
2002-06-10Take care of some compiler warnings.Michael R Sweet
2002-06-06Fix uninitialized memory bugs in Fl_Help_View.cxx.Michael R Sweet
2002-05-27Add support for TT element.Michael R Sweet
2002-05-24Get rid of as many compiler warnings as possible.Michael R Sweet
2002-05-21Fix links inside PREMichael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-04-11Redefine FL_ color values to use the color cube.Michael R Sweet
2002-03-05Fix rendering of background color in table cells.Michael R Sweet
2002-03-04Fix from Greg - Fl_Help_View didn't preserve the target in a link whenMichael R Sweet
2002-02-20Always resize cells in table if set/max width not the same as theMichael R Sweet
2002-02-20Update copyright in FLUID "about" window.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-21Assign broken image when Fl_Shared_Image::get() returns NULL.Michael R Sweet
2001-12-19Multiple bug fixes from Sebastien:Michael R Sweet
2001-12-19Reset horizontal position in value() method, too.Michael R Sweet
2001-12-19Reset left scroll position when following a link.Michael R Sweet
2001-12-18Resize horizontal scrollbar.Michael R Sweet
2001-12-17Fl_Help_View now ignores links when the link callback returns NULL, andMichael R Sweet
2001-12-11Multiple fixes from Sebastien.Michael R Sweet
2001-11-30Fix infinite loop bug with WIDTH=100% in Fl_Help_View widget.Michael R Sweet
2001-11-26Bug fixes from Sebastien Recio.Michael R Sweet
2001-11-25Add flstring.h header file to include string functions, strcasecmpMichael R Sweet
2001-11-24Add horizontal scrollbar to Fl_Help_View.Michael R Sweet
2001-11-24Fix bugs in copy() methods.Michael R Sweet