Commit Graph
2987 Commits
Author SHA1 Message Date
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
The Dax e843f3955f Fix Windows build. 2013-08-24 06:00:50 -04:00
Henrik Rydgard 955ad2a6e4 swap_control_tear doesn't seem to work out for our timing or something. Let's do regular vsync. 2013-08-24 11:56:41 +02:00
Henrik Rydgard 70f7443453 Restore F11 keyboard shortcut for fullscreen (in addition to alt+enter)
Now that the debugger has its own keymap, this should be okay.
2013-08-24 11:56:40 +02:00
Steven Cherry 761186ec4c Rebase 2013-08-23 22:28:21 -05:00
The Dax e97def9c66 Win32: Simplify Change Nickname code and slightly change InputBox_GetString to take a const default value. We don't modify it. 2013-08-23 06:37:47 -04:00
Unknown W. Brackets 46c5a48a86 Clean up some minor aliasing. 2013-08-22 23:31:49 -07:00
Unknown W. Brackets 1ed8edb0d3 Avoid some dangerous hex constant widths. 2013-08-22 23:23:48 -07:00
The Dax ad2368001b Use the correct "Frame Skipping" translation string. 2013-08-21 13:47:21 -04:00
The Dax 3e081f170c Keep it simple, stupid..heh. 2013-08-21 13:35:26 -04:00
The Dax b642ceea9a Check frameskipStr too. 2013-08-21 13:22:13 -04:00
The Dax be5e250ca2 Avoid possible crashes with 0 delimiters, more than 2 delimiters, or any delimiters that aren't for integers or strings. 2013-08-21 12:25:30 -04:00
The Dax 27fb798bf4 Make Win32 Frameskipping OSMs more translator-friendly. 2013-08-21 11:48:14 -04:00
The Dax 6150c6157d Fix minor bug in NewUI and make frameskipping strings translatable. 2013-08-21 08:32:06 -04:00
The Dax c9447fbe67 Win32: Fix frameskip menu and reinstate removed frameskip strings. They're all correct, now. 2013-08-21 08:19:25 -04:00
Henrik Rydgard ab872d2266 PgUp/PgDn/Home/End in scrollviews 2013-08-20 18:58:22 +02:00
Henrik Rydgård dc161b1937 Merge pull request #3270 from thedax/prepareResourceForNextRelease
Win32: Prepare ppsspp.rc for 0.9 release.
2013-08-20 09:34:49 -07:00
The Dax 9cf8094448 Prepare ppsspp.rc for 0.9 release. 2013-08-20 11:22:17 -04:00
Henrik Rydgard 87e51a5c04 Fix some window title issues, etc. 2013-08-20 17:21:25 +02:00
Henrik Rydgard e5c6cea6f1 Disable Run/Stop/Pause in windows menu when in pausemenu 2013-08-20 17:07:01 +02:00
Henrik Rydgard a902146d7d Remove wrong OSM message 2013-08-20 01:14:17 +02:00
Henrik Rydgard b186294132 UI tweaks. Change to cleaner background image. 2013-08-20 00:49:25 +02:00
The Dax fa31951ca2 Fix C4800 warnings. 2013-08-19 07:37:49 -04:00
The Dax 01e84df852 Don't spam KEY_UP messages. 2013-08-19 07:28:31 -04:00