freeglut
2013-11-09 Diederick NiehorsterFixing problem with non-client area becoming unresponsi...
2013-08-28 John TsiombikasApplied James DeLisle's patch adding EWMH _NET_WM_PID...
2013-05-19 Sylvain BeuclerFind this kind of bug is definitely out of my juridicti...
2013-05-19 Sylvain BeuclerMake Android work again - adapt to recent changes and...
2013-05-19 Sylvain BeuclerIdentify Android thread in the logs
2013-05-19 Sylvain BeuclerFix random crash
2013-05-19 Sylvain BeuclerFix compilation warning about unused variables and...
2013-04-20 Diederick NiehorsterfgProcessWork, not fgPlatformProcessWork
2013-04-20 Diederick Niehorsterstrip out GLUT_DISPLAY_CALLBACK from worklist _before_...
2013-04-18 Diederick Niehorstershould not strip out GLUT_DISPLAY_CALLBACK at the end...
2013-04-07 Diederick Niehorsterpart of dealing with work is platform independent,...
2013-04-07 Diederick Niehorsterredisplay is now also on the work list instead of handl...
2013-04-07 Diederick Niehorsterdoc that timers are sorted by endtime + don't call...
2013-04-06 Diederick NiehorsterMenu's work again in gamemode too now. We have to do...
2013-04-06 Diederick Niehorstercleanup a debug statement
2013-04-06 Diederick Niehorsterclicking in another window also no longer closed the...
2013-04-06 Diederick Niehorsternow that menu's no longer take focus from their parent...
2013-04-06 Diederick Niehorsteradded a function to translate WM_ messages to text...
2013-04-06 Diederick Niehorsternow handling WM_MOUSEACTIVATE so that menus don't get...
2013-04-06 Diederick Niehorsterfix in fgUpdateMenuHighlight: clicked entry is always...
2013-04-05 Diederick Niehorsterno idea where this folder came from, think its an error...
2013-04-05 Diederick NiehorsterChange FREEGLUT_WARNINGS and *_ERRORS to FREEGLUT_PRINT...
2013-04-05 Diederick Niehorsterimplemented WM_DISPLAYCHANGE message handler per patch...
2013-04-05 Diederick Niehorsterforgot to add teapot to sourcelist for gles1 and gles2...
2013-04-04 Diederick Niehorstermenu fonts API improved
2013-04-04 Diederick Niehorsteradded cursor changing to resizer demo, for testing
2013-04-04 Diederick Niehorsterinstead of separate Pause and Resume CBs, we now have...
2013-04-04 Diederick Niehorstersome cleanup
2013-04-04 Diederick Niehorsterand with 0xFF to indicate to runtime that we want to...
2013-04-04 Diederick Niehorstermenu changes based on patch by Jason Wilkins:
2013-04-04 Diederick Niehorstercan now set the font used for a menu
2013-04-04 Diederick Niehorstererror in checking if mouse is in window when opening...
2013-04-04 Diederick Niehorsterdont wait till window visible when creating menu, as...
2013-04-04 Diederick Niehorsterdon't show window when creating menu (better fix then...
2013-04-04 Diederick Niehorstervariable declaration in wrong place
2013-04-04 Diederick Niehorster- moving to a new way of handling window changes (posit...
2013-04-04 Diederick Niehorsterusing FREE_GLUT_BUILD_STATIC_LIBS and FREEGLUT_BUILD_SH...
2013-04-04 Diederick Niehorsterchange CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR...
2013-04-03 Diederick Niehorsterto check for menu opening/closing upon button press...
2013-04-01 Diederick Niehorstercleaned up a bunch of warnings
2013-04-01 Diederick Niehorsterbit more cleanup
2013-04-01 Diederick Niehorsternote about glutSetVertexAttribTexCoord2 in shapes demo
2013-04-01 Diederick Niehorsterimplement setter for texture coord 2 (u,v) vertex attri...
2013-04-01 Diederick Niehorsterfurther worked on the teapot drawing code:
2013-03-31 Diederick Niehorstersame as for all other geometry functions, teapot takes...
2013-03-31 Diederick Niehorsterteapot now using vertex arrays or vertex attribute...
2013-03-21 Diederick Niehorsterwasn't using GLbooleans in this platform independent...
2013-03-19 Diederick Niehorsternormalizing line endings..
2013-03-19 Diederick Niehorsteradded some beginner notes for compiling through cmake...
2013-03-19 Diederick Niehorsternote on use of gluint/glushort in fg_geometry
2013-03-17 Diederick Niehorster- another strdup
2013-03-17 Diederick Niehorsterstrdup instead of malloc/strcpy
2013-03-16 Diederick Niehorstersmall comment fix (this was not todo, we're not leaking...
2013-03-06 Diederick Niehorsteron windows too: call resize callback only in response...
2013-03-06 Diederick Niehorstergamemode: just go fullscreen
2013-03-06 Diederick Niehorsternow have a default reshape callback function that is...
2013-03-06 Diederick NiehorsterfghHavePendingRedisplaysCallback: docs fixed up, and...
2013-03-06 Diederick Niehorstercomment on timer checking, are timers always sorted...
2013-03-06 Diederick Niehorsterjoystick:
2013-03-05 Diederick NiehorsterfghSleepForEvents immediately returns if we have an...
2013-03-04 Diederick Niehorstererror when entering main loop with no windows defined...
2013-03-04 Diederick Niehorsterif user opens menu in parent window and then clicked...
2013-03-04 Diederick NiehorsterMenuStatusCallback when menu was closed did not return...
2013-03-04 Diederick Niehorstercallign entryfunc should not steal the current window...
2013-03-04 Diederick Niehorsterhandling of mouse messages more conform docs, some...
2013-03-01 Diederick Niehorstermissed the windowproc return value
2013-03-01 Diederick NiehorsterWM_PAINT more conform to docs
2013-03-01 Diederick Niehorstersome cleanup: on window creation, don't have to zero...
2013-03-01 Diederick Niehorsterimplemented glutSetIconTitle that works on win32, when...
2013-03-01 Diederick Niehorsterfixed up handling of WM_MOUSEWHEEL, low order of wParam...
2013-03-01 Diederick NiehorsterVisibility functions better implemented now. All goes...
2013-03-01 Diederick Niehorstercomment on implementation of window status callback
2013-03-01 Diederick Niehorstersimplified some window rect calculations
2013-03-01 Diederick Niehorsterdocument coordinates returned by glutPositionFunc,...
2013-03-01 Diederick Niehorsterupdated docs for fgPlatformMainLoopPreliminaryWork
2013-03-01 Diederick Niehorsterimplemented somewhat better visibility/windowstatus...
2013-03-01 Diederick Niehorsterlibrary should call window status func at all times...
2013-03-01 Diederick Niehorstermade fghVisibility more intuitive, documented glutVisib...
2013-02-28 Diederick Niehorsterfiles for demoing GLUT_ICON
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...
next