implemented SUPER key/modifier support on windows
[freeglut] / src / blackberry /
2014-11-03 Rcmaniac25Added support for minimizing window.
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
2014-06-24 Rcmaniac25Updated BlackBerry references to make note of the chang...
2014-01-24 Rcmaniac25BlackBerry and Android -Added ability for developer...
2014-01-24 Rcmaniac25Updated toolchain so that it does a more exact check...
2014-01-24 Rcmaniac25Added BlackBerry PlayBook support Bug memleak when...
2014-01-24 Rcmaniac25Info logging only shows in debug compilation Added...
2014-01-24 Rcmaniac25Hardcoded the RGB bitdepths for EGL surface creation.
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...