freeglut
12 years agoFixing a bug I introduced into the "...ATEXIT" hack
John F. Fay [Mon, 30 Jan 2012 03:34:22 +0000 (03:34 +0000)]
Fixing a bug I introduced into the "...ATEXIT" hack

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

12 years agoMoving the platform-specific window state fields into their own substructure
John F. Fay [Sun, 29 Jan 2012 19:17:18 +0000 (19:17 +0000)]
Moving the platform-specific window state fields into their own substructure

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

12 years agoMoving more Windows-specific header stuff over to the Windows-specific header file
John F. Fay [Sun, 29 Jan 2012 13:14:08 +0000 (13:14 +0000)]
Moving more Windows-specific header stuff over to the Windows-specific header file

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

12 years agoMoving the Windows-specific includes into the Windows-specific header file
John F. Fay [Sun, 29 Jan 2012 13:11:30 +0000 (13:11 +0000)]
Moving the Windows-specific includes into the Windows-specific header file

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

12 years agoMoving the Windows-specific "__glutCreateMenuWIthExit" function to the Windows-specif...
John F. Fay [Sun, 29 Jan 2012 13:06:54 +0000 (13:06 +0000)]
Moving the Windows-specific "__glutCreateMenuWIthExit" function to the Windows-specific file

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

12 years agoMoving the Windows-specific joystick definitions into the Windows-specific header...
John F. Fay [Sun, 29 Jan 2012 05:26:54 +0000 (05:26 +0000)]
Moving the Windows-specific joystick definitions into the Windows-specific header file

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

12 years agoMoved the platform-specific variables in the Joystick structure into their own platfo...
John F. Fay [Sun, 29 Jan 2012 05:25:10 +0000 (05:25 +0000)]
Moved the platform-specific variables in the Joystick structure into their own platform-specific substructure.

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

12 years agoRemoving the Windows-specific "includes" from "freeglut_joystick.c"
John F. Fay [Sun, 29 Jan 2012 04:46:29 +0000 (04:46 +0000)]
Removing the Windows-specific "includes" from "freeglut_joystick.c"

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

12 years agoSplitting the platform-specific joystick "Raw Read" code into its own functions
John F. Fay [Sun, 29 Jan 2012 04:45:17 +0000 (04:45 +0000)]
Splitting the platform-specific joystick "Raw Read" code into its own functions

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

12 years agoSplitting the platform-specific "fgSystemTime" code into its own functions
John F. Fay [Sun, 29 Jan 2012 04:32:41 +0000 (04:32 +0000)]
Splitting the platform-specific "fgSystemTime" code into its own functions

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

12 years agoMoving non-Windows platform-specific code lower in the file again to avoid declaratio...
John F. Fay [Sun, 29 Jan 2012 04:25:56 +0000 (04:25 +0000)]
Moving non-Windows platform-specific code lower in the file again to avoid declaration problems and splitting out the platform-specific fghJoystickOpen code

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

12 years agoSplitting out the platform-specific code from "fghJoystickInit"
John F. Fay [Sun, 29 Jan 2012 04:01:24 +0000 (04:01 +0000)]
Splitting out the platform-specific code from "fghJoystickInit"

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

12 years agoMoving the definition of the "fgJoystick" structure type to the header file so I...
John F. Fay [Sun, 29 Jan 2012 03:51:12 +0000 (03:51 +0000)]
Moving the definition of the "fgJoystick" structure type to the header file so I can use it across source code files

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

12 years agoMoving the platform-specific code (non-Windows) farther up in the freeglut_joystick...
John F. Fay [Sun, 29 Jan 2012 03:42:57 +0000 (03:42 +0000)]
Moving the platform-specific code (non-Windows) farther up in the freeglut_joystick.c file

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

12 years agoSplitting platform-specific code out of "fgJoystickClose" function
John F. Fay [Sun, 29 Jan 2012 03:38:11 +0000 (03:38 +0000)]
Splitting platform-specific code out of "fgJoystickClose" function

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

12 years agoMoving the Windows-specific "glutInitWithExit" function to a Windows-specific file
John F. Fay [Sun, 29 Jan 2012 03:25:31 +0000 (03:25 +0000)]
Moving the Windows-specific "glutInitWithExit" function to a Windows-specific file

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

12 years agoMoving the "glutCreateWindowWithExit" and its associated variable to the Windows...
John F. Fay [Sun, 29 Jan 2012 03:22:28 +0000 (03:22 +0000)]
Moving the "glutCreateWindowWithExit" and its associated variable to the Windows-specific files

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

12 years agoMoving the platform-specific FBConfig and device context variables into platform...
John F. Fay [Sun, 29 Jan 2012 03:15:41 +0000 (03:15 +0000)]
Moving the platform-specific FBConfig and device context variables into platform-specific parts of the code

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

12 years agoMoving the platform-specific window handle and context type definitions into platform...
John F. Fay [Sun, 29 Jan 2012 03:04:35 +0000 (03:04 +0000)]
Moving the platform-specific window handle and context type definitions into platform-specific code regions

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

12 years agoMoving the Windows platform-specific "SwapBuffers" calls into a Windows platform...
John F. Fay [Sun, 29 Jan 2012 02:52:21 +0000 (02:52 +0000)]
Moving the Windows platform-specific "SwapBuffers" calls into a Windows platform-specific file

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

12 years agoMoving platform-specific fields in "SFG_Display" into a substructure
John F. Fay [Sun, 29 Jan 2012 02:45:04 +0000 (02:45 +0000)]
Moving platform-specific fields in "SFG_Display" into a substructure

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

12 years agoFixing the previous commit so we don't have a circular include. Under the new regime...
John F. Fay [Sun, 29 Jan 2012 02:29:16 +0000 (02:29 +0000)]
Fixing the previous commit so we don't have a circular include.  Under the new regime, the "freeglut_internal_mswin.h(platform).h" file will have only platform-specific definitions in it and will be included at the top of "freeglut_internal.h".

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

12 years agoAdding the platform-specific includes to "freeglut_internal.h" in preparation for...
John F. Fay [Sun, 29 Jan 2012 02:22:56 +0000 (02:22 +0000)]
Adding the platform-specific includes to "freeglut_internal.h" in preparation for some more major changes

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

12 years agoRemoving some Windows-specific function prototypes from "freeglut_internal.h"
John F. Fay [Tue, 24 Jan 2012 04:07:10 +0000 (04:07 +0000)]
Removing some Windows-specific function prototypes from "freeglut_internal.h"

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

12 years agoRemoving a bunch of "static" declarations from the "fgPlatform" function definitions...
John F. Fay [Tue, 24 Jan 2012 03:48:12 +0000 (03:48 +0000)]
Removing a bunch of "static" declarations from the "fgPlatform" function definitions to remove a raft of Linux errors

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

12 years agoFixing the Linux directory paths in which the "automake" looks for source code
John F. Fay [Tue, 24 Jan 2012 03:30:19 +0000 (03:30 +0000)]
Fixing the Linux directory paths in which the "automake" looks for source code

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

12 years agoPutting in Diederick Niehorster's patch from e-mail dated 1/23/12 at 6:48 AM to fix...
John F. Fay [Tue, 24 Jan 2012 00:09:40 +0000 (00:09 +0000)]
Putting in Diederick Niehorster's patch from e-mail dated 1/23/12 at 6:48 AM to fix the "WM_TOUCH" bugs inserted in the recent code changes

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

12 years agoFixing a preprocessor typo
John F. Fay [Mon, 23 Jan 2012 05:46:18 +0000 (05:46 +0000)]
Fixing a preprocessor typo

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

12 years agoSplitting the rest of the Windows-specific "freeglut_window.c" functions into their...
John F. Fay [Mon, 23 Jan 2012 05:44:18 +0000 (05:44 +0000)]
Splitting the rest of the Windows-specific "freeglut_window.c" functions into their own file

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

12 years agoSplitting some Windows-specific "freeglut_window.c" functions into their own file
John F. Fay [Mon, 23 Jan 2012 05:24:34 +0000 (05:24 +0000)]
Splitting some Windows-specific "freeglut_window.c" functions into their own file

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

12 years agoMoving some function prototypes into the source files where they are found and out...
John F. Fay [Mon, 23 Jan 2012 05:06:58 +0000 (05:06 +0000)]
Moving some function prototypes into the source files where they are found and out of the "freeglut_internal.h" file

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

12 years agoRationalizing the names of the platform-specific functions so that they begin with...
John F. Fay [Mon, 23 Jan 2012 05:01:37 +0000 (05:01 +0000)]
Rationalizing the names of the platform-specific functions so that they begin with "fgPlatform"

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

12 years agoSplitting Windows-specific "freeglut_structure.c" code into its own file (there isn...
John F. Fay [Mon, 23 Jan 2012 04:42:31 +0000 (04:42 +0000)]
Splitting Windows-specific "freeglut_structure.c" code into its own file (there isn't any)

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

12 years agoSplitting the other "glutGet" Windows-specific code into its own function
John F. Fay [Mon, 23 Jan 2012 04:37:06 +0000 (04:37 +0000)]
Splitting the other "glutGet" Windows-specific code into its own function

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

12 years agoMoving Windows-specific "glutGet" code into its own file
John F. Fay [Mon, 23 Jan 2012 04:06:48 +0000 (04:06 +0000)]
Moving Windows-specific "glutGet" code into its own file

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

12 years agoSplitting a little Windows-specific menu code into its own file
John F. Fay [Mon, 23 Jan 2012 02:46:16 +0000 (02:46 +0000)]
Splitting a little Windows-specific menu code into its own file

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

12 years agoSplitting the rest of the Windows-specific code from "freeglut_main.c" into its own...
John F. Fay [Sun, 22 Jan 2012 19:25:56 +0000 (19:25 +0000)]
Splitting the rest of the Windows-specific code from "freeglut_main.c" into its own file

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

12 years agoMoving some Windows-specific code out of "freeglut_main.c" into the Windows-specific...
John F. Fay [Sun, 22 Jan 2012 06:21:50 +0000 (06:21 +0000)]
Moving some Windows-specific code out of "freeglut_main.c" into the Windows-specific file

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

12 years agoSplitting out more Windows-specific code in "freeglut_init.c"
John F. Fay [Sun, 22 Jan 2012 01:48:15 +0000 (01:48 +0000)]
Splitting out more Windows-specific code in "freeglut_init.c"

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

12 years agoSplitting the Windows-specific input device code into its own file
John F. Fay [Sun, 22 Jan 2012 01:42:57 +0000 (01:42 +0000)]
Splitting the Windows-specific input device code into its own file

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

12 years agoCorrecting a header comment
John F. Fay [Sun, 22 Jan 2012 01:32:31 +0000 (01:32 +0000)]
Correcting a header comment

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

12 years agoMoving the command-line parsing into its own function in preparation for splitting...
John F. Fay [Fri, 20 Jan 2012 04:38:09 +0000 (04:38 +0000)]
Moving the command-line parsing into its own function in preparation for splitting out platform-specific code

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

12 years agoRemoving more duplicate code ... need to be more careful.
John F. Fay [Fri, 20 Jan 2012 04:21:42 +0000 (04:21 +0000)]
Removing more duplicate code ... need to be more careful.

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

12 years agoRemoving some duplicate code from "freeglut_init.c" and its Windows version
John F. Fay [Fri, 20 Jan 2012 04:20:28 +0000 (04:20 +0000)]
Removing some duplicate code from "freeglut_init.c" and its Windows version

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

12 years agoMoving some Windows-specific "freeglut_init.c" helper functions into their own file
John F. Fay [Fri, 20 Jan 2012 04:10:00 +0000 (04:10 +0000)]
Moving some Windows-specific "freeglut_init.c" helper functions into their own file

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

12 years agoMoving some Windows-specific code from "freeglut_gamemode.c" into its own file
John F. Fay [Fri, 20 Jan 2012 03:51:15 +0000 (03:51 +0000)]
Moving some Windows-specific code from "freeglut_gamemode.c" into its own file

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

12 years agoMoving more Windows-specific code from "freeglut_ext.c" to the windows-specific file
John F. Fay [Fri, 20 Jan 2012 03:44:03 +0000 (03:44 +0000)]
Moving more Windows-specific code from "freeglut_ext.c" to the windows-specific file

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

12 years agoMoving some Windows-specific code from "freeglut_ext.c" into its own file
John F. Fay [Fri, 20 Jan 2012 03:38:05 +0000 (03:38 +0000)]
Moving some Windows-specific code from "freeglut_ext.c" into its own file

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

12 years agoMaking "freeglut_internal_mswin.h" part of the MSVC 6.0 projects
John F. Fay [Thu, 19 Jan 2012 23:35:57 +0000 (23:35 +0000)]
Making "freeglut_internal_mswin.h" part of the MSVC 6.0 projects

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

12 years agoSplitting out the Windows-specific cursor code into its own file
John F. Fay [Thu, 19 Jan 2012 23:33:47 +0000 (23:33 +0000)]
Splitting out the Windows-specific cursor code into its own file

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

12 years agoAdding the platform-specific files to Visual Studio 2008 and 2010 per e-mail from...
John F. Fay [Thu, 19 Jan 2012 23:07:37 +0000 (23:07 +0000)]
Adding the platform-specific files to Visual Studio 2008 and 2010 per e-mail from Diederick Niehorster dated 1/19/12 at 3:00 AM.

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

12 years agoPutting the platform-specific files into the "Cmake" input
John F. Fay [Tue, 17 Jan 2012 04:36:09 +0000 (04:36 +0000)]
Putting the platform-specific files into the "Cmake" input

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

12 years agoAdding /one more/ blank platform-specific file
John F. Fay [Mon, 16 Jan 2012 01:31:19 +0000 (01:31 +0000)]
Adding /one more/ blank platform-specific file

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

12 years agoAdding empty files for platform-specific Windows and Posix/X11 code to be placed in.
John F. Fay [Mon, 16 Jan 2012 01:27:55 +0000 (01:27 +0000)]
Adding empty files for platform-specific Windows and Posix/X11 code to be placed in.

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

12 years agoAdding directories for platform-specific source code for Windows, X11, and OSX
John F. Fay [Sun, 15 Jan 2012 22:28:35 +0000 (22:28 +0000)]
Adding directories for platform-specific source code for Windows, X11, and OSX

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

12 years agoMoving the source code files from 'src' to 'src/Common' as a first step towards separ...
John F. Fay [Tue, 10 Jan 2012 03:49:12 +0000 (03:49 +0000)]
Moving the source code files from 'src' to 'src/Common' as a first step towards separating out the platform-specific code.  This builds in MSVC 6.0 and I tried to catch all the other build systems, but I'm sure I broke *something*.

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

12 years agoAdding header files to the "freeglut" projects per e-mail from Paul Martz dated 1...
John F. Fay [Tue, 10 Jan 2012 02:05:59 +0000 (02:05 +0000)]
Adding header files to the "freeglut" projects per e-mail from Paul Martz dated 1/9/12 at 1:22 PM

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

12 years agoMaking the building of demo programs optional, but enabled by default per e-mail...
John F. Fay [Tue, 10 Jan 2012 02:01:19 +0000 (02:01 +0000)]
Making the building of demo programs optional, but enabled by default per e-mail from Paul Martz dated 1/9/12 at 8:56 AM

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

12 years agoAdding further comments to the removal of the "atexit" call from the Windows build...
John F. Fay [Mon, 9 Jan 2012 04:35:20 +0000 (04:35 +0000)]
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.

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

12 years agoFixing the "cmake" inputs to build the "spaceball" demo properly per e-mail from...
John F. Fay [Sun, 8 Jan 2012 19:25:33 +0000 (19:25 +0000)]
Fixing the "cmake" inputs to build the "spaceball" demo properly per e-mail from Paul Martz dated 1/8/12 at 12:03 PM

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

12 years agoGetting "cmake" to work on MSVC 6.0. Instructions are in e-mail from David Brown...
John F. Fay [Sun, 8 Jan 2012 04:59:13 +0000 (04:59 +0000)]
Getting "cmake" to work on MSVC 6.0.  Instructions are in e-mail from David Brown dated 1/3/2012 at 11:43 PM.

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

12 years agoAdding the first step towards "cmake" support. It does not work with MSVC 6.0 yet.
John F. Fay [Sun, 8 Jan 2012 04:37:34 +0000 (04:37 +0000)]
Adding the first step towards "cmake" support.  It does not work with MSVC 6.0 yet.

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

12 years agoFixing the "xrandr" refresh rate per e-mail from John Tsiombikas dated 12/19/11 at...
John F. Fay [Tue, 20 Dec 2011 03:30:00 +0000 (03:30 +0000)]
Fixing the "xrandr" refresh rate per e-mail from John Tsiombikas dated 12/19/11 at 7:14 AM

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

12 years agoFixing ambiguous parentheses (possibly incorrect?) and a grammatical error in a comme...
John F. Fay [Tue, 20 Dec 2011 03:26:29 +0000 (03:26 +0000)]
Fixing ambiguous parentheses (possibly incorrect?) and a grammatical error in a comment in "freeglut_gamemode.c" per e-mail from John Tsiombikas dated 12/19/11 at 7:14 AM

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

12 years agoLeave game mode on "deinitialization" if we entered it, per e-mail from John Tsiombik...
John F. Fay [Tue, 20 Dec 2011 03:21:25 +0000 (03:21 +0000)]
Leave game mode on "deinitialization" if we entered it, per e-mail from John Tsiombikas dated 12/19/11 at 7:07 AM

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

12 years agoFixing the "fgDeinitialize" call properly per e-mail from John Tsiombikas dated 12...
John F. Fay [Tue, 20 Dec 2011 03:18:11 +0000 (03:18 +0000)]
Fixing the "fgDeinitialize" call properly per e-mail from John Tsiombikas dated 12/19/11 at 7:07 AM

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

12 years agoRemoving the "atexit ( fgDeinitialize )" call from the Windows code per e-mail trail...
John F. Fay [Sat, 17 Dec 2011 13:19:25 +0000 (13:19 +0000)]
Removing the "atexit ( fgDeinitialize )" call from the Windows code per e-mail trail culminating in a message from Martin Payne dated 12/17/11 at 4:43 AM

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

12 years agoMaking the check for a current window in "glutPostRedisplay" more stringent
John F. Fay [Sat, 17 Dec 2011 13:10:59 +0000 (13:10 +0000)]
Making the check for a current window in "glutPostRedisplay" more stringent

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

12 years agoFixing a memory leak in the "fgHintPresent" function per e-mail from John Tsiombikas...
John F. Fay [Wed, 14 Dec 2011 03:40:52 +0000 (03:40 +0000)]
Fixing a memory leak in the "fgHintPresent" function per e-mail from John Tsiombikas dated 12/13/11 6:22 PM

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

12 years agoUndoing changeset 949 as it breaks the Linux build, per e-mail from John Tsiombikas...
John F. Fay [Wed, 14 Dec 2011 03:35:07 +0000 (03:35 +0000)]
Undoing changeset 949 as it breaks the Linux build, per e-mail from John Tsiombikas dated 12/13/11 6:41 PM

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

12 years agoDeleting project directories that were deprecated last January and are now redundant...
John F. Fay [Tue, 13 Dec 2011 05:40:10 +0000 (05:40 +0000)]
Deleting project directories that were deprecated last January and are now redundant and out of date

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

12 years agoAdding four new functions to the DLL export definition so that they will be exported...
John F. Fay [Tue, 13 Dec 2011 04:02:26 +0000 (04:02 +0000)]
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

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

12 years agoUpdating copyright and version information in "freeglut.rc" file per suggestion from...
John F. Fay [Tue, 13 Dec 2011 03:59:58 +0000 (03:59 +0000)]
Updating copyright and version information in "freeglut.rc" file per suggestion from Martin Payne in e-mail dated 12/12/11, 3:16 AM

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

12 years agoAdding an error message code to the "smooth_opengl3" demo per e-mail from Diederick...
John F. Fay [Tue, 13 Dec 2011 03:48:26 +0000 (03:48 +0000)]
Adding an error message code to the "smooth_opengl3" demo per e-mail from Diederick Niehorster dated 12/9/2011 as 12:22 AM

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

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

13 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

13 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

13 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

13 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