summaryrefslogtreecommitdiff
path: root/src/Fl_File_Icon.cxx
AgeCommit message (Expand)Author
2002-04-12Move ENTER/LEAVE handling to Fl_Box so that the default event handlerMichael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-03-29Fix handling of filename matching - wasn't checking the basename ofMichael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-05Segfault fixes...Michael 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-29Fix infinite loop bug in Fl_File_Icon::draw() with 32-bit colors andMichael R Sweet
2001-10-2932-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()Michael R Sweet
2001-09-29Fl_FileXYZ -> Fl_File_XYZMichael R Sweet