Henrik Rydgård
|
aa46d3aae3
|
UI: CollapsibleHeader no longer shows the open/close icon if there are no items
|
2023-07-23 11:11:44 +02:00 |
|
Henrik Rydgård
|
4108dcec23
|
Unify CalculateTextScale
|
2023-07-17 12:02:32 +02:00 |
|
Henrik Rydgård
|
f8b7346b8d
|
Make the achievement lists collapsible on the main achievements screen
|
2023-07-16 18:13:36 +02:00 |
|
Henrik Rydgård
|
8a59ed0062
|
Add function ApplySafeSubstitution for translation strings with parameters
|
2023-07-16 16:26:49 +02:00 |
|
Henrik Rydgård
|
2675d6ea43
|
Input event and device enums (#17514)
* Switch deviceID from int to enum InputDeviceID, globally
* Switch axisId to enum InputAxis
* Change int keycodes to InputKeyCode where it makes sense.
* SDL input buildfix
* SDL keycode buildfix
* Switch on enum warning fixes
* Qt keycode buildfix
* iOS keycode buildfix
* UWP keycode buildfix
* More iOS buildfix
* More iOS buildfix
* Update DinputDevice.cpp
|
2023-05-26 18:40:13 +02: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
|
410b35fba3
|
Get rid of "finish" and "setclipboardtext" messages, replace with requests.
|
2023-03-22 22:17:26 +01:00 |
|
Henrik Rydgård
|
59dec197d8
|
Add previews for more types, fix mappings.
|
2023-02-02 01:09:33 +01:00 |
|
Henrik Rydgård
|
5154e5e7b8
|
Add some padding to the textview, buildfix
|
2023-01-31 21:26:12 +01:00 |
|
Henrik Rydgård
|
9547deb0c6
|
Simplify away some theme parameters. Make popups look better
|
2023-01-10 16:00:17 +01:00 |
|
Henrik Rydgård
|
c8a71894e3
|
Add "SetDrawTextFlags" to Choice to allow specifying DYNAMIC_ASCII
|
2023-01-09 11:22:35 +01:00 |
|
Unknown W. Brackets
|
a7b7bf7826
|
Global: Set many read-only params as const.
This makes what they do and which args to use clearer, if nothing else.
|
2022-12-10 21:13:36 -08:00 |
|
Henrik Rydgård
|
241dd4093b
|
Change the Settings toggle to a specially styled checkbox
|
2022-12-07 11:12:29 +01:00 |
|
Henrik Rydgård
|
a83a3f9d5d
|
Declutter using a context menu, which I had to create from scratch.
|
2022-12-07 10:27:02 +01:00 |
|
Henrik Rydgård
|
39b627c0c1
|
Fix layout issues, misc cleanup and comments
|
2022-12-07 10:27:02 +01:00 |
|
Henrik Rydgård
|
aed5d76fbc
|
Make the post shader list more editable
|
2022-12-07 10:27:02 +01:00 |
|
Henrik Rydgård
|
0a3d78221e
|
Fix drag-background-through-buttons problem by adding "touch exclusive" mode to viewgroups.
Not using universally because I don't want to debug all the issues...
|
2022-11-27 16:16:18 +01:00 |
|
Henrik Rydgård
|
23ba0d0515
|
Fix layout issues in AbstractChoiceWithValueDisplay. Remove title text from post shaders to fit.
|
2022-11-25 10:23:59 +01:00 |
|
Unknown W. Brackets
|
c20bcc1f08
|
UI: Avoid enum/float comparisons.
|
2022-11-12 12:30:04 -08:00 |
|
Henrik Rydgård
|
e7e1bb6079
|
UWP: Fix missing font file causing missing text fields. Fixes #15771
|
2022-08-04 10:44:12 +02:00 |
|
iota97
|
0288717206
|
Add numpad enter as a confirm
|
2022-06-21 08:32:57 +02:00 |
|
iota97
|
b1cf29bb38
|
Fix live update
|
2022-02-18 14:24:48 +01:00 |
|
iota97
|
aa9d097d11
|
More fixes for themes
|
2022-02-14 15:07:33 +01:00 |
|