LibretroAdmin
|
83a2ec1da8
|
(Ozone/XMB) Move some fill_pathname_join operations out of the loops since
the output string is not subject to change during iterations
|
2022-08-01 00:49:33 +02:00 |
|
sonninnos
|
349ef1add2
|
(XMB) Dynamic wallpaper fixes: (#14247)
- 'Load Content' playlists
- Period in the playlist name
|
2022-07-29 17:40:11 +02:00 |
|
sonninnos
|
0c4bf5f2e3
|
(Ozone) Fix playlist thumbnail mouse hover after returning from QM (#14244)
|
2022-07-29 15:01:44 +02:00 |
|
LibretroAdmin
|
22bef5dc6b
|
(Ozone) Remove unused arrays
|
2022-07-29 13:07:16 +02:00 |
|
LibretroAdmin
|
592f9384b0
|
Silence code analysis warnings by Xcode - unused variables - nothing
done with value set - etc
|
2022-07-29 08:29:43 +02:00 |
|
sonninnos
|
052cdce29b
|
(Ozone+XMB) Add playlist icons under 'Load Content' (#14243)
|
2022-07-29 07:12:01 +02:00 |
|
sonninnos
|
6c1de85add
|
(Ozone+XMB) Thumbnail fixes (#14210)
|
2022-07-28 19:21:59 +02:00 |
|
TheRhysWyrill
|
54d0d84696
|
Fixed Purple Rain Theme (#14214)
* Add Purple Rain Theme
|
2022-07-25 00:44:31 +02:00 |
|
TheRhysWyrill
|
522d1ed16d
|
Add Purple Rain Theme (#14212)
* Add Purple Rain Theme
* Revert "Add Purple Rain Theme"
This reverts commit ceb896785b097d030d463f400d27b7f2146ac29a.
* Add Purple Rain Theme
|
2022-07-24 21:26:16 +02:00 |
|
libretroadmin
|
5c98caa7fd
|
Don't NULL-terminate string if we pass it to strlcpy and/or a
file_path function that calls strlcpy under the hood
|
2022-07-24 06:22:35 +02:00 |
|
sonninnos
|
1f244aac01
|
(Ozone+XMB) Thumbnail improvements (#14188)
|
2022-07-21 15:25:12 +02:00 |
|
libretroadmin
|
69ddf03c91
|
Remove unused return variables
|
2022-07-12 18:00:33 +02:00 |
|
libretroadmin
|
b7926605f4
|
Remove fill_short_pathname_representation
|
2022-07-11 21:40:09 +02:00 |
|
libretroadmin
|
adf9994828
|
Deprecate fill_pathname_base_noext
|
2022-07-11 20:13:44 +02:00 |
|
libretroadmin
|
d706c9c5bf
|
Start deprecating trivial functions in file_path.c
|
2022-07-11 19:56:46 +02:00 |
|
libretroadmin
|
c54499c5fb
|
(Ozone) Simplify code
|
2022-07-09 14:29:49 +02:00 |
|
Cthulhu-throwaway
|
9af17b633e
|
(Netplay) Host Ban Submenu (#14151)
|
2022-07-07 16:08:46 +02:00 |
|
libretroadmin
|
bf5409881c
|
gfx_display_rotate_z optimizations - if radians is 0, we know cosine
and sine already. Avoid the computation with sinf/cosf and pass it as value to the
function when possible
|
2022-07-06 11:03:15 +02:00 |
|
libretroadmin
|
6607ff3aaa
|
rotate_draw - get rid of scale_x/y/enable - scaling is only done now
in XMB at two spots - refactor gfx_display_rotate_z so that it only
manipulates the input matrix' Z axis
|
2022-07-05 20:50:01 +02:00 |
|
libretroadmin
|
336ca1a68c
|
Don't call gfx_display_rotate_z unless the display driver implementation's
'handles_transform' is set to false
|
2022-07-05 17:20:01 +02:00 |
|
libretroadmin
|
1798651041
|
(gfx_widgets) scale_enable can b set to false for widgets, scale_factor was always 1.0f
(XMB) set scale_enable to false when scale_factor is 1.0f
|
2022-07-05 14:18:20 +02:00 |
|
libretroadmin
|
681e1dea94
|
gfx_display_rotate_z - if scale_x/y/z are all 1.0f, then set
scale_enable to false
|
2022-07-05 14:02:38 +02:00 |
|
sonninnos
|
494c93df3e
|
Thumbnail aspect ratio fix (#14145)
|
2022-07-05 12:01:21 +02:00 |
|
sonninnos
|
91c8541e20
|
(Ozone+XMB) Savestate thumbnail aspect ratio (#14139)
|
2022-07-03 16:14:51 +02:00 |
|
sonninnos
|
ee8993c76a
|
Silence Linux snprintf warnings (#14131)
|
2022-07-02 14:08:27 +02:00 |
|
sonninnos
|
0232fc8e10
|
(Ozone+XMB) Savestate thumbnail fullscreen + dropdown (#14116)
* (Ozone+XMB) Savestate thumbnail fullscreen toggle
* (Ozone+XMB) Savestate thumbnail dropdown
|
2022-07-01 23:41:46 +02:00 |
|
libretroadmin
|
367dfd6e71
|
No longer include file_path_special.h in gfx_display.h
|
2022-06-26 18:35:07 +02:00 |
|
libretroadmin
|
4e13134c40
|
Remove unnecessary wrapper function gfx_display_font - just wrapped
around gfx_display_font_file
|
2022-06-26 18:19:43 +02:00 |
|
sonninnos
|
3615deed9e
|
Savestate thumbnails (#14093)
* Savestate slot reset action
* (Ozone) Thumbnail visibility corrections
|
2022-06-23 14:46:29 +02:00 |
|
sonninnos
|
745652bbbf
|
(Ozone) Playlist metadata reformat (#14082)
|
2022-06-22 22:56:03 +02:00 |
|
sonninnos
|
10a2103f7e
|
(GLUI) Add icon for 'Download Thumbnails' (#14084)
|
2022-06-22 22:55:38 +02:00 |
|
sonninnos
|
807fd35300
|
(Ozone) Savestate thumbnail fixes (#14079)
|
2022-06-21 22:37:39 +02:00 |
|
libretroadmin
|
0356c563b8
|
Simplify gfx_display_check_compatibility
|
2022-06-20 20:19:16 +02:00 |
|
sonninnos
|
2ff77a363e
|
(Ozone) Add savestate thumbnails (#14068)
|
2022-06-20 16:34:41 +02:00 |
|
LibretroAdmin
|
0008691aa0
|
Remove unused variables (#14065)
|
2022-06-18 19:28:07 +02:00 |
|
sonninnos
|
1539e720f1
|
Add proper icons for shader items
|
2022-06-18 11:22:50 +03:00 |
|
sonninnos
|
325ba96613
|
More suitable icons for database entries
|
2022-06-17 18:10:08 +03:00 |
|
sonninnos
|
098f14dcd4
|
(Ozone) Header icon spacing adjustment
|
2022-06-17 15:23:42 +03:00 |
|
OsirizX
|
c6d51fdb32
|
[ORBIS] Initial changes for PS4
|
2022-05-21 16:31:10 +02:00 |
|
libretroadmin
|
28bfa238d4
|
(RGUI) Buildfix
|
2022-05-21 13:54:37 +02:00 |
|
Gabriel Morazán
|
9a0f59677b
|
(Ozone) UWP Build fix.
|
2022-05-20 22:10:27 -04:00 |
|
libretroadmin
|
3d010cd7a9
|
(XMB) Cleanups
|
2022-05-20 22:40:36 +02:00 |
|
libretroadmin
|
63157a6f09
|
(RGUI) Cleanups
|
2022-05-20 21:28:15 +02:00 |
|
libretroadmin
|
f879a723c6
|
(MaterialUI) Cleanups
|
2022-05-20 20:41:46 +02:00 |
|
libretroadmin
|
69d251ff6d
|
(Menu) Cleanups for drivers
|
2022-05-20 20:31:06 +02:00 |
|
libretroadmin
|
d9948c00e1
|
(Ozone) Cleanups
|
2022-05-20 19:50:33 +02:00 |
|
libretroadmin
|
05eca53290
|
(RGUI) Cleanups
|
2022-05-20 19:20:59 +02:00 |
|
libretroadmin
|
93e0baf715
|
(RGUI/MaterialUI) Cleanups
|
2022-05-20 16:10:15 +02:00 |
|
libretroadmin
|
14ab2db692
|
(Ozone) Cleanups
|
2022-05-20 14:46:45 +02:00 |
|
libretroadmin
|
07d19dd807
|
(XMB) Cleanups
|
2022-05-20 14:13:45 +02:00 |
|