Info logging only shows in debug compilation Added support for UseCurrentContext...
[freeglut] / src / blackberry / fg_main_blackberry.c
2014-01-24 Rcmaniac25Info logging only shows in debug compilation Added...
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 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 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 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 Rcmaniac25Implemented BlackBerry main (initial version)
2014-01-24 Rcmaniac25Final commit before implementing main loop. All other...