twinaphex
|
aa95b721dd
|
Reset frame time counter after doing menu context reset
|
2019-08-24 20:13:33 +02:00 |
|
twinaphex
|
94e2d646be
|
Add Frame Time Counter settings
|
2019-08-24 18:18:24 +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
|
b66c5581db
|
Add Shader Preset Save / Remove
|
2019-08-24 01:44:50 +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 |
|
Twinaphex
|
7c16b9e836
|
Get rid of unused variables
|
2019-08-18 20:51:43 +02:00 |
|
LazyBumHorse
|
be20b9c283
|
implement global shader presets
|
2019-08-17 22:11:17 +02: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 |
|
Ryunam
|
559e68d5a8
|
Attempt at buildfix and optimization
|
2019-08-10 15:26:02 +02:00 |
|
Ryunam
|
af42417734
|
Add toggle to enable / disable playlist name truncation in Ozone
|
2019-08-09 18:01:47 +02:00 |
|
twinaphex
|
82168c0925
|
Start preparing to move menu_driver_render
|
2019-08-09 11:59:46 +02:00 |
|
Twinaphex
|
05fecc4e15
|
Merge pull request #9263 from RobLoach/ozone-tic80-sidebar
ozone: Fix TIC-80 becoming '0' in playlist
|
2019-08-08 01:56:45 +02:00 |
|
Rob Loach
|
1a34ec14ac
|
ozone: Fix TIC-80 becoming '0' in playlist
Fixes #9234
|
2019-08-07 17:34:33 -04:00 |
|
jdgleaver
|
c341a8a019
|
(Ozone) Fix display of (semi-)transparent thumbnails
|
2019-08-04 12:11:09 +01:00 |
|
jdgleaver
|
0b6ced74ac
|
Increase menu sublabel buffer size + fix Ozone sublabel spacing
|
2019-07-19 16:04:16 +01:00 |
|
twinaphex
|
09f5d2c95d
|
Fix compilation when configuring with --disable-overlay
|
2019-07-10 05:39:50 +02:00 |
|
jdgleaver
|
027324815e
|
Quick Menu: Add 'Set Core Association' option
|
2019-07-03 16:33:23 +01:00 |
|
jdgleaver
|
1e17cca64d
|
Playlist Management: Add 'Reset Core Associations' option
|
2019-07-02 12:00:38 +01:00 |
|
Twinaphex
|
d2fd4d48ae
|
(macOS) Less warnings with static code analysis
|
2019-06-24 15:03:58 +02:00 |
|
Twinaphex
|
84974c7e5c
|
Silence more warnings
|
2019-06-22 15:09:59 +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 |
|
twinaphex
|
6d17d11132
|
Rewrite '== false' to '!' for our own code
|
2019-06-06 13:50:39 +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 |
|
twinaphex
|
e680fab6e1
|
(Cheevos) Fix Cheevos
(Wayland) Hopefully finally fix EGL issues
|
2019-05-30 11:08:00 +02: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 |
|
twinaphex
|
d6fe0ceab2
|
(Ozone) Fix regressions on OSX - menu_input_mouse_state
cannot be called in ozone_init - menu driver init function
too early for mouse input calls
|
2019-05-14 04:17:04 +02:00 |
|
Huw Pascoe
|
078cdd269f
|
video_layout menus
|
2019-05-11 09:58:47 +01:00 |
|
jdgleaver
|
10ef7dd561
|
Load content runtime data 'on demand' (#8717)
* Load content runtime data 'on demand'
* Fix LGTM warning
|
2019-05-09 08:24:06 -05:00 |
|
Nathan S
|
775c272029
|
Menu widgets stuff + vulkan sanity check (#8710)
* task_screenshot: fix hang with menu widgets
* word_wrap: add max_lines parameter
* vulkan: better instance creation sanity check
|
2019-05-06 21:10:57 +02:00 |
|
natinusala
|
872e8ffb99
|
Fix multiple CXX warning
|
2019-05-04 22:24:59 +02:00 |
|
Alfredo Monclus
|
ff578de39e
|
Ozone extra battery icons
|
2019-05-01 14:31:55 -03:00 |
|
jdgleaver
|
55737ba127
|
Standardise menu powerstate access + add battery indicator to RGUI
|
2019-04-30 15:57:38 +01:00 |
|
twinaphex
|
e1b11593fc
|
(file_list.c) Cleanups/optimizations
|
2019-04-27 07:32:40 +02:00 |
|