summaryrefslogtreecommitdiff
path: root/src/Fl_File_Icon2.cxx
AgeCommit message (Expand)Author
2010-11-18Fixed file access code to use UTF-8 strings (STR #2440)Matthias Melcher
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-10-04added doxygen comments for undocumented features of Fl_File_Iconengelsman
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-15Doxygen documentation. Completed Fl class, added a todo related to recent Fl ...Fabien Costantini
2008-09-14Doxygen Documentation WP4 Done. Has all documentation content but should be c...Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2005-11-27VC++ 2005 Support, drop old files, add icons for SudokuMichael R Sweet
2005-03-25Fl_File_Chooser no longer resets the type() when choosing aMichael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-02-29Support KDE 3.x icons.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-10-03Fix the filename pattern in FLUID for images.Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-06-28Separate the extra image functions into fltk_images.Michael R Sweet
2002-05-10Use 16x16 KDE icon images by default.Michael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet
2002-01-06Add Fl_BMP_Image class and docos.Michael R Sweet
2002-01-02Oopsie - fix debug code: p(int)rintf -> printf...Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2002-01-01Use rint() for some more rounding of vertices.Michael R Sweet
2001-12-17Fl_Help_View now ignores links when the link callback returns NULL, andMichael R Sweet
2001-12-05Missing declaration of "newch"...Michael R Sweet
2001-12-05Add support for 2-byte XPM files.Michael R Sweet
2001-12-05Segfault fixes...Michael R Sweet
2001-11-25Add flstring.h header file to include string functions, strcasecmpMichael R Sweet
2001-11-17Add fl_beep() function.Michael R Sweet
2001-11-17Pass pointers to pp and info when calling the newMichael R Sweet
2001-11-17Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and thatMichael R Sweet