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_call_main.c
Age
Commit message (
Expand
)
Author
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2018-06-23
Removed macro FL_PORTING, as it has been more confusing than helpful.
Matthias Melcher
2018-02-09
Replace "WIN32" with "_WIN32" or "Windows".
Albrecht Schlosser
2016-03-29
Remove the platform-dependent type xchar
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
2013-09-22
STR #2973: Removed old HP-UX dummy() code in favor of typedef;
Greg Ercolano
2013-09-21
Fixes STR# 2973: collection of Sun compiler fixes.
Greg Ercolano
2012-04-05
Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...
Fabien Costantini
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2010-03-29
Removed Metrowerks support for Apple builds.
Matthias Melcher
2009-03-14
Fixes for SGI builds (STR#2174)
Greg Ercolano
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-09-19
Updating fl_utf8.h references. Fixing copyright date in .fl files.
Matthias Melcher
2008-09-16
Doxygen documentation : took the opportunity to update copyright info as we m...
Fabien Costantini
2008-09-10
Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...
Matthias Melcher
2007-05-20
Fix compiler warnings/errors.
Michael R Sweet
2007-05-20
Fix all compiler warnings from various build systems.
Michael R Sweet
2006-08-02
Don't call dummy function inside dummy function - some compilers don't like
Michael R Sweet
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-02-24
Copyright updates.
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-07-01
Some patches from Ori Berger to plug some resource leaks and use a
Michael R Sweet
2002-06-29
Small changes to make Metrowerks CodeWarrior for Windows work.
Matthias Melcher
2002-01-01
Copyright updates...
Michael R Sweet
2001-04-25
Don't use GCC c++ or g++ compiler to build programs, use gcc instead.
Michael R Sweet
2001-04-13
Eliminate all compiler warnings (string constants, const'ness, hiding of
Michael R Sweet
2001-03-15
Use the Multithreaded DLL runtime model for all projects - I haven't found
Michael R Sweet
2001-01-22
Copyright 2001.
Michael R Sweet
2000-06-05
OK, now version 1.0.9
Michael R Sweet
2000-04-25
Updated copyright notices for all of the 1.0.x files.
Michael R Sweet
1999-11-30
Fixed fl_call_main.c to compile with BC5. This fix is already in the 2.0
Carl E. Thompson
1999-10-25
C++ comments are not valid ANSI C source!!!!!!!!!!!!!
Michael R Sweet
1999-10-14
These are some (hopefully minor) changes we keep needing to edit into
Bill Spitzak
1999-05-24
Added Rick's hack for initializing fl_display.
Michael R Sweet
1999-03-29
Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I
Carl E. Thompson