0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't call glViewport if there is a reshape callback. More... about 15 years ago
Change code that shares contexts to match GLX/WGL/AGL "MakeCurrent" rules. More... about 15 years ago
Test whether glXChooseFBConfig works or not so we can use it more often. More... about 15 years ago
Update to latest sourceforge.net logo guidelines. Validate html with w3.org validator service. More... about 15 years ago
Add missing leading _ when looking up function names on OS X. More... about 15 years ago
Get sliders working again. More... about 15 years ago
Allow command line argument for stereo mode to start up in. More... about 15 years ago
Fix configure code that detects whether GLX_ARB_get_proc_address needs to be undefined to successfully include our glxext.h (fixes compiling on Mac OS 10.5). More... about 15 years ago
Fix configure code that detects whether GLX_ARB_get_proc_address needs to be undefined to successfully include our glxext.h (fixes compiling on Mac OS 10.5). More... about 15 years ago
Remove EPS references since we use Tk photos now. More... about 15 years ago
Allow -sharelist and -sharecontext to accept window path names. More... about 15 years ago
Sort pixel formats found in the order togl prefers. More... about 15 years ago
Protect against trying to create a graphics window after the option parsing has failed and we're deleting the togl command token. More... about 15 years ago
Accept all boolean values for the stereo mode. More... about 15 years ago
Add additional C API query functions for Togl widget state. More... about 15 years ago
Do aglUpdateContext before any other context operations. More... about 15 years ago
Use configure to figure out if togl.c needs to undef GLX_ARB_get_proc_address. More... about 15 years ago
Only check for X errors if creating a shared context. More... about 15 years ago
Guard against delayed server-side glX failures. Use togl->display where appropriate. More... about 15 years ago
Fix sharing of display lists between togl widgets (and make it required to work). More... about 15 years ago
Make sure we get GLX prototype typedefs. More... about 15 years ago
Test the OpenGL context sharing as well as stereo. More... about 15 years ago
make sure DC is initialized. More... about 15 years ago
Prepare for 2.1 release. More... about 15 years ago
Cast glGetString to the right type. More... about 15 years ago
Use grid instead of pack for better resizing behavior. More... about 15 years ago
Fix texture demo failure with packing togl widget on Mac OS X. Revise when aglUpdateContext is called. More... about 15 years ago
Add largest pbuffer support. More... about 15 years ago
Need to distribution GL directory. More... about 15 years ago
Add multisampling and pbuffer support. More... about 15 years ago