c0b1e6178dIgnore distribution tar files
spanne
2005-01-01 13:37:11 +00:00
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 +00:00
6f4c8c6ed3more clean-ups, fixes from John Fay
brianp
2004-10-05 18:34:23 +00:00
f4fbf7b21ffont updates from John Fay
brianp
2004-09-23 17:48:49 +00:00
fc9f0b06c4more updates from John Fay
brianp
2004-09-23 17:42:38 +00:00
8e94eb798bassorted updates from John Fay
brianp
2004-09-23 14:34:05 +00:00
228c4bd617Fix to glutInit() command-line argument compaction - Patch #1027724 from takeshi2
puggles
2004-09-15 12:09:21 +00:00
a82a0dff4amore updates from John Fay
brianp
2004-09-13 18:39:10 +00:00
447cac3357some function renaming, etc (John Fay)
brianp
2004-09-13 18:09:00 +00:00
413bd1e861joystick updates from John Fay
brianp
2004-09-10 15:51:10 +00:00
5bd18d1bcdupdated comments from John Fay
brianp
2004-09-10 14:14:30 +00:00
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 +00:00
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 +00:00
f20f677500Someone used C++ style comments in a C file... tisk tisk...
puggles
2004-08-05 01:12:13 +00:00
0c7fad1ec5Bugfix for "glutBitmapString" so that it now handles end-of-line characters properly (Richard Rauch)
puggles
2004-08-05 01:11:21 +00:00
49b265eba4give menu windows the title 'freeglut menu' (helps Chromium)
brianp
2004-06-29 15:50:57 +00:00
c3a84ddd90move glXMakeCurrent() to after the point where the window's title is set (helps Chromium)
brianp
2004-06-29 15:50:26 +00:00
290f7a43e8Add one more header file to MSVC files
puggles
2004-05-13 02:11:26 +00:00
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 +00:00
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 +00:00
ae113a8850John Fay: Implement the modified logic of the direct/indirect rendering context.
puggles
2004-05-12 00:29:27 +00:00
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 +00:00
f0e7e663b5John Fay: These files implement the teapot for WINCE.
puggles
2004-05-12 00:23:00 +00:00
d6eae7134aJohn Fay: Remove some obsolete defined symbols.
puggles
2004-05-12 00:17:46 +00:00
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 +00:00
d3fad7828eFix broken link to CVS instructions
puggles
2004-05-02 04:06:56 +00:00
107b2d39aeFix underline behavior due to typo (a.hover should be a:hover) ;)
puggles
2004-04-13 00:35:38 +00:00
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 +00:00
6065b3da65Resolution of X11 key-repeat handling
nigels
2004-03-14 04:36:02 +00:00
a291d1e0d3Stripped out tabs and end-of-line whitespace Differences are in whitespace only
nigels
2004-03-14 03:47:46 +00:00
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 +00:00
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 +00:00
9e4156f49fResolved bug #869765 glutIgnoreKeyRepeat() Fix (Win32) glutIgnoreKeyRepeat now behaves correctly on Win32
nigels
2004-03-08 05:49:55 +00:00
7542599aa9C++ style comment converted to C style comment
nigels
2004-03-08 05:15:15 +00:00
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 +00:00
def83e15e9According to John F. Fay: The variable "num_axes" should be "joy->num_axes".
nigels
2004-03-03 03:35:42 +00:00
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 +00:00
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 +00:00
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 +00:00
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 +00:00
192d0ba74eRefinements to comments
nigels
2004-02-18 02:51:04 +00:00
a1547dde81Normalized the style of the new joystick a bit.
rkrolib
2004-02-14 08:51:54 +00:00
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 +00:00
70f0afbc07A commit on behalf of John (in turn, and in part, also on behalf of Thierry).
rkrolib
2004-02-14 03:23:43 +00:00
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 +00:00
1101bb7b23...AND a tab snuck into my changes for GLUT_OFFSCREEN support. Mea culpa.
rkrolib
2004-02-07 12:12:46 +00:00
488cb701abRemoved a ^M that snuck into the #pragma for the new joystick code.
rkrolib
2004-02-07 12:11:30 +00:00
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 +00:00
401cff3240Added entries for the joystick updates and the offscreen experimental support.
rkrolib
2004-02-07 11:36:39 +00:00
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 +00:00
f464318e8d"Heavy editing" by John to his CallbackMaker demo.
rkrolib
2004-02-07 10:57:17 +00:00
bfae88650cJohn added a #pragma to the joystick code for WIN32 users.
rkrolib
2004-02-07 10:52:08 +00:00
190a260143Adds GLUT_OFFSCREEN as a display mode option. This includes:
rkrolib
2004-02-07 10:40:59 +00:00
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 +00:00
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 +00:00
377940880cAmmended a comment on fgCheckJoystickCallback().
rkrolib
2004-01-16 12:44:50 +00:00
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 +00:00
5e022b0578Some changes from John.
rkrolib
2004-01-16 00:17:23 +00:00
96d0286492Minor fix for website nav panel - FreeGLUT logo location
nigels
2004-01-05 22:47:21 +00:00
2a3ccb7132Changed CSS links to absolute URL
nigels
2004-01-05 15:59:45 +00:00
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 +00:00
c342b2fe2aMinor tweak to generateFooter()
nigels
2004-01-05 15:04:25 +00:00
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 +00:00
0245ec89ebAdded freshmeat and openl links to navigation panel
nigels
2004-01-05 14:43:50 +00:00
2c46236afbAdded Gentoo ebuild link
nigels
2004-01-01 02:03:56 +00:00
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 +00:00