summaryrefslogtreecommitdiff
path: root/src/Fl_Help_View.cxx
AgeCommit message (Expand)Author
2010-12-19Changed all fixed filename buffers (that I could find) to use FL_PATH_MX inst...Matthias Melcher
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-28Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...Matthias Melcher
2009-04-22Added some needed comments to Fl_Help_View::format()Greg Ercolano
2009-04-22Applied patch from STR# 2144 to solve hotspot problem Greg Ercolano
2009-04-07another update for image handling in Fl_Help_ViewAlbrecht Schlosser
2009-04-07Fix image handling in Fl_Help_View (STR #2163 and STR #2004).Albrecht Schlosser
2009-04-03STR #2184: bug in Fl_Help_Viewer font stackAlbrecht Schlosser
2009-04-02Fl_Help_View mods for scrollbar sizingGreg Ercolano
2009-03-15Fixed some comments and removed obsoleteAlbrecht Schlosser
2009-03-15Surrounded all #warning's with #if defined(__GNUC__)Greg Ercolano
2009-01-29STR#2127:Fabien Costantini
2009-01-14STR#890 non-lazy fix: as suggested, replaced the one level color attribute sa...Fabien Costantini
2009-01-12STR#890 fix attempt: correct imbricated font color handling.Fabien Costantini
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
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