freeglut
2012-11-23 Diederick Niehorstertiny cosmetics in resizer demo
2012-11-23 Diederick Niehorsterthat was too quick, fgStructure.CurrentWindow can be...
2012-11-23 Diederick NiehorsterGLUT_WINDOW_WIDTH and GLUT_WINDOW_HEIGHT can simply...
2012-11-23 Diederick Niehorsterprevent resize callback (and indeed the whole resizing...
2012-11-23 Diederick Niehorstertimer func now changes two colors alternatingly, using...
2012-11-23 Diederick Niehorsternicer output to terminal in Position callback
2012-11-23 Diederick Niehorsternow providing new position of child relative to parent...
2012-11-23 Diederick Niehorsterresizer demo now uses timer to display window information
2012-11-23 Diederick Niehorsterremoved unnecessary calls to SetWindowPos when entering...
2012-11-23 Diederick Niehorsterimplemented position callback on windows and some other...
2012-11-23 Diederick Niehorsterprepared callbackmaker for testing position callback
2012-11-23 Diederick Niehorsterused a macro to remove all the code repetition in fg_ca...
2012-11-23 Diederick Niehorsteradded glutPositionFunc callback, now just need to imple...
2012-11-23 Diederick Niehorsteradded WCB_Position callback in callback table (only...
2012-11-22 Diederick Niehorstermore cleanup in callbackmaker demo, now showing best...
2012-11-22 Diederick Niehorstercleaned up callback registering code in One demo, now...
2012-11-22 Diederick Niehorstersome callback naming cosmetics as suggested in an old...
2012-11-22 Diederick Niehorsterextensive changes in callbackmaker: each of the two...
2012-11-21 Diederick Niehorsternicely lining up the two windows for the callbackmaker...
2012-11-21 Diederick Niehorsternow using WHEEL_DELTA for mouse wheel processing, inste...
2012-11-21 Diederick Niehorsterwrote macro for the special key checks (shift, alt...
2012-11-20 Diederick Niehorstersmall enhancement to Callbackmaker demo
2012-11-20 Diederick Niehorstersmall updates to one demo, so windowed windows display...
2012-11-20 Diederick Niehorsterforgot docs for last change
2012-11-20 Diederick Niehorsterwhen entering game mode, now avoiding call to ChangeDis...
2012-11-20 Diederick Niehorstersome comments missing in shapes demo
2012-11-19 Diederick Niehorstercosmetics in one demo
2012-11-19 Diederick Niehorsterpulling in cleanup from r1442
2012-11-19 Diederick Niehorstershapes demo: now only draw necessary size info, and...
2012-11-19 Diederick Niehorsterfixed normals of glutCone, thanks Ioannis!
2012-11-19 Diederick NiehorsterGLUT_GEOMETRY_VISUALIZE_NORMALS is a better name than...
2012-11-19 Diederick Niehorstercan now visualize normals of GLUT geometry in GL2 mode...
2012-11-18 Diederick Niehorstersize of cuboctahedron in shapes demo now in line with...
2012-11-18 Diederick Niehorstershapes demo: cuboctahedron is from the demo itself...
2012-11-18 Diederick Niehorstercan now also draw the normal vectors (seems very useful...
2012-11-18 Diederick Niehorsterwrote out the ipow function so its easier to mentally...
2012-11-18 Diederick Niehorstersmall enhancements to shapes demo:
2012-11-17 Diederick Niehorsterfixed install target:
2012-11-17 Diederick Niehorstermenus attached to child windows did not appear in the...
2012-11-17 Diederick Niehorsterminor cosmetics
2012-11-17 Diederick Niehorsternow have function to get window style based on FreeGLUT...
2012-11-16 Diederick Niehorsteradded note about maximizing behavior on Windows (when...
2012-11-16 Diederick Niehorsterreimplemented the client-area/window-area conversion...
2012-11-16 Diederick Niehorsterincluding OpenGL/gl.h and OpenGL/glu.h when on apple...
2012-09-25 Diederick Niehorsterfixing conflicts with opengl headers on some systems...
2012-09-25 Diederick NiehorsterGLUT_WINDOW_HEADER_HEIGHT should always have been GLUT_...
2012-08-13 Diederick Niehorsterfixed shader route in shapes demo:
2012-08-13 Diederick Niehorstershapes demo: material color now set to red in shader...
2012-08-09 John TsiombikasThe mapping from XInput button mask to the standard...
2012-08-07 John Tsiombikas- trying to fix bug 2781865
2012-08-06 Diederick Niehorsteralso add an InvalidateRect call before the BeginPaint...
2012-08-06 Diederick Niehorsterbetter to put code to check if menu should be deactivat...
2012-08-06 Diederick Niehorstersome doc on why not using GetClientRect for getting...
2012-08-05 Diederick Niehorstercalling glutExit in the erro callback is a really bad...
2012-07-31 John Tsiombikasgamemode-x11: fixed the conditions checking for XR...
2012-07-29 Diederick Niehorsterforgot to set use to true (not that its useful, but...
2012-07-29 Diederick Niehorsterattempt to implement fghPlatformGetCursorPos on X11
2012-07-29 Diederick Niehorsterfg_cursor is a much better place for code reading the...
2012-07-29 Diederick Niehorstersome cleanup
2012-07-29 John TsiombikasFixed broken X11 menus. The MPX patch would naively...
2012-07-26 Diederick Niehorsterlittle bit of cleanup and extra comments
2012-07-24 Diederick Niehorsterthe Callbackmaker demo, with its window close callback...
2012-07-24 Diederick Niehorsteradding option (on windows) to also install .pdb files
2012-07-24 Diederick Niehorsterfix to smooth demo to work with GL 3.3 and higher,...
2012-07-24 Diederick Niehorsterupdate to README.win32 from José Caetano A. C. Silva...
2012-07-24 Diederick Niehorsteradded warning and error callbacks to demo
2012-07-24 Diederick Niehorsterimplementing menu status callback
2012-07-23 Diederick NiehorsterglutGet(GLUT_WINDOW_X) and glutGet(GLUT_WINDOW_Y) on...
2012-07-23 Diederick Niehorstersome cleanup of one demo. added menu back in gamemode
2012-07-23 Diederick Niehorsternow added fix suggested by Ioannis to make menus work...
2012-07-23 Diederick NiehorsterShould only do check if mouse is outside client area...
2012-07-23 Diederick Niehorsterchild window now only used for keyboard callbacks and...
2012-07-23 Diederick Niehorsternow also closing menus when non-client area is pressed...
2012-07-23 Diederick NiehorsterWhen receiving WM_SETFOCUS, check if its child window...
2012-07-23 Diederick Niehorsteradded one more child window (child-of-child) to one...
2012-07-22 Diederick Niehorsternow checking for NULL window in fgDeactivateMenu (thank...
2012-07-22 Diederick Niehorsteradded entry callback to one demo
2012-07-21 Diederick Niehorsterargh, some debug code made it in (don't commit and...
2012-07-21 Diederick Niehorstersome clean up in WM_KILLFOCUS handler
2012-07-21 Diederick Niehorsteradded a child window to one demo, added different menus...
2012-07-21 Diederick Niehorstercan now also handle the case where menus is opened...
2012-07-21 Diederick Niehorsterbetter test of menus: one window now has right and...
2012-07-21 Diederick Niehorsterfixes two cases of menu's not closing when they should:
2012-07-21 Diederick NiehorsterWhen having submenu open in one window and activating...
2012-07-20 Diederick Niehorstersmall addition to debug msg handy for testing
2012-07-20 Diederick Niehorsterneed to check for NULL as well....
2012-07-20 Diederick Niehorsterremoved SetFocus that was added to WM_MOUSEMOVE to...
2012-07-20 Diederick Niehorsterit was in 2003 that his compiler didn't recognize this...
2012-06-18 Diederick Niehorstercannot use //-style comments in shader source, doesn...
2012-06-15 Diederick Niehorsteradded bunch of error checks to shapes demo
2012-06-15 Diederick Niehorsteras per Ioannis Petikas' suggestion on the mailing list...
2012-06-12 Diederick Niehorsterbit of documentation
2012-06-10 John F. FayFixing mouse wheel bug in Windows per e-mail from Ioann...
2012-06-10 John F. FayFixing the situation in which the special-key-up callba...
2012-06-10 Sylvain BeuclerReference myself in AUTHORS
2012-06-09 John F. FayFixing the warning message when "glutGetModifiers"...
2012-06-09 Sylvain BeuclerCall Pause/Resume callbacks from Android
2012-06-09 Sylvain BeuclerMake glutInitContextFunc/glutPauseFunc/glutResumeFunc...
2012-06-09 Sylvain BeuclerFix compilation of demos/shapes
2012-06-09 Sylvain BeuclerAdd pointers to discussion on multi-touch
next