summaryrefslogtreecommitdiff
path: root/src/Fl_Help_View.cxx
AgeCommit message (Expand)Author
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
2001-11-22Add EM and STRONG support to Fl_HelpView.Michael R Sweet
2001-11-17Pass pointers to pp and info when calling the newMichael R Sweet
2001-11-17Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and thatMichael R Sweet
2001-10-29Cygwin fixes...Michael R Sweet
2001-10-27Don't allow extra boxtypes to override user-defined boxtypes.Michael R Sweet
2001-10-26Check for both functions in PNG loader...Michael R Sweet
2001-10-19Check for png_read_destroy(), since newer versions of libpng do notMichael R Sweet
2001-10-16Fix two uninitialized vars...Michael R Sweet
2001-10-02Support for NAME and HREF for A at the same time.Michael R Sweet
2001-10-01FLUID: can't use "i->image(o)" if "i" is NULL... :)Michael R Sweet
2001-10-01Wasn't initializing "image" member of base image data.Michael R Sweet
2001-09-29Fl_FileXYZ -> Fl_File_XYZMichael R Sweet