implemented SUPER key/modifier support on windows
[freeglut] / src / android /
2019-08-14 John TsiombikasFixed namespace pollution due to a number of global...
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
2014-03-05 Michal StawinskiFix issues with context lost on Android
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-04-20 Diederick NiehorsterfgProcessWork, not fgPlatformProcessWork
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-04 Diederick Niehorsterinstead of separate Pause and Resume CBs, we now have...
2013-04-04 Diederick Niehorster- moving to a new way of handling window changes (posit...
2013-02-13 Diederick Niehorstermoving fgPlatformReshapeWindow and fgPlatformDisplayWin...
2012-06-09 Sylvain BeuclerCall Pause/Resume callbacks from Android
2012-06-09 Sylvain BeuclerMake glutInitContextFunc/glutPauseFunc/glutResumeFunc...
2012-06-09 Sylvain BeuclerAdd pointers to discussion on multi-touch
2012-05-13 Sylvain BeuclerAndroid: warn on resume if no callback for InitContext...
2012-05-04 Sylvain BeuclerAdd new callback to reload context, pending propername
2012-05-04 Sylvain Beuclerandroid: add code to display multi-touch events
2012-05-04 Sylvain Beuclertypo
2012-05-04 Sylvain BeuclerAdd documentation for geometry (ML rip-off) and Android...
2012-05-04 Sylvain Beuclerandroid: handle pause/unpause of application + recreate...
2012-05-03 Sylvain BeuclerDocument android app lifecycle; kill app when window...
2012-05-03 Sylvain Beuclerandroid: make code 're-entrant' - i.e. NativeActivity...
2012-05-03 Sylvain Beuclerandroid: better clean-up on exit
2012-05-03 Sylvain BeuclerFix warnings
2012-05-03 Sylvain BeuclerAndroid: implement fgPlatformDeinitialiseInputDevices
2012-05-03 Sylvain BeuclerGLUT_WINDOW_BORDER_* is about borders, not inner size...
2012-05-03 Sylvain BeuclerGLUT_HAS_DIAL_AND_BUTTON_BOX officially not implemented...
2012-05-02 Sylvain BeuclerFix misleading comment
2012-05-02 Sylvain BeuclerImplement a few missing enums in fgPlatformGlutDeviceGe...
2012-05-02 Sylvain BeuclerUse fgWarning for android joystick stubs
2012-05-02 Sylvain BeuclerExplain why fgPlatformSleepForEvents is no-op under...
2012-05-02 Sylvain Beuclerandroid: implement fgPlatformSetCursor/fgPlatformWarpPo...
2012-04-21 Sylvain BeuclerFix compiler warnings
2012-04-15 Sylvain BeuclerRemove a couple printf's
2012-04-01 Sylvain BeuclerA few more stubs for Android
2012-03-17 Sylvain BeuclerRename fghChooseConfigEGL -> fghChooseConfig (not a...
2012-03-17 Sylvain BeuclerRemoved fgPlatformGlutLayerGet to match other ports...
2012-03-17 Sylvain BeuclerImplement EGL fgPlatformGlutGetModeValues and partial...
2012-03-17 Sylvain BeuclerEGL: implement fgPlatformSetWindow
2012-03-17 Sylvain BeuclerContext can be used for a menu rather than the current...
2012-03-17 Sylvain BeuclerEGL: more code reusability
2012-03-17 Sylvain BeuclerMove tagSFG_PlatformWindowState from EGL to Android
2012-03-17 Sylvain BeuclerMove OpenGL ES stubs out of Android
2012-03-17 Sylvain BeuclerEGL: make more code reusable - less Android-specific
2012-03-17 Sylvain BeuclerEGL: separate config and context code
2012-03-16 Sylvain BeuclerMove EGL fields to a separate structure for reusability...
2012-03-11 Sylvain BeuclerRename Android and EGL files
2012-03-11 Sylvain BeuclerAdd base Android and EGL code