This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
FreeGLUT-Vita/freeglut/freeglut/src
2012-01-09 04:35:20 +00:00
..
templates Changed all references to the 'freeglut-1.3' directory to 'src', copied 'freeglut-1.3' to 'src' and added all files from 'src' to the repository (TODO #34). 2003-06-23 23:40:12 +00:00
freeglut_callbacks.c Adding multitouch capability per e-mail from Florian Echtler dated 3/17/11 12:07 PM 2011-03-18 02:59:22 +00:00
freeglut_cursor.c Adding Solaris and OSX to the *nix/X11 cursor support and adding a comment to the spaceball file 2009-12-24 03:06:22 +00:00
freeglut_display.c Making the check for a current window in "glutPostRedisplay" more stringent 2011-12-17 13:10:59 +00:00
freeglut_ext.c Putting in Diederick Niehorster's fullstreen patch per e-mail from him dated 6/9/2011, updated 9/4/2011 with modified patch. 2011-09-04 19:38:32 +00:00
freeglut_font_data.c Moved '#include "config.h"' to freeglut_internal.h, we will need it 2005-01-03 10:13:27 +00:00
freeglut_font.c Improving the stroke fonts per e-mail from Fliran Echtler dated Sun 5/31/2009 3:56 AM 2009-05-31 13:00:44 +00:00
freeglut_gamemode.c Fixing the "xrandr" refresh rate per e-mail from John Tsiombikas dated 12/19/11 at 7:14 AM 2011-12-20 03:30:00 +00:00
freeglut_geometry.c Fixing bug report 3106347, 'Incorrect normals for glutSolidCone' -- thank you Nigel. 2011-01-23 04:25:33 +00:00
freeglut_glutfont_definitions.c Yet another try to make the font definitions compile on all platforms. 2008-11-20 11:59:29 +00:00
freeglut_init.c Adding further comments to the removal of the "atexit" call from the Windows build, per e-mail from Diederick Niehorster dated 1/8/12 at 10:06 PM. 2012-01-09 04:35:20 +00:00
freeglut_input_devices.c Checking in the 'build patch' from Jeremy Huddleston vintage 11/19/09 -- everything except the 'configure.ac' changes which break my Cygwin build 2009-12-13 05:06:44 +00:00
freeglut_internal.h Fixing build warnings on OpenSUSE (and probably other Linux distros) by enclosing some function prototypes within an "ifdef" checking for Windows per e-mail from Johannes Obermayr dated 8/8/2011 at 1:05 PM (thank you, Johannes) 2011-09-10 12:53:06 +00:00
freeglut_joystick.c FreeBSD patch per e-mail from John Tsiombikas vintage 9/27/11, 10:37 AM 2011-09-28 01:37:26 +00:00
freeglut_main.c Putting in Diederick Niehorster's fullstreen patch per e-mail from him dated 6/9/2011, updated 9/4/2011 with modified patch. 2011-09-04 19:38:32 +00:00
freeglut_menu.c Unbreak the build for non-Windows platforms, fixing obviously untested 2009-07-23 19:07:34 +00:00
freeglut_misc.c Be conservative about the presence of GL_TABLE_TOO_LARGE. 2008-11-05 18:46:20 +00:00
freeglut_overlay.c Moved '#include "config.h"' to freeglut_internal.h, we will need it 2005-01-03 10:13:27 +00:00
freeglut_spaceball.c Fixing freeglut's desire to initialize the spaceball every time a window is checked. Now it tries once the first time a spaceball function is called and after that if it fails it doesn't try any more. This is per an e-mail from Diederick Niehorster vintage 6/8/11 at 3:17 AM, referring to feature request 3190319. 2011-09-04 03:49:11 +00:00
freeglut_state.c Putting in Diederick Niehorster's fullstreen patch per e-mail from him dated 6/9/2011, updated 9/4/2011 with modified patch. 2011-09-04 19:38:32 +00:00
freeglut_stroke_mono_roman.c freeglut_internal.h needs some GL types, but it is not self-contained. 2008-11-05 18:45:36 +00:00
freeglut_stroke_roman.c freeglut_internal.h needs some GL types, but it is not self-contained. 2008-11-05 18:45:36 +00:00
freeglut_structure.c Putting in Diederick Niehorster's fullstreen patch per e-mail from him dated 6/9/2011, updated 9/4/2011 with modified patch. 2011-09-04 19:38:32 +00:00
freeglut_teapot_data.h Joe Krahn's changes to "TARGET_HOST" defined constants 2006-09-21 18:39:09 +00:00
freeglut_teapot.c Joe Krahn's changes to "TARGET_HOST" defined constants 2006-09-21 18:39:09 +00:00
freeglut_videoresize.c Moved '#include "config.h"' to freeglut_internal.h, we will need it 2005-01-03 10:13:27 +00:00
freeglut_window.c Patching to fix "glXCreateContextAttribsARB not found" problem per e-mail from John Tsiombikas dated 11/3/2011 7:02 PM 2011-11-06 13:54:43 +00:00
freeglut_xinput.c Adding 'freeglut_xinput.c' to fix the SVN head per e-mail from Floiran Echtler around March 19, 2011 2011-03-22 11:44:31 +00:00
freeglutdll.def Adding four new functions to the DLL export definition so that they will be exported without decoration, per e-mail from Martin Payne dated 12/12/11 at 3:16 AM 2011-12-13 04:02:26 +00:00
Makefile.am FreeBSD patch per e-mail from John Tsiombikas vintage 9/27/11, 10:37 AM 2011-09-28 01:37:26 +00:00