Alfrix
|
c39ce0e04b
|
Add Automatic theme
It has been in the assets folder a long time by now
|
2018-08-23 16:41:07 -03:00 |
|
Alfrix
|
fb15edebc3
|
Add Retrosystem to the support list of menu icons
|
2018-08-22 19:52:27 -03:00 |
|
Alfrix
|
947113d007
|
Change start core icon
|
2018-08-22 16:31:02 -03:00 |
|
Alfrix
|
8984162e0f
|
Change Reset core association icon to undo
|
2018-08-21 14:19:35 -03:00 |
|
alfrix
|
105fba6abe
|
XMB add an option to show desktop ui aka WIMP
|
2018-08-18 15:10:40 -03:00 |
|
alfrix
|
b35914fcc0
|
Fix Stop Netplay Host
|
2018-08-13 19:41:18 -03:00 |
|
alfrix
|
ae562614c4
|
Add dot-art to the supported list in the new XMB icons
|
2018-08-13 18:42:46 -03:00 |
|
alfrix
|
6e64a39044
|
Add icons to XMB (limited to Monochrome for now)
Add monochrome inverted to the menu icons
Allow the extra XMB icons in custom theme
Add subsettings
|
2018-08-13 12:37:45 -03:00 |
|
alfrix
|
8bbc0cb115
|
Cleanup
|
2018-08-13 12:37:45 -03:00 |
|
twinaphex
|
6ae4350883
|
(XMB) Add back XMB ribbon - was probably not meant to be removed
|
2018-07-22 21:18:11 +02:00 |
|
Rob Loach
|
aba179a910
|
Merge branch 'master' into stripes
|
2018-07-22 13:30:47 -04:00 |
|
Jean-André Santoni
|
2a2e732a79
|
(Menu) Add a setting to hide the shutdown option
|
2018-06-23 12:01:13 +07:00 |
|
Jean-André Santoni
|
6868670136
|
(XMB) Code cleaning
|
2018-06-22 22:31:06 +07:00 |
|
twinaphex
|
d27b6265a0
|
Add more HAVE_MPV ifdefs
|
2018-06-20 04:50:58 +02:00 |
|
Mikael Brunnhede
|
0813de0392
|
Hide thumbnails in Quick Menu sub-menus.
|
2018-06-06 23:48:07 +02:00 |
|
Mikael Brunnhede
|
75330a142d
|
Implement fix for thumbnails not showing up in Quick Menu as well as "Run" menu after closing content. Also implement fix for savestate thumbnail being hidden behind boxart/screenshot thumbnails. With this fix, boxart/screenshot thumbnails are not shown on the right hand side if there is a savestate screenshot being rendered.
|
2018-06-05 10:51:51 +02:00 |
|
radius
|
0a0365e49a
|
add menu entries
|
2018-05-13 22:33:06 -05:00 |
|
radius
|
aa86d78183
|
add quick menu action to pause / resume hardcore mode for current session
|
2018-05-13 13:40:30 -05:00 |
|
Tatsuya79
|
0737b90080
|
XMB fix crash with scale factor under 100
|
2018-04-25 10:54:04 +02:00 |
|
Tatsuya79
|
d851cbf3d5
|
Fix console layout case.
|
2018-04-24 18:14:18 +02:00 |
|
Tatsuya79
|
31415f760a
|
XMB PSP layout thumbnail scaling.
|
2018-04-24 17:47:02 +02:00 |
|
twinaphex
|
265ae728dd
|
(XMB) Add XMB menu layout - ability to switch between PS3 (Console)
and PSP (Handheld) layouts
|
2018-04-24 07:38:53 +02:00 |
|
twinaphex
|
af351932bd
|
(XMB) Cleanups
|
2018-04-24 07:19:29 +02:00 |
|
twinaphex
|
5370c59201
|
Cleanups/style nits
|
2018-04-23 12:03:50 +02:00 |
|
twinaphex
|
bac0d22ce9
|
Create menu_display_osk_ptr_at_pos
|
2018-04-23 11:58:18 +02:00 |
|
twinaphex
|
8bc3283bd5
|
Create menu_display_draw_keyboard
|
2018-04-23 11:42:55 +02:00 |
|
twinaphex
|
f8ccf50fd4
|
Make materialui_render_keyboard and xmb_render_keyboard identical
|
2018-04-23 11:36:15 +02:00 |
|
twinaphex
|
54ec4e47e8
|
Silence another warning
|
2018-04-23 11:31:39 +02:00 |
|
twinaphex
|
a7ad6e2024
|
(XMB) Add icons for shader/shader presets
|
2018-04-18 08:22:01 +02:00 |
|
Ryunam
|
712a2fcc1d
|
Add toggle to show/hide Playlist tabs
|
2018-04-17 17:53:24 +02:00 |
|
twinaphex
|
1836d08b33
|
Revert "Start passing around menu_driver_data around properly"
This reverts commit 7c314a91650c9b4d74222bbdefa37e014fa4ae0d.
|
2018-04-11 06:12:14 +02:00 |
|
twinaphex
|
6c99acb23e
|
Revert "Pass around void pointer data - menu handle"
This reverts commit b4a2bd5156354b084283165be96d43ee99bf50ec.
|
2018-04-11 06:11:54 +02:00 |
|
twinaphex
|
fdffb7059d
|
Revert "Less pointer grabbbing - reduce usage of RARCH_MENU_CTL_DRIVER_DATA_GET"
This reverts commit fbf03df8be22b40a1d44908ebfe0163a0ebb4bef.
|
2018-04-11 06:11:45 +02:00 |
|
twinaphex
|
fbf03df8be
|
Less pointer grabbbing - reduce usage of RARCH_MENU_CTL_DRIVER_DATA_GET
|
2018-04-10 19:57:33 +02:00 |
|
twinaphex
|
b4a2bd5156
|
Pass around void pointer data - menu handle
|
2018-04-10 19:32:50 +02:00 |
|
twinaphex
|
7c314a9165
|
Start passing around menu_driver_data around properly
|
2018-04-10 19:17:51 +02:00 |
|
twinaphex
|
6e299065ce
|
Remove RARCH_MENU_CTL_PLAYLIST_ calls - use playlist_init_cached,
playlist_get_cached, and playlist_free_cached from now on (defined
in playlist.h) - no more menu dependencies on cached playlists
|
2018-04-10 17:51:40 +02:00 |
|
twinaphex
|
00da860681
|
Cleanup
|
2018-04-10 16:34:33 +02:00 |
|
twinaphex
|
f3e0a627af
|
Get rid of one MSVC warning
|
2018-04-09 19:11:06 +02:00 |
|
twinaphex
|
f00a75ec84
|
Get rid of some spurious code in XMB - catched by Clang
|
2018-04-09 17:02:44 +02:00 |
|
Twinaphex
|
08a54e45f2
|
Get rid of a lot of implicit conversions
|
2018-04-09 15:56:45 +02:00 |
|
Jean-André Santoni
|
7601b740cc
|
[stripes] Remove ribbon
|
2018-04-08 10:49:02 +07:00 |
|
Tatsuya79
|
299c808e22
|
Shorten text when 2nd thumb is on the right.
|
2018-04-06 22:47:49 +02:00 |
|
Tatsuya79
|
de080151cc
|
Remove excessive blend calling.
|
2018-04-06 16:25:32 +02:00 |
|
Tatsuya79
|
1fadc2e148
|
Fix image preview sometimes on both thumbs.
|
2018-04-06 00:59:35 +02:00 |
|
Tatsuya79
|
e78aedbb6c
|
undo copyright change
|
2018-04-05 17:08:33 +02:00 |
|
Tatsuya79
|
ad0a36b825
|
XMB thumbnails vertical disposition.
|
2018-04-05 00:52:46 +02:00 |
|
twinaphex
|
015facee70
|
(XMB) Cleanups
|
2018-04-01 18:23:37 +02:00 |
|
Tatsuya79
|
0c0cad8630
|
XMB Right Thumbnail rework.
|
2018-03-30 23:53:16 +02:00 |
|
twinaphex
|
92b46a8275
|
Some cleanups
|
2018-03-30 15:50:27 +02:00 |
|