openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
OpenGLUT
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 4 hours
ago.
Sep 16, 2024 — Sep 16, 2025
Showing page 1 of 31
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use the same menu font for all platforms
nigels
More...
over 20 years ago
Various documentation refinements Immediately resize window
nigels
More...
over 20 years ago
Add install target for RedBook demos
nigels
More...
over 20 years ago
Revisitng the X11 event loop. Note: These patches need testing on Win32
nigels
More...
over 20 years ago
Stay-on-top documentation pruned to informative subset
nigels
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.
nigels
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.
nigels
More...
over 20 years ago
Formatting adjustments
nigels
More...
over 20 years ago
1. Minor formatting adjustments 2. Sync with OpenGLEAN 0.2.1
nigels
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
nigels
More...
over 20 years ago
A first try at an OpenGLUT RPM spec file
nigels
More...
over 20 years ago
Documentation updates for state
nigels
More...
over 20 years ago
Resolved potential copyright ownership issue by replacing OpenGLUT logo with a candidate replacement.
nigels
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.
nigels
More...
over 20 years ago
Typo
nigels
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.
nigels
More...
over 20 years ago
Report buttons and axes for detected joystick.
nigels
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
nigels
More...
over 20 years ago
ogInform renamed to ogInformation
nigels
More...
over 20 years ago
Introduce a stack-based push/pop mechanism for preserving window, menu or other state withing OpenGLUT.
nigels
More...
over 20 years ago
Partial closure of Bug #1012368.
rkrolib
More...
almost 21 years ago
Added oghOutput() as common-ground for ogError() and ogWarning().
rkrolib
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.
rkrolib
More...
almost 21 years ago
Corrected a typo.
rkrolib
More...
almost 21 years ago
Fixed a recurring bug:
rkrolib
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".
nigels
More...
almost 21 years ago
glutSetWindowStayOnTop takes a GLint, not a GLboolean
nigels
More...
almost 21 years ago
Removed an apparently obsolete XXX comment.
rkrolib
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.
rkrolib
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().)
rkrolib
More...
almost 21 years ago
←
1
2
3
4
5
6
7
8
9
…
30
31
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree