summaryrefslogtreecommitdiff
path: root/src/Fl_Help_View.cxx
AgeCommit message (Expand)Author
2006-10-07Use standard link color as the default, not FL_SELECTION_COLOR.Michael R Sweet
2006-07-25Fix compiler warning by adding a cast...Michael R Sweet
2006-06-18Converted global static variables into class static variablesMatthias Melcher
2006-06-18Removed debugging messages, added character lookup table for HTML enteties in...Matthias Melcher
2006-06-16Added text selection and copy/paste to Fl_Help_View. Text can be selected by ...Matthias Melcher
2006-04-20Added '&255' to 'isspace(*p)' calls in order to avoid problems with signed in...Matthias Melcher
2006-03-28Reverted Help Browser to previous faster and simpler code.Matthias Melcher
2006-03-27STR 1186: Fixed Help Browser buffer overflow by adding a self-enlarging buffe...Matthias Melcher
2005-11-28STR #1064: Added code to underline spaces in underline chunks. Also fixed wro...Matthias Melcher
2005-11-27VC++ 2005 Support, drop old files, add icons for SudokuMichael R Sweet
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