implemented SUPER key/modifier support on windows
[freeglut] / src /
2014-01-24 Rcmaniac25Made glutGet, for window width and height, return width...
2014-01-24 Rcmaniac25Added support for rotation so an app can be rotated...
2014-01-24 Rcmaniac25Added (though commented out) support for setting window...
2014-01-24 Rcmaniac25Placeholder for window sizes Prevent navigator event...
2014-01-24 Rcmaniac25Added full support for WindowStatus App status is now...
2014-01-24 Rcmaniac25Fixed bug where if statement didn't have parenthesis...
2014-01-24 Rcmaniac25Implemented a small work around for no current window...
2014-01-24 Rcmaniac25Added support for the scroll wheel when using the simulator
2014-01-24 Rcmaniac25Forgot to reset modifiers once done with modifiers.
2014-01-24 Rcmaniac25Added support for key modifiers
2014-01-24 Rcmaniac25Added ability to get mouse button count or touch ID...
2014-01-24 Rcmaniac25Added ability to get screen size of display
2014-01-24 Rcmaniac25Restructuring of when screen context and events are...
2014-01-24 Rcmaniac25Added keyboard states for BlackBerry
2014-01-24 Rcmaniac25Added two more navigator states (that might be implemen...
2014-01-24 Rcmaniac25Prevented case where no window was set when waiting...
2014-01-24 Rcmaniac25Converted the odd double spaces into 4 space tabs
2014-01-24 Rcmaniac25Minor order change in Android/BlackBerry CMake, one...
2014-01-24 Rcmaniac25Added a couple event cases for BlackBerry that are...
2014-01-24 Rcmaniac25Removed fg_main_blackberry.h. It wasn't needed
2014-01-24 Rcmaniac25Made sure that windows created on BlackBerry are regist...
2014-01-24 Rcmaniac25Can use input devices from x11 (serial input... unlikel...
2014-01-24 Rcmaniac25Minor change so that OpenGL ES 1.x can be used for...
2014-01-24 Rcmaniac25Implemented BlackBerry main (initial version)
2014-01-24 Rcmaniac25Final commit before implementing main loop. All other...
2014-01-24 Rcmaniac25Implemented fg_window_blackberry.c to initialize and...
2014-01-24 Rcmaniac25Android and BlackBerry have a fair amount of overlap...
2014-01-24 Rcmaniac25Initial commit of BlackBerry implementation. It compile...
2014-01-23 Diederick Niehorster-sync command line option now causes X server to operat...
2014-01-22 Diederick Niehorstershould be using GetKeyState not GetAsyncKeyState to...
2014-01-22 Diederick Niehorsterimplement handling of GLDebugSwitch: we use glutReportE...
2014-01-21 John TsiombikasApplied Bruce Merry's patch fixing bug #206 (segfault...
2014-01-17 Diederick Niehorsteradd small note: closing menu before executing callback...
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 NiehorsterChange FREEGLUT_WARNINGS and *_ERRORS to FREEGLUT_PRINT...
2013-04-05 Diederick Niehorsterimplemented WM_DISPLAYCHANGE message handler per patch...
2013-04-04 Diederick Niehorstermenu fonts API improved
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-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 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 Niehorsterteapot now using vertex arrays or vertex attribute...
2013-03-21 Diederick Niehorsterwasn't using GLbooleans in this platform independent...
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...
next