2012-11-17 |
Diederick Niehorster | minor cosmetics
|
commit | commitdiff | tree |
2012-11-17 |
Diederick Niehorster | now have function to get window style based on FreeGLUT...
|
commit | commitdiff | tree |
2012-11-16 |
Diederick Niehorster | added note about maximizing behavior on Windows (when...
|
commit | commitdiff | tree |
2012-11-16 |
Diederick Niehorster | reimplemented the client-area/window-area conversion...
|
commit | commitdiff | tree |
2012-11-16 |
Diederick Niehorster | including OpenGL/gl.h and OpenGL/glu.h when on apple...
|
commit | commitdiff | tree |
2012-09-25 |
Diederick Niehorster | fixing conflicts with opengl headers on some systems...
|
commit | commitdiff | tree |
2012-09-25 |
Diederick Niehorster | GLUT_WINDOW_HEADER_HEIGHT should always have been GLUT_WINDO...
|
commit | commitdiff | tree |
2012-08-13 |
Diederick Niehorster | fixed shader route in shapes demo:
|
commit | commitdiff | tree |
2012-08-13 |
Diederick Niehorster | shapes demo: material color now set to red in shader...
|
commit | commitdiff | tree |
2012-08-06 |
Diederick Niehorster | also add an InvalidateRect call before the BeginPaint...
|
commit | commitdiff | tree |
2012-08-06 |
Diederick Niehorster | better to put code to check if menu should be deactivated in
|
commit | commitdiff | tree |
2012-08-06 |
Diederick Niehorster | some doc on why not using GetClientRect for getting...
|
commit | commitdiff | tree |
2012-08-05 |
Diederick Niehorster | calling glutExit in the erro callback is a really bad...
|
commit | commitdiff | tree |
2012-07-29 |
Diederick Niehorster | forgot to set use to true (not that its useful, but...
|
commit | commitdiff | tree |
2012-07-29 |
Diederick Niehorster | attempt to implement fghPlatformGetCursorPos on X11
|
commit | commitdiff | tree |
2012-07-29 |
Diederick Niehorster | fg_cursor is a much better place for code reading the...
|
commit | commitdiff | tree |
2012-07-29 |
Diederick Niehorster | some cleanup
|
commit | commitdiff | tree |
2012-07-26 |
Diederick Niehorster | little bit of cleanup and extra comments
|
commit | commitdiff | tree |
2012-07-24 |
Diederick Niehorster | the Callbackmaker demo, with its window close callback...
|
commit | commitdiff | tree |
2012-07-24 |
Diederick Niehorster | adding option (on windows) to also install .pdb files
|
commit | commitdiff | tree |
2012-07-24 |
Diederick Niehorster | fix to smooth demo to work with GL 3.3 and higher,...
|
commit | commitdiff | tree |
2012-07-24 |
Diederick Niehorster | update to README.win32 from José Caetano A. C. Silva...
|
commit | commitdiff | tree |
2012-07-24 |
Diederick Niehorster | added warning and error callbacks to demo
|
commit | commitdiff | tree |
2012-07-24 |
Diederick Niehorster | implementing menu status callback
|
commit | commitdiff | tree |
2012-07-23 |
Diederick Niehorster | glutGet(GLUT_WINDOW_X) and glutGet(GLUT_WINDOW_Y) on...
|
commit | commitdiff | tree |
2012-07-23 |
Diederick Niehorster | some cleanup of one demo. added menu back in gamemode
|
commit | commitdiff | tree |
2012-07-23 |
Diederick Niehorster | now added fix suggested by Ioannis to make menus work...
|
commit | commitdiff | tree |
2012-07-23 |
Diederick Niehorster | Should only do check if mouse is outside client area...
|
commit | commitdiff | tree |
2012-07-23 |
Diederick Niehorster | child window now only used for keyboard callbacks and...
|
commit | commitdiff | tree |
2012-07-23 |
Diederick Niehorster | now also closing menus when non-client area is pressed...
|
commit | commitdiff | tree |
2012-07-23 |
Diederick Niehorster | When receiving WM_SETFOCUS, check if its child window...
|
commit | commitdiff | tree |
2012-07-23 |
Diederick Niehorster | added one more child window (child-of-child) to one...
|
commit | commitdiff | tree |
2012-07-22 |
Diederick Niehorster | now checking for NULL window in fgDeactivateMenu (thanks...
|
commit | commitdiff | tree |
2012-07-22 |
Diederick Niehorster | added entry callback to one demo
|
commit | commitdiff | tree |
2012-07-21 |
Diederick Niehorster | argh, some debug code made it in (don't commit and...
|
commit | commitdiff | tree |
2012-07-21 |
Diederick Niehorster | some clean up in WM_KILLFOCUS handler
|
commit | commitdiff | tree |
2012-07-21 |
Diederick Niehorster | added a child window to one demo, added different menus...
|
commit | commitdiff | tree |
2012-07-21 |
Diederick Niehorster | can now also handle the case where menus is opened...
|
commit | commitdiff | tree |
2012-07-21 |
Diederick Niehorster | better test of menus: one window now has right and...
|
commit | commitdiff | tree |
2012-07-21 |
Diederick Niehorster | fixes two cases of menu's not closing when they should:
|
commit | commitdiff | tree |
2012-07-21 |
Diederick Niehorster | When having submenu open in one window and activating...
|
commit | commitdiff | tree |
2012-07-20 |
Diederick Niehorster | small addition to debug msg handy for testing
|
commit | commitdiff | tree |
2012-07-20 |
Diederick Niehorster | need to check for NULL as well....
|
commit | commitdiff | tree |
2012-07-20 |
Diederick Niehorster | removed SetFocus that was added to WM_MOUSEMOVE to...
|
commit | commitdiff | tree |
2012-07-20 |
Diederick Niehorster | it was in 2003 that his compiler didn't recognize this...
|
commit | commitdiff | tree |
2012-06-18 |
Diederick Niehorster | cannot use //-style comments in shader source, doesn...
|
commit | commitdiff | tree |
2012-06-15 |
Diederick Niehorster | added bunch of error checks to shapes demo
|
commit | commitdiff | tree |
2012-06-15 |
Diederick Niehorster | as per Ioannis Petikas' suggestion on the mailing list...
|
commit | commitdiff | tree |
2012-06-12 |
Diederick Niehorster | bit of documentation
|
commit | commitdiff | tree |
2012-06-09 |
Diederick Niehorster | shapes demo can now test shader based drawing as well...
|
commit | commitdiff | tree |
2012-06-08 |
Diederick Niehorster | fixed warnings
|
commit | commitdiff | tree |
2012-06-07 |
Diederick Niehorster | added d suffix for debug builds of demos as well, MSVC...
|
commit | commitdiff | tree |
2012-05-25 |
Diederick Niehorster | spaceball demo is only meaningful on unix, don't build...
|
commit | commitdiff | tree |
2012-05-25 |
Diederick Niehorster | on windows+MSVC, debug builds of the library now have...
|
commit | commitdiff | tree |
2012-05-24 |
Diederick Niehorster | note about teapot rendering, front facing polygons...
|
commit | commitdiff | tree |
2012-05-21 |
Diederick Niehorster | fixed C++ code in multi-touch demo (thanks Geoff McLane!)
|
commit | commitdiff | tree |
2012-05-21 |
Diederick Niehorster | no longer using sinf/cosfsqrtf in fg_geometry, no need...
|
commit | commitdiff | tree |
2012-05-05 |
Diederick Niehorster | docs and cosmetics in fg_geometry, should be a finished...
|
commit | commitdiff | tree |
2012-05-05 |
Diederick Niehorster | slight formatting in CMake file, just cosmetic
|
commit | commitdiff | tree |
2012-04-30 |
Diederick Niehorster | now using the Koch Snowflake (from fractals.dat) instead...
|
commit | commitdiff | tree |
2012-04-29 |
Diederick Niehorster | drawing code for solid and wired now shared for all...
|
commit | commitdiff | tree |
2012-04-28 |
Diederick Niehorster | cleanup
|
commit | commitdiff | tree |
2012-04-28 |
Diederick Niehorster | torus ported. All shapes drawn with glDrawArrays and...
|
commit | commitdiff | tree |
2012-04-28 |
Diederick Niehorster | less repetition of vertices for triangle strip
|
commit | commitdiff | tree |
2012-04-28 |
Diederick Niehorster | Wire Torus now ported
|
commit | commitdiff | tree |
2012-04-28 |
Diederick Niehorster | porting torus: split off vertex generation
|
commit | commitdiff | tree |
2012-04-22 |
Diederick Niehorster | added 'r' toggle to shapes demo to also animate rotation...
|
commit | commitdiff | tree |
2012-04-22 |
Diederick Niehorster | one more small cleanup
|
commit | commitdiff | tree |
2012-04-22 |
Diederick Niehorster | cylinder also ported
|
commit | commitdiff | tree |
2012-04-21 |
Diederick Niehorster | glutCones now refreshed too
|
commit | commitdiff | tree |
2012-04-20 |
Diederick Niehorster | solid sphere now done with only triangle strips.
|
commit | commitdiff | tree |
2012-04-20 |
Diederick Niehorster | converted all tabs to spaces, hate if they are mixed...
|
commit | commitdiff | tree |
2012-03-30 |
Diederick Niehorster | added todo
|
commit | commitdiff | tree |
2012-03-25 |
Diederick Niehorster | bit of preparation for porting cone and cylinder: yes...
|
commit | commitdiff | tree |
2012-03-25 |
Diederick Niehorster | ported sphere. Drawing code is still in the sphere...
|
commit | commitdiff | tree |
2012-03-25 |
Diederick Niehorster | correcting a few typos i made earlier in the comments
|
commit | commitdiff | tree |
2012-03-21 |
Diederick Niehorster | internally in fg_geometry, GLfloat used everywhere
|
commit | commitdiff | tree |
2012-03-19 |
Diederick Niehorster | simplified check for whether opengl 2.1+ context is...
|
commit | commitdiff | tree |
2012-03-18 |
Diederick Niehorster | All doubles now GLdoubles (important for GLES later)
|
commit | commitdiff | tree |
2012-03-18 |
Diederick Niehorster | teapot header not in list of files (so doesn't show...
|
commit | commitdiff | tree |
2012-03-18 |
Diederick Niehorster | per old glut manpages, glutTeapot calls generate clockwise...
|
commit | commitdiff | tree |
2012-03-18 |
Diederick Niehorster | added a message when new context creation was silently...
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | got rid of edgeflags as I now draw all wire frames...
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | that definition is FREEGLUT_GLES1, not FREEGLUT_GLES
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | little bit of cleanup
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | oops, that was a bit sloppy. Also added a missing free
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | check for every malloc call if memory was allocated...
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | Need to also set glDisable(GL_CULL_FACE) when drawing...
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | Done dodecahedron. Nice, this just worked!
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | removing some debug code
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | was still trying to draw RhombicDodecahedron as GL_QUAD...
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | implemented scheme for automatic square and pentagon...
|
commit | commitdiff | tree |
2012-03-17 |
Diederick Niehorster | corrected data type (its a demo after all, better be...
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | cube now done with triangles, internal edges on each...
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | RhombicDodecahedron moved to glVertexPointer
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | icosahedron also done
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | made some macros to reduce code duplication
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | octahedron also done
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | now a toggle for perspective/orthogonal projection...
|
commit | commitdiff | tree |
2012-03-16 |
Diederick Niehorster | outer radius parameter in shapes demo now doubles as...
|
commit | commitdiff | tree |
next |