Commit graph

710 commits

Author SHA1 Message Date
The Dax
062e803f03 Make More Settings and Control Mapping translatable. 2013-09-07 18:04:16 -04:00
The Dax
79846abcbd Set the UI state to MENU so that the pause/reset/stop buttons disable appropriately. 2013-09-07 17:54:12 -04:00
The Dax
e7add9fac6 Update the menus after translating them. Should fix the pause/reset/stop options when exiting out of the game settings screen. 2013-09-07 17:22:40 -04:00
The Dax
f594157374 Overhaul the Win32 UI. New things include:
-File -> Savestate Slot: Lets the user pick the savestate slot to be used.
-Game Settings -> More Settings...: Opens the main settings screen from anywhere.
-Game Settings -> Control Mapping...: Opens the key mapping screen from anywhere.
-Infrequently changed options were removed.
-Organised menus; nothing is out of place anymore.
-Simplified menus: as some options were removed or moved, it's easier to find what you're looking for, now.
2013-09-07 17:05:23 -04:00
Henrik Rydgård
9fa83981ce Merge pull request #3677 from unknownbrackets/logging
Move some things to G3D, enable G3D by default on Windows
2013-09-07 13:49:31 -07:00
Unknown W. Brackets
ca1168df3c Enable the G3D log on Windows by default. 2013-09-07 13:43:07 -07:00
Kingcom
31a8a04675 Fix BrowseForFolder 2013-09-07 22:32:29 +02:00
Unknown W. Brackets
08b41df6a2 Change a few more log types. 2013-09-07 13:31:14 -07:00
Unknown W. Brackets
f97794136c Use a UI event for clearing recents.
This way it builds on Android, and is cross platform too.
2013-09-07 09:44:28 -07:00
Henrik Rydgård
f24a7c83f5 Merge pull request #3636 from kaienfr/fix_recent_gamelist
Update recent games list & remove redundant recent games from ini file
2013-09-07 02:18:30 -07:00
Henrik Rydgård
119bbcbe1f Merge pull request #3654 from papel/patch2
Change encoding of ppsspp.rc
2013-09-06 05:02:46 -07:00
shenweip
314ff14e87 Typo 2013-09-06 11:15:38 +08:00
papel
942cf9a57f Change encoding of ppsspp.rc 2013-09-05 21:48:32 -03:00
shenweip
c27d248c9a Add check mark in language menu item 2013-09-06 07:57:52 +08:00
kaienfr
137df18a00 Update recent games list & remove redundant recent games from ini file 2013-09-05 18:23:28 +02:00
papel
0d5994c4df Fix number 2013-09-04 22:06:05 -03:00
papel
2e48f5d32b Fix frameskip in Windows UI 2013-09-04 21:37:41 -03:00
The Dax
137628e0ba Translate "PPSSPP Chinese Forum" from [DesktopUI], not [PSPCredits].
This will let the text have a keyboard shortcut. I forgot about that part.
2013-09-04 12:44:12 -04:00
The Dax
24ead6c9c4 Append by command, not position. Seems to have no functional difference, but I'm correcting it more
for semantics.
2013-09-04 11:14:39 -04:00
The Dax
45902894ba Rename a few variables relating to the Language menu. 2013-09-04 11:11:18 -04:00
The Dax
802cb7d194 Win32 UI: Create Help menu dynamically.
Allows for menu items to be added easily at run-time(for things like the Chinese forum, etc.).
2013-09-04 11:03:13 -04:00
kaienfr
27816f9d93 Show accelerator Ctrl+M for menu Memory viewer. 2013-09-04 15:55:52 +02:00
The Dax
a582ca2034 Move a few things around. 2013-09-04 08:41:57 -04:00
The Dax
55de73d05d Move Language up to be a main menu item. It doesn't really belong anywhere else currently, but it could be moved later after the upcoming DesktopUI reorganization. 2013-09-04 08:28:04 -04:00
The Dax
3f6361831e Rename "System Language" to just "Language". 2013-09-04 08:00:50 -04:00
The Dax
e0b33d818f Create the separator one position above the System Language menu instead of appending it. 2013-09-04 08:00:50 -04:00
The Dax
ece5173b82 memset the MENUITEMINFO just to be safe. 2013-09-04 08:00:50 -04:00
The Dax
02a4079540 Clarify a comment. 2013-09-04 08:00:50 -04:00
The Dax
7452a54e1b Reorder the enum slightly. 2013-09-04 08:00:50 -04:00
The Dax
aebd5156a5 Win32 UI: Add a System Language menu that's dynamically created. Also fix several small bugs where the UI wouldn't switch languages on the Pause screen, and in a couple other spots. 2013-09-04 08:00:50 -04:00
Henrik Rydgard
18c2342ea9 Move unicode text out to assets/langregion.ini . Gah. 2013-09-04 13:25:57 +02:00
Henrik Rydgard
ad620e463a Detect language on first boot on Windows (Vista+) and Android 2013-09-04 12:08:22 +02:00
Henrik Rydgard
ae92e75281 Windows: Create opengl context with stencil buffer 2013-09-04 11:31:59 +02:00
Henrik Rydgard
c845da2887 Switch System_GetName to System_GetProperty 2013-09-04 11:31:40 +02:00
Henrik Rydgård
728e1a559a Merge pull request #3533 from kaienfr/fix_disasm_memview
Fix disasm windows and mem windows who have not been enabled on show
2013-09-03 05:46:23 -07:00
The Dax
19f33b9404 Win32: Fix rc file by correcting Henrik's surname, and properly setting PPSSPP's version to 0, 0, 9, 1. 2013-09-02 15:22:51 -04:00
Kingcom
e1b23dacfb Fix ppsspp.rc encoding 2013-09-02 18:51:27 +02:00
danyalzia
05a6c48069 Update ppsspp.rc 2013-09-02 18:36:48 +05:00
danyalzia
ca99a33ccf Update WndMainWindow.cpp 2013-09-02 18:33:00 +05:00
Henrik Rydgård
2bc373eaa0 Merge pull request #3558 from unknownbrackets/reporting
Disable reporting w/ "Read Framebuffers" and refresh UI on lang change
2013-09-01 14:58:09 -07:00
Kingcom
76379fd2d2 Fix "stuck" control key in memory view 2013-09-01 23:13:19 +02:00
Unknown W. Brackets
110f9513ca Fix multiple windows UI translations.
Just keep track of the original values used as keys.
2013-09-01 14:06:24 -07:00
Unknown W. Brackets
24ecf9416c Update language immediately in UI. 2013-09-01 13:29:23 -07:00
Kingcom
8e07f83a71 Forgot to revert that. 2013-09-01 18:47:58 +02:00
Kingcom
9e28febfe4 Search in memory view 2013-09-01 18:43:41 +02:00
Kingcom
2a56694626 Display proper error messages when assembling failed 2013-09-01 10:21:05 +02:00
Unknown W. Brackets
b558189c37 Just invalidate blocks on ClearCacheAt().
This makes it safe to call from a jitted syscall, etc.
2013-09-01 00:32:43 -07:00
Unknown W. Brackets
0c93baa1df Prevent a crash in debugger without jit. 2013-09-01 00:32:42 -07:00
kaienfr
cfad59591e fix disam windows and mem windows who are not been enabled on show
This block the windows on screen and can not be closed.
2013-08-31 19:33:49 +02:00
Unknown W. Brackets
65c3206da4 Oops, fix reversed paused menu item. 2013-08-30 22:51:49 -07:00