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
/
glut_compatability.cxx
Age
Commit message (
Expand
)
Author
2012-10-08
Use the function Fl_Menu_Item::argument(long) where it's useful.
Manolo Gouy
2012-04-22
Fixed linux 64 gcc 4.6.1 compilation problems
Fabien Costantini
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2010-11-11
Added mouse!=0 check in Fl_Glut_Window::handle (STR #2381)
engelsman
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-12-07
Fixed typos and amended doxygen docs.
Albrecht Schlosser
2008-11-13
STR 1948: fix glutIdleFunc so that it does not use the deprecated Fl::set_idl...
Ian MacArthur
2008-09-16
Doxygen documentation : took the opportunity to update copyright info as we m...
Fabien Costantini
2008-09-15
Doxygen documentation increment 2: adding more classes, comments not referenc...
Fabien Costantini
2007-05-20
Fix all compiler warnings from various build systems.
Michael R Sweet
2007-02-09
Don't depend on having RTLD_DEFAULT defined
Michael R Sweet
2007-02-08
Add header check for dlfcn.h.
Michael R Sweet
2007-02-08
Add support for glutGetProcAddress() on Mac OS X and other platforms
Michael R Sweet
2007-02-05
Fix glXGetProcAddressARB() usage and support for POSIX threads on HP-UX 11.
Michael R Sweet
2007-02-01
Don't use ARB function unless available (still need to do the autoconf
Michael R Sweet
2007-02-01
Update documentation and move glutDeviceGet() into code so we can return
Michael R Sweet
2007-02-01
Add GLUT support functions from FreeGLUT (STR #1522)
Michael R Sweet
2006-08-29
STR #1403: GLUT window creation code - better fix.
Matthias Melcher
2006-08-25
Two simple glut fixes (flickering and VC6 compiler issues).
Matthias Melcher
2006-08-25
Fixed GLUT behavior on window creation (STR #1267)
Matthias Melcher
2006-08-17
Fixed ABI issue with const on glutCreateWindow.
Matthias Melcher
2006-08-17
Added some GLUT4 functions (STR #1370)
Matthias Melcher
2006-08-17
Added missing const to GLUT call (STR #1371)
Matthias Melcher
2006-05-31
Remove executable bit from more source files.
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-10-14
Glut emulation turns mousewheel back into mouse buttons 3 and 4, for
Bill Spitzak
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-09-19
Fix keyboard handling in Fl_Glut_Window::handle().
Michael R Sweet
2002-08-09
More shadow variable changes...
Michael R Sweet
2002-06-26
glut_compatibility did not initialize 'display' function pointer and would ma...
Matthias Melcher
2002-01-01
Copyright updates...
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-10-16
Changed the sgi -woff pragma to the new #define suggested by Michael Sweet.
Bill Spitzak
1999-03-18
Changes from Luis Ibanez to make it compile under Borland.
Bill Spitzak
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-10-21
Fixed all the frigging file headings - was missing a $ in the Id string.
Michael R Sweet
1998-10-19
The great heading change - now use standard LGPL header with CVS tags.
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet