Commit graph

186 commits

Author SHA1 Message Date
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
58a3218f54 Update PSPOskDialog.h 2013-04-24 18:00:47 +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
2dd7c17009 Update PSPOskDialog.h
Add function "CombinationKorean"
2013-04-24 08:33:06 +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
1525bc696f Update PSPOskDialog.h
Add Korean keyboard and Russian keyboard.
2013-04-23 23:24:42 +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
Unknown W. Brackets
b2a118ef9d Enable MAKEDATA/READDATA/WRITEDATA.
Not sure if there's more to them, but LBP saves work between the PSP
and PPSSPP with this.
2013-04-21 14:18:12 -07:00
ufdada
1d520e79ac shorter keys for language-ini
Every dialog with linefeed included (\n) is now shorter and replaced in the second parameter.
2013-04-21 15:08:18 +03:00
Henrik Rydgård
991fe2321d Merge pull request #1420 from unknownbrackets/osk-fix
The prefill text is optional in the OSK
2013-04-21 02:05:46 -07:00
Unknown W. Brackets
7eeba4b120 The prefill text is optional in the OSK. 2013-04-21 01:54:36 -07:00
Yaroslav
a0b722a9b6 D for Dialog 2013-04-21 14:16:01 +07:00
raven02
f56df7ef6f Add a missing m->T("Back") in PSPSaveDialog 2013-04-21 07:23:05 +08:00
Unknown W. Brackets
97a944091a Improve the UX in the OSK just a tiny bit. 2013-04-20 15:05:18 -07:00
Unknown W. Brackets
7baf27bbc3 Toggle keyboards for uppercase, as users expect.
Also should make l10n here easier.
2013-04-20 15:05:18 -07:00
Unknown W. Brackets
75d8eca76f Prefill the OSK when requested to. 2013-04-20 15:03:33 -07:00
Unknown W. Brackets
27cf72afb6 Add more error checks for OSK, fix field length. 2013-04-20 15:03:32 -07:00
Unknown W. Brackets
f8d726c5ea Validate OSK struct size and don't do copying.
The PSP itself only allows the correct size struct.
2013-04-20 15:03:32 -07:00
raven02
9d7183dfa0 Fix Start/Select button in OSK screen 2013-04-21 06:01:12 +08:00
mgaver
f269a0b9bb Update PSPSaveDialog.cpp
Restore spcaing to center it.
2013-04-21 05:11:18 +09:00
Mgaver
d09a69906d update MsgDialog, OskDialog, SaveDialog translatable
Make a new section "Dialog" into language ini files.
2013-04-21 04:36:50 +09:00
Henrik Rydgård
8bc942f4ad Merge pull request #1318 from raven02/master
Fix enable sound in windows and comsetic fix to UI based on new font
2013-04-18 00:57:08 -07:00
Unknown W. Brackets
0cceca05a1 Convert the OSK params to utf-8, not ASCII. 2013-04-17 22:51:06 -07:00
raven02
a301560fd7 lO 2013-04-18 08:36:39 +08:00
raven02
651644cd0d Comsetic fix : OSK dialog 2013-04-18 07:43:09 +08:00
raven02
85d1275efd Comsetic fix : Message dialog 2013-04-18 07:07:32 +08:00
raven02
9bdd615bcb Comsetic fix : YesNo Button 2013-04-18 07:06:44 +08:00
Henrik Rydgard
b12fc6e7aa UTF8-enable PPGE and add hiragana and katakana, let's see if this is enough. 2013-04-17 20:51:02 +02:00
raven02
250a714e2b combine PPGeDrawRect()/PPGeDrawImage() 2013-04-16 20:55:27 +08:00
raven02
eff7ad2531 Combine PPGeDrawImage() and PPGeDrawText() 2013-04-16 20:52:35 +08:00
raven02
39a13b16cb combine PPGeDrawRect() 2013-04-16 20:47:46 +08:00
raven02
acdee3dbfd Cosmetic : message Dialog 2013-04-16 19:21:47 +08:00
raven02
22b24af7ea Cosmetic : YesNo Dialog 2013-04-16 19:20:42 +08:00
Unknown W. Brackets
9f653d4e99 Fix savedata list failing if you had many saves. 2013-04-16 00:47:47 -07:00
Henrik Rydgard
ce9cf6e081 Revert parts of pull request 1291 2013-04-15 21:00:55 +02:00