jdgleaver
|
087eb939a5
|
(RGUI) Fix typo in 'rain' particle effect initialisation
|
2019-05-05 14:29:24 +01:00 |
|
twinaphex
|
8094e02823
|
(MaterialUI) Add checkmark
|
2019-05-05 04:12:16 +02:00 |
|
natinusala
|
872e8ffb99
|
Fix multiple CXX warning
|
2019-05-04 22:24:59 +02:00 |
|
twinaphex
|
17b4cdb60a
|
Merge branch 'rgui-d3d-colours' of git://github.com/jdgleaver/RetroArch
|
2019-05-04 14:56:41 +02:00 |
|
jdgleaver
|
0ce40be87e
|
(RGUI) Try again - D3D10/11/12 actually seem to use bgra4444
|
2019-05-04 13:53:37 +01:00 |
|
jdgleaver
|
ee2f66bbd3
|
(RGUI) Fix trivial build warnings
|
2019-05-04 13:37:28 +01:00 |
|
jdgleaver
|
d8d4fefb48
|
(RGUI) Fix colours when using D3D10/11/12 gfx drivers
|
2019-05-04 13:01:02 +01:00 |
|
natinusala
|
636f2ddb28
|
menu_widgets: implement the user setting
|
2019-05-03 21:25:20 +02:00 |
|
jdgleaver
|
2424049fdf
|
(RGUI) Further performance optimisations
|
2019-05-03 11:26:02 +01:00 |
|
Alfredo Monclus
|
ff578de39e
|
Ozone extra battery icons
|
2019-05-01 14:31:55 -03:00 |
|
alfrix
|
19f3be21c2
|
XMB extra battery icons
|
2019-05-01 13:42:00 -03:00 |
|
jdgleaver
|
2e68a634a2
|
Optimise menu_display_timedate()
|
2019-05-01 10:58:40 +01:00 |
|
twinaphex
|
9ee33a6a1d
|
(Menu) Merge menu_entry into menu_entries.c
|
2019-05-01 11:41:13 +02:00 |
|
twinaphex
|
39eadbab6f
|
Use string_concat in more performance critical areas
|
2019-04-30 21:17:51 +02:00 |
|
jdgleaver
|
17f3bc2255
|
(RGUI) Make battery icon have a continuous fill
|
2019-04-30 17:13:00 +01:00 |
|
jdgleaver
|
55737ba127
|
Standardise menu powerstate access + add battery indicator to RGUI
|
2019-04-30 15:57:38 +01:00 |
|
twinaphex
|
bc2bdd5734
|
config_file_read not needed anymore
|
2019-04-30 13:37:10 +02:00 |
|
jdgleaver
|
ecdb5383ba
|
(RGUI) Add 'particle effect' animation system
|
2019-04-29 15:43:19 +01:00 |
|
twinaphex
|
4c3e0d44b8
|
Revert "Start using string_is_equal_memcmp and"
This reverts commit 26d6aee1eb064a533534dbc158a2085a887658aa.
|
2019-04-29 04:04:33 +02:00 |
|
twinaphex
|
26d6aee1eb
|
Start using string_is_equal_memcmp and
string_is_equal_memcmp_fast
|
2019-04-28 17:23:11 +02:00 |
|
twinaphex
|
e1b11593fc
|
(file_list.c) Cleanups/optimizations
|
2019-04-27 07:32:40 +02:00 |
|
twinaphex
|
7201d0bf22
|
Revert "Use path_is_valid instead of filestream_exists where possible -"
This reverts commit 88e3abd6fd2f151593ee5fe99f55cc63cf8fe0c7.
|
2019-04-26 13:46:21 +02:00 |
|
twinaphex
|
88e3abd6fd
|
Use path_is_valid instead of filestream_exists where possible -
stat should be faster than fopen
|
2019-04-26 13:33:25 +02:00 |
|
twinaphex
|
c854d0916b
|
(XMB) XMB honors the 'show menu sublabels' setting now - was previously
RGUI only
|
2019-04-24 01:48:28 +02:00 |
|
Twinaphex
|
3e15f1b512
|
Merge pull request #8626 from retrotails/master
add rgui snow
|
2019-04-24 01:39:44 +02:00 |
|
retrotails
|
b69c005c85
|
fix compiler errors
|
2019-04-23 13:48:06 -04:00 |
|
twinaphex
|
ff3467a79f
|
(Ozone) Add wifi icon for network info entries
|
2019-04-23 19:28:53 +02:00 |
|
twinaphex
|
6268d979c0
|
Cleanups
|
2019-04-23 19:20:49 +02:00 |
|
retrotails
|
499d61cb3d
|
added rgui snow
|
2019-04-23 04:33:10 -04:00 |
|
twinaphex
|
955a149ce9
|
Use config_file_read where we can assume we are reading a file
|
2019-04-22 01:56:24 +02:00 |
|
Twinaphex
|
c9cfd1cd89
|
Silence xcode warnings - unused variables
|
2019-04-20 16:36:01 +02:00 |
|
Brad Parker
|
e7dbac7eb0
|
prevent null derefs found by scan-build
|
2019-04-18 11:46:53 -04:00 |
|
jdgleaver
|
10f8077294
|
(RGUI) Add on-screen keyboard
|
2019-04-17 17:05:51 +01:00 |
|
Twinaphex
|
5dde91040f
|
Merge pull request #8578 from jdgleaver/rgui-idle-thumbs
(RGUI) Add optional delay when loading thumbnails
|
2019-04-13 01:46:15 +02:00 |
|
Twinaphex
|
8918d0d873
|
Merge pull request #8580 from bparker06/playlist_subsystem
Add subsystem support for (history) playlists, make playlist_entry struct public to simplify function parameters
|
2019-04-12 23:45:02 +02:00 |
|
Brad Parker
|
f7b0c0947c
|
add subsystem_name (friendly name) to history playlist, make playlist_entry struct public to simplify function parameters
|
2019-04-12 12:50:27 -04:00 |
|
jdgleaver
|
a446f8ad51
|
(RGUI) Add optional delay when loading thumbnails
|
2019-04-12 15:50:27 +01:00 |
|
Twinaphex
|
1250565e9e
|
Merge pull request #8488 from markwkidd/collections-to-playlists
internationalization -- use "Playlist" instead of "Collection"
|
2019-04-11 20:02:59 +02:00 |
|
jdgleaver
|
a870526dc9
|
(RGUI) Add optional extended ASCII support
|
2019-04-11 14:29:31 +01:00 |
|
Brad Parker
|
230c64ba4b
|
add subsystem support for playlists, only missing the content load portion
|
2019-04-11 00:09:13 -04:00 |
|
jdgleaver
|
7e80f5520a
|
(RGUI) Fix menu widget display issues
|
2019-04-10 13:50:03 +01:00 |
|
Twinaphex
|
076a0d2f56
|
(OSX) Code analysis cleanups
|
2019-04-08 23:13:39 +02:00 |
|
jdgleaver
|
b301e4d444
|
(RGUI) Performance optimisations
|
2019-04-05 09:16:29 +01:00 |
|
twinaphex
|
827802d883
|
Revert "Don't grab these two variables for every blit_line call"
This reverts commit ca56e0e91df9eb022488a174d84581cb1e97558c.
|
2019-04-04 18:32:08 +02:00 |
|
twinaphex
|
d7d260556b
|
Revert "(RGUI) Move menu_display_font_framebuffer to rgui.c"
This reverts commit 1a3ec1c3be85df8262a2aa9b4460c0545491ca5c.
|
2019-04-04 17:51:58 +02:00 |
|
twinaphex
|
1a3ec1c3be
|
(RGUI) Move menu_display_font_framebuffer to rgui.c
|
2019-04-03 23:06:56 +02:00 |
|
twinaphex
|
ca56e0e91d
|
Don't grab these two variables for every blit_line call
|
2019-04-03 22:48:32 +02:00 |
|
Twinaphex
|
052137b027
|
(OSX) Silence warnings
|
2019-04-03 13:31:45 +02:00 |
|
jdgleaver
|
3c10731fbd
|
(RGUI) Add optional shadow effects
|
2019-04-01 13:54:59 +01:00 |
|
Twinaphex
|
306653d069
|
Merge pull request #8535 from natinusala/master
ozone: fix content metadata for music and movie playlists
|
2019-03-29 12:41:01 +01:00 |
|