Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-24 | WIN32: Check calloc return value in covertEncoding | Jaromir Wysoglad | |
2019-08-24 | WIN32: Add Win32 implementation of convertEncoding | Jaromir Wysoglad | |
2019-08-24 | WIN32: Add include guard to codepage.h | Jaromir Wysoglad | |
2019-08-24 | WIN32: Add a way to convert codepage name to cp ID | Jaromir Wysoglad | |
2019-08-24 | SDL: Add SDL implementation of convertEncoding | Jaromir Wysoglad | |
2019-08-20 | ANDROID: Use a better icon for the on screen control | Cameron Cawley | |
Modified from https://www.iconfinder.com/icons/352464/keyboard_icon, which is available under the Creative Commons (Attribution-Share Alike 3.0 Unported) license. | |||
2019-08-20 | ANDROID: Add a button to show the virtual keyboard | Cameron Cawley | |
2019-08-18 | SWITCH: Force fullscreen always on | rsn8887 | |
Windowed mode never worked correctly and is pointless since the Switch operating system doesn't have a window manager. | |||
2019-08-18 | ANDROID: Don't deinitialize the EGL surface when pausing the application | Cameron Cawley | |
Fixes Trac#6129 | |||
2019-08-18 | PSP2: Force fullscreen always on | rsn8887 | |
Windowed mode never worked correctly and is pointless since Vita operating system doesn't have a window manager. | |||
2019-08-18 | GUI: Check if fullscreen is available at runtime | Cameron Cawley | |
2019-08-12 | BACKENDS: Use the default save file manager on Switch and SamsungTV | Cameron Cawley | |
2019-08-06 | BACKENDS: Improve AbstractFSNode::createDirectory() stubs | Cameron Cawley | |
2019-08-06 | BACKENDS: Rename and simplify AbstractFSNode::create() | Cameron Cawley | |
2019-08-05 | SDL: Simplify implementation of createLogFile() | Cameron Cawley | |
2019-08-04 | IOS7: Make sure openURL is executed on the main thread | Thierry Crozat | |
2019-08-04 | IOS7: Implement isConnectionLimited | Thierry Crozat | |
2019-08-04 | IOS7: Implement getSystemLanguage | Thierry Crozat | |
2019-08-04 | IOS7: Move non-video related functions to a separate file | Thierry Crozat | |
2019-08-04 | IOS7: Implement opening a URL | Thierry Crozat | |
2019-08-04 | IOS7: Implement copy to clipboard and paste from clipboard | Thierry Crozat | |
2019-08-02 | ANDROID: Don't hide the virtual keyboard when the Enter key is pressed | Cameron Cawley | |
2019-07-27 | SYMBIAN: Remove dead code | Cameron Cawley | |
2019-07-23 | WINCE: Fix Makefile dependencies | Cameron Cawley | |
2019-07-23 | PS2: Remove unused header | Cameron Cawley | |
2019-07-23 | ANDROID: Fix some Codacy warnings | Cameron Cawley | |
2019-07-11 | GCW0: Redo bundle fix from 4b5ce0f | Matan Bareket | |
2019-07-11 | GCW0: Package the README.md file | Matan Bareket | |
2019-07-11 | GCW0: Fix copy/paste error | Cameron Cawley | |
2019-07-08 | MAEMO: Minor cleanup | Cameron Cawley | |
2019-07-08 | BUILD: Package networking and virtual keyboard files on all platforms | Cameron Cawley | |
2019-07-07 | IOS7: Add back mapping of LF character to the Return key | Thierry Crozat | |
This is necessary for properly identifying the Return key pressed from the software or a hardware keyboard, and this was erronously removed in commit e5709ed. | |||
2019-07-06 | IOS7: Hide input accessory toolbar when an external keyboard is connected | Thierry Crozat | |
2019-07-05 | CRYOMNI3D: Add internationalization through external DAT file | Le Philousophe | |
2019-07-02 | JANITORIAL: Remove outdated references to SourceForge.net | Cameron Cawley | |
2019-06-30 | IOS7: Add a tab key to the keyboard accessory view | Thierry Crozat | |
2019-06-30 | IOS7: Use scrollview for keyboard accessory view | Thierry Crozat | |
This allows to have more buttons than what can be displayed on the screen, and now to have all the same buttons on iPhone and on iPad. | |||
2019-06-30 | IOS7: Map three finger swipes to arrow keys | Thierry Crozat | |
Also use the pinch gesture to show/hide the keyboard. Previously it was using the three fingers swipe up and dowm, which is now mapped to arrow keys. | |||
2019-06-30 | IOS7: Remove key mapping for function and return keys | Thierry Crozat | |
Those keys are not present on the virtual keyboard accessory view. This should fix bug #10314: LSL7: Unable to open Xqwsts's locker on iOS. | |||
2019-06-30 | IOS7: Add input accessory view to virtual keyboard | Thierry Crozat | |
This adds buttons for some keys that are not present on the iOS keyboard, such as the function and arrow keys, as well as a GMM key. | |||
2019-06-25 | WIN32: Make use of the window handle when calling ShellExecute. | Henrik "Henke37" Andersson | |
2019-06-24 | WIN32: Use HINSTANCE for OSystem_Win32::openUrl | Lothar Serra Mari | |
This implementation now matches previous ShellExecute() calls, so we are now consistent in that regard. It also silences a warning in Mingw complaining about a type mismatch. | |||
2019-06-21 | ANDROID: Move isConnectionLimited into OSystem | Cameron Cawley | |
2019-06-16 | SWITCH: Make direct touch (pointer jumps to finger) the default | rsn8887 | |
2019-06-13 | SWITCH: Enable touchpad mouse mode option in controls | rsn8887 | |
2019-06-09 | WIN32: Let the PE header control showing the console. | Henrik "Henke37" Andersson | |
This applies DRY to the console config and avoids junk code changes seen by git. | |||
2019-06-06 | AMIGAOS4: RM2AG.rexx rewrite | Hubert Maier | |
closes #1631 | |||
2019-06-03 | WIN32: Fix leaked handles in CreateProcess | SupSuper | |
2019-05-24 | SWITCH: Update build instructions in readme.switch | rsn8887 | |
2019-05-24 | SWITCH: Update build instructions etc. in readme.switch | rsn8887 | |