Commit graph

105 commits

Author SHA1 Message Date
Unknown W. Brackets
83373b8d87 Fix a pointer ARRAY_SIZE() compare (eek.) 2013-08-12 23:33:40 -07:00
Unknown W. Brackets
008052e6d6 Fix some variable hiding warnings. 2013-08-12 23:32:38 -07:00
Henrik Rydgard
51ffdfa132 Rename gpuStats.numFrames to numVBlanks. Switch to using numFlips for things like cache expirations. 2013-08-07 22:34:00 +02:00
The Dax
f9067e15c9 Remove old comment, change another one, and change MenuScreens.cpp to use the new class Host's InputBoxGetString. 2013-08-06 19:36:51 -04:00
The Dax
40b1c6298a Fix Headless build error introduced by #3063. 2013-08-06 19:28:43 -04:00
Henrik Rydgard
993d3b01de Android buildfix 2013-08-06 19:00:32 +02:00
The Dax
4a2605d85e Switch to strncat instead of sprintf. 2013-08-05 23:46:00 -04:00
The Dax
b9541d9a15 Switch to size_t instead of u32. 2013-08-05 23:29:59 -04:00
The Dax
1da0454508 Add support for changing the InputBox's title to the description text provided by the game(or the emulator itself). If none is provided(empty string), fall back to a default string. 2013-08-05 23:17:26 -04:00
The Dax
22bceea46c Remove old comment, and change length value. 2013-08-05 22:49:04 -04:00
The Dax
4570d83c05 Fix crash in InputBox.cpp by offering an overloaded func which takes a size, and use it in MenuScreens.cpp / PSPOskDialog.cpp. 2013-08-05 22:45:51 -04:00
The Dax
d20ac3c4c2 Fall back on "VALUE" if for some reason we can't get the initial text. 2013-08-05 22:15:10 -04:00
The Dax
db00010eb2 Support initial text from the oskParams struct, instead of hard-coding "VALUE". 2013-08-05 22:12:51 -04:00
The Dax
80953ac56d Win32: Enable user to change emulated PSP nickname from the menu screens by popping a dialog box.
Win32: Enable user to bypass the in-game OSK by using the same dialog box. It doesn't support non-Roman characters yet.
2013-08-05 21:39:06 -04:00
Unknown W. Brackets
777074cfe1 Switch to _le memory layout specs in dialogs. 2013-07-27 15:30:18 -07:00
Unknown W. Brackets
c36fa5bd76 Fix typo breaking delete button in OSK. 2013-06-26 08:07:21 -07:00
Lioncash
76165a8815 Fixed incorrect る/ル misplacements in the Japanese Hirigana/Katakana characters. Replaced them with the appropriate ろ/ロ character.
Fixes issue 2468.
2013-06-25 17:10:56 -04:00
Lioncash
5de2adcead Fixed missing Japanese characters in the OSK.
Also added the vowel lengthening character to Katakana and Hirigana
2013-06-25 16:59:40 -04:00
Lioncash
b823bb7543 Change PSPPointer function name Valid to IsValid.
Improves readability and shows intent better.
2013-06-25 09:51:39 -04:00
Unknown W. Brackets
8fe9620350 Always use iButtonPreference, fixes #2390. 2013-06-21 17:45:39 -07:00
Henrik Rydgård
c4abec3560 Add option for very transparent touch buttons 2013-06-17 20:28:22 +02:00
Henrik Rydgård
cf7fafc15c Merge pull request #2191 from aquanull/PSPDialog
Psp dialog improvements
2013-06-11 01:49:34 -07:00
evilcorn
ffd2211925 Use Button X to Confirm option also changes osk select and delete buttons 2013-06-10 13:50:26 -06:00
aquanull
b5440ecb65 Unify some common elements of dialogs. 2013-06-10 21:24:49 +08:00
aquanull
ddc85988ab Improve PSP system dialogs' looks.
Format date according to configurations.
Swap positions of button tips.
Fix text wrapping with non-top-left text alignment.
2013-06-10 21:24:48 +08:00
Unknown W. Brackets
fc51cf2e5e Fix OSK on Android, wchar_t is not always 16 bits.
Fixes #2073.
2013-06-04 22:39:42 -07:00
Unknown W. Brackets
20563beab2 Fix dumb typo, fixes #2051. 2013-06-03 07:41:49 -07:00
Unknown W. Brackets
9eea30c52d Fix some small warnings in OSK code. 2013-06-02 15:09:17 -07:00
Unknown W. Brackets
9eb2238704 Use a PSPPointer in OSK to simplify things. 2013-06-02 15:03:15 -07:00
Lioncash
f86eebbf74 Fix a case where the wrong array was used. 2013-06-01 04:13:39 -04:00
Sacha
c2ef287f51 Buildfix for Symbian/Meego and other platforms. 2013-06-01 17:10:22 +10:00
Henrik Rydgard
b9f45e4530 Add stub framework for .pbp demos (nowhere near working). Fix an OSK crash. 2013-04-27 23:16:51 +02:00
Henrik Rydgard
6f23a56779 Remove use of setlocale() in Osk as I could not figure out the purpose, and it broke stuff.
If this is actually needed, please send a pull request adding it back, turning it off when not used, and also add an explanation in a comment.
2013-04-25 10:42:31 +02:00
mgaver
328420c55e PSPOskDialog add signature for UTF-8
add signature for UTF-8 for buildfix
2013-04-24 20:08:36 +09:00
mgaver
832bf55173 Update PSPOskDialog.cpp 2013-04-24 19:51:46 +09:00
mgaver
d1b862de21 Update PSPOskDialog.cpp 2013-04-24 19:50:39 +09:00
mgaver
6a15352b44 Update PSPOskDialog.cpp 2013-04-24 13:13:41 +09:00
mgaver
efa41413ef Update PSPOskDialog.cpp
Clean up code.
2013-04-24 08:38:25 +09:00
mgaver
369413e352 Update PSPOskDialog.cpp
Add variables
2013-04-24 08:34:05 +09:00
mgaver
a1e18b9758 Update PSPOskDialog.cpp
Clean up code
2013-04-24 08:31:50 +09:00
mgaver
f66b8b0251 Update PSPOskDialog.cpp
Change magic number to constant.
2013-04-24 00:50:49 +09:00
mgaver
8545718c0d Update PSPOskDialog.cpp
Fix Korean keyboard.
2013-04-24 00:02:12 +09:00
mgaver
5721412f29 Update PSPOskDialog.cpp
Fix Korean keyboard.
2013-04-24 00:00:01 +09:00
mgaver
c937d23214 Update PSPOskDialog.cpp
Fix Korean keyboard.
2013-04-23 23:55:30 +09:00
mgaver
f8681fde08 Update PSPOskDialog.cpp
Fix Korean keyboard.
2013-04-23 23:55:01 +09:00
mgaver
9ae9b5fbe3 Update PSPOskDialog.cpp
Fix Korean keyboard
2013-04-23 23:47:27 +09:00
mgaver
a12709b96d Update PSPOskDialog.cpp
Add Korean keyboard and Russian keyboard.
2013-04-23 23:24:06 +09:00
mgaver
531e092c30 Update PSPOskDialog.cpp
Input character align to center
2013-04-23 00:53:58 +09:00
mgaver
cf70cbc15f Update PSPOskDialog.cpp
Remove unusable comment.
2013-04-22 18:25:57 +09:00
mgaver
e22f8d516e Update Japanese On Screen Keyboard 2013-04-22 18:02:52 +09:00