index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_Help_View.cxx
Age
Commit message (
Expand
)
Author
2001-11-30
Fix infinite loop bug with WIDTH=100% in Fl_Help_View widget.
Michael R Sweet
2001-11-26
Bug fixes from Sebastien Recio.
Michael R Sweet
2001-11-25
Add flstring.h header file to include string functions, strcasecmp
Michael R Sweet
2001-11-24
Add horizontal scrollbar to Fl_Help_View.
Michael R Sweet
2001-11-24
Fix bugs in copy() methods.
Michael R Sweet
2001-11-22
Add EM and STRONG support to Fl_HelpView.
Michael R Sweet
2001-11-17
Pass pointers to pp and info when calling the new
Michael R Sweet
2001-11-17
Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and that
Michael R Sweet
2001-10-29
Cygwin fixes...
Michael R Sweet
2001-10-27
Don't allow extra boxtypes to override user-defined boxtypes.
Michael R Sweet
2001-10-26
Check for both functions in PNG loader...
Michael R Sweet
2001-10-19
Check for png_read_destroy(), since newer versions of libpng do not
Michael R Sweet
2001-10-16
Fix two uninitialized vars...
Michael R Sweet
2001-10-02
Support for NAME and HREF for A at the same time.
Michael R Sweet
2001-10-01
FLUID: can't use "i->image(o)" if "i" is NULL... :)
Michael R Sweet
2001-10-01
Wasn't initializing "image" member of base image data.
Michael R Sweet
2001-09-29
Fl_FileXYZ -> Fl_File_XYZ
Michael R Sweet