0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Apr 16, 2023 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Visual Studio 2008 has sinf. More... over 10 years ago
Fix logic for Python 2.7.6. More... over 10 years ago
PyLong needed for Python 3 and Python 2.7.6. More... over 10 years ago
Excise old NVidia consumer stereo code since it no longer supported, and the new NVidia consumer stereo code doesn't support OpenGL. That removes the requirement for using a C++ compiler on Windows. Make a few fixes for compiling with Tcl/Tk 8.6 beta. More... almost 14 years ago
Update copyrights. Minor code cleanup. More... over 14 years ago
Remove unneeded SetPixelFormat when using pbuffers. More... over 14 years ago
Update for 2.1 release. More... over 14 years ago
Fix typo. More... over 14 years ago
Add missing const. More... over 14 years ago
Don't destroy pbuffer if we didn't create one. More... over 14 years ago
Make purify happy and initialize all of the pixel format descriptor. More... over 14 years ago
If we get a double buffered context when we asked for a single buffered one, make sure the read buffer is set to the front buffer as well as the draw buffer. More... over 14 years ago
add vim expandtab setting. More... almost 15 years ago
Prevent Win32WinProc from calling Tcl_DeleteCommandFromToken a second time. More... almost 15 years ago
When explicitly resizing a mapped widget, insure reshape callbacks are called. More... almost 15 years ago
Have Togl_CopyContext return if successful or not. More... about 15 years ago
Fixed font and stereo documentation. Added missing return value information. More... about 15 years ago
Fix non-Windows builds. More... about 15 years ago
row interleaved eyes were reversed on Miracube. More... about 15 years ago
Add row interleaved stereo support. More... about 15 years ago
Fix GLX_GLXEXT_LEGACY comment. More... about 15 years ago
need to reset na after checking if chooseFBConfig works More... about 15 years ago
Check extensions on the connection not just on the client. More... about 15 years ago
For AGL, allocate space for pbuffer immediately after creating it, so we can optionally ask for less space if it fails. More... about 15 years ago
make sure we don't exceed the maximum pbuffer size, because if we do, aglCreatePbuffer may succeed and later uses of the pbuffer fail More... about 15 years ago
Don't hide errors in callbacks. More... about 15 years ago
Protect against copying context to current context. More... about 15 years ago
fix typo (missing semicolon) More... about 15 years ago
Add tcl command and C function to copy OpenGL context state. More... about 15 years ago
Put C Tcl commands into double namespace. More... about 15 years ago