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
The Dax
64984c5991
Use a timer to translate PPSSPP, then turn it off.
2013-08-30 09:01:50 -04:00
The Dax
a6e21bd85a
Make submenus(Rendering Mode, Rendering Resolution, etc.) translatable.
2013-08-30 09:01:50 -04:00
The Dax
2f2c313b54
Make Win32 UI translatable. Remove all ampersand accelerators; they're not really needed, however, some can of course be added back in.
2013-08-30 09:01:50 -04:00
Henrik Rydgård
20de318acd
Merge pull request #3491 from wuspring/master
...
Update about "Read Framebuffers To Memory (CPU) " setting string.
2013-08-30 02:42:09 -07:00
wuspring
bda50e4401
About "Read Framebuffers To Memory (CPU) "
...
make sure the source and ini have the same keyword
2013-08-30 17:22:29 +08:00
wuspring
1b74211872
delete tmp
2013-08-30 16:06:34 +08:00
wuspring
453b7d60cf
shorten key.
2013-08-30 15:08:17 +08:00
papel
d22e555e4f
Fix volume and name of Latin American languages.
2013-08-29 13:25:29 -03:00
Unknown W. Brackets
49dc9803bb
Avoid a debug warning with wstrings.
2013-08-29 00:41:43 -07:00
Kingcom
8a5ba1e406
Fix clipboard type
2013-08-28 09:59:08 +02:00
Henrik Rydgård
5002979fc6
Merge pull request #3447 from thedax/master
...
Cleanup: Remove some unused options, and move some out of the "These are broken" section.
2013-08-27 14:42:47 -07:00
The Dax
d583732e0e
Remove some unused options, and move one out of the "These are broken" section.
2013-08-27 17:36:04 -04:00
Henrik Rydgard
ee6f2613a8
Win32: Ask for destination alpha in the OpenGL context. Fixes some issues in non-buffered rendering, see #3436 .
...
This apparently still happens on Android so will need to fix it separately there.
2013-08-27 16:25:44 +02:00
The Dax
05b860c167
Win32: Update OSK bypass with Unicode/wchar/wstring support.
2013-08-27 07:36:46 -04:00
Henrik Rydgård
87c1dc3dd9
Merge pull request #3420 from Kingcom/Debug
...
Don't recreate debug windows
2013-08-27 01:48:01 -07:00
Unknown W. Brackets
8ccd3773d9
Open files using wide functions on win32.
...
Fixes #3432 .
2013-08-27 00:28:46 -07:00
Unknown W. Brackets
18792f64f9
Fix debugger wstring usage.
2013-08-26 23:54:48 -07:00
Henrik Rydgard
b6ce0b3d3b
Fix some unicode bugs (open file dialog)
2013-08-26 21:32:35 +02:00
Henrik Rydgård
09baf1f4f6
Merge pull request #3426 from Kingcom/MemView
...
Highlight invalid addresses in memory view
2013-08-26 11:52:48 -07:00
Henrik Rydgard
af1ae8fde7
Win32: Set current directory at startup to where the exe is.
...
Fixes the "out-of-the-box" experience in MSVC.
2013-08-26 20:49:33 +02:00
Kingcom
bcad8e285b
Merge branch 'master' of https://github.com/hrydgard/ppsspp into MemView
...
Conflicts:
Windows/Debugger/CtrlMemView.cpp
2013-08-26 20:41:51 +02:00
Kingcom
4b3d4db43f
Display ?? in memory view for invalid addresses
2013-08-26 20:29:24 +02:00
Henrik Rydgard
55aa3d13c7
Win32: Switch to a UNICODE build. This took quite a bit of fixing.
2013-08-26 19:00:16 +02:00
Kingcom
7d9964c5d9
Don't enable memory window at the start
2013-08-26 17:41:31 +02:00
Kingcom
d6009d9e3d
Create a single instance of the debug windows and keep them
2013-08-26 14:19:46 +02:00