Henrik Rydgård
49d3d3dc37
Settings and dev settings: Preserve the current tab. Minor UI tweaks.
2026-04-06 12:09:40 -06:00
Henrik Rydgård
6e073bb53f
More chat code cleanup. Make the virtual keyboard in TextInputPopup scrollable.
2026-03-31 16:22:24 -06:00
Henrik Rydgård
e0b75ff7e6
Fix mouse focus for TextEdit
2026-03-31 15:33:51 -06:00
Henrik Rydgård
1f65b326a8
Make sure touch-gamepad components can't be focused by accident
2026-03-31 14:58:56 -06:00
Henrik Rydgård
a94faabcd0
Correct focus issue with TextEdit boxes
2026-03-31 14:35:17 -06:00
Henrik Rydgård
6d49f9f260
Add a send button to the chat menu, increase padding
2026-03-31 14:25:15 -06:00
Henrik Rydgård
94f85ed689
TextEdit: Add internal padding to make it look nicer.
2026-03-31 14:13:42 -06:00
Henrik Rydgård
cfc5d74602
Some progress with server status UI
2026-03-30 11:34:19 -06:00
Henrik Rydgård
3352df3ae7
Not super pretty, but implements keyboard navigation for the adhoc server list
2026-03-15 14:43:28 +01:00
Henrik Rydgård
fead647304
Android: Improve insets behavior on older devices without camera cutouts
2026-03-14 22:53:17 +01:00
Henrik Rydgård
75453632f9
Handle inset adjustements on the C++ side, handle them better in the UI.
2026-03-14 18:13:37 +01:00
Henrik Rydgård
160e2c4f9b
Refactor: Call GetLayoutBounds on the screen instead of the context where possible.
...
This will allow screens to influence the layout bounds in a unified way
2026-03-14 13:07:48 +01:00
Henrik Rydgård
b8d793daf9
Repeat key handling: Clear held keys when turning off focus movement
2026-03-13 16:31:02 +01:00
Henrik Rydgård
efef734034
Fix some compiler warnings
2026-03-11 11:05:33 +01:00
Henrik Rydgård
28d73b6f68
Minor tweak to Add Server
2026-03-10 09:36:32 +01:00
Henrik Rydgård
33c8bdc05b
Show radio button images in the server list
2026-03-10 09:21:19 +01:00
Henrik Rydgård
14211aa1c0
Button layout, tweaks
2026-03-10 09:05:10 +01:00
Henrik Rydgård
c634e73885
Fix more centering and sizing bugs
2026-03-09 16:41:07 +01:00
Henrik Rydgård
d54fb5097a
Margin fixes for PopupScreens
2026-03-09 15:59:23 +01:00
Henrik Rydgård
0cc5eb920b
Translation fixes, more button images in MessagePopupScreen
2026-03-09 14:06:20 +01:00
Henrik Rydgård
5a27f20387
Merge pull request #21380 from hrydgard/last-fixes
...
iOS: Try to avoid leaking file sandbox bookmarks, avoid trying to install zips where it's not possible
2026-03-08 13:46:25 +01:00
Henrik Rydgård
6ad06e00a4
iOS: Close the keyboard on one more event. Makes it easier to get rid of it if it gets stuck.
2026-03-08 13:03:00 +01:00
Henrik Rydgård
ba6ff9a224
Improve the adhoc server selector a little bit, add metadata viewer
2026-03-08 00:31:29 +01:00
Henrik Rydgård
3352ba44bb
Remove misguided hack to signal that we handled key repeats.
...
Fixes #21336
2026-03-05 01:55:41 +01:00
Henrik Rydgård
cbab0ce203
Fix state of fullscreen button on main screen
2026-03-05 00:58:43 +01:00
Henrik Rydgård
fff0261be5
Minor code cleanups
2026-03-04 11:24:32 +01:00
Henrik Rydgård
e80c67df25
Fix check for top screen. Fixes a problem with input focus after game reset.
...
Reported by Flide, thanks!
However, there's some underlying bug in screen focus tracking, this just works around it by checking for top screen in a more reliable way.
2026-03-01 17:47:46 +01:00
Henrik Rydgård
8086bd1adc
Correct the mouse scroll problem reported by sum2012 in #21315
...
Fixes #21315
Replaces #21316
2026-03-01 12:14:04 +01:00
Henrik Rydgård
0e1150fa39
Fix bug with rootmargins. Fixes cut off buttons on the pause screen when savestate undo is enabled
2026-02-28 11:45:49 +01:00
Henrik Rydgård
ecd091b8c4
Push text input dialogs down a bit in portrait mode
2026-02-26 17:57:06 +01:00
Henrik Rydgård
9097dd935a
Somewhat improve the UI of the adhoc server list
2026-02-26 17:17:42 +01:00
Henrik Rydgård
c3a78724c7
Add an on-screen keyboard in the popup inputbox
2026-02-26 17:17:42 +01:00
Henrik Rydgård
8eeb64c9dc
Fix a bug in gridlayout column count computation, fix layout problem on savestate popups.
2026-02-25 14:28:57 +01:00
Henrik Rydgård
7ea2265ff3
Make the undo save/load buttons not scroll with the savestate list
2026-02-24 00:56:45 +01:00
Henrik Rydgård
16a79e12b6
Scrollview: Disallow scrolling with mouse buttons other than the first.
...
Some logging cleanup
2026-02-23 11:48:11 +01:00
Henrik Rydgård
c9f5b5e3ab
Make default show up like before
2026-02-19 16:06:42 +01:00
Henrik Rydgård
f036c907a8
Correct display of default for lens flare occlusion on Android/iOS
2026-02-19 00:15:49 +01:00
Henrik Rydgård
1a2e32d451
Fix some untranslatable strings, thanks TotalCaesar569
2026-02-18 18:39:44 +01:00
Henrik Rydgård
deb3314d46
Correct alignment in NoticeView
...
See #21223
2026-02-15 20:13:55 +01:00
Henrik Rydgård
1cc2b7233a
Fix some minor visual UI issues
...
See #21223
2026-02-15 19:57:56 +01:00
Henrik Rydgård
7fa52a0916
Fix problem with confirm button set to O.
...
Fixes #21042
2026-02-13 22:08:28 +01:00
Henrik Rydgård
5d4ac87b2b
In PopupMultiChoice lists, indicate the selected item with a checkmark
...
See #21223
2026-02-09 14:35:34 +01:00
Henrik Rydgård
990cba8e6c
Fix problem with background image when rotating some dialogs
2026-02-09 14:35:32 +01:00
Henrik Rydgård
4f4de447dd
Apply minor cleanups from #21171
2026-02-09 13:08:44 +01:00
Henrik Rydgård
d8b8a51309
Correct a bunch of edge cases, move some code around
2026-02-08 17:07:22 +01:00
Henrik Rydgård
1599ea7b1d
SaveState: Separate screenshot operations from other ops
2026-02-08 16:11:44 +01:00
Henrik Rydgård
3aa1aba8f5
Correct an issue where there was a 1 frame latency in UI event processing
2026-02-08 12:44:12 +01:00
Henrik Rydgård
eb234a1563
Finish the split. Greatly simplifies the render code in EmuScreen.
2026-02-08 10:46:16 +01:00
Henrik Rydgård
aa17599f66
Make things more consistent in the no-present case
2026-02-08 10:13:34 +01:00
Henrik Rydgård
b1fa6b4671
Remove some uses of textScale
2026-02-06 14:30:47 +01:00