jdgleaver
|
23c9b86f64
|
(Menu Widgets) Enable scaling of widgets independently from menu scale
|
2020-02-14 17:10:39 +00:00 |
|
jdgleaver
|
fff9a4f0c5
|
(Ozone) Add DPI-based scaling
|
2020-02-11 17:03:54 +00:00 |
|
twinaphex
|
cde2d7c18c
|
Looks like unnecessary logic
|
2020-02-02 17:32:14 +01:00 |
|
jdgleaver
|
cf58c09d6e
|
(XMB/Ozone) Fix 'quick menu' detection
|
2020-01-04 14:28:30 +00:00 |
|
twinaphex
|
27c45b1b7a
|
(Menu_thumbnail) Get rid of settings_t dependency
|
2020-01-04 12:38:33 +01:00 |
|
twinaphex
|
81972149fc
|
Submenu system is now properly hidden
|
2019-12-30 08:02:13 +01:00 |
|
twinaphex
|
3fe8806018
|
(Subsystem Settings) Create separate subsystem settings list - will
be selectively hidden later based on whether subsystems are implemented
for the core
|
2019-12-30 05:43:48 +01:00 |
|
twinaphex
|
f3742a101c
|
Change function signature on subsystem function
|
2019-12-30 05:17:31 +01:00 |
|
jdgleaver
|
8ba17dd985
|
(Ozone) Add fullscreen thumbnail viewer
|
2019-12-17 11:41:01 +00:00 |
|
jdgleaver
|
3b8e3c613f
|
(Ozone) Minor thumbnail optimisations
|
2019-12-11 13:44:59 +00:00 |
|
jdgleaver
|
3031556e73
|
Enable playlist/add content functionality on platforms without database support
|
2019-12-06 10:49:27 +00:00 |
|
jdgleaver
|
9170bca9b3
|
(Ozone) Use new 'menu_thumbnail' library for loading/rendering thumbnails
|
2019-11-25 13:14:25 +00:00 |
|
twinaphex
|
aba96fbf03
|
(Menu) Small cleanups
|
2019-11-18 04:20:40 +01:00 |
|
jdgleaver
|
7eefec6945
|
(GLUI) Navigation improvements
|
2019-11-15 14:53:00 +00:00 |
|
twinaphex
|
08ce33eed0
|
Add HAVE_ONLINE_UPDATER
|
2019-11-11 00:22:03 +01:00 |
|
jdgleaver
|
c356969c3a
|
(GLUI) Add initial thumbnail support
|
2019-10-31 17:25:55 +00:00 |
|
jdgleaver
|
3057c31798
|
(Menu Input) Add mouse/touchscreen gesture support + full gesture support for XMB
|
2019-09-30 16:55:41 +01:00 |
|
jdgleaver
|
ef710442f1
|
(Ozone) Add option to toggle between static and scrolling content metadata
|
2019-09-23 15:33:20 +01:00 |
|
twinaphex
|
b94b9e2adb
|
Go back to plain strlcpy/strlcat - probably best to look at
opportunities to reduce these calls vs. replacing them with
unsafe macros
|
2019-09-23 00:19:01 +02:00 |
|
twinaphex
|
3b057d9605
|
Start using STRLCAT_CONST_INCR and STRLCPY_CONST
|
2019-09-20 23:33:17 +02:00 |
|
twinaphex
|
db624a7c99
|
Start cleaning up the rather messy manual assignment
|
2019-09-20 02:03:26 +02:00 |
|
jdgleaver
|
8655038601
|
Overhaul menu mouse/touchscreen input handling
|
2019-09-19 16:53:22 +01:00 |
|
twinaphex
|
ab515daa0c
|
Try to get rid of file_path_str
|
2019-09-18 18:12:57 +02:00 |
|
twinaphex
|
f663c64cd4
|
(MaterialUI/Ozone) Prevent more unnecessary strlcats
|
2019-09-18 06:43:01 +02:00 |
|
jdgleaver
|
a0fd9d21d2
|
Enable customisation of runtime 'last played' display format
|
2019-09-10 16:14:38 +01:00 |
|
twinaphex
|
aa95b721dd
|
Reset frame time counter after doing menu context reset
|
2019-08-24 20:13:33 +02:00 |
|
twinaphex
|
5b04350376
|
(Ozone) Update - hide Load Core when core and/or content is running
|
2019-08-24 06:41:59 +02:00 |
|
twinaphex
|
f6d2768181
|
(Ozone) Add 'Load Disc/Dump Disc' entries to Ozone
(Ozone) Add texture for disc
(Disc) Add sublabels for Load Disc/Dump Disc
|
2019-08-23 18:35:04 +02:00 |
|
jdgleaver
|
84dac7745e
|
Make smooth ticker text scroll speed resolution independent
|
2019-08-22 11:49:05 +01:00 |
|
jdgleaver
|
8569e65c18
|
Add optional smooth scrolling menu ticker text
|
2019-08-21 17:01:20 +01:00 |
|
jdgleaver
|
75ae05d287
|
(menu_thumbnail_path) API clean-up + tiny bug fix
|
2019-08-16 15:49:57 +01:00 |
|
jdgleaver
|
3da96deec3
|
Enable per-playlist thumbnail selection
|
2019-08-15 18:05:31 +01:00 |
|
twinaphex
|
d30b2ecaca
|
Merge menu_input_dialog.c into retroarch.c
|
2019-08-15 01:08:34 +02:00 |
|
twinaphex
|
022b22a4cd
|
Pass video_driver_width and video_driver_height
to menu driver render callback function so that
we don't have to call video_driver_get_size anymore
|
2019-08-13 12:50:24 +02:00 |
|
jdgleaver
|
e75911cee7
|
(XMB/Ozone/GLUI) Prevent display of main menu 'Quick Menu' entry when dummy core is loaded
|
2019-08-12 17:50:06 +01:00 |
|
twinaphex
|
82168c0925
|
Start preparing to move menu_driver_render
|
2019-08-09 11:59:46 +02:00 |
|
Twinaphex
|
bf1951ae37
|
Fix plethora of warnings on OSX
|
2019-06-22 14:52:29 +02:00 |
|
twinaphex
|
897a9a7c1a
|
(MSVC 2017 UWP) Silence warnings
|
2019-06-19 21:20:31 +02:00 |
|
jdgleaver
|
c4bb2f5ad7
|
(XMB/Ozone) Add optional thumbnail upscaling
|
2019-06-05 17:05:30 +01:00 |
|
jdgleaver
|
aa6beb68c2
|
Add option to show/hide 'Restart RetroArch'
|
2019-05-30 13:52:24 +01:00 |
|
jdgleaver
|
d6b2e83408
|
filestream_exists() -> path_is_valid() replacements
|
2019-05-30 12:19:52 +01:00 |
|
jdgleaver
|
ff16fb347a
|
'menu_entry' optimisations
|
2019-05-30 10:11:26 +01:00 |
|
radius
|
1704ef8410
|
autoconf cleanups, fix swap ok/cancel in ozone
|
2019-05-28 16:29:54 +02:00 |
|
jdgleaver
|
20aff2a05a
|
Add optional 'on demand' thumbnail downloads
|
2019-05-24 12:03:26 +01:00 |
|
twinaphex
|
a0fcb1b694
|
(task_image.c) Cleanups
|
2019-05-22 06:17:08 +02:00 |
|
radius
|
95dbb040b0
|
add restart menu option
add sublabels
Add .gitlab-ci.yml
Update .gitlab-ci.yml
|
2019-05-21 04:25:34 +02:00 |
|
jdgleaver
|
98889e1652
|
Ensure that displayed thumbnails are always refreshed correctly after selecting 'Download Thumbnails' from quick menu
|
2019-05-20 16:09:59 +01:00 |
|
jdgleaver
|
dde0160468
|
(XMB/Ozone) Ensure old thumbnails are cleared when selecting playlist entry with 'broken' thumbnails
|
2019-05-20 12:23:55 +01:00 |
|
twinaphex
|
ffe1ee4636
|
Don't use return value of menu_entries_get_title
|
2019-05-18 19:10:10 +02:00 |
|
jdgleaver
|
05c8694e1c
|
Add 'Download Thumbnails' option to quick menu
|
2019-05-16 14:34:01 +01:00 |
|