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
2016-04-11
Remove compilation errors in Fl_File_Icon.cxx with MSVC compiler with new met...
Manolo Gouy
2016-04-11
Fix VisualC++ build (Visual Studio 2015).
Albrecht Schlosser
2016-04-06
Begin to rewrite files using #include <sys/stat.h> under the driver model.
Manolo Gouy
2016-04-06
Fix typos in macro names S_IBLK, S_ILNK, S_ICHR and S_IFIFO
Manolo Gouy
2016-02-27
Fix compiler warnings (STR #2988) - final commit.
Albrecht Schlosser
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-10-04
added doxygen comments for undocumented features of Fl_File_Icon
engelsman
2008-09-19
Updating fl_utf8.h references. Fixing copyright date in .fl files.
Matthias Melcher
2008-09-14
Doxygen Documentation WP4 Done. Has all documentation content but should be c...
Fabien Costantini
2008-09-10
Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...
Matthias Melcher
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2005-02-05
Fl_File_Chooser was slow with large directories (STR #654)
Michael R Sweet
2004-06-14
Fl_File_Icon::draw() did not support drawing of complex polygons
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
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