freeglut
12 years agoUpdating the 64-bit builds for Visual Studio 2008 and 2010, per e-mail from Diederick...
John F. Fay [Sun, 6 Nov 2011 20:18:26 +0000 (20:18 +0000)]
Updating the 64-bit builds for Visual Studio 2008 and 2010, per e-mail from Diederick Niehorster dated 11/2/11 10:05 PM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@945 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoPatching to fix "glXCreateContextAttribsARB not found" problem per e-mail from John...
John F. Fay [Sun, 6 Nov 2011 13:54:43 +0000 (13:54 +0000)]
Patching to fix "glXCreateContextAttribsARB not found" problem per e-mail from John Tsiombikas dated 11/3/2011 7:02 PM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@943 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoFreeBSD patch per e-mail from John Tsiombikas vintage 9/27/11, 10:37 AM
John F. Fay [Wed, 28 Sep 2011 01:37:26 +0000 (01:37 +0000)]
FreeBSD patch per e-mail from John Tsiombikas vintage 9/27/11, 10:37 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@942 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoGiving credit where credit is due (I think -- let me know if I've overlooked you)
John F. Fay [Wed, 28 Sep 2011 01:24:32 +0000 (01:24 +0000)]
Giving credit where credit is due (I think -- let me know if I've overlooked you)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@941 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoAddressing Ubuntu bug 686312 reported as freeglut bug 3407093 -- adding '-lm' to...
John F. Fay [Wed, 28 Sep 2011 01:06:39 +0000 (01:06 +0000)]
Addressing Ubuntu bug 686312 reported as freeglut bug 3407093 -- adding '-lm' to the Lorenz and Spaceball demos

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@940 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoAddressing Ubuntu bug 686315 reported as freeglut bug 3407093 -- rearranging the...
John F. Fay [Wed, 28 Sep 2011 01:04:17 +0000 (01:04 +0000)]
Addressing Ubuntu bug 686315 reported as freeglut bug 3407093 -- rearranging the 'Makefile.am' loader flags

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@939 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoFixing build warnings on OpenSUSE (and probably other Linux distros) by enclosing...
John F. Fay [Sat, 10 Sep 2011 12:53:06 +0000 (12:53 +0000)]
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)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@938 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoAddressing bug report 3368139 about warnings under OpenSUSE. I added two explicit...
John F. Fay [Mon, 5 Sep 2011 17:26:30 +0000 (17:26 +0000)]
Addressing bug report 3368139 about warnings under OpenSUSE.  I added two explicit casts and an initialization.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@937 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoFixing the "XRANDR" version testing in "freeglut_gamemode.c", addressing bug 3383843...
John F. Fay [Mon, 5 Sep 2011 12:56:50 +0000 (12:56 +0000)]
Fixing the "XRANDR" version testing in "freeglut_gamemode.c", addressing bug 3383843.  Thanks to Diederick Niehorster for pointing it out.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@935 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoWhoops, I missed one.
John F. Fay [Mon, 5 Sep 2011 04:59:32 +0000 (04:59 +0000)]
Whoops, I missed one.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@934 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoCleaning up the MS VS2008 and VS2010 project files--removing some specifications...
John F. Fay [Mon, 5 Sep 2011 04:48:42 +0000 (04:48 +0000)]
Cleaning up the MS VS2008 and VS2010 project files--removing some specifications that are already default and removing debug info generation from the release versions

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@933 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoFinal patch on full screen fix per e-mail from Diederick Niehorster dated 10/4/11...
John F. Fay [Mon, 5 Sep 2011 03:35:35 +0000 (03:35 +0000)]
Final patch on full screen fix per e-mail from Diederick Niehorster dated 10/4/11 at 10:19 PM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@932 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoAdding the "patch_demo" patch per e-mail from Diederick Niehorster vintage 6/9/11...
John F. Fay [Sun, 4 Sep 2011 20:30:48 +0000 (20:30 +0000)]
Adding the "patch_demo" patch per e-mail from Diederick Niehorster vintage 6/9/11 at 11:57 PM.  Please check that I got them right; they are quite confusing.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@931 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoFixing the build after Diederick Niehorster's full screen fixes: they are only valid...
John F. Fay [Sun, 4 Sep 2011 19:58:20 +0000 (19:58 +0000)]
Fixing the build after Diederick Niehorster's full screen fixes:  they are only valid for WINVER >= 0x0500.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@930 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoPutting in Diederick Niehorster's fullstreen patch per e-mail from him dated 6/9...
John F. Fay [Sun, 4 Sep 2011 19:38:32 +0000 (19:38 +0000)]
Putting in Diederick Niehorster's fullstreen patch per e-mail from him dated 6/9/2011, updated 9/4/2011 with modified patch.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@929 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoFixing freeglut's desire to initialize the spaceball every time a window is checked...
John F. Fay [Sun, 4 Sep 2011 03:49:11 +0000 (03:49 +0000)]
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.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@928 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoFixing bug 3292122 from Nigel Stewart (thanks, Nigel) so that "freeglut" will build...
John F. Fay [Sun, 4 Sep 2011 03:35:29 +0000 (03:35 +0000)]
Fixing bug 3292122 from Nigel Stewart (thanks, Nigel) so that "freeglut" will build on Ubuntu, per e-mail from Diederick Niehorster vintage 6/8/2011 at 3:07 AM.  There was a problem with variables being declared only with an X extension but being used for all of X.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@927 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoFixing a null argument to 'strdup' per e-mail from Eero Pajarre dated 6/8/2011 4...
John F. Fay [Fri, 10 Jun 2011 03:53:12 +0000 (03:53 +0000)]
Fixing a null argument to 'strdup' per e-mail from Eero Pajarre dated 6/8/2011 4:15 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@926 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoAdding a multitouch patch from Eero Pajarre per e-mail dated 6/8/2011 1:14 AM
John F. Fay [Fri, 10 Jun 2011 03:50:27 +0000 (03:50 +0000)]
Adding a multitouch patch from Eero Pajarre per e-mail dated 6/8/2011 1:14 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@925 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoPatch for new Visual Studios to fix typos and quiet warnings per e-mail from Diederic...
John F. Fay [Fri, 10 Jun 2011 03:47:11 +0000 (03:47 +0000)]
Patch for new Visual Studios to fix typos and quiet warnings per e-mail from Diederick C. Niehorster dated 6/5/2011 at 9:23 PM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@924 7f0cb862-5218-0410-a997-914c9d46530a

12 years agoUpdating the MSVC 2010 project file for the "subwin" demo, courtesy of an e-mail...
John F. Fay [Fri, 10 Jun 2011 03:36:14 +0000 (03:36 +0000)]
Updating the MSVC 2010 project file for the "subwin" demo, courtesy of an e-mail from Diederick Niehorster dated 6/5/2011 at 9:32 PM.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@923 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing a 'gamemode at_exit' bug courtesy of Diederick Niehorster per e-mail dated...
John F. Fay [Wed, 1 Jun 2011 11:44:00 +0000 (11:44 +0000)]
Fixing a 'gamemode at_exit' bug courtesy of Diederick Niehorster per e-mail dated 6/1/11 1:50 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@922 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding support for partial mouse wheel turns as requested by Jason Wilkins in an...
John F. Fay [Fri, 27 May 2011 20:37:31 +0000 (20:37 +0000)]
Adding support for partial mouse wheel turns as requested by Jason Wilkins in an e-mail dated 5/27/11 10:34 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@921 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding "MouseWheelTicks" to the "fgState" structure as a first step towards supportin...
John F. Fay [Fri, 27 May 2011 20:27:04 +0000 (20:27 +0000)]
Adding "MouseWheelTicks" to the "fgState" structure as a first step towards supporting fractional mouse wheel ticks

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@920 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing multitouch for Windows per e-mail from Florian Echtler dated 5/3/11 10:33 AM
John F. Fay [Fri, 27 May 2011 20:17:34 +0000 (20:17 +0000)]
Fixing multitouch for Windows per e-mail from Florian Echtler dated 5/3/11 10:33 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@919 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing 'glutGet' processing for 'GLUT_BORDERLESS' on Windows per e-mail from Eero...
John F. Fay [Fri, 27 May 2011 20:12:02 +0000 (20:12 +0000)]
Fixing 'glutGet' processing for 'GLUT_BORDERLESS' on Windows per e-mail from Eero Pajarre dated 4/24/2011 10:17 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@918 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing 'GLUT_BORDERLESS' on Windows per e-mail from Eero Pajarre dated 4/24/2011...
John F. Fay [Fri, 27 May 2011 20:10:13 +0000 (20:10 +0000)]
Fixing 'GLUT_BORDERLESS' on Windows per e-mail from Eero Pajarre dated 4/24/2011 9:19 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@917 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoUpdating the VS 2010 solution file per e-mail from Diederick Niehorster dated 5/27...
John F. Fay [Fri, 27 May 2011 20:03:10 +0000 (20:03 +0000)]
Updating the VS 2010 solution file per e-mail from Diederick Niehorster dated 5/27/11 at 3:59 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@916 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding the "subwin" demo to the MSVC 6.0 workspace, in both static and dynamic config...
John F. Fay [Sat, 26 Mar 2011 18:10:27 +0000 (18:10 +0000)]
Adding the "subwin" demo to the MSVC 6.0 workspace, in both static and dynamic configurations

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@915 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing the build on *nix per e-mail from John Tsiombikas dated 3/22/11 at 2:26 PM
John F. Fay [Fri, 25 Mar 2011 02:50:57 +0000 (02:50 +0000)]
Fixing the build on *nix per e-mail from John Tsiombikas dated 3/22/11 at 2:26 PM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@914 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing problems in VS2010 solution and project files per e-mail from Diederick Niehor...
John F. Fay [Wed, 23 Mar 2011 12:40:54 +0000 (12:40 +0000)]
Fixing problems in VS2010 solution and project files per e-mail from Diederick Niehorster dated 3/22/11 11:30 PM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@913 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding the "subwin" demo program to the Visual Studio 2010 build tree per e-mail...
John F. Fay [Wed, 23 Mar 2011 04:06:04 +0000 (04:06 +0000)]
Adding the "subwin" demo program to the Visual Studio 2010 build tree per e-mail from Diederick Niehorster dated 3/22/11 at 8:58 AM.  I had to hand-jam it with Notepad so please check it for errors.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@912 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding the "subwin" demo program to the Visual Studio 2008 build tree per e-mail...
John F. Fay [Wed, 23 Mar 2011 03:55:21 +0000 (03:55 +0000)]
Adding the "subwin" demo program to the Visual Studio 2008 build tree per e-mail from Diederick Niehorster dated 3/22/11 at 8:58 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@911 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoMaking some constants in the 'subwin' demo floating-point to silence compiler warning...
John F. Fay [Wed, 23 Mar 2011 03:38:25 +0000 (03:38 +0000)]
Making some constants in the 'subwin' demo floating-point to silence compiler warnings per e-mail from Diederick Niehorster dated 3/22/11 at 8:58 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@910 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding 'invisible messages' patch per e-mail from John Tsiombikas dated 3/18/11 1...
John F. Fay [Tue, 22 Mar 2011 11:53:09 +0000 (11:53 +0000)]
Adding 'invisible messages' patch per e-mail from John Tsiombikas dated 3/18/11 1:24 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@909 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoMore game mode patches from John Tsiombikas, from an e-mail vintage 3/18/11 1:24 AM
John F. Fay [Tue, 22 Mar 2011 11:51:00 +0000 (11:51 +0000)]
More game mode patches from John Tsiombikas, from an e-mail vintage 3/18/11 1:24 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@908 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding 'freeglut_xinput.c' to fix the SVN head per e-mail from Floiran Echtler around...
John F. Fay [Tue, 22 Mar 2011 11:44:31 +0000 (11:44 +0000)]
Adding 'freeglut_xinput.c' to fix the SVN head per e-mail from Floiran Echtler around March 19, 2011

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@907 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding the 'subwinfix.patch' patch to set the focus in the Windows code. Includes...
John F. Fay [Fri, 18 Mar 2011 03:21:56 +0000 (03:21 +0000)]
Adding the 'subwinfix.patch' patch to set the focus in the Windows code.  Includes a demo program.  See e-mail from Evan Felix dated 3/17/11 4:22 PM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@906 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding multitouch capability per e-mail from Florian Echtler dated 3/17/11 12:07 PM
John F. Fay [Fri, 18 Mar 2011 02:59:22 +0000 (02:59 +0000)]
Adding multitouch capability per e-mail from Florian Echtler dated 3/17/11 12:07 PM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@905 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding more examples to 'one.c' to test the game mode string per e-mail from Diedrick...
John F. Fay [Thu, 17 Mar 2011 04:22:55 +0000 (04:22 +0000)]
Adding more examples to 'one.c' to test the game mode string per e-mail from Diedrick Niehorster dated 3/16/11 11:06 PM.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@904 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding a warning to an unsuccessful game mode entry per e-mail from Diedrick Niehorst...
John F. Fay [Thu, 17 Mar 2011 04:21:38 +0000 (04:21 +0000)]
Adding a warning to an unsuccessful game mode entry per e-mail from Diedrick Niehorster dated 3/16/11 11:06 PM.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@903 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoImplementing the 'gamemode-testing_windows.patch' per e-mail from Diederick Niehorste...
John F. Fay [Thu, 17 Mar 2011 02:55:51 +0000 (02:55 +0000)]
Implementing the 'gamemode-testing_windows.patch' per e-mail from Diederick Niehorster dated 3/16/11 1:06 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@902 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing the unspecified game mode parameter problem per e-mail from Diederick Niehorst...
John F. Fay [Thu, 17 Mar 2011 02:53:40 +0000 (02:53 +0000)]
Fixing the unspecified game mode parameter problem per e-mail from Diederick Niehorster dated 3/16/11 1:06 AM -- putting in both 'gamemode-unspecified' patch files at once

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@901 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoApplying the "readme-win32.patch" patch from Diederick Niehorster in e-mail dated...
John F. Fay [Thu, 17 Mar 2011 02:49:29 +0000 (02:49 +0000)]
Applying the "readme-win32.patch" patch from Diederick Niehorster in e-mail dated 3/16/11 at 1:06 AM.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@900 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoApplying the "vs2010_project_files.patch" patch from Diederick Niehorster in e-mail...
John F. Fay [Thu, 17 Mar 2011 02:46:09 +0000 (02:46 +0000)]
Applying the "vs2010_project_files.patch" patch from Diederick Niehorster in e-mail dated 3/16/11 at 1:06 AM.  It will need checking that I have done it right as I needed to use the text editor to put them in.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@899 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoImplementing John Tsiombikas' missing error demo patch per e-mail dated 3/15/11 8...
John F. Fay [Wed, 16 Mar 2011 03:24:21 +0000 (03:24 +0000)]
Implementing John Tsiombikas' missing error demo patch per e-mail dated 3/15/11 8:04 PM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@898 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoImplementing John Tsiombikas' game mode patch per e-mail dated 3/15/11 8:04 PM
John F. Fay [Wed, 16 Mar 2011 03:22:49 +0000 (03:22 +0000)]
Implementing John Tsiombikas' game mode patch per e-mail dated 3/15/11 8:04 PM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@897 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing a bug which set the "ErrorFunc" field in the call to "glutInitWarningFunc"
John F. Fay [Mon, 14 Mar 2011 03:26:15 +0000 (03:26 +0000)]
Fixing a bug which set the "ErrorFunc" field in the call to "glutInitWarningFunc"

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@896 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoReducing the initial menu window size from 100x100 pixels to 1x1 pixel so that it...
John F. Fay [Mon, 14 Mar 2011 02:59:17 +0000 (02:59 +0000)]
Reducing the initial menu window size from 100x100 pixels to 1x1 pixel so that it doesn't "flash" on the screen as the menu is being created.  Reference to e-mail by Jason Wilkins dated 2/22/2011 11:43 AM.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@895 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing a bug in the game mode refresh rate specification, in the case in which an...
John F. Fay [Sun, 13 Mar 2011 21:19:00 +0000 (21:19 +0000)]
Fixing a bug in the game mode refresh rate specification, in the case in which an exact match is not found in the available display modes.  Reference to e-mail from Diederick C. Niehorster dated 1/26/2011, 11:59 PM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@894 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing game mode in X11 so that it doesn't override unspecified settings per e-mail...
John F. Fay [Sun, 13 Mar 2011 21:11:18 +0000 (21:11 +0000)]
Fixing game mode in X11 so that it doesn't override unspecified settings per e-mail from John F. Fay dated March 13, 2011 around 4:09 PM.  I think this addresses bug report 3112718.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@893 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing game mode in Windows so that it doesn't override unspecified settings per...
John F. Fay [Sun, 13 Mar 2011 21:00:37 +0000 (21:00 +0000)]
Fixing game mode in Windows so that it doesn't override unspecified settings per e-mail from Diederick C. Niehorster, 1/25/2011, 11:09 PM.  I think this addresses bug report 3112718.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@892 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing bug 3048705 -- "fgOpenWindow should only return after the window opens". ...
John F. Fay [Tue, 25 Jan 2011 05:56:38 +0000 (05:56 +0000)]
Fixing bug 3048705 -- "fgOpenWindow should only return after the window opens".  This is a *nix change and I am building on Windows, so somebody else needs to test this change.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@891 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing bug report 3104860 -- setting the accumulator bits to one if GLUT_ACCUM is...
John F. Fay [Tue, 25 Jan 2011 05:47:56 +0000 (05:47 +0000)]
Fixing bug report 3104860 -- setting the accumulator bits to one if GLUT_ACCUM is set (Windows code only)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@890 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing bug 3105058. There is a possibly substantial change on line 783, where the...
John F. Fay [Tue, 25 Jan 2011 05:43:37 +0000 (05:43 +0000)]
Fixing bug 3105058.  There is a possibly substantial change on line 783, where the "window->Window.Device" is replaced with "hDC" rather than "current_hDC" which was assigned to its value earlier.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@889 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing bug report 3021598 by modifying "glutSetWindow" under Windows so that it only...
John F. Fay [Tue, 25 Jan 2011 05:17:12 +0000 (05:17 +0000)]
Fixing bug report 3021598 by modifying "glutSetWindow" under Windows so that it only releases and gets the device context if the window is being set to a new window

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@888 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing bug report 2952457 -- modifying the "FREEGLUT_EXIT_IF_NO_WINDOW" macro so...
John F. Fay [Sun, 23 Jan 2011 22:30:13 +0000 (22:30 +0000)]
Fixing bug report 2952457 -- modifying the "FREEGLUT_EXIT_IF_NO_WINDOW" macro so that it does not exit if the user has specified "GLUT_ACTION_CONTINUE_EXECUTION".

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@887 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing bug 2946386 -- typo in 'configure.ac'
John F. Fay [Sun, 23 Jan 2011 22:19:16 +0000 (22:19 +0000)]
Fixing bug 2946386 -- typo in 'configure.ac'

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@886 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing bug 3058389, typo in Open Watcom Makefile.wat. Thank you, Kasper.
John F. Fay [Sun, 23 Jan 2011 19:12:30 +0000 (19:12 +0000)]
Fixing bug 3058389, typo in Open Watcom Makefile.wat.  Thank you, Kasper.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@885 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoPart one of fixing bug 3058987 -- the 'freeglut_patch_visual_info.diff' changes
John F. Fay [Sun, 23 Jan 2011 18:58:54 +0000 (18:58 +0000)]
Part one of fixing bug 3058987 -- the 'freeglut_patch_visual_info.diff' changes

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@884 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding support to Solaris courtesy of Dagobert Michelsen, bug report 3077828 (thank...
John F. Fay [Sun, 23 Jan 2011 14:29:47 +0000 (14:29 +0000)]
Adding support to Solaris courtesy of Dagobert Michelsen, bug report 3077828 (thank you, Dagobert).

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@883 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoRemoving a bunch of Windows line endings -- see bug report 3077828
John F. Fay [Sun, 23 Jan 2011 14:18:25 +0000 (14:18 +0000)]
Removing a bunch of Windows line endings -- see bug report 3077828

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@882 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing bug report 3106347, 'Incorrect normals for glutSolidCone' -- thank you Nigel.
John F. Fay [Sun, 23 Jan 2011 04:25:33 +0000 (04:25 +0000)]
Fixing bug report 3106347, 'Incorrect normals for glutSolidCone' -- thank you Nigel.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@881 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding Visual Studio 2010 support and moving Visual Studio 2008 support from two...
John F. Fay [Sun, 23 Jan 2011 03:47:05 +0000 (03:47 +0000)]
Adding Visual Studio 2010 support and moving Visual Studio 2008 support from two separate directories into a single "VisualStudio" directory.

Use of the project files in the "VisualStudio2008" or "VisualStudio2008Static" directories is now DEPRECATED.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@880 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAdding a 'README.mac' file to capture Nicholas Panayis' experience -- see e-mail...
John F. Fay [Sun, 23 Jan 2011 02:45:42 +0000 (02:45 +0000)]
Adding a 'README.mac' file to capture Nicholas Panayis' experience -- see e-mail on freeglut-developer dated 11/9/2010 at 10:03 PM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@879 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoFixing typo in a comment per e-mail from Arvin Schnell dated 11/19/10 4:55 AM
John F. Fay [Sat, 20 Nov 2010 13:40:25 +0000 (13:40 +0000)]
Fixing typo in a comment per e-mail from Arvin Schnell dated 11/19/10 4:55 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@878 7f0cb862-5218-0410-a997-914c9d46530a

13 years agoAddressing feature request 2116152 -- adding an fgError exit callback routine --...
John F. Fay [Mon, 1 Nov 2010 04:13:54 +0000 (04:13 +0000)]
Addressing feature request 2116152 -- adding an fgError exit callback routine -- patch from Chris Marshall in e-mail dated 10/30/2010 2:06 PM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@877 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoFixing "fgDestroyWindow" error per e-mail from John Tsiombikas dated Wed, 26 May...
John F. Fay [Sat, 29 May 2010 02:07:21 +0000 (02:07 +0000)]
Fixing "fgDestroyWindow" error per e-mail from John Tsiombikas dated Wed, 26 May 2010 13:16:28 +0200

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@876 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoAllowing recent change to build on older versions of MSVC per e-mail from Eero Pajarr...
John F. Fay [Mon, 1 Feb 2010 03:02:44 +0000 (03:02 +0000)]
Allowing recent change to build on older versions of MSVC per e-mail from Eero Pajarre dated 1/31/10 at 10:00 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@875 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoPutting the definition of "HAVE_VFPRINTF" back in (and adding the errant "F") per...
John F. Fay [Sat, 30 Jan 2010 00:54:59 +0000 (00:54 +0000)]
Putting the definition of "HAVE_VFPRINTF" back in (and adding the errant "F") per e-mail from Eero Pajarre dated 1/29/2010 at 7:51 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@874 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoAdding a more comprehensive warning message if "CreateDC" failed, per e-mail from...
John F. Fay [Sat, 30 Jan 2010 00:03:48 +0000 (00:03 +0000)]
Adding a more comprehensive warning message if "CreateDC" failed, per e-mail from Eero Pajarre dated 1/29/10, 5:26 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@873 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoImplementing Windows multiple-display patch per e-mail from Eero Paharre dated 1...
John F. Fay [Fri, 29 Jan 2010 05:05:14 +0000 (05:05 +0000)]
Implementing Windows multiple-display patch per e-mail from Eero Paharre dated 1/25/10, 11:54 AM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@872 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoMaking all Windows include file names lower-case for better *nix compatibility per...
John F. Fay [Mon, 25 Jan 2010 03:57:50 +0000 (03:57 +0000)]
Making all Windows include file names lower-case for better *nix compatibility per e-mail from Martin Payne vintage 1/22/2010 6:15 AM.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@871 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoChecking for a window before we try to refer to it (see e-mail by Eero Pajarre dated...
John F. Fay [Mon, 11 Jan 2010 01:41:38 +0000 (01:41 +0000)]
Checking for a window before we try to refer to it (see e-mail by Eero Pajarre dated 1/10/2010 at 2:48 PM).

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@870 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoFixing a typo in a comment
John F. Fay [Mon, 4 Jan 2010 16:31:17 +0000 (16:31 +0000)]
Fixing a typo in a comment

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@869 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoImplementing feature request #2840239: Windows special keys added (ctrl, shift and...
John F. Fay [Mon, 4 Jan 2010 04:44:34 +0000 (04:44 +0000)]
Implementing feature request #2840239:  Windows special keys added (ctrl, shift and alt)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@868 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoImplementing feature request 2824176: detection of X11 special keys: SHIFT, CTRL...
John F. Fay [Mon, 4 Jan 2010 04:07:03 +0000 (04:07 +0000)]
Implementing feature request 2824176:  detection of X11 special keys: SHIFT, CTRL, ALT

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@867 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoRearranged some of the configuration-dependent code with an eye to simplifying it.
John F. Fay [Thu, 24 Dec 2009 04:05:46 +0000 (04:05 +0000)]
Rearranged some of the configuration-dependent code with an eye to simplifying it.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@866 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoAdding Solaris and OSX to the *nix/X11 cursor support and adding a comment to the...
John F. Fay [Thu, 24 Dec 2009 03:06:22 +0000 (03:06 +0000)]
Adding Solaris and OSX to the *nix/X11 cursor support and adding a comment to the spaceball file

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@865 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoAdding a check for Solaris in the "freeglut_internal.h" code to avoid duplication
John F. Fay [Mon, 21 Dec 2009 01:50:35 +0000 (01:50 +0000)]
Adding a check for Solaris in the "freeglut_internal.h" code to avoid duplication

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@864 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoHaving the library poll joysticks only if there is an active joystick callback enable...
John F. Fay [Sun, 13 Dec 2009 13:47:20 +0000 (13:47 +0000)]
Having the library poll joysticks only if there is an active joystick callback enabled per e-mail exchange titled "overjoyed" on December 10-13, 2009

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@863 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoFixing another errant "HAVE_ERRNO_H" preprocessor definition
John F. Fay [Sun, 13 Dec 2009 13:46:20 +0000 (13:46 +0000)]
Fixing another errant "HAVE_ERRNO_H" preprocessor definition

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@862 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoChecking in the 'build patch' from Jeremy Huddleston vintage 11/19/09 -- everything...
John F. Fay [Sun, 13 Dec 2009 05:06:44 +0000 (05:06 +0000)]
Checking in the 'build patch' from Jeremy Huddleston vintage 11/19/09 -- everything except the 'configure.ac' changes which break my Cygwin build

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@861 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoReplacing a needed function in the cursor code -- the previous SVN commit broke the...
John F. Fay [Sat, 12 Dec 2009 13:37:57 +0000 (13:37 +0000)]
Replacing a needed function in the cursor code -- the previous SVN commit broke the build.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@860 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoSimplifying the system-dependent conditional code in "freeglut_cursor.c"
John F. Fay [Sat, 5 Dec 2009 14:58:24 +0000 (14:58 +0000)]
Simplifying the system-dependent conditional code in "freeglut_cursor.c"

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@859 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoUploading spaceball/set-window patch per e-mail from John Tsiombikas dated 1:34 PM...
John F. Fay [Thu, 3 Dec 2009 03:21:12 +0000 (03:21 +0000)]
Uploading spaceball/set-window patch per e-mail from John Tsiombikas dated 1:34 PM, 12/2/09

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@856 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoBumping the version number up to 2.7.0 -- we are now into the new "unstable" build...
John F. Fay [Wed, 2 Dec 2009 12:08:37 +0000 (12:08 +0000)]
Bumping the version number up to 2.7.0 -- we are now into the new "unstable" build for the next go-around

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@855 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoSee e-mail from Martin Payne dated 11/30/09 at 5:51 AM. These changes include changi...
John F. Fay [Wed, 2 Dec 2009 03:56:05 +0000 (03:56 +0000)]
See e-mail from Martin Payne dated 11/30/09 at 5:51 AM.  These changes include changing "HAVE_ERRNO" to "HAVE_ERRNO_H" globally, modifying "configure.ac" to check for "errno.h", and modifying the "vcproj" files to suppress spurious warnings.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@854 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoMaking the "smooth_opengl3" typedefs to be Windows only per a discussion on the devel...
John F. Fay [Thu, 19 Nov 2009 12:51:58 +0000 (12:51 +0000)]
Making the "smooth_opengl3" typedefs to be Windows only per a discussion on the developers' list over the last several days.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@851 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoAdding Mac OSX to the list of platforms covered by the X11 support. This is a stopga...
John F. Fay [Wed, 18 Nov 2009 12:29:05 +0000 (12:29 +0000)]
Adding Mac OSX to the list of platforms covered by the X11 support.  This is a stopgap measure so we can get something out the door; I would prefer native OSX support.  See e-mail from Paul Martz at 3:25 PM, 11/16/09 for some thoughts on this.  Apparently this allows the library to build but the demos do not work.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@850 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoPutting in the "glutFullScreen" support for Gnome and other X window managers per...
John F. Fay [Wed, 18 Nov 2009 01:52:13 +0000 (01:52 +0000)]
Putting in the "glutFullScreen" support for Gnome and other X window managers per e-mail with patch file from John Tsiombikas dated 2:14 AM, 11/16/09

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@849 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoFixing the "freeglutdll.def" for real per e-mail from Martin Payne dated 12:58 PM...
John F. Fay [Sat, 14 Nov 2009 19:11:21 +0000 (19:11 +0000)]
Fixing the "freeglutdll.def" for real per e-mail from Martin Payne dated 12:58 PM, 11/14/09

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@848 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoRemoving a set of deprecated joystick functions from "freeglutdll.def" per e-mail...
John F. Fay [Sat, 14 Nov 2009 18:43:07 +0000 (18:43 +0000)]
Removing a set of deprecated joystick functions from "freeglutdll.def" per e-mail thread with Martin Payne on "Release Candidate 2 status", one entry of which is dated 1:03 AM, 11/14/09

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@847 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoFixing bug 2862668, "freeglut 2.6.0 RC1 fails to build on FreeBSD", submitted by...
John F. Fay [Sat, 14 Nov 2009 04:31:39 +0000 (04:31 +0000)]
Fixing bug 2862668, "freeglut 2.6.0 RC1 fails to build on FreeBSD", submitted by Alexis Ballier ( aballier ) - 2009-09-20 09:44 (thank you, Alexis)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@846 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoMaking the spaceball demo a bit more elegant per e-mail from John Tsiombikas dated...
John F. Fay [Wed, 11 Nov 2009 03:30:06 +0000 (03:30 +0000)]
Making the spaceball demo a bit more elegant per e-mail from John Tsiombikas dated 8:45 PM, 11/10/09.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@845 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoGetting the "spaceball" demo to build properly in Windows
John F. Fay [Wed, 11 Nov 2009 01:21:41 +0000 (01:21 +0000)]
Getting the "spaceball" demo to build properly in Windows

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@844 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoAdding the "freeglut_spaceball.c" file to the MSVC6 project files
John F. Fay [Wed, 11 Nov 2009 00:59:50 +0000 (00:59 +0000)]
Adding the "freeglut_spaceball.c" file to the MSVC6 project files

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@843 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoAdding "freeglut_spaceball.c" to the VS2008 project files per e-mail from Diederick...
John F. Fay [Mon, 9 Nov 2009 13:08:37 +0000 (13:08 +0000)]
Adding "freeglut_spaceball.c" to the VS2008 project files per e-mail from Diederick Niehorster dated 12:13 AM, 11/9/09

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@841 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoAdding "freeglut_spaceball" to the "Makefile.wat" file to (I hope) allow it to build...
John F. Fay [Sun, 8 Nov 2009 02:58:49 +0000 (02:58 +0000)]
Adding "freeglut_spaceball" to the "Makefile.wat" file to (I hope) allow it to build using OpenWATCOM

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@840 7f0cb862-5218-0410-a997-914c9d46530a

14 years agoConverting tab characters to spaces in the source code ...
John F. Fay [Sun, 8 Nov 2009 02:00:17 +0000 (02:00 +0000)]
Converting tab characters to spaces in the source code ...

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@839 7f0cb862-5218-0410-a997-914c9d46530a