summaryrefslogtreecommitdiff
path: root/src/Fl_Help_View.cxx
AgeCommit message (Expand)Author
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-18Doxygen documentation: Fixed most important warnings for the Fl_Widget, Fl_Wi...Fabien Costantini
2008-09-14Doxygen Documentation WP6 Done, Also completed the documentation of Help_View...Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2008-08-26included the broken_image test in the free() method of Fl_Help_View for Win32...Fabien Costantini
2008-08-26STR #2004 fix: got inspired from suggested modifications but limited their im...Fabien Costantini
2008-08-15Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.Matthias Melcher
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ...Matthias Melcher
2008-04-12Updated 1.3 with changes from 1.1.9Matthias Melcher
2008-02-20STR #1868: fixed horizontal scrolbar in help view thanks to wavexxMatthias Melcher
2007-12-16Fix infinite loop bug...Michael R Sweet
2007-12-15Fl_Help_View did not release the images it used (STR #1817)Michael R Sweet
2007-11-19STR #1805: removed hard-coded scroll bar widths.Matthias Melcher
2007-05-01Added static icon, text selection, and HTML formatting to fl_message etc. (ST...Matthias Melcher
2007-02-08Fix flickering of Fl_Help_View - turns out we were drawing to theMichael R Sweet
2007-02-08Fix text alignment (STR #1589)Michael R Sweet
2007-02-08Fix hoving over links (STR #1588)Michael R Sweet
2007-02-07Fix default link color.Michael R Sweet
2007-01-28Fix indentation of elements (STR #1549)Michael R Sweet
2006-11-16Merge all of the scrollbar sizes into a single API callMichael R Sweet
2006-11-15Fix text alignment - wasn't resetting the default alignment afterMichael R Sweet
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