453 Commits

Author SHA1 Message Date
twinaphex
c7c4b723d6 Move path_file_exists to filestream and do away with filestream
dependencies in file/file_path
2017-12-14 20:05:46 +01:00
gblues
6904101c44 Clean up trailing whitespace
== DETAILS

Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
2017-12-12 00:24:18 -08:00
twinaphex
5879e551a5 Pass video_info to font driver functions 2017-11-13 10:42:40 +01:00
Mikael Brunnhede
e286c5dda2 Implemented new settings menu view: User Interface -> Views -> Quick Menu.
Implemented setting for showing/hiding the "Take Screenshot" option in the Quick Menu.
2017-10-09 08:14:52 +02:00
twinaphex
032109512a Fix more Coverity errors 2017-10-04 08:37:21 +02:00
Twinaphex
9c89b3e546 Merge pull request #5496 from Brunnis/master
Add setting for showing/hiding the ability to rename playlist items
2017-10-02 22:37:50 +02:00
Mikael Brunnhede
af7df0cba3 Add setting for showing/hiding the ability to rename playlist items. 2017-10-02 22:17:44 +02:00
Hans-Kristian Arntzen
43b4c65b1e Fix crash in MaterialUI on reinit.
Can't cache pointers. Cache the index instead.
2017-10-01 20:00:20 +02:00
twinaphex
1d960e0c42 Try to silence Coverity error 2017-10-01 18:23:40 +02:00
twinaphex
e66ef15580 Remove another useless wrapper function 2017-10-01 17:17:53 +02:00
twinaphex
a87bef6ed0 Remove useless wrapper function 2017-10-01 17:11:09 +02:00
twinaphex
3cac2a6df8 (MUI) Fix memory leak 2017-10-01 16:51:09 +02:00
twinaphex
849538b15c (MUI) Do texture unload before loading the new wallpaper 2017-09-30 20:03:51 +02:00
twinaphex
eea7fe2dce Cleanup materialui.c 2017-09-30 06:13:24 +02:00
Twinaphex
fc79569682 (MaterialUI) Fix memory leak 2017-09-29 21:38:27 +02:00
twinaphex
5da54b6f88 (MUI) Rewrite box_message 2017-09-29 19:59:19 +02:00
twinaphex
1c477ca007 Rewrite menu_entry_get_sublabel 2017-09-29 18:52:15 +02:00
twinaphex
efde859e17 Rewrite menu_entry_get_rich_label 2017-09-29 18:46:53 +02:00
twinaphex
f444ef109f (MUI) Reorder variables 2017-09-28 08:45:42 +02:00
twinaphex
db7e1a4fdf Simplify menu_entry_get_sublabel 2017-09-28 06:37:48 +02:00
twinaphex
b8e900cd32 Rewrite menu_entry_get_value 2017-09-28 06:32:49 +02:00
twinaphex
c5255b1bff Simplify menu_entry_get_rich_label 2017-09-28 06:19:34 +02:00
twinaphex
632225ee73 Reduce stack usage 2017-09-11 04:40:35 +02:00
twinaphex
1b168bc95e Cleanups 2017-09-09 04:31:56 +02:00
twinaphex
582b688121 Silence some warnings for PS3 2017-09-06 00:21:20 +02:00
Higor Eurípedes
972e5c2368 (glui) Cache content height and bbox calculation 2017-08-22 23:37:14 -03:00
Higor Eurípedes
4ae39dab32 (glui) Skip querying and drawing items that are not visible 2017-08-22 23:15:33 -03:00
twinaphex
c39332a496 (MaterialUI) Possible to manually set sublabel color too 2017-08-21 06:58:50 +02:00
twinaphex
5506f00018 Tweak icon color for Shield theme 2017-08-21 06:52:50 +02:00
twinaphex
d86641e39d (MaterialUI) Go back to the old menu code 2017-08-21 06:43:44 +02:00
Brad Parker
6c91c39aae glui: fix entry box highlight calculation 2017-08-17 20:49:21 -04:00
twinaphex
6fc48a39d9 (MaterialUI) Add Menu Icons Enable setting 2017-08-17 21:05:38 +02:00
Brad Parker
9242cdeda9 glui: subtract icon size from word wrap width if one is used 2017-08-17 14:02:41 -04:00
twinaphex
828f4aa8b9 (materialUI) Add disk image append icons 2017-08-17 19:24:23 +02:00
twinaphex
a795237898 Add some last-minute icons 2017-08-17 01:03:30 +02:00
twinaphex
5c7fd82a40 Add Music/Image/Video lists for MaterialUI and RGUI 2017-08-16 03:15:04 +02:00
twinaphex
0d86027cd5 (RGUI) Add Load Content -> Favorites 2017-08-16 01:10:27 +02:00
twinaphex
e32ec709b3 Added 'Favorites' to MaterialUI playlists tab 2017-08-16 00:01:56 +02:00
twinaphex
89b695dae3 Tweak Dark Blue a bit 2017-08-15 22:52:18 +02:00
twinaphex
ef79711837 (MaterialUI) Hook up framebuffer opacity 2017-08-15 22:43:09 +02:00
twinaphex
5c6b230e42 Start adding separate setting 'framebuffer_opacity' 2017-08-15 22:17:02 +02:00
twinaphex
1887862a03 (MaterialUI) Update 2017-08-15 19:52:50 +02:00
twinaphex
c438e556b1 (MaterialUI) Update icons 2017-08-15 19:40:49 +02:00
twinaphex
990f746aee (MaterialUI) Update icons 2017-08-15 19:34:34 +02:00
twinaphex
b760a407fd (MaterialUI) Add icons 2017-08-15 19:20:16 +02:00
twinaphex
e34f8e0911 Update 2017-08-15 19:05:23 +02:00
twinaphex
f1069ee7ed (MaterialUI) Update 2017-08-15 19:02:58 +02:00
twinaphex
573cf1df1a (MAterialUI) use white icons for shield theme 2017-08-15 18:11:47 +02:00
r5
31317f7cbf (materialui.c) New struct to hold all theme-related info
Struct should be used to group together variables that
control font/bg/fg/highlight/icon colors.
2017-08-15 16:32:39 +01:00
twinaphex
19efd41164 Add more icons 2017-08-15 10:06:52 +02:00