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_Icon2.cxx
Age
Commit message (
Expand
)
Author
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-15
Doxygen documentation. Completed Fl class, added a todo related to recent Fl ...
Fabien Costantini
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-11-27
VC++ 2005 Support, drop old files, add icons for Sudoku
Michael R Sweet
2005-03-25
Fl_File_Chooser no longer resets the type() when choosing a
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2004-02-29
Support KDE 3.x icons.
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-11-19
Get rid of some valid compiler warnings with CodeWarrior that were reported
Michael R Sweet
2002-10-03
Fix the filename pattern in FLUID for images.
Michael R Sweet
2002-08-09
Move the rest of the image file formats (except for XBM and XPM) to
Michael R Sweet
2002-06-28
Separate the extra image functions into fltk_images.
Michael R Sweet
2002-05-10
Use 16x16 KDE icon images by default.
Michael R Sweet
2002-03-25
Rename all remaining functions that don't start with fl_ to
Michael R Sweet
2002-01-06
Add Fl_BMP_Image class and docos.
Michael R Sweet
2002-01-02
Oopsie - fix debug code: p(int)rintf -> printf...
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2002-01-01
Use rint() for some more rounding of vertices.
Michael R Sweet
2001-12-17
Fl_Help_View now ignores links when the link callback returns NULL, and
Michael R Sweet
2001-12-05
Missing declaration of "newch"...
Michael R Sweet
2001-12-05
Add support for 2-byte XPM files.
Michael R Sweet
2001-12-05
Segfault fixes...
Michael R Sweet
2001-11-25
Add flstring.h header file to include string functions, strcasecmp
Michael R Sweet
2001-11-17
Add fl_beep() function.
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