Zangetsu38
5810acf29c
modules/SceRegistryMgr: Initial implement of regmgr functions.
2023-07-09 14:03:17 +02:00
Zangetsu38
41239bde8d
gui/save data dialog: Allow using Circle for confirm.
2023-07-09 12:09:16 +02:00
Zangetsu38
349d89a9eb
gui: Add option to allow disable display of compile shaders dialog.
2023-07-02 15:35:47 +02:00
Zangetsu38
89d30ff980
modules/SceAppMgrUser: Stub some function with str(n)cpy.
2023-07-01 14:39:17 +02:00
Zangetsu38
32b607cb0a
gui/information bar: Fix tiny typo of platinum trophy.
2023-06-29 01:09:53 +02:00
James Duarte
2812dc0f3c
gui/settings_dialog: fix small (tiny) typo
2023-06-28 19:51:52 +03:00
Zangetsu38
98978983eb
modules/SceCommonDialog: Init vector of savedata in progress bar mode.
...
- should fix crach caused with try set value inside empty vector.
gui/save data dialog: improve progress bar.
2023-06-28 15:51:01 +02:00
Zangetsu38
eb521c25dd
gui & modules/save data dialog: Some fix and reworks.
...
- fix some crash on fixed mode with reworks navigate in button and set first switch of display mode.
- fix icon missing in fixed mode for slot > 0 with reworks load icon texture.
- fix clean preview info in SaveDataDialogInit with reset savedata struct.
- fix dialog show one save of system data with this reset of struct.
- Improve position of new save data in fixed and list mode.
- disable common dialog when app is paused.
- remove duplicate code of open save slot with set all inside check save file and reworks it.
2023-06-27 21:59:03 +02:00
Croden1999
f615ef0726
gui/compat: Add lang to info message.
2023-06-27 21:19:26 +02:00
Zangetsu38
3d46099c82
gui/save data dialog: Allow navigate with kb/controller and redesign.
...
- complete reworks and refactor design.
- fix some weird issue.
2023-06-26 17:13:10 +02:00
Macdu
12224d7c64
Revert "gui/live area: Some small refactor and improvement."
...
This reverts commit 0a3c9d5b2d
.
2023-06-24 08:37:00 +02:00
Zangetsu38
0a3c9d5b2d
gui/live area: Some small refactor and improvement.
...
- Add search in navigate by controller/kb.
- Fix navigate when press right if have nothing available on it.
- Refactor and improve position and size of gate/frames for all style.
- Fix respect aspect ratio for pos and size of items depending resolution of window.
2023-06-23 22:29:27 +02:00
Zangetsu38
03a8c30175
modules/SceCommonDialog: Fix allocate EmptyParam for slot upper 0.
...
- Empty param is not only in slot 0, is for all slot available, so move on vector.
- Should fix all missing new save icon.
gui/common dialog/save dialog: fix position of text in new save.
- Fix pos and the size of the elements regardless of the size of the window.
- Fix scroll bar missing.
2023-06-23 22:07:05 +02:00
Zangetsu38
53c29aa433
gui/user management: Small reworks and improvement.
...
- Remove scroll bar in child.
- automatic scroll in center pos when click on element if is not centered.
2023-06-21 18:59:23 +02:00
nishinji
343d438e4e
gui/live_area: add browser template
...
Co-authored-by: Zangetsu38 <dante38@free.fr>
2023-06-20 15:06:13 +02:00
Zangetsu38
22ea4f03d2
gui/user management: Fix crash when using clean setup.
...
- fix position with set current user in center screen in boot.
gui/home screen: fix browse app list in list mode for up button.
2023-06-15 11:11:28 +02:00
Zangetsu38
8d345f0021
gui/home screen: Allow browse in apps list with kb/controller.
...
- keep respect aspect ratio.
gui/live area: Allow browse live area with kb/controller.
- Allow using PS in controller for pause/resume game.
- refactor close system app.
- And lot more refactor/fix.
gui/manual: Allow browse in the page with kb/controler.
- Little refactor slider style of browse pages.
gui/user_management: Allow browse with kb/controler.
2023-06-15 00:35:51 +02:00
Croden1999
9e20f6d09b
gui: Update the firmware website of regions
2023-06-13 01:33:10 +02:00
Zangetsu38
9d0230995d
gui: fix position of draw background.
2023-06-07 23:18:35 +02:00
nishinji
1458f474f5
shaders-builtin: Add bicubic filter
2023-06-02 16:45:25 +02:00
Zangetsu38
9837745e54
config: Add option of vulkan validation layer.
...
- Allow can disable it for no impact performance of game when sdk is installed.
2023-05-28 23:07:59 +02:00
Lupia
f88e3356e7
vita3k/gui: fix apply surface sync setting ( #2601 )
2023-05-24 12:00:52 +02:00
Pedro Montes Alcalde
a82758551d
gui: Fix default avatar path on linux
2023-05-23 20:34:53 -03:00
Macdu
edca8593ae
renderer/vulkan: Add FSR upscaling
2023-05-23 23:11:22 +02:00
Macdu
18f9b84276
renderer: Refractor Screen Filtering
2023-05-23 23:11:22 +02:00
Zangetsu38
a714356768
gui/vita3k update: Add FreeConsole for run batch in windows.
...
- Should fix install news build in windows terminal.
2023-05-22 23:32:16 +02:00
Zangetsu38
968df5b60b
gui/user management: Big Refactor for more close to PS4.
...
- reworks size and position of avatar.
- Add box for avatar and user name.
- reworks user name position.
- limit input to 16 letter.
- move menu select to switch.
2023-05-22 14:16:53 +02:00
Croden1999
5268c0e514
gui/user management: Fixed typos
2023-05-17 21:05:31 +02:00
Croden1999
3abd4e362c
gui/controllers dialog: Align text in controllers dialog
...
- lang: a few of lang strings improve
2023-05-17 11:42:52 +02:00
Zangetsu38
b1e61a164a
gui/theme: create function for init all user user backgrounds.
...
- clean and reset variable when switch user.
- set init value of current theme/user background.
- should fix crash on boot emu when using custom background.
2023-05-16 13:28:53 +02:00
Zangetsu38
cf5581b218
gui/themes: refactor display background, allow respect aspect ratio.
...
gui/user management: small refactor of calculate size for keep aspect ratio.
2023-05-15 19:23:15 +02:00
Zangetsu38
60a68325bd
gui/user management: Allow using avatar with keep aspect ratio.
...
- Add ps4 background.
2023-05-15 12:28:49 +02:00
Zangetsu38
4280bea590
gui/user management: Improve and fix text outside for button.
...
- fix texture broken when click on edit.
2023-05-11 16:56:14 +02:00
nishinji
e6752f9929
lang: update japanese
2023-05-11 14:34:23 +02:00
bookmist
4ba2e086cc
Vita3K: code cleanup and optimisations
2023-05-10 15:31:55 +03:00
Zangetsu38
39bfd76424
vita3k: implement Pause/resume app.
2023-05-06 22:49:48 +02:00
Zangetsu38
a0e45675c1
Add new supporter.
2023-05-06 21:41:58 +02:00
Croden1999
eaa1db7263
gui/live area/help: fixed crash
2023-05-05 10:33:13 +03:00
Croden1999
ca4e2bb576
gui: Some improve for gui
...
gui/manual: Improve D-pad in slider
gui/live area: Remove the zoom instructions
gui/settings dialog: Add lang to main buttons
2023-05-05 05:43:42 +02:00
Zangetsu38
019d96ef54
gui/manual: handle manual pages of different aspect ratios.
...
gui: move some push back to emplace back for init texture.
2023-05-01 13:24:47 +02:00
Zangetsu38
23aae48249
Add new supporters.
2023-04-27 22:42:42 +02:00
Macdu
b8cdbc76a3
gui: Correctly apply DPI scaling to fonts
2023-04-26 06:14:22 +02:00
HuanJiCanShang
e1cd69dee1
about dialog: fix small typo ( #2523 )
2023-04-24 16:14:41 +02:00
Zangetsu38
871456f587
README: Add supporters section.
...
FUNDING: Move from patreon to ko-fi.
gui/about dialog: remove note useless and update contributors list.
2023-04-24 14:39:03 +02:00
Zangetsu38
922391bf3b
gui/about dialog: Add first supporter.
...
- reworks list move to column to table.
2023-04-23 21:28:57 +02:00
bookmist
79f4dae3c7
vita3k/gui: fix crash on wrong or absent app icon
...
It can happens on incompletely installed game and no firmware, or just corrupted icon file
2023-04-23 04:15:00 +02:00
Zangetsu38
82e4fc98cc
gui/about dialog: Added ko-fi subscription link.
2023-04-22 21:52:41 +02:00
Zangetsu38
18b858234f
gui/about dialog: Add open github author history for contributors.
...
- Add credit of designer of Vita3K icon.
- refactor open link.
2023-04-20 14:38:43 +02:00
Croden1999
06070be9f4
gui/live area: Fixed the missing str
2023-04-18 20:00:59 +02:00
bookmist
d34159c328
gui: better align in controls_dialog and live area help page. make gui controls configurable
...
and some optimization and refactoring
2023-04-17 23:50:12 +03:00