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
2002-08-09
Move the rest of the image file formats (except for XBM and XPM) to
Michael R Sweet
2002-07-18
Fl_Help_View fixes from Szasz Pal.
Michael R Sweet
2002-06-10
Take care of some compiler warnings.
Michael R Sweet
2002-06-06
Fix uninitialized memory bugs in Fl_Help_View.cxx.
Michael R Sweet
2002-05-27
Add support for TT element.
Michael R Sweet
2002-05-24
Get rid of as many compiler warnings as possible.
Michael R Sweet
2002-05-21
Fix links inside PRE
Michael R Sweet
2002-05-16
Massive update to use strlcpy() and strlcat() instead of strncpy()
Michael R Sweet
2002-04-11
Redefine FL_ color values to use the color cube.
Michael R Sweet
2002-03-05
Fix rendering of background color in table cells.
Michael R Sweet
2002-03-04
Fix from Greg - Fl_Help_View didn't preserve the target in a link when
Michael R Sweet
2002-02-20
Always resize cells in table if set/max width not the same as the
Michael R Sweet
2002-02-20
Update copyright in FLUID "about" window.
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-12-21
Assign broken image when Fl_Shared_Image::get() returns NULL.
Michael R Sweet
2001-12-19
Multiple bug fixes from Sebastien:
Michael R Sweet
2001-12-19
Reset horizontal position in value() method, too.
Michael R Sweet
2001-12-19
Reset left scroll position when following a link.
Michael R Sweet
2001-12-18
Resize horizontal scrollbar.
Michael R Sweet
2001-12-17
Fl_Help_View now ignores links when the link callback returns NULL, and
Michael R Sweet
2001-12-11
Multiple fixes from Sebastien.
Michael R Sweet
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