835 Commits

Author SHA1 Message Date
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
Unknown W. Brackets
c23e904a1b Use consistent conventions on default menu names. 2013-08-30 22:44:36 -07:00
Unknown W. Brackets
5dea33baa1 Put all Windows UI translation strings in same cat.
Rationale: non-English may often need to use "NON-ENGLISH (&X)" for menus,
to get shortcuts properly identified.  Ignoring ampersands makes this
"NON-ENGLISH ()", which is a poor experience.

Also, it should allow better consistency in the menu capitalization.
2013-08-30 22:40:50 -07:00
Unknown W. Brackets
0e7aa6fc6d Fix debug counter, not supported in wsprintfW. 2013-08-30 22:25:12 -07:00
Unknown W. Brackets
2ce6f7121b Fix an appverif warning with an unused item. 2013-08-30 22:18:37 -07:00
Unknown W. Brackets
831c6c28f1 Fix bad bitwise precedence, wrong checking. 2013-08-30 22:16:41 -07:00
Unknown W. Brackets
92c4c5825f Update ui menus AFTER loading lang ini. 2013-08-30 22:12:04 -07:00
The Dax
6f213b3bfc Reinstate some ampersand shortcuts in the RC file, and move TranslateMenuItemByText up with the other translation stuff. A lang pullrq will follow shortly to re-instate the rest. 2013-08-30 17:29:22 -04:00
Henrik Rydgard
73dd1c4b8d Remove accidentally added return from TranslateMenus 2013-08-30 23:07:42 +02:00
Kingcom
faf28a17a2 Merge branch 'master' of https://github.com/hrydgard/ppsspp
Conflicts:
	Windows/ppsspp.rc
2013-08-30 20:57:52 +02:00
Kingcom
42c30d521c -new accelerators for the Debugger
-copy address on right click in memory view
-don't change status bar text after activating the breakpoint window
2013-08-30 20:55:58 +02:00
Henrik Rydgård
30d8d5cdff Merge pull request #3509 from kaienfr/ppsspp_fix_translation_1
Fix mune translation from ini (run/pause) button translation
2013-08-30 11:49:02 -07:00
kaienfr
a29464f451 add s to "Read Framebuffer To Memory (CPU)", "Read Framebuffer To Memory (GPU)" in rc
Unified two keys:
"Read Framebuffer To Memory (CPU)", "Read Framebuffer To Memory (GPU)"
as  "Read Framebuffers To Memory (CPU)" and "Read Framebuffers To Memory
(GPU)"
used in ini file.
2013-08-30 20:19:40 +02:00
Henrik Rydgard
9ac2cb92ba android buildfix 2013-08-30 20:19:03 +02:00
kaienfr
7c3f7a2324 Fix mune translation from ini (run/pause) buttion 2013-08-30 20:15:13 +02:00
Henrik Rydgard
0d0b43818c Warning fixes and stuff 2013-08-30 20:14:16 +02:00
The Dax
6ddccae5b9 Win32 UI: Tiny cleanup and add a few comments to clarify a few things regarding the translation stuff. 2013-08-30 10:42:00 -04:00
Henrik Rydgård
5b027fec96 Merge pull request #3495 from thedax/master
Fix yet another small error. This time it's Rendering Resolution.
2013-08-30 07:04:37 -07:00
The Dax
546075198f Fix yet another small error. This time it's Rendering Resolution. 2013-08-30 09:52:45 -04:00
Henrik Rydgård
b99be482bf Merge pull request #3494 from thedax/master
Win32 UI: Fix incorrect translation of Atrac3+ sound, and some accelerator key strings.
2013-08-30 06:47:23 -07:00
The Dax
272598fbf5 Fix Read Framebuffer To Memory (CPU)/(GPU). 2013-08-30 09:45:57 -04:00
The Dax
afea54f3dc Fix incorrect translation of Atrac3+ sound, and some accelerator key strings. 2013-08-30 09:39:34 -04:00
Henrik Rydgard
e8d0376090 Crashfix in menu translation code 2013-08-30 15:27:16 +02:00
The Dax
5120a6ee73 Fix some incorrect things. 2013-08-30 09:01:51 -04:00
The Dax
d765d8783b Tidy the code. 2013-08-30 09:01:50 -04:00
The Dax
a42b780141 Change a few menu texts so that they don't need to be translated. 2013-08-30 09:01:50 -04:00