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_File_Icon.cxx
Age
Commit message (
Expand
)
Author
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-06-28
VC++ project file updates.
Michael R Sweet
2002-06-13
Bug fixes from Sebastien.
Michael R Sweet
2002-05-25
Clean up string includes.
Michael R Sweet
2002-04-12
Move ENTER/LEAVE handling to Fl_Box so that the default event handler
Michael R Sweet
2002-04-11
Make Fl_Output a subclass of Fl_Input, and add input_type and readonly
Michael R Sweet
2002-03-29
Fix handling of filename matching - wasn't checking the basename of
Michael R Sweet
2002-03-25
Rename all remaining functions that don't start with fl_ to
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-12-05
Segfault fixes...
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-29
Fix infinite loop bug in Fl_File_Icon::draw() with 32-bit colors and
Michael R Sweet
2001-10-29
32-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()
Michael R Sweet
2001-09-29
Fl_FileXYZ -> Fl_File_XYZ
Michael R Sweet