summaryrefslogtreecommitdiff
path: root/src/fl_call_main.c
AgeCommit message (Expand)Author
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-03-29Removed Metrowerks support for Apple builds.Matthias Melcher
2009-03-14Fixes for SGI builds (STR#2174)Greg Ercolano
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2007-05-20Fix compiler warnings/errors.Michael R Sweet
2007-05-20Fix all compiler warnings from various build systems.Michael R Sweet
2006-08-02Don't call dummy function inside dummy function - some compilers don't likeMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-07-01Some patches from Ori Berger to plug some resource leaks and use aMichael R Sweet
2002-06-29Small changes to make Metrowerks CodeWarrior for Windows work.Matthias Melcher
2002-01-01Copyright updates...Michael R Sweet
2001-04-25Don't use GCC c++ or g++ compiler to build programs, use gcc instead.Michael R Sweet
2001-04-13Eliminate all compiler warnings (string constants, const'ness, hiding ofMichael R Sweet
2001-03-15Use the Multithreaded DLL runtime model for all projects - I haven't foundMichael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
1999-11-30Fixed fl_call_main.c to compile with BC5. This fix is already in the 2.0Carl E. Thompson
1999-10-25C++ comments are not valid ANSI C source!!!!!!!!!!!!!Michael R Sweet
1999-10-14These are some (hopefully minor) changes we keep needing to edit intoBill Spitzak
1999-05-24Added Rick's hack for initializing fl_display.Michael R Sweet
1999-03-29Changes needed to get FLTK to compile on Borland C++ 5 under Windows. ICarl E. Thompson