2022-03-08 |
John Tsiombikas | Added keyboard demo, and changed the spaceball demo... |
tree | commitdiff |
2021-09-29 |
John Tsiombikas | shapes demo: added flat shading option (fixed-function... |
tree | commitdiff |
2018-03-26 |
Diederick Niehorster | cleaning up mixed tabs and spaces |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Added timer_callback sample for user callbacks |
tree | commitdiff |
2017-06-14 |
Diederick Niehorster | multi-touch demo: if an index 64 would come in, this... |
tree | commitdiff |
2017-06-14 |
Diederick Niehorster | resizer demo: adding a bit more output to console to... |
tree | commitdiff |
2017-06-14 |
Diederick Niehorster | multi-touch callback had a copy paste error in the... |
tree | commitdiff |
2015-03-07 |
John Tsiombikas | added the init error handler example program contribute... |
tree | commitdiff |
2014-10-19 |
John Tsiombikas | fixed the unreachable GL error check in getAttribOrUnif... |
tree | commitdiff |
2014-10-13 |
Diederick Niehorster | more cleanup: config.h include never needed in demo |
tree | commitdiff |
2014-10-11 |
John Tsiombikas | fixed build on MSVC6 |
tree | commitdiff |
2014-08-27 |
Diederick Niehorster | X11: implemented borderless and captionless window... |
tree | commitdiff |
2014-08-27 |
Diederick Niehorster | caption height should include the width of the border... |
tree | commitdiff |
2014-08-27 |
Diederick Niehorster | resizer demo: |
tree | commitdiff |
2014-06-01 |
Sylvain Beucler | Unify GLES1 and GLES2 (libraries are compatible and... |
tree | commitdiff |
2014-06-01 |
Diederick Niehorster | add menu to opengl 3 demo. Should work as menu windows... |
tree | commitdiff |
2014-05-14 |
John Tsiombikas | Using the -pedantic flag with gcc uncovered a series... |
tree | commitdiff |
2014-01-21 |
John Tsiombikas | fixed timer.c: wouldn't compile in C89 mode due to... |
tree | commitdiff |
2014-01-17 |
Diederick Niehorster | timer demo now has a menu to: |
tree | commitdiff |
2013-05-19 |
Sylvain Beucler | Make Android work again - adapt to recent changes and... |
tree | commitdiff |
2013-04-04 |
Diederick Niehorster | menu fonts API improved |
tree | commitdiff |
2013-04-04 |
Diederick Niehorster | added cursor changing to resizer demo, for testing |
tree | commitdiff |
2013-04-04 |
Diederick Niehorster | can now set the font used for a menu |
tree | commitdiff |
2013-04-04 |
Diederick Niehorster | - moving to a new way of handling window changes (posit... |
tree | commitdiff |
2013-04-01 |
Diederick Niehorster | cleaned up a bunch of warnings |
tree | commitdiff |
2013-04-01 |
Diederick Niehorster | note about glutSetVertexAttribTexCoord2 in shapes demo |
tree | commitdiff |
2013-04-01 |
Diederick Niehorster | further worked on the teapot drawing code: |
tree | commitdiff |
2013-03-19 |
Diederick Niehorster | normalizing line endings.. |
tree | commitdiff |
2013-03-04 |
Diederick Niehorster | error when entering main loop with no windows defined... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | implemented glutSetIconTitle that works on win32, when... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | Visibility functions better implemented now. All goes... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | implemented somewhat better visibility/windowstatus... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | library should call window status func at all times... |
tree | commitdiff |
2013-02-28 |
Diederick Niehorster | files for demoing GLUT_ICON |
tree | commitdiff |
2013-02-28 |
Diederick Niehorster | implemented GLUT_WINDOW_STENCIL_SIZE and GLUT_WINDOW_BU... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | GLUT_CURSOR_INHERIT now works, also implemented another... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | demo glutSetCursor |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | Added subwindows to CallbackMaker demo, for testing... |
tree | commitdiff |
2013-02-27 |
Diederick Niehorster | added modifier key status to callbackmaker output,... |
tree | commitdiff |
2013-02-26 |
Diederick Niehorster | subwin demo now has a grandchild (subwin in subwin... |
tree | commitdiff |
2013-01-27 |
Diederick Niehorster | smoothgl3 and shapes demos, now checking if glutGetProc... |
tree | commitdiff |
2013-01-17 |
Diederick Niehorster | oops, debug code that shouldn't have been committed... |
tree | commitdiff |
2013-01-17 |
Diederick Niehorster | Updating last edit time and FreeGLUT version for API... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | tiny cosmetics in resizer demo |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | timer func now changes two colors alternatingly, using... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | nicer output to terminal in Position callback |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | now providing new position of child relative to parent... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | resizer demo now uses timer to display window information |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | implemented position callback on windows and some other... |
tree | commitdiff |
2012-11-23 |
Diederick Niehorster | prepared callbackmaker for testing position callback |
tree | commitdiff |
2012-11-22 |
Diederick Niehorster | more cleanup in callbackmaker demo, now showing best... |
tree | commitdiff |
2012-11-22 |
Diederick Niehorster | cleaned up callback registering code in One demo, now... |
tree | commitdiff |
2012-11-22 |
Diederick Niehorster | extensive changes in callbackmaker: each of the two... |
tree | commitdiff |
2012-11-21 |
Diederick Niehorster | nicely lining up the two windows for the callbackmaker... |
tree | commitdiff |
2012-11-20 |
Diederick Niehorster | small enhancement to Callbackmaker demo |
tree | commitdiff |
2012-11-20 |
Diederick Niehorster | small updates to one demo, so windowed windows display... |
tree | commitdiff |
2012-11-20 |
Diederick Niehorster | some comments missing in shapes demo |
tree | commitdiff |
2012-11-19 |
Diederick Niehorster | cosmetics in one demo |
tree | commitdiff |
2012-11-19 |
Diederick Niehorster | shapes demo: now only draw necessary size info, and... |
tree | commitdiff |
2012-11-19 |
Diederick Niehorster | fixed normals of glutCone, thanks Ioannis! |
tree | commitdiff |
2012-11-19 |
Diederick Niehorster | GLUT_GEOMETRY_VISUALIZE_NORMALS is a better name than... |
tree | commitdiff |
2012-11-19 |
Diederick Niehorster | can now visualize normals of GLUT geometry in GL2 mode... |
tree | commitdiff |
2012-11-18 |
Diederick Niehorster | size of cuboctahedron in shapes demo now in line with... |
tree | commitdiff |
2012-11-18 |
Diederick Niehorster | shapes demo: cuboctahedron is from the demo itself... |
tree | commitdiff |
2012-11-18 |
Diederick Niehorster | can now also draw the normal vectors (seems very useful... |
tree | commitdiff |
2012-11-18 |
Diederick Niehorster | small enhancements to shapes demo: |
tree | commitdiff |
2012-11-17 |
Diederick Niehorster | menus attached to child windows did not appear in the... |
tree | commitdiff |
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 | Make glutInitContextFunc/glutPauseFunc/glutResumeFunc... |
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-05-04 |
Sylvain Beucler | Add new callback to reload context, pending propername |
tree | commitdiff |
2012-05-04 |
Sylvain Beucler | android: handle pause/unpause of application + recreate... |
tree | commitdiff |
2012-05-01 |
Sylvain Beucler | fg_geometry: remove GLES-specific #ifdefs (in code... |
tree | commitdiff |
2012-04-30 |
Diederick Niehorster | now using the Koch Snowflake (from fractals.dat) instea... |
tree | commitdiff |
next |