aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Collapse)Author
2019-08-06BACKENDS: Rename and simplify AbstractFSNode::create()Cameron Cawley
2019-08-05SDL: Simplify implementation of createLogFile()Cameron Cawley
2019-08-04IOS7: Make sure openURL is executed on the main threadThierry Crozat
2019-08-04IOS7: Implement isConnectionLimitedThierry Crozat
2019-08-04IOS7: Implement getSystemLanguageThierry Crozat
2019-08-04IOS7: Move non-video related functions to a separate fileThierry Crozat
2019-08-04IOS7: Implement opening a URLThierry Crozat
2019-08-04IOS7: Implement copy to clipboard and paste from clipboardThierry Crozat
2019-08-02ANDROID: Don't hide the virtual keyboard when the Enter key is pressedCameron Cawley
2019-07-27SYMBIAN: Remove dead codeCameron Cawley
2019-07-23WINCE: Fix Makefile dependenciesCameron Cawley
2019-07-23PS2: Remove unused headerCameron Cawley
2019-07-23ANDROID: Fix some Codacy warningsCameron Cawley
2019-07-11GCW0: Redo bundle fix from 4b5ce0fMatan Bareket
2019-07-11GCW0: Package the README.md fileMatan Bareket
2019-07-11GCW0: Fix copy/paste errorCameron Cawley
2019-07-08MAEMO: Minor cleanupCameron Cawley
2019-07-08BUILD: Package networking and virtual keyboard files on all platformsCameron Cawley
2019-07-07IOS7: Add back mapping of LF character to the Return keyThierry 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-06IOS7: Hide input accessory toolbar when an external keyboard is connectedThierry Crozat
2019-07-05CRYOMNI3D: Add internationalization through external DAT fileLe Philousophe
2019-07-02JANITORIAL: Remove outdated references to SourceForge.netCameron Cawley
2019-06-30IOS7: Add a tab key to the keyboard accessory viewThierry Crozat
2019-06-30IOS7: Use scrollview for keyboard accessory viewThierry 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-30IOS7: Map three finger swipes to arrow keysThierry 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-30IOS7: Remove key mapping for function and return keysThierry 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-30IOS7: Add input accessory view to virtual keyboardThierry 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-25WIN32: Make use of the window handle when calling ShellExecute.Henrik "Henke37" Andersson
2019-06-24WIN32: Use HINSTANCE for OSystem_Win32::openUrlLothar 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-21ANDROID: Move isConnectionLimited into OSystemCameron Cawley
2019-06-16SWITCH: Make direct touch (pointer jumps to finger) the defaultrsn8887
2019-06-13SWITCH: Enable touchpad mouse mode option in controlsrsn8887
2019-06-09WIN32: 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-06AMIGAOS4: RM2AG.rexx rewriteHubert Maier
closes #1631
2019-06-03WIN32: Fix leaked handles in CreateProcessSupSuper
2019-05-24SWITCH: Update build instructions in readme.switchrsn8887
2019-05-24SWITCH: Update build instructions etc. in readme.switchrsn8887
2019-05-23SWITCH: Enable gfx filtering by default for better image qualityrsn8887
2019-05-22SWITCH: add makefile target switch_release for buildbotrsn8887
2019-05-18NEWS: Convert German NEWS file to Markdown (#1627)Lothar Serra Mari
* NEWS: Convert German NEWS file to Markdown * NEWS: Fix Markdown conversion errors in NEUES.md * BUILD: Add the German NEWS file to the build system * NEWS: Fix formatting in NEUES.md
2019-05-12Switch: fix version, remove redundant settings and unneeded definesrsn8887
2019-05-12Switch: fix build, add build instructions, avoid using delete()rsn8887
2019-05-12SWITCH: add nintendo switch supportCpasjuste
2019-05-09ANDROID: Make pushEvent take 7 parameters instead of 6Cameron Cawley
2019-05-09SDL: Fix MSVC warningsSupSuper
Fixes warning C4121: alignment of a member was sensitive to packing by hiding warnings from system headers
2019-05-06AmigaOS4: Fix copy of renamed RM2AG.rexx fileThierry Crozat
2019-05-05AmigaOS4: Activate syntax highlighting in GitHubStefan
2019-05-05BUILD: Add the licence file for the Source Code Pro fontBastien Bouclet
2019-05-01PSP2: Fix warningCameron Cawley
2019-04-30RISCOS: Add Drag and Drop supportCameron Cawley