The Dax
e8fd5881b8
Move global UI status out of WndMainWindow.cpp, simplify the menu translation code(it doesn't need to dictate checked or enabled items, the UI already does it later on anyway), and clear out a few old menu items that have been removed.
2013-09-14 12:49:50 -04:00
The Dax
e4079fb81c
Remove the System Menu(the menu that appears when alt is pressed) in fullscreen, and re-instate it when exiting fullscreen.
2013-09-12 17:27:48 -04:00
The Dax
9dbf2b9d90
Add proper fullscreen and windowed launch arguments. Remove bFullScreenOnLaunch.
2013-09-12 16:56:18 -04:00
wuspring
85baa92504
Make new keys in "Window Size" translatable and fix Ctrl+1, thanks to @thedax
2013-09-11 11:41:30 +08:00
Henrik Rydgard
2745744d99
Split the resolution setting into Window Size and Rendering Resolution (internal resolution).
...
Gets rid of our "antialiasing" (simply crank up internal resolution to 2x your window size).
Proper MSAA is coming later.
2013-09-11 00:19:34 +02:00
Henrik Rydgård
b711d66f6e
Merge pull request #3690 from Kingcom/Reset
...
Reset while stepping improvements
2013-09-08 02:09:29 -07:00
Kingcom
2ecbabd815
Reset while stepping improvements
2013-09-08 10:04:39 +02:00
The Dax
ac88cbd894
Let NewUI's Antialiasing option be instant so a game reboot isn't required.
2013-09-08 00:27:39 -04:00
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
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
shenweip
314ff14e87
Typo
2013-09-06 11:15:38 +08: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 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
danyalzia
ca99a33ccf
Update WndMainWindow.cpp
2013-09-02 18:33:00 +05: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
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
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
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
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
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
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