c0b1e6178dIgnore distribution tar files
spanne
2005-01-01 13:37:11 +0000
ad7e1384ccFixed first bug of #1064195 (two things when using signals): Don't issue a warning about select when a non-blocked signal was caught. This makes sense and is more compatible with GLUT.
spanne
2004-12-31 17:26:13 +0000
6f4c8c6ed3more clean-ups, fixes from John Fay
brianp
2004-10-05 18:34:23 +0000
f4fbf7b21ffont updates from John Fay
brianp
2004-09-23 17:48:49 +0000
fc9f0b06c4more updates from John Fay
brianp
2004-09-23 17:42:38 +0000
8e94eb798bassorted updates from John Fay
brianp
2004-09-23 14:34:05 +0000
228c4bd617Fix to glutInit() command-line argument compaction - Patch #1027724 from takeshi2
puggles
2004-09-15 12:09:21 +0000
a82a0dff4amore updates from John Fay
brianp
2004-09-13 18:39:10 +0000
447cac3357some function renaming, etc (John Fay)
brianp
2004-09-13 18:09:00 +0000
413bd1e861joystick updates from John Fay
brianp
2004-09-10 15:51:10 +0000
5bd18d1bcdupdated comments from John Fay
brianp
2004-09-10 14:14:30 +0000
7e23a609ffFix a game mode crashing bug, conditional compilation for Windows, and comment out some diagnostic prints (John Fay)
puggles
2004-08-11 15:56:20 +0000
34d1c10c25Implements Richard Rauch's request that the warning about indirect rendering contexts be suppressed for his BSD operating systems.
puggles
2004-08-05 01:12:50 +0000
f20f677500Someone used C++ style comments in a C file... tisk tisk...
puggles
2004-08-05 01:12:13 +0000
0c7fad1ec5Bugfix for "glutBitmapString" so that it now handles end-of-line characters properly (Richard Rauch)
puggles
2004-08-05 01:11:21 +0000
49b265eba4give menu windows the title 'freeglut menu' (helps Chromium)
brianp
2004-06-29 15:50:57 +0000
c3a84ddd90move glXMakeCurrent() to after the point where the window's title is set (helps Chromium)
brianp
2004-06-29 15:50:26 +0000
290f7a43e8Add one more header file to MSVC files
puggles
2004-05-13 02:11:26 +0000
92180def60John Fay: Direct/indirect rendering context change, fix a bug that somebody reported (about needing "GLUT_XLIB_IMPLEMENTATION" defined) and remove a false deprecation of a function.
puggles
2004-05-12 00:33:12 +0000
994e73cad8John Fay: A bug fix re: behavior of the code when the user clicks the "x" to close a window, and commentary to a message type with fixes for a Windows event processing bug.
puggles
2004-05-12 00:31:31 +0000
ae113a8850John Fay: Implement the modified logic of the direct/indirect rendering context.
puggles
2004-05-12 00:29:27 +0000
c28e19b830John Fay: Implement the upper end of the bitmapped fonts (beyond ASCII code 127). The fonts are very close to the GLUT fonts.
puggles
2004-05-12 00:26:42 +0000
f0e7e663b5John Fay: These files implement the teapot for WINCE.
puggles
2004-05-12 00:23:00 +0000
d6eae7134aJohn Fay: Remove some obsolete defined symbols.
puggles
2004-05-12 00:17:46 +0000
c46ead491eJohn Fay: Add "freeglut_glutfont_definitions.c" to the build and tell it to look in the "include" directory for the <GL/freeglut.h> file.
puggles
2004-05-12 00:17:17 +0000
d3fad7828eFix broken link to CVS instructions
puggles
2004-05-02 04:06:56 +0000
107b2d39aeFix underline behavior due to typo (a.hover should be a:hover) ;)
puggles
2004-04-13 00:35:38 +0000
041d8017dcreplaced all tabs with 4 spaces replaced all // with /* */ block fixed freeglut_gx.cpp file with #if TARGET_HOST_WINCE
drgoldie
2004-03-16 08:38:28 +0000
6065b3da65Resolution of X11 key-repeat handling
nigels
2004-03-14 04:36:02 +0000
a291d1e0d3Stripped out tabs and end-of-line whitespace Differences are in whitespace only
nigels
2004-03-14 03:47:46 +0000
c203af6503Resolve [ 853044 ] FreeGLUT menus on Win32 in task bar and ALT-TAB list CreateWindowEx(WS_EX_TOOLWINDOW,...) extended style suppresses the popup menu window from the taskbar or ALT-TAB list
nigels
2004-03-10 05:11:04 +0000
8ef6187d85ignoreKeyRepeat mode in FreeGLUT is TRUE by default For compatibility with GLUT, the mode should be FALSE by default This issues was probably undetected until now because ignoreKeyRepeat didn't yet work.
nigels
2004-03-08 06:06:57 +0000
9e4156f49fResolved bug #869765 glutIgnoreKeyRepeat() Fix (Win32) glutIgnoreKeyRepeat now behaves correctly on Win32
nigels
2004-03-08 05:49:55 +0000
7542599aa9C++ style comment converted to C style comment
nigels
2004-03-08 05:15:15 +0000
1523c69539Include freeglut header via <GL/freeglut.h> rather than "../include/GL/freeglut.h" This allows some additional flexibility with file layout. It should be the responsibility of the build environment, rather than at source level. This change tested on MSVC 6, cygwin and mingw32 gcc and Linux gcc.
nigels
2004-03-08 05:05:38 +0000
def83e15e9According to John F. Fay: The variable "num_axes" should be "joy->num_axes".
nigels
2004-03-03 03:35:42 +0000
15c7f0ba24Removed nonstandard #warning constructs. Converted to XXX comments. (These are warnings about gamemode features not working the same on some systems as on others. The semantics of gamemode are dubious, since it was never formally documented, and has for a long time worked in different ways on different systems, so it is arguable that there is nothing really wrong with systems that don't support resolution-changes.)
rkrolib
2004-02-20 23:31:41 +0000
517a32d77dFixed the bug where glutDisplayFunc() was effectively invoking glutPostRedsiplay(). This is wrong on the face of it, and may be at root for some of the annoying "timing" issues we've had with redisplay events being called inappopriately.
rkrolib
2004-02-20 05:05:35 +0000
3b23a58148I had rubbed the offscreen/Makefile.am off from the shapes demo. I forgot to remove a couple of references to the shapes.c and shapes.dsp (.dsw?) files.
rkrolib
2004-02-19 11:13:11 +0000
813e5ed5acAdded "offscreen" demo, a very simple program that produces an onscreen window and, upon command, renders a similar offscreen display and writes the result to disk.
rkrolib
2004-02-19 10:09:29 +0000
192d0ba74eRefinements to comments
nigels
2004-02-18 02:51:04 +0000
a1547dde81Normalized the style of the new joystick a bit.
rkrolib
2004-02-14 08:51:54 +0000
c03f197329For some reason, the X "expose" event handler was *directly* calling the display handler in the client. (Okay, it was calling a function that operates on the window handle.)
rkrolib
2004-02-14 03:29:57 +0000
70f0afbc07A commit on behalf of John (in turn, and in part, also on behalf of Thierry).
rkrolib
2004-02-14 03:23:43 +0000
a6d19e891dCommit of John's tidying-up of a comment, closing out an XXX comment that I wrote. Thanks, John.
rkrolib
2004-02-09 14:54:14 +0000
1101bb7b23...AND a tab snuck into my changes for GLUT_OFFSCREEN support. Mea culpa.
rkrolib
2004-02-07 12:12:46 +0000
488cb701abRemoved a ^M that snuck into the #pragma for the new joystick code.
rkrolib
2004-02-07 12:11:30 +0000
5f324aa73bOoops. We don't want people to be able to create a subwindow of an offscreen window. (^& This is no longer permitted.
rkrolib
2004-02-07 12:10:26 +0000
401cff3240Added entries for the joystick updates and the offscreen experimental support.
rkrolib
2004-02-07 11:36:39 +0000
1559d50f18Changed a couple of XXX comments. Added a new one. These all the nest of #ifs in the BSD section of the new joystick code.
rkrolib
2004-02-07 11:22:16 +0000
f464318e8d"Heavy editing" by John to his CallbackMaker demo.
rkrolib
2004-02-07 10:57:17 +0000
bfae88650cJohn added a #pragma to the joystick code for WIN32 users.
rkrolib
2004-02-07 10:52:08 +0000
190a260143Adds GLUT_OFFSCREEN as a display mode option. This includes:
rkrolib
2004-02-07 10:40:59 +0000
3119df3a6cBig import of updated joystick code from PLIB, with permission from Steve Baker. Most of the adaptation done by John, with a little bit of testing and changes by Thierry Thomas and myself. Seems to compile on:
rkrolib
2004-02-05 23:31:09 +0000
46f090da2cClose a bug whereby events can be delayed arbitrarily long if they get caught between the socket and the client-side queue on X, sometime after glutMainLoopEvent()'s loop quits and before the sleep code is invoked.
rkrolib
2004-02-01 09:18:59 +0000
377940880cAmmended a comment on fgCheckJoystickCallback().
rkrolib
2004-01-16 12:44:50 +0000
889ff65585Minor style normalizations to minimize the diffs between *now* and from before John's changes. No functional changes:
rkrolib
2004-01-16 00:22:43 +0000
5e022b0578Some changes from John.
rkrolib
2004-01-16 00:17:23 +0000
96d0286492Minor fix for website nav panel - FreeGLUT logo location
nigels
2004-01-05 22:47:21 +0000
2a3ccb7132Changed CSS links to absolute URL
nigels
2004-01-05 15:59:45 +0000
b9b95cdc8cWin32 glutIconifyWindow() patch contributed by John F. Fay Restrict resize callbacks to visible windows When iconified via glutIconifyWindow(), don't pass (0,0) to resize callback Note that minimising the window via the menu or minimise button is not yet resolved.
nigels
2004-01-05 15:49:14 +0000
c342b2fe2aMinor tweak to generateFooter()
nigels
2004-01-05 15:04:25 +0000
10d29e38edUpdated entire website to be XHTML 1.0 Strict XML compliant Some reorgansiation of navigation structure. Developer Info "dinfo.php" and User Info "uinfo.php" now obsolete.
nigels
2004-01-05 14:44:52 +0000
0245ec89ebAdded freshmeat and openl links to navigation panel
nigels
2004-01-05 14:43:50 +0000
2c46236afbAdded Gentoo ebuild link
nigels
2004-01-01 02:03:56 +0000
19a2b0f841Added the API from the docs directory. Updated the stylesheet with header styles. Noted in the news that the API is now online. Updated the user and developer info pages with a better looking "Documentation" section.
puggles
2003-12-31 03:21:06 +0000