Henrik Rydgård
|
8a59ed0062
|
Add function ApplySafeSubstitution for translation strings with parameters
|
2023-07-16 16:26:49 +02:00 |
|
Henrik Rydgård
|
e1060c80ff
|
Merge pull request #17671 from hrydgard/android-message-cleanup
Android string message cleanup
|
2023-07-06 19:06:14 +02:00 |
|
Henrik Rydgård
|
84fffec4f3
|
Switch all NativeMessageReceived to System_PostUIMessage
|
2023-07-06 17:26:02 +02:00 |
|
Henrik Rydgård
|
f27850ec1d
|
Minor cleanup in MoveFocus, set tags on screen roots for debugging
|
2023-07-06 16:34:54 +02:00 |
|
Henrik Rydgård
|
a17710a914
|
Remove additional ifdef checks for inputbox
|
2023-06-22 09:06:19 +02:00 |
|
M4xw
|
71639acd16
|
[Switch] Enable all System_InputBoxGetString usages
|
2023-06-22 00:47:00 +02:00 |
|
Bashar Astifan
|
132a00ade3
|
Merge branch 'master' into master
|
2023-05-03 23:23:29 +04:00 |
|
Bashar Astifan
|
9b0577351f
|
Review's changes, more fixes and better structure
|
2023-05-02 00:09:22 +04:00 |
|
Unknown W. Brackets
|
19b15de2d5
|
UI: Add a very simplistic search to game browser.
For now, no real UI (which might include a search icon, no matches
message, banner that you're searching, etc.) Press Ctrl-F to filter.
|
2023-04-29 11:45:30 -07:00 |
|
Bashar Astifan
|
d0b6935592
|
UWP Improved Support
|
2023-04-28 23:22:17 +04:00 |
|
Henrik Rydgård
|
6945deec01
|
Replace a LOT of sprintf with snprintf, and a few strcpy with truncate_cpy
|
2023-04-28 21:04:05 +02:00 |
|
Henrik Rydgård
|
ee6234ecb6
|
I18N: Switch to getting categories by index instead of by string lookup
Also gets rid of the shared_ptr usage, and generally makes things nicer.
Needed for later config refactorings, good to get in early.
|
2023-04-07 10:35:01 +02:00 |
|
Henrik Rydgård
|
d00809ae53
|
Rename KeyDef to InputMapping and give it responsibility for Axis encoding
|
2023-03-29 11:59:31 +02:00 |
|
Henrik Rydgård
|
177a6821ee
|
Merge branch 'serena/macos-bar-menu-items'
|
2023-03-28 21:54:14 +02:00 |
|
Henrik Rydgård
|
534896d2ab
|
ControlMapper: Allow overriding PSP button event handling through a callback.
|
2023-03-28 00:23:18 +02:00 |
|
Unknown W. Brackets
|
441c940fa9
|
UI: Remove some unnecessary Host.h includes.
|
2023-03-25 17:19:21 -07:00 |
|
Unknown W. Brackets
|
089580d09a
|
Windows: Always detach request threads.
No point having a global if it's always detached after use.
|
2023-03-25 17:12:44 -07:00 |
|
Serena
|
645407fa74
|
Merge branch 'master' into serena/macos-bar-menu-items
|
2023-03-23 21:27:42 +03:00 |
|
Henrik Rydgård
|
b440e28e38
|
Remove System_SendMessage!
iOS, Qt buildfixes
|
2023-03-22 23:52:51 +01:00 |
|
Henrik Rydgård
|
ac47476253
|
And share_text, toast, recreate
|
2023-03-22 23:52:25 +01:00 |
|
Henrik Rydgård
|
5a55fd5fd3
|
And replace "graphics_restart", "toggle_fullscreen", etc
|
2023-03-22 23:52:15 +01:00 |
|
Henrik Rydgård
|
410b35fba3
|
Get rid of "finish" and "setclipboardtext" messages, replace with requests.
|
2023-03-22 22:17:26 +01:00 |
|
Henrik Rydgård
|
9508ef467e
|
Port folder browser too, now this time start with Qt
|
2023-03-22 19:25:35 +01:00 |
|
Henrik Rydgård
|
7718c06dd1
|
Port UWP file browser, fix UWP image browser
|
2023-03-22 15:36:14 +01:00 |
|
Henrik Rydgård
|
70f0ac04af
|
Port the file browser spawned by the Load button to the new request stuff
|
2023-03-22 15:36:14 +01:00 |
|