# HG changeset patch # User Gabriel Jacobo # Date 1386024708 10800 # Node ID e84427ef82441a2f9664e5b41d98fd2a773c7120 # Parent 74fcbf6987ba5940972cc5ebfb7b92f65c611369 Adding WhatsNew.txt changes ...before I forget them. diff -r 74fcbf6987ba -r e84427ef8244 WhatsNew.txt --- a/WhatsNew.txt Mon Dec 02 19:35:04 2013 -0300 +++ b/WhatsNew.txt Mon Dec 02 19:51:48 2013 -0300 @@ -4,12 +4,22 @@ --------------------------------------------------------------------------- 2.0.2: --------------------------------------------------------------------------- +General: +* Added an API to load a database of Game Controller mappings from a file: + SDL_GameControllerAddMappingsFromFile + +Windows: +* Support for OpenGL ES 2.x contexts using either WGL or EGL (natively via + the driver or emulated through ANGLE) Android: * Joystick support (minimum SDK version required to build SDL is now 12, the required runtime version remains at 10, but on such devices joystick support won't be available). +Linux: +* Fixed fullscreen and focused behavior when receiving NotifyGrab events + --------------------------------------------------------------------------- 2.0.1: