freeglut
2013-02-28 Diederick Niehorsterfixed documentation for GLUT_ICON (its not an environme...
2013-02-28 Diederick Niehorsterimplemented GLUT_WINDOW_STENCIL_SIZE and GLUT_WINDOW_BU...
2013-02-27 Diederick NiehorsterNo need to handle WM_CANCELMODE, defwindowproc takes...
2013-02-27 Diederick Niehorsterupdated README to point to README.cmake for building
2013-02-27 Diederick Niehorsternow that mouse capture was properly implemented, menus...
2013-02-27 Diederick NiehorsterMousemotion events now generated outside the window...
2013-02-27 Diederick NiehorsterfgDeactivateMenu could sometimes be called twice on...
2013-02-27 Diederick NiehorsterGLUT_CURSOR_INHERIT now works, also implemented another...
2013-02-27 Diederick Niehorstershould return zero after processing any of the mouse...
2013-02-27 Diederick NiehorsterOnly do mouse tracking for EntryFunc if user specified...
2013-02-27 Diederick NiehorsterNow implemented properly working mouse entry and exit...
2013-02-27 Diederick Niehorsterdemo glutSetCursor
2013-02-27 Diederick NiehorsterSimplified fghWindowUnderCursor, cleane dup code
2013-02-27 Diederick NiehorsterOnly check for child window when needed, some cleanup
2013-02-27 Diederick NiehorsterWM_SETFOCUS should not change focus to child instead...
2013-02-27 Diederick NiehorsterUse GetMessagePos, not GetCursorPos to make sure we...
2013-02-27 Diederick Niehorsterclean up glutSetKeyRepeat function body
2013-02-27 Diederick NiehorsterAdded subwindows to CallbackMaker demo, for testing...
2013-02-27 Diederick Niehorsteradded modifier key status to callbackmaker output,...
2013-02-26 Diederick Niehorsterreworked fullscreen code based on implementation of...
2013-02-26 Diederick Niehorstersubwin demo now has a grandchild (subwin in subwin...
2013-02-26 Diederick Niehorstersome msgs only sent to parent window, find child under...
2013-02-26 Diederick Niehorsterbetter name for key up/down function
2013-02-26 Diederick Niehorsterwin API docs say that defWndProc must be called for...
2013-02-26 Diederick Niehorsterwin32: updating keyboard down/up handling. Split off...
2013-02-13 Diederick Niehorstermoving fgPlatformReshapeWindow and fgPlatformDisplayWin...
2013-02-09 Diederick Niehorsternow have 64bit internal time on Windows, as we deal...
2013-01-27 Diederick Niehorstercan now configure build such that runtime warnings...
2013-01-27 Diederick Niehorstersmoothgl3 and shapes demos, now checking if glutGetProc...
2013-01-17 Diederick NiehorsterMake CTRL and SHIFT arrive properly in single (as oppos...
2013-01-17 Diederick Niehorsterfixed closing window crash, thanks Philipp!
2013-01-17 Diederick Niehorsteroops, debug code that shouldn't have been committed...
2013-01-17 Diederick NiehorsterUpdating last edit time and FreeGLUT version for API...
2012-12-18 Diederick Niehorsteravoid crash on null temp_window, thanks Phillip Kutin!
2012-12-18 Diederick Niehorsterremoved unnecessary token pasting (##) preprocessor...
2012-11-24 Diederick Niehorsterkicking out the FGCBSelect function prototype that...
2012-11-23 Diederick Niehorsterargh! commit 1485 was cut and paste instead of copy...
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
next