0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Sep 16, 2024 — Sep 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use the same menu font for all platforms More... over 20 years ago
Various documentation refinements Immediately resize window More... over 20 years ago
Add install target for RedBook demos More... over 20 years ago
Revisitng the X11 event loop. Note: These patches need testing on Win32 More... over 20 years ago
Stay-on-top documentation pruned to informative subset More... over 20 years ago
Eliminate spammy warnings for "deprecated" API calls. OpenGLUT now has a "compatability" category, which indicates that something is there for legacy purposes, but is not slated for removal. More... over 20 years ago
I've put a change into og_main.c that skips X11 mouse motion events that are immediately followed by another mouse motion event. More... over 20 years ago
Formatting adjustments More... over 20 years ago
1. Minor formatting adjustments 2. Sync with OpenGLEAN 0.2.1 More... over 20 years ago
1. Fix sphere face orientation bug introduced in 1.63 2. Allow negative parameters to geometry routines, as appropriate 3. Adjust tolerancing to allow for negative inputs 4. Minor formatting adjustments 5. Sync with OpenGLEAN 0.2.1 More... over 20 years ago
A first try at an OpenGLUT RPM spec file More... over 20 years ago
Documentation updates for state More... over 20 years ago
Resolved potential copyright ownership issue by replacing OpenGLUT logo with a candidate replacement. More... over 20 years ago
Minor refinements to the Input API Proposal 1. Formatting 2. Discussion of motivation and features separated. 3. Mouse button state removed from mouse motion callback. 4. glutGetPosition had been omitted. 5. Added version section. More... over 20 years ago
Typo More... over 20 years ago
Refinements to implementation of glutDeviceGet(GLUT_JOYSTICK_BUTTONS) and glutDeviceGet(GLUT_JOYSTICK_AXES). Use the first detected and functional joystick, rather than assuming ID 0. More... over 20 years ago
Report buttons and axes for detected joystick. More... over 20 years ago
1. Poll only the first available joystick, rather than all of them. 2. Provide some detection information via ogInformation (-informs) 3. Some minor reformatting More... over 20 years ago
ogInform renamed to ogInformation More... over 20 years ago
Introduce a stack-based push/pop mechanism for preserving window, menu or other state withing OpenGLUT. More... over 20 years ago
Partial closure of Bug #1012368. More... almost 21 years ago
Added oghOutput() as common-ground for ogError() and ogWarning(). More... almost 21 years ago
I like the idea of being able to turn off warnings. I made an important refinement, pending review of the semantic change. Some additional local changes are swept in. More... almost 21 years ago
Corrected a typo. More... almost 21 years ago
Fixed a recurring bug: More... almost 21 years ago
Add two internal flags for controlling the printing of error and warning messages. By default, error messages are enabled, warning messages are disabled. Warning messages can be enabled via the command line "-warning". More... almost 21 years ago
glutSetWindowStayOnTop takes a GLint, not a GLboolean More... almost 21 years ago
Removed an apparently obsolete XXX comment. More... almost 21 years ago
Okay, it seems that when "stay on top" was defined, it was originally with an {int} parameter in the header file. More... almost 21 years ago
Adjusted so that if select() returns early due to a signal, (-1 return, {EINTR == errno}), we do not print a warning. (See ogSleepForEvents().) More... almost 21 years ago