Jaromir Wysoglad
e01f0af5b0
WIN32: Check calloc return value in covertEncoding
2019-08-24 18:12:45 +03:00
Jaromir Wysoglad
8c284c0917
WIN32: Add Win32 implementation of convertEncoding
2019-08-24 18:12:45 +03:00
Jaromir Wysoglad
0db194eed4
WIN32: Add include guard to codepage.h
2019-08-24 18:12:45 +03:00
Jaromir Wysoglad
807c55e800
WIN32: Add a way to convert codepage name to cp ID
2019-08-24 18:12:45 +03:00
Jaromir Wysoglad
d6d6ac1823
SDL: Add SDL implementation of convertEncoding
2019-08-24 18:12:45 +03:00
Cameron Cawley
8b4c3ea302
ANDROID: Use a better icon for the on screen control
...
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 14:32:50 +03:00
Cameron Cawley
12c232eefc
ANDROID: Add a button to show the virtual keyboard
2019-08-20 14:32:50 +03:00
rsn8887
f14a7f15d5
SWITCH: Force fullscreen always on
...
Windowed mode never worked correctly and is pointless since the
Switch operating system doesn't have a window manager.
2019-08-18 17:03:51 -05:00
Cameron Cawley
475eafc6c6
ANDROID: Don't deinitialize the EGL surface when pausing the application
...
Fixes Trac#6129
2019-08-18 22:48:08 +01:00
rsn8887
073d833283
PSP2: Force fullscreen always on
...
Windowed mode never worked correctly and is pointless since Vita
operating system doesn't have a window manager.
2019-08-18 15:14:20 -05:00
Cameron Cawley
ea9e33bd10
GUI: Check if fullscreen is available at runtime
2019-08-18 06:21:28 +03:00
Cameron Cawley
ba2bc60043
BACKENDS: Use the default save file manager on Switch and SamsungTV
2019-08-12 10:39:43 +03:00
Cameron Cawley
db445bfc87
BACKENDS: Improve AbstractFSNode::createDirectory() stubs
2019-08-06 07:17:29 +03:00
Cameron Cawley
66ef50cfeb
BACKENDS: Rename and simplify AbstractFSNode::create()
2019-08-06 07:17:29 +03:00
Cameron Cawley
8b8fb6d3a4
SDL: Simplify implementation of createLogFile()
2019-08-05 10:01:30 +03:00
Thierry Crozat
fa9651d1bb
IOS7: Make sure openURL is executed on the main thread
2019-08-04 20:40:22 +01:00
Thierry Crozat
468c0f0743
IOS7: Implement isConnectionLimited
2019-08-04 19:03:34 +01:00
Thierry Crozat
cd7bf2b09f
IOS7: Implement getSystemLanguage
2019-08-04 19:03:34 +01:00
Thierry Crozat
160070347f
IOS7: Move non-video related functions to a separate file
2019-08-04 19:03:34 +01:00
Thierry Crozat
c505a7b4bb
IOS7: Implement opening a URL
2019-08-04 19:03:34 +01:00
Thierry Crozat
0ddcb9de7b
IOS7: Implement copy to clipboard and paste from clipboard
2019-08-04 19:03:34 +01:00
Cameron Cawley
d4cc366334
ANDROID: Don't hide the virtual keyboard when the Enter key is pressed
2019-08-02 11:25:47 +01:00
Cameron Cawley
8e8594aa0e
SYMBIAN: Remove dead code
2019-07-27 07:23:09 +03:00
Cameron Cawley
a986dfd28a
WINCE: Fix Makefile dependencies
2019-07-23 21:06:57 +01:00
Cameron Cawley
6d0adef20a
PS2: Remove unused header
2019-07-23 22:27:52 +03:00
Cameron Cawley
357493082f
ANDROID: Fix some Codacy warnings
2019-07-23 17:21:09 +01:00
Matan Bareket
3cb90082ac
GCW0: Redo bundle fix from 4b5ce0f
2019-07-11 08:58:34 -04:00
Matan Bareket
a7ba9216b7
GCW0: Package the README.md file
2019-07-11 08:34:47 -04:00
Cameron Cawley
4b5ce0fb69
GCW0: Fix copy/paste error
2019-07-11 12:27:44 +01:00
Cameron Cawley
6e690c5a8b
MAEMO: Minor cleanup
2019-07-08 11:11:45 -05:00
Cameron Cawley
0334411d63
BUILD: Package networking and virtual keyboard files on all platforms
2019-07-08 12:42:21 +03:00
Thierry Crozat
d8cb826b19
IOS7: Add back mapping of LF character to the Return key
...
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-07 11:06:28 +01:00
Thierry Crozat
cfd66173ba
IOS7: Hide input accessory toolbar when an external keyboard is connected
2019-07-06 17:00:27 +01:00
Le Philousophe
418cec512f
CRYOMNI3D: Add internationalization through external DAT file
2019-07-05 07:51:19 +02:00
Cameron Cawley
eb1f9fb02d
JANITORIAL: Remove outdated references to SourceForge.net
2019-07-02 21:07:54 +02:00
Thierry Crozat
bf92167007
IOS7: Add a tab key to the keyboard accessory view
2019-06-30 12:36:43 +01:00
Thierry Crozat
25ff69c250
IOS7: Use scrollview for keyboard accessory view
...
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 12:36:43 +01:00
Thierry Crozat
ce9e776629
IOS7: Map three finger swipes to arrow keys
...
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 12:36:43 +01:00
Thierry Crozat
5232cf376b
IOS7: Remove key mapping for function and return keys
...
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 12:36:43 +01:00
Thierry Crozat
3ba9245138
IOS7: Add input accessory view to virtual keyboard
...
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-30 12:36:43 +01:00
Bastien Bouclet
d474e3f94f
ALL: Sync with ScummVM - rev. ea3f8f2e33
2019-06-29 19:08:44 +02:00
Henrik "Henke37" Andersson
39f63f1236
WIN32: Make use of the window handle when calling ShellExecute.
2019-06-25 07:54:31 +03:00
Lothar Serra Mari
119bcc2b90
WIN32: Use HINSTANCE for OSystem_Win32::openUrl
...
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-24 17:00:20 +03:00
Cameron Cawley
b9e29cedfc
ANDROID: Move isConnectionLimited into OSystem
2019-06-21 08:19:37 +03:00
rsn8887
dbc0a5ff09
SWITCH: Make direct touch (pointer jumps to finger) the default
2019-06-16 14:07:46 -05:00
rsn8887
536521d356
SWITCH: Enable touchpad mouse mode option in controls
2019-06-13 15:38:10 -05:00
Henrik "Henke37" Andersson
b527b573cf
WIN32: Let the PE header control showing the console.
...
This applies DRY to the console config and avoids junk code changes seen by git.
2019-06-09 13:42:06 +03:00
Hubert Maier
0bb8c0c8a6
AMIGAOS4: RM2AG.rexx rewrite
...
closes #1631
2019-06-06 14:46:11 +02:00
SupSuper
091b6ebe39
WIN32: Fix leaked handles in CreateProcess
2019-06-03 20:17:24 +03:00
Bastien Bouclet
113b9132b7
GUI: Add a drop down menu to select the anti aliasing level
2019-05-30 11:44:50 +02:00