freeglut
20 years agoAdded double underscores to the header included macros.
Christopher John Purnell [Wed, 27 Aug 2003 16:47:14 +0000 (16:47 +0000)]
Added double underscores to the header included macros.

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

20 years agoMinor typo fix
Christopher John Purnell [Wed, 20 Aug 2003 02:02:52 +0000 (02:02 +0000)]
Minor typo fix

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

20 years agoMoving that "#if TARGET_HOST_UNIX_X11" to the correct place.
Christopher John Purnell [Tue, 19 Aug 2003 00:11:59 +0000 (00:11 +0000)]
Moving that "#if TARGET_HOST_UNIX_X11" to the correct place.

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

20 years agoGame mode fixes from Bernhard Kaindl and Eric Espie.
Christopher John Purnell [Sun, 17 Aug 2003 17:02:42 +0000 (17:02 +0000)]
Game mode fixes from Bernhard Kaindl and Eric Espie.

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

20 years agoUsing override_redirect instead of motif wm hints.
Christopher John Purnell [Tue, 5 Aug 2003 19:22:21 +0000 (19:22 +0000)]
Using override_redirect instead of motif wm hints.
It now rasies the menu windows before showing them.
Move the show to after the reshape and position so we don't get a flash of
the menu window at it's old size and position.

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

20 years agoI suspect a lot of people will not have motif installed.
Christopher John Purnell [Tue, 5 Aug 2003 16:56:30 +0000 (16:56 +0000)]
I suspect a lot of people will not have motif installed.

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

20 years ago(98) src/Makefile.am:34 Added mwmborder.c
Eric Sandall [Tue, 5 Aug 2003 15:35:57 +0000 (15:35 +0000)]
(98) src/Makefile.am:34 Added mwmborder.c
(99) src/freeglut_window.c:67  Removed #included "mwmborder.c"

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

20 years agosrc/freeglut_main.c:816 and :1571, set the current window (John F. Fay)
Eric Sandall [Tue, 5 Aug 2003 15:16:12 +0000 (15:16 +0000)]
src/freeglut_main.c:816 and :1571, set the current window (John F. Fay)

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

20 years agoAdded X11 code for glutGet(GLUT_WINDOW_BORDER_WIDTH) and
Christopher John Purnell [Mon, 4 Aug 2003 22:43:30 +0000 (22:43 +0000)]
Added X11 code for glutGet(GLUT_WINDOW_BORDER_WIDTH) and
glutGet(GLUT_WINDOW_HEADER_HEIGHT).

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

20 years agoReplacing glutGet(GLUT_WINDOW_X) and glutGet(GLUT_WINDOW_Y) on X11 with
Christopher John Purnell [Mon, 4 Aug 2003 18:56:30 +0000 (18:56 +0000)]
Replacing glutGet(GLUT_WINDOW_X) and glutGet(GLUT_WINDOW_Y) on X11 with
something that works.
Also a minor correction to the xf86vidmode autoconf stuff.

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

20 years agoKeep the X11 decoration-zapping code confined to X11-using platforms! Oops!
J.C. Jones [Mon, 4 Aug 2003 02:08:05 +0000 (02:08 +0000)]
Keep the X11 decoration-zapping code confined to X11-using platforms! Oops!

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

20 years agoMenus' decorations are removed on Linux. Not sure if we want the mwmborder.c a separa...
J.C. Jones [Mon, 4 Aug 2003 01:29:19 +0000 (01:29 +0000)]
Menus' decorations are removed on Linux. Not sure if we want the mwmborder.c a separate file or not; doing it separate for right now. Makefile was not updated, since the .c is just #included.

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

20 years agoGot rid of configure warnings when using a newer autoconf
Christopher John Purnell [Sun, 3 Aug 2003 23:14:57 +0000 (23:14 +0000)]
Got rid of configure warnings when using a newer autoconf

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

20 years agoPutting stuff back that was undone with the menu code committed.
Christopher John Purnell [Sat, 2 Aug 2003 19:53:56 +0000 (19:53 +0000)]
Putting stuff back that was undone with the menu code committed.

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

20 years agoMajor menu changes (they appear in their own window, have own rendering context)...
J.C. Jones [Sat, 2 Aug 2003 13:31:19 +0000 (13:31 +0000)]
Major menu changes (they appear in their own window, have own rendering context) by John Fay and a little by James C. Jones. They work perfectly on Win32, and work... on Linux.

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

20 years agoAdded autoconf detection for the xf86 vid mode extentions.
Christopher John Purnell [Fri, 1 Aug 2003 20:40:08 +0000 (20:40 +0000)]
Added autoconf detection for the xf86 vid mode extentions.

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

20 years agosrc/freeglut_window.c:551 Removed extra carriage return for Windows users
Eric Sandall [Fri, 1 Aug 2003 19:28:21 +0000 (19:28 +0000)]
src/freeglut_window.c:551  Removed extra carriage return for Windows users
(John F. Fay)

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

20 years agoCredit Dave Reed for fix
Eric Sandall [Fri, 1 Aug 2003 16:53:44 +0000 (16:53 +0000)]
Credit Dave Reed for fix

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

20 years agosrc/freeglut_initial.c:91 Added check for SOLARIS OS
Eric Sandall [Fri, 1 Aug 2003 15:45:56 +0000 (15:45 +0000)]
src/freeglut_initial.c:91  Added check for SOLARIS OS

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

20 years agoThis should put an end to the font binary compatibility issue.
Christopher John Purnell [Wed, 23 Jul 2003 22:09:24 +0000 (22:09 +0000)]
This should put an end to the font binary compatibility issue.

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

20 years agosrc/freeglut_window.c Windowing fixes from John F.
Eric Sandall [Wed, 23 Jul 2003 21:44:06 +0000 (21:44 +0000)]
src/freeglut_window.c  Windowing fixes from John F.

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

20 years agodoc/Makefile.am:4 Removed trailing backslash and added an empty last line
Eric Sandall [Wed, 23 Jul 2003 20:53:45 +0000 (20:53 +0000)]
doc/Makefile.am:4  Removed trailing backslash and added an empty last line

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

20 years agono change, testing CVS
Brian Paul [Wed, 23 Jul 2003 13:48:16 +0000 (13:48 +0000)]
no change, testing CVS

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

20 years agono change, just testing CVS
Brian Paul [Tue, 22 Jul 2003 23:47:16 +0000 (23:47 +0000)]
no change, just testing CVS

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

20 years agofreeglut.lsm:3 Removed 'beta' label for next release, thanks to Bernhard Kaindl.
Eric Sandall [Tue, 22 Jul 2003 23:41:33 +0000 (23:41 +0000)]
freeglut.lsm:3  Removed 'beta' label for next release, thanks to Bernhard Kaindl.

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

20 years agoThe version info had the revision and the age transposed.
Christopher John Purnell [Mon, 21 Jul 2003 21:58:59 +0000 (21:58 +0000)]
The version info had the revision and the age transposed.

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

20 years agosrc/Makefile.am:38 Changed versioning to 11:0:8 thanks to Bernhard Kaindl
Eric Sandall [Mon, 21 Jul 2003 20:22:14 +0000 (20:22 +0000)]
src/Makefile.am:38  Changed versioning to 11:0:8 thanks to Bernhard Kaindl

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

20 years agoApplied John F. Fay's fixes to freeglut.dsp and freeglut_static.dsp
Eric Sandall [Thu, 17 Jul 2003 21:20:36 +0000 (21:20 +0000)]
Applied John F. Fay's fixes to freeglut.dsp and freeglut_static.dsp

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

20 years agoChanged the overlay (freeglut_state.c:662) to return FALSE, as it's not imp
Eric Sandall [Thu, 17 Jul 2003 20:21:23 +0000 (20:21 +0000)]
Changed the overlay (freeglut_state.c:662) to return FALSE, as it's not imp
lemented yet

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

20 years agorenamed freeglut library to glut, bumped version info to 3:8:0
Andreas Umbach [Sat, 12 Jul 2003 20:14:49 +0000 (20:14 +0000)]
renamed freeglut library to glut, bumped version info to 3:8:0

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

20 years agobumped version number to 2.0.0
Andreas Umbach [Sat, 12 Jul 2003 19:35:48 +0000 (19:35 +0000)]
bumped version number to 2.0.0

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

20 years agochanges for make dist
Andreas Umbach [Sat, 12 Jul 2003 19:34:28 +0000 (19:34 +0000)]
changes for make dist

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

20 years agoMSVC generated file
Andreas Umbach [Sat, 12 Jul 2003 19:05:39 +0000 (19:05 +0000)]
MSVC generated file

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

20 years agoFix for the font binary compatibility problem.
Christopher John Purnell [Fri, 11 Jul 2003 17:50:22 +0000 (17:50 +0000)]
Fix for the font binary compatibility problem.

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

20 years agoChanged to build libfreeglut.so.2.0.0
Christopher John Purnell [Thu, 10 Jul 2003 23:18:38 +0000 (23:18 +0000)]
Changed to build libfreeglut.so.2.0.0

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

20 years agoChanges to TODO, Windows files - from John Fay
J.C. Jones [Thu, 10 Jul 2003 11:51:09 +0000 (11:51 +0000)]
Changes to TODO, Windows files - from John Fay

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

20 years agoChanges by John Fay
J.C. Jones [Thu, 10 Jul 2003 11:49:39 +0000 (11:49 +0000)]
Changes by John Fay

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

20 years agoChanges to the Fractals demo by John Fay
J.C. Jones [Thu, 10 Jul 2003 11:49:12 +0000 (11:49 +0000)]
Changes to the Fractals demo by John Fay

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

20 years agoInitial project file from John Fay
J.C. Jones [Thu, 10 Jul 2003 11:47:35 +0000 (11:47 +0000)]
Initial project file from John Fay

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

20 years agoModifications from John Fay
J.C. Jones [Thu, 10 Jul 2003 11:46:34 +0000 (11:46 +0000)]
Modifications from John Fay

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

20 years agoglutMainLoopEvent() was not closing windows properly.
Christopher John Purnell [Mon, 7 Jul 2003 15:37:39 +0000 (15:37 +0000)]
glutMainLoopEvent() was not closing windows properly.
Moved call to fgCloseWindows() from glutMainLoop() to the end of glutMainLoopEvent().

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

20 years agoRemoved unused char *ptr from freeglut_misc.c
Eric Sandall [Thu, 3 Jul 2003 20:17:54 +0000 (20:17 +0000)]
Removed unused char *ptr from freeglut_misc.c

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

20 years agoIt was crashing on and event for a unknown window.
Christopher John Purnell [Wed, 2 Jul 2003 22:36:21 +0000 (22:36 +0000)]
It was crashing on and event for a unknown window.

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

20 years agorewrite of glutExtensionSupported - works correctly now
Brian Paul [Wed, 2 Jul 2003 15:53:05 +0000 (15:53 +0000)]
rewrite of glutExtensionSupported - works correctly now

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

20 years ago* Removed tests directory
Eric Sandall [Wed, 2 Jul 2003 15:31:07 +0000 (15:31 +0000)]
* Removed tests directory

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

20 years ago* Removed genfonts/genstrokes code, updated configure.in and Makefile.in
Eric Sandall [Wed, 2 Jul 2003 15:28:13 +0000 (15:28 +0000)]
* Removed genfonts/genstrokes code, updated configure.in and Makefile.in

* Moved tests/one.c into progs/demos/One/one.c, updated configure.in and Makefile.in

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

20 years agoRemoved genfonts
Eric Sandall [Wed, 2 Jul 2003 15:23:27 +0000 (15:23 +0000)]
Removed genfonts

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

20 years agoAdded some semicolons that yacc was warning about.
Christopher John Purnell [Wed, 2 Jul 2003 09:38:58 +0000 (09:38 +0000)]
Added some semicolons that yacc was warning about.

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

20 years agoJohn Fay commanded me to add my name to the file. He's crazy, but that's okay.
J.C. Jones [Tue, 1 Jul 2003 22:40:27 +0000 (22:40 +0000)]
John Fay commanded me to add my name to the file. He's crazy, but that's okay.

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

20 years agoFixed the 'ptr + len' problem in freeglut_misc.c:90
Eric Sandall [Tue, 1 Jul 2003 21:35:43 +0000 (21:35 +0000)]
Fixed the 'ptr + len' problem in freeglut_misc.c:90

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

20 years agoversion bumps
Brian Paul [Tue, 1 Jul 2003 20:19:02 +0000 (20:19 +0000)]
version bumps

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

20 years agobump version to 2.0
Brian Paul [Tue, 1 Jul 2003 20:18:38 +0000 (20:18 +0000)]
bump version to 2.0

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

20 years agobump versions to 2.0
Brian Paul [Tue, 1 Jul 2003 20:17:42 +0000 (20:17 +0000)]
bump versions to 2.0

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

20 years agoxf86VidMode error checking (Andrew Lentvorski)
Brian Paul [Tue, 1 Jul 2003 20:17:05 +0000 (20:17 +0000)]
xf86VidMode error checking (Andrew Lentvorski)

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

20 years agoLorenz attractor demo (John Fay)
Brian Paul [Mon, 30 Jun 2003 17:09:12 +0000 (17:09 +0000)]
Lorenz attractor demo (John Fay)

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

20 years agoupdates from John Fay
Brian Paul [Mon, 30 Jun 2003 16:33:10 +0000 (16:33 +0000)]
updates from John Fay

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

20 years agoNow installs freeglut_ext.h and glut.h to /usr/include/GL (was missing before)
Eric Sandall [Sat, 28 Jun 2003 02:21:23 +0000 (02:21 +0000)]
Now installs freeglut_ext.h and glut.h to /usr/include/GL (was missing before)

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

20 years agoXF86 game mode fixes, context sharing option. (John Fay)
Brian Paul [Fri, 27 Jun 2003 15:10:06 +0000 (15:10 +0000)]
XF86 game mode fixes, context sharing option.  (John Fay)

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

20 years agoAdded another of my changes (freeglut.kdevelop) and fixed the version number for...
Eric Sandall [Wed, 25 Jun 2003 21:02:07 +0000 (21:02 +0000)]
Added another of my changes (freeglut.kdevelop) and fixed the version number for my MS VS change (*.dsp)

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

20 years agoversion bumps
Brian Paul [Wed, 25 Jun 2003 18:16:53 +0000 (18:16 +0000)]
version bumps

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

20 years agoAssorted version 2.0.0 updates (John Fay).
Brian Paul [Wed, 25 Jun 2003 18:04:42 +0000 (18:04 +0000)]
Assorted version 2.0.0 updates (John Fay).

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

20 years agoupdated version, italicize freeglut (John Fay)
Brian Paul [Wed, 25 Jun 2003 18:01:36 +0000 (18:01 +0000)]
updated version, italicize freeglut (John Fay)

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

20 years agoAdded 'freeglut_ext.c' to the project files 'freeglut.dsp' and 'freeglut_static.dsp...
Eric Sandall [Wed, 25 Jun 2003 15:40:32 +0000 (15:40 +0000)]
Added 'freeglut_ext.c' to the project files 'freeglut.dsp' and 'freeglut_static.dsp' (New list #10)

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

20 years ago Fixed autogen.sh and removed aclocal.m4
Andreas Umbach [Tue, 24 Jun 2003 18:16:21 +0000 (18:16 +0000)]
 Fixed autogen.sh and removed aclocal.m4

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

20 years agothis file is autogenerated by aclocal
Andreas Umbach [Tue, 24 Jun 2003 18:13:09 +0000 (18:13 +0000)]
this file is autogenerated by aclocal

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

20 years agofixed aclocal / autoheader order; some cosmetics
Andreas Umbach [Tue, 24 Jun 2003 18:12:40 +0000 (18:12 +0000)]
fixed aclocal / autoheader order; some cosmetics

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

20 years agoProject file for Gideon (KDevelop 3.0)
Eric Sandall [Tue, 24 Jun 2003 17:17:50 +0000 (17:17 +0000)]
Project file for Gideon (KDevelop 3.0)

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

20 years agoChanged all references to the 'freeglut-1.3' directory to 'src', copied 'freeglut...
Eric Sandall [Mon, 23 Jun 2003 23:40:12 +0000 (23:40 +0000)]
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).

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

20 years agoUpdated ChangeLog with my aclocal.m4 change
Eric Sandall [Mon, 23 Jun 2003 22:42:14 +0000 (22:42 +0000)]
Updated ChangeLog with my aclocal.m4 change

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

20 years agoUpdated aclocal.m4 with aclocal 1.7.3 (was created with aclocal 1.5)
Eric Sandall [Mon, 23 Jun 2003 22:38:23 +0000 (22:38 +0000)]
Updated aclocal.m4 with aclocal 1.7.3 (was created with aclocal 1.5)

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

20 years agoadjusted precision (John Fay)
Brian Paul [Mon, 23 Jun 2003 15:33:56 +0000 (15:33 +0000)]
adjusted precision (John Fay)

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

20 years agoAssorted updates from John Fay.
Brian Paul [Mon, 23 Jun 2003 15:22:20 +0000 (15:22 +0000)]
Assorted updates from John Fay.

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

20 years agoUpdated TODO from John Fay
Eric Sandall [Fri, 20 Jun 2003 20:04:58 +0000 (20:04 +0000)]
Updated TODO from John Fay

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

20 years agoFractal demo (John Fay)
Brian Paul [Fri, 20 Jun 2003 19:31:06 +0000 (19:31 +0000)]
Fractal demo (John Fay)

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

20 years agoAdded the autogen.sh addition to ChangeLog
Eric Sandall [Fri, 20 Jun 2003 15:51:45 +0000 (15:51 +0000)]
Added the autogen.sh addition to ChangeLog

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

20 years agoInitial version of autogen.sh, tested here and creates the correct files
Eric Sandall [Fri, 20 Jun 2003 15:49:55 +0000 (15:49 +0000)]
Initial version of autogen.sh, tested here and creates the correct files

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

20 years agoWindows patches (Eero Pajarre)
Brian Paul [Fri, 20 Jun 2003 14:39:16 +0000 (14:39 +0000)]
Windows patches (Eero Pajarre)

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

20 years agolist the 1.4 release (fill in date) - this is a cvs check-in test
Brian Paul [Fri, 20 Jun 2003 14:30:16 +0000 (14:30 +0000)]
list the 1.4 release (fill in date) - this is a cvs check-in test

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

20 years agoOops, missed the fghJoystickRawRead() fix for FreeBSD.
Don Heyse [Thu, 19 Jun 2003 20:51:48 +0000 (20:51 +0000)]
Oops, missed the fghJoystickRawRead() fix for FreeBSD.

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

20 years agos/FreeGLUT/freeglut/
Brian Paul [Thu, 19 Jun 2003 20:21:33 +0000 (20:21 +0000)]
s/FreeGLUT/freeglut/

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

20 years agoApplied tthierry's patch to fix compiling on FreeBSD.
Don Heyse [Thu, 19 Jun 2003 20:17:46 +0000 (20:17 +0000)]
Applied tthierry's patch to fix compiling on FreeBSD.

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

20 years agoadded VERSION_MAJOR/MINOR/PATCH
Brian Paul [Thu, 19 Jun 2003 15:36:23 +0000 (15:36 +0000)]
added VERSION_MAJOR/MINOR/PATCH

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

20 years agorestore text lost from previous check-in
Brian Paul [Thu, 19 Jun 2003 15:35:51 +0000 (15:35 +0000)]
restore text lost from previous check-in

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

20 years agos/FREEGLUT_VERSION_1_3/FREEGLUT_VERSION_1_4/
Brian Paul [Thu, 19 Jun 2003 15:35:29 +0000 (15:35 +0000)]
s/FREEGLUT_VERSION_1_3/FREEGLUT_VERSION_1_4/

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

20 years agoGLUT_VERSION updates from John Fay
Eric Sandall [Thu, 19 Jun 2003 15:33:38 +0000 (15:33 +0000)]
GLUT_VERSION updates from John Fay

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

20 years agoForgot a file...looked so innocous just sitting there... :)
Eric Sandall [Wed, 18 Jun 2003 22:30:39 +0000 (22:30 +0000)]
Forgot a file...looked so innocous just sitting there... :)

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

20 years ago* Hopefully I did THIS one right (used 'cvs update' to Merge)
Eric Sandall [Wed, 18 Jun 2003 22:26:50 +0000 (22:26 +0000)]
* Hopefully I did THIS one right (used 'cvs update' to Merge)

Authors - The first update in quite a while

ChangeLog - Added the recent changes

freeglut_callbacks.c - Added Aleksandar Donev's menu destruction callback

freeglut_internal.h - Added the user data to the structures and made the menu state/status callbacks window-independent

freeglut_menu.c - Removed several OpenGL compiler warnings and added A. Donev's menu user data functions

freeglut_structure.c - Added Aleksandar Donev's menu destruction callback

freeglut_teapot.c - Removed or suppressed several compiler warnings

freeglut_window.c - Updated the window positioning code and added A. Donev's window user data

freeglut_ext.h - Added the menu destruction callback and user data functions

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

20 years ago* Removed freeglut_ext.h (wasn't supposed to be added)
Eric Sandall [Wed, 18 Jun 2003 22:12:02 +0000 (22:12 +0000)]
* Removed freeglut_ext.h (wasn't supposed to be added)

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

20 years agoAdded FREEGLUT_VERSION_1_3.
Brian Paul [Wed, 18 Jun 2003 21:15:22 +0000 (21:15 +0000)]
Added FREEGLUT_VERSION_1_3.
Added GLUT_VERSION for glutGet().
Added glutGet() documentation.

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

20 years agoremove DOS-style CR characters
Brian Paul [Wed, 18 Jun 2003 14:38:36 +0000 (14:38 +0000)]
remove DOS-style CR characters

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

20 years agoadded glutGetProcAddress and GLUT_FPS info
Brian Paul [Wed, 18 Jun 2003 14:07:17 +0000 (14:07 +0000)]
added glutGetProcAddress and GLUT_FPS info

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

20 years agoadded glutGetProcAddress() and GLUT_FPS
Brian Paul [Wed, 18 Jun 2003 13:50:33 +0000 (13:50 +0000)]
added glutGetProcAddress() and GLUT_FPS

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

20 years agorestore GLUT_FPS env var feature lost in previous check-in
Brian Paul [Tue, 17 Jun 2003 22:46:50 +0000 (22:46 +0000)]
restore GLUT_FPS env var feature lost in previous check-in

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

20 years ago* Updated ChangeLog
Eric Sandall [Tue, 17 Jun 2003 20:22:57 +0000 (20:22 +0000)]
* Updated ChangeLog

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

20 years agoSet #4:
Eric Sandall [Tue, 17 Jun 2003 20:16:01 +0000 (20:16 +0000)]
Set #4:
  * Fixes a couple of compiler warnings and other bugs.
  * freeglut_main.c: Removes a compiler warning
  * freeglut_structure.c: Sets the current window before calling the window closure callback
  * Possibly other changes

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

20 years ago* Rest of Set #3
Eric Sandall [Tue, 17 Jun 2003 20:14:04 +0000 (20:14 +0000)]
* Rest of Set #3

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

20 years agoSet #3: Fixes for window positioning problem Windows
Eric Sandall [Tue, 17 Jun 2003 20:12:28 +0000 (20:12 +0000)]
Set #3: Fixes for window positioning problem Windows

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

20 years agoEero Pajarre's GLUT_ICON code for Windows
Eric Sandall [Tue, 17 Jun 2003 20:08:09 +0000 (20:08 +0000)]
Eero Pajarre's GLUT_ICON code for Windows

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

20 years agoFirst group of patches: Adds single-buffered rendering (or its emulation) in Windows.
Eric Sandall [Tue, 17 Jun 2003 20:06:32 +0000 (20:06 +0000)]
First group of patches:  Adds single-buffered rendering (or its emulation) in Windows.

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

20 years agoadded GLUT_FPS env var option
Brian Paul [Tue, 17 Jun 2003 16:55:22 +0000 (16:55 +0000)]
added GLUT_FPS env var option

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