twinaphex
|
22e99568ed
|
Small cleanups
|
2019-01-20 00:48:02 +01:00 |
|
Twinaphex
|
b692474d7c
|
Merge pull request #8038 from jdgleaver/rgui-thumbs
(RGUI) Add rudimentary playlist thumbnail support
|
2019-01-20 00:20:14 +01:00 |
|
jdgleaver
|
4b859fd097
|
(RGUI) Add rudimentary playlist thumbnail support
|
2019-01-18 16:16:44 +00:00 |
|
orbea
|
e062b98088
|
Remove trailing blank lines.
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
|
2019-01-17 19:39:38 -08:00 |
|
natinusala
|
0b4f6c1ce4
|
ozone: fix memory leak
|
2019-01-14 19:49:56 +01:00 |
|
twinaphex
|
d412c9f8d4
|
Fix some CXX_BUILD errors
|
2019-01-12 18:30:06 +01:00 |
|
twinaphex
|
c98b2e2292
|
Buildfixes and more static code analysis warning fixes
|
2019-01-10 22:24:43 +01:00 |
|
Twinaphex
|
5a12ca642c
|
Merge pull request #7967 from jdgleaver/rgui-gekko-colour-fix
(RGUI) Fix background + border colours for Gekko platforms
|
2019-01-10 15:16:31 +01:00 |
|
radius
|
bd2a13e32c
|
disable discord code in ozone
|
2019-01-10 09:01:03 -05:00 |
|
jdgleaver
|
74312180b9
|
(RGUI) Fix background + border colours for Gekko platforms
|
2019-01-10 13:16:08 +00:00 |
|
twinaphex
|
60533b10b7
|
(RGUI) Add specific color conversion for Gekko [Wii/Gamecube]
|
2019-01-09 22:05:33 +01:00 |
|
jdgleaver
|
c433934415
|
(RGUI) Fix background + border colours for PS2
|
2019-01-09 15:34:52 +00:00 |
|
jdgleaver
|
faaa6e081b
|
(RGUI) Add colour themes
|
2019-01-09 10:50:24 +00:00 |
|
twinaphex
|
b74b24e648
|
Change to C comment
|
2019-01-08 20:22:44 +01:00 |
|
Twinaphex
|
40997473ed
|
Merge branch 'master' into orbis2
|
2019-01-08 20:18:08 +01:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
Alfredo Monclus
|
628fc8a690
|
Fix #7934
|
2019-01-08 07:52:17 -03:00 |
|
Brad Parker
|
459a19be57
|
fix infinite loop with null menu driver
|
2019-01-07 00:31:57 -05:00 |
|
alfrix
|
18db7104cc
|
More icons to ozone, update changelog
|
2019-01-06 01:04:32 -03:00 |
|
alfrix
|
c92136015a
|
a couple more icons
|
2019-01-06 01:03:27 -03:00 |
|
alfrix
|
ac8d3d7a51
|
Simplify the icon search and handle incomplete themes better
|
2019-01-06 01:03:27 -03:00 |
|
alfrix
|
e83b3adc20
|
More Icons
|
2019-01-06 01:03:27 -03:00 |
|
Brad Parker
|
bbfbefa9dd
|
easter egg
|
2019-01-05 18:33:29 -05:00 |
|
Twinaphex
|
90baac517d
|
Merge pull request #7732 from fr500/discord
WIP: Discord ask-to-join
|
2019-01-05 22:31:21 +01:00 |
|
jdgleaver
|
1398d889cb
|
(RGUI) Fix colours for PSP and GEKKO builds
|
2019-01-04 13:41:15 +00:00 |
|
Francisco Javier Trujillo Mata
|
577456e3e7
|
Make a struct to save the colors used in the RGUI
|
2019-01-04 00:38:06 +01:00 |
|
Francisco Javier Trujillo Mata
|
cca9bcc09d
|
Make general functions to lead with RGUI colors
|
2019-01-04 00:38:06 +01:00 |
|
psxdev
|
11186dd5e0
|
[ORBIS] Workaround weird behaviour with task with bg.png in xmb
|
2019-01-03 21:23:44 +01:00 |
|
radius
|
9aa7b2bd62
|
[discord] add user avatar to ozone
|
2018-12-28 17:16:17 -05:00 |
|
orbea
|
476abf7dad
|
materialui: Move 'Start Core' before 'Load Core'.
This matches other menu drivers better where its already like this in
rgui, xmb and ozone.
|
2018-12-24 15:32:24 -08:00 |
|
orbea
|
d51b801221
|
ozone: Fix crash with menu_use_preferred_system_color_theme.
Fixes https://github.com/libretro/RetroArch/issues/7805
|
2018-12-23 11:41:43 -08:00 |
|
orbea
|
45c85aa6fe
|
xmb: Don't show a black background without assets.
This also now only hides the time icon instead of the entire time
without assets.
Fixes https://github.com/libretro/RetroArch/issues/7795
|
2018-12-22 15:51:43 -08:00 |
|
radius
|
c70e322496
|
cleanup
|
2018-12-21 18:19:48 -05:00 |
|
jdgleaver
|
f603d4ec30
|
(RGUI) Enable customisation of background and border colours
|
2018-12-20 16:13:16 +00:00 |
|
Twinaphex
|
22fcd0be67
|
Merge pull request #7762 from orbea/rgui
Fix gcc -Wformat-truncation= warnings.
|
2018-12-18 10:12:50 +01:00 |
|
orbea
|
13e29308d5
|
Fix gcc -Wformat-truncation= warnings.
menu/drivers/rgui.c: In function ‘rgui_render’:
menu/drivers/rgui.c:670:53: warning: ‘%-*s’ directive output may be truncated writing up to 2147483648 bytes into a region of size between 0 and 252 [-Wformat-truncation=]
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
^~~~
menu/drivers/rgui.c:676:13:
type_str_buf);
~~~~~~~~~~~~
menu/drivers/rgui.c:670:42: note: assuming directive output of 254 bytes
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
^~~~~~~~~~~~~~~~
menu/drivers/rgui.c:670:7: note: ‘snprintf’ output between 4 and 4294967300 bytes into a destination of size 255
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
entry_selected ? '>' : ' ',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
(int)(RGUI_TERM_WIDTH(fb_width) - (entry_spacing + 1 + 2) - entry_title_buf_utf8len + entry_title_buf_len),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(int)(RGUI_TERM_WIDTH(fb_width) - (entry_spacing + 1 + 2) - entry_title_buf_utf8len + entry_title_buf_len),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
entry_title_buf,
~~~~~~~~~~~~~~~~
entry_spacing,
~~~~~~~~~~~~~~
type_str_buf);
~~~~~~~~~~~~~
menu/drivers/rgui.c:670:53: warning: ‘%-*s’ directive output may be truncated writing up to 2147483648 bytes into a region of size between 0 and 252 [-Wformat-truncation=]
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
^~~~
menu/drivers/rgui.c:676:13:
type_str_buf);
~~~~~~~~~~~~
menu/drivers/rgui.c:670:42: note: assuming directive output of 254 bytes
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
^~~~~~~~~~~~~~~~
menu/drivers/rgui.c:670:7: note: ‘snprintf’ output between 4 and 4294967300 bytes into a destination of size 255
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
entry_selected ? '>' : ' ',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
(int)(RGUI_TERM_WIDTH(fb_width) - (entry_spacing + 1 + 2) - entry_title_buf_utf8len + entry_title_buf_len),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(int)(RGUI_TERM_WIDTH(fb_width) - (entry_spacing + 1 + 2) - entry_title_buf_utf8len + entry_title_buf_len),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
entry_title_buf,
~~~~~~~~~~~~~~~~
entry_spacing,
~~~~~~~~~~~~~~
type_str_buf);
~~~~~~~~~~~~~
|
2018-12-16 20:22:53 -08:00 |
|
Twinaphex
|
6dcdb843e8
|
Merge pull request #7758 from fr500/sideload
Sideload
|
2018-12-17 05:15:41 +01:00 |
|
radius
|
6c936274b7
|
make file copy operation a function
add sublabels
improve localization
|
2018-12-16 16:55:12 -05:00 |
|
radius
|
bfd23150b5
|
add core sideloading option
|
2018-12-16 12:42:09 -05:00 |
|
orbea
|
6e95a62fdf
|
Fix c89 build with clang.
|
2018-12-16 07:02:14 -08:00 |
|
radius
|
45228d0307
|
massive subsystem cleanup & use the proper data in each instance
|
2018-12-10 23:01:21 -05:00 |
|
radius
|
cad5ae287f
|
fix https://github.com/libretro/fbalpha/issues/24#issuecomment-445803876
|
2018-12-10 22:09:42 -05:00 |
|
alfrix
|
cd2d2f8807
|
Add icons for apply on toggle and autoapply
|
2018-11-30 18:10:28 -03:00 |
|
Twinaphex
|
4578b82027
|
Merge pull request #7681 from alfrix/master
Menu drivers asset handling updates
|
2018-11-30 09:35:06 +01:00 |
|
alfrix
|
982b39a8bf
|
Simplify and cleanup path handling, log the specific assets missing
|
2018-11-29 14:49:39 -03:00 |
|
alfrix
|
ab34b21f8d
|
XMB asset handling refactors also do not show black boxes
|
2018-11-29 14:49:39 -03:00 |
|
M4xw
|
8764d7be28
|
[LIBNX] Implement Over-/Downclocking and minor fixes
|
2018-11-29 18:42:44 +01:00 |
|
twinaphex
|
a24a788e52
|
Fix subsystem for ozone
|
2018-11-29 12:12:00 +01:00 |
|
twinaphex
|
2777ee2fa4
|
Fix memory leak
|
2018-11-28 09:49:28 +01:00 |
|
Twinaphex
|
34fe9205db
|
Revert "Revert "ozone: Fix subsystem_data being undefined""
|
2018-11-28 06:11:08 +01:00 |
|