2012-11-17 |
Diederick Niehorster | now have function to get window style based on FreeGLUT... |
tree | commitdiff |
2012-11-16 |
Diederick Niehorster | reimplemented the client-area/window-area conversion... |
tree | commitdiff |
2012-09-25 |
Diederick Niehorster | fixing conflicts with opengl headers on some systems... |
tree | commitdiff |
2012-08-13 |
Diederick Niehorster | fixed shader route in shapes demo: |
tree | commitdiff |
2012-08-13 |
Diederick Niehorster | shapes demo: material color now set to red in shader... |
tree | commitdiff |
2012-08-07 |
John Tsiombikas | - trying to fix bug 2781865 |
tree | commitdiff |
2012-08-05 |
Diederick Niehorster | calling glutExit in the erro callback is a really bad... |
tree | commitdiff |
2012-07-26 |
Diederick Niehorster | little bit of cleanup and extra comments |
tree | commitdiff |
2012-07-24 |
Diederick Niehorster | the Callbackmaker demo, with its window close callback... |
tree | commitdiff |
2012-07-24 |
Diederick Niehorster | fix to smooth demo to work with GL 3.3 and higher,... |
tree | commitdiff |
2012-07-24 |
Diederick Niehorster | added warning and error callbacks to demo |
tree | commitdiff |
2012-07-24 |
Diederick Niehorster | implementing menu status callback |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | glutGet(GLUT_WINDOW_X) and glutGet(GLUT_WINDOW_Y) on... |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | some cleanup of one demo. added menu back in gamemode |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | child window now only used for keyboard callbacks and... |
tree | commitdiff |
2012-07-23 |
Diederick Niehorster | added one more child window (child-of-child) to one... |
tree | commitdiff |
2012-07-22 |
Diederick Niehorster | added entry callback to one demo |
tree | commitdiff |
2012-07-21 |
Diederick Niehorster | added a child window to one demo, added different menus... |
tree | commitdiff |
2012-07-21 |
Diederick Niehorster | better test of menus: one window now has right and... |
tree | commitdiff |
2012-06-18 |
Diederick Niehorster | cannot use //-style comments in shader source, doesn... |
tree | commitdiff |
2012-06-15 |
Diederick Niehorster | added bunch of error checks to shapes demo |
tree | commitdiff |
2012-06-12 |
Diederick Niehorster | bit of documentation |
tree | commitdiff |
2012-06-09 |
Sylvain Beucler | Fix compilation of demos/shapes |
tree | commitdiff |
2012-06-09 |
Diederick Niehorster | shapes demo can now test shader based drawing as well... |
tree | commitdiff |
2012-06-08 |
Diederick Niehorster | fixed warnings |
tree | commitdiff |
2012-05-21 |
Diederick Niehorster | fixed C++ code in multi-touch demo (thanks Geoff McLane!) |
tree | commitdiff |
2012-05-13 |
Sylvain Beucler | multi-touch sample: use FG2.8 (reversed) prototype... |
tree | commitdiff |
2012-05-08 |
Sylvain Beucler | Multi-touch test program |
tree | commitdiff |
2012-04-30 |
Diederick Niehorster | now using the Koch Snowflake (from fractals.dat) instea... |
tree | commitdiff |
2012-04-22 |
Diederick Niehorster | added 'r' toggle to shapes demo to also animate rotatio... |
tree | commitdiff |
2012-03-18 |
Diederick Niehorster | per old glut manpages, glutTeapot calls generate clockw... |
tree | commitdiff |
2012-03-17 |
Diederick Niehorster | corrected data type (its a demo after all, better be... |
tree | commitdiff |
2012-03-16 |
Diederick Niehorster | now a toggle for perspective/orthogonal projection... |
tree | commitdiff |
2012-03-16 |
Diederick Niehorster | outer radius parameter in shapes demo now doubles as... |
tree | commitdiff |
2012-03-13 |
John Tsiombikas | Removed autotools build files (I think I got all of... |
tree | commitdiff |
2012-03-13 |
Diederick Niehorster | removed VC6 files |
tree | commitdiff |
2012-03-12 |
Diederick Niehorster | moved glutTimerFunc in timer demo |
tree | commitdiff |
2012-03-10 |
John Tsiombikas | added the timer demo |
tree | commitdiff |
2011-12-14 |
John F. Fay | Undoing changeset 949 as it breaks the Linux build... |
tree | commitdiff |
2011-12-13 |
John F. Fay | Adding an error message code to the "smooth_opengl3... |
tree | commitdiff |
2011-09-28 |
John F. Fay | Addressing Ubuntu bug 686312 reported as freeglut bug... |
tree | commitdiff |
2011-09-28 |
John F. Fay | Addressing Ubuntu bug 686315 reported as freeglut bug... |
tree | commitdiff |
2011-09-05 |
John F. Fay | Final patch on full screen fix per e-mail from Diederic... |
tree | commitdiff |
2011-09-04 |
John F. Fay | Adding the "patch_demo" patch per e-mail from Diederick... |
tree | commitdiff |
2011-03-26 |
John F. Fay | Adding the "subwin" demo to the MSVC 6.0 workspace... |
tree | commitdiff |
2011-03-25 |
John F. Fay | Fixing the build on *nix per e-mail from John Tsiombika... |
tree | commitdiff |
2011-03-23 |
John F. Fay | Making some constants in the 'subwin' demo floating... |
tree | commitdiff |
2011-03-18 |
John F. Fay | Adding the 'subwinfix.patch' patch to set the focus... |
tree | commitdiff |
2011-03-17 |
John F. Fay | Adding more examples to 'one.c' to test the game mode... |
tree | commitdiff |
2011-03-16 |
John F. Fay | Implementing John Tsiombikas' missing error demo patch... |
tree | commitdiff |
2011-01-23 |
John F. Fay | Removing a bunch of Windows line endings -- see bug... |
tree | commitdiff |
2010-11-01 |
John F. Fay | Addressing feature request 2116152 -- adding an fgError... |
tree | commitdiff |
2009-11-19 |
John F. Fay | Making the "smooth_opengl3" typedefs to be Windows... |
tree | commitdiff |
2009-11-11 |
John F. Fay | Making the spaceball demo a bit more elegant per e... |
tree | commitdiff |
2009-11-11 |
John F. Fay | Getting the "spaceball" demo to build properly in Windows |
tree | commitdiff |
2009-11-08 |
John F. Fay | Converting tab characters to spaces in the source code ... |
tree | commitdiff |
2009-11-06 |
John F. Fay | First attempt at adding John Tsiombikas' spaceball... |
tree | commitdiff |
2009-05-24 |
Sven Panne | Move all files related to Visual Studio 2008 into 2... |
tree | commitdiff |
2009-04-05 |
Sven Panne | Removed remnants of CVS. |
tree | commitdiff |
2009-03-30 |
Sven Panne | Make the example fully OpenGL-3.1-compliant. |
tree | commitdiff |
2009-03-27 |
Sven Panne | Make Visual C happy by including stddef.h and explicitl... |
tree | commitdiff |
2009-03-17 |
John F. Fay | Adding Visual Studio 2008 solution and project files |
tree | commitdiff |
2009-03-16 |
John F. Fay | Adding "GLUT_MULTISAMPLE" to "shapes" demo ... because... |
tree | commitdiff |
2009-03-10 |
John F. Fay | Adding the "smooth_opengl3" demo |
tree | commitdiff |
2009-03-09 |
John F. Fay | Setting the "fractals" demo initial number of levels... |
tree | commitdiff |
2009-03-01 |
John F. Fay | Fixing Microsoft compatibility with the new "vsnprintf... |
tree | commitdiff |
2009-03-01 |
Sven Panne | Windows fun again: Use the correct calling convention... |
tree | commitdiff |
2009-02-28 |
Sven Panne | When -mno-cygwin is used, we get ancient GL headers... |
tree | commitdiff |
2009-02-28 |
Sven Panne | _CrtDumpMemoryLeaks and its header are Microsoft-specif... |
tree | commitdiff |
2009-02-28 |
Sven Panne | Use vsnprintf instead of the potentially dangerous... |
tree | commitdiff |
2009-02-28 |
Sven Panne | Position the distance message closer to the middle... |
tree | commitdiff |
2009-02-19 |
John F. Fay | Fixing the DOS/Linux line ending problems in the progs... |
tree | commitdiff |
2009-02-15 |
Sven Panne | Final changes to make the example fully OpenGL-3.0... |
tree | commitdiff |
2009-02-15 |
Sven Panne | Use GLSL shaders (still 1.20, though). Dump GL info. |
tree | commitdiff |
2009-02-15 |
Sven Panne | Added a commandline option for 'classic' contexts.... |
tree | commitdiff |
2009-02-15 |
Sven Panne | Use VBOs in new example. Added a few comments. |
tree | commitdiff |
2009-02-14 |
Sven Panne | Initial version of a fully OpenGL-3.0-compliant of... |
tree | commitdiff |
2007-11-26 |
John F. Fay | Making a demo program that uses "glutMainLoopEvent" |
tree | commitdiff |
2006-09-27 |
Joe Krahn | Undo svn:eol-style=CR/LF for MSVC project files. |
tree | commitdiff |
2006-09-26 |
Joe Krahn | Added svn:eol-style=CRLF property to MSVC project/works... |
tree | commitdiff |
2006-09-21 |
John F. Fay | Enhancing the "CallbackMaker" demo |
tree | commitdiff |
2006-08-05 |
Sven Panne | Check fgets for return value to avoid warnings. |
tree | commitdiff |
2005-07-06 |
Sven Panne | Reverting previous commit: %lf is a valid format specif... |
tree | commitdiff |
2005-07-05 |
John F. Fay | Fixing output formats ... nothing big |
tree | commitdiff |
2005-06-23 |
John F. Fay | Adding separate static library and DLL demonstration... |
tree | commitdiff |
2005-06-23 |
John F. Fay | Adding separate demo program projects for static librar... |
tree | commitdiff |
2005-06-23 |
John F. Fay | Adding support for separate static library demo programs |
tree | commitdiff |
2005-05-06 |
Sven Panne | Fixed a cuboctahedron vertex, implemented wire mode... |
tree | commitdiff |
2005-05-06 |
Sven Panne | Necessary compilation fixes for newer GCCs (e.g. 3... |
tree | commitdiff |
2005-05-04 |
John F. Fay | Replacing the original \"freeglut\" \"shapes\" demo... |
tree | commitdiff |
2005-01-03 |
Sven Panne | Fixed <sys/time.h> / <time.h> handling as suggested... |
tree | commitdiff |
2005-01-01 |
Sven Panne | Make "gcc -Wall -pedantic -Werror" happy. |
tree | commitdiff |
2004-12-31 |
Sven Panne | Improved ignorance. |
tree | commitdiff |
2004-03-28 |
Steve Baker | Removed unnecessary initialisation. |
tree | commitdiff |
2004-03-28 |
Steve Baker | Added a cullface test. |
tree | commitdiff |
2004-03-15 |
Richard Rauch | Removed Makefile support for the offscreen demo. |
tree | commitdiff |
2004-03-15 |
Richard Rauch | Removed offscreen demo program. |
tree | commitdiff |
2004-02-19 |
Richard Rauch | I had rubbed the offscreen/Makefile.am off from the... |
tree | commitdiff |
2004-02-19 |
Richard Rauch | Added "offscreen" demo, a very simple program that... |
tree | commitdiff |
2004-02-07 |
Richard Rauch | "Heavy editing" by John to his CallbackMaker demo. |
tree | commitdiff |
next |