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
|
a0fcb1b694
|
(task_image.c) Cleanups
|
2019-05-22 06:17:08 +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
|
05c8694e1c
|
Add 'Download Thumbnails' option to quick menu
|
2019-05-16 14:34:01 +01:00 |
|
Huw Pascoe
|
078cdd269f
|
video_layout menus
|
2019-05-11 09:58:47 +01: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 |
|
twinaphex
|
14bd37415b
|
(MaterialUI) Add more menu category setting icons
|
2019-05-05 17:31:29 +02:00 |
|
twinaphex
|
8094e02823
|
(MaterialUI) Add checkmark
|
2019-05-05 04:12:16 +02:00 |
|
Twinaphex
|
adc9ecf4cc
|
Merge pull request #8335 from natinusala/master
Reintroduce menu widgets (only runloop_msg_queue for now)
|
2019-02-23 14:22:31 +01:00 |
|
Brad Parker
|
4f0d61a2ac
|
update copyright
|
2019-02-22 19:13:36 -05:00 |
|
natinusala
|
6e20d216bd
|
Avoid redefining the ticker spacer in each menu driver
|
2019-02-21 20:58:22 +01:00 |
|
orbea
|
f4a374a209
|
Fix CXX_BUILD.
|
2019-02-15 09:36:25 -08:00 |
|
natinusala
|
f481c594e8
|
menu_animation: use milliseconds as a unit
|
2019-02-14 19:24:31 +01:00 |
|
jdgleaver
|
27694b6b31
|
Add optional 'looping' menu text ticker
|
2019-02-14 15:10:07 +00:00 |
|
jdgleaver
|
1569785a1c
|
(RGUI/GLUI) Ensure menu title is set correctly when displaying message boxes
|
2019-02-12 11:07:58 +00:00 |
|
natinusala
|
f3ff7f2a89
|
menu_animations: make animations menu independent
|
2019-02-08 20:02:45 +01:00 |
|
jdgleaver
|
840e132408
|
(GLUI) Add Subsystem support
|
2019-02-08 15:20:16 +00:00 |
|
twinaphex
|
59ded50d59
|
(Menu) Add back get_load_content_animation_data
|
2019-02-08 08:24:33 +01:00 |
|
twinaphex
|
7022786f34
|
Revert parts of menu_widgets that were causing breakage, but leave
all the hooks in so we can add them back piece by piece again
|
2019-02-08 07:26:43 +01:00 |
|
natinusala
|
c20ab3864d
|
First version of menu widgets (gl only)
|
2019-02-06 20:48:24 +01:00 |
|
twinaphex
|
c98b2e2292
|
Buildfixes and more static code analysis warning fixes
|
2019-01-10 22:24:43 +01:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
Brad Parker
|
bbfbefa9dd
|
easter egg
|
2019-01-05 18:33:29 -05:00 |
|
orbea
|
476abf7dad
|
materialui: Move 'Start Core' before 'Load Core'.
This matches other menu drivers better where its already like this in
rgui, xmb and ozone.
|
2018-12-24 15:32:24 -08:00 |
|
natinusala
|
f493c114b5
|
ozone: fix visual issues, add fade in/out to messagebox
|
2018-11-14 14:18:14 +01:00 |
|
natinusala
|
20a8e1b40f
|
ozone: fancy new cursor
|
2018-11-09 16:51:34 +01:00 |
|
twinaphex
|
a662b62d19
|
Use runloop_get_libretro_system_info in more places - clean some code up
|
2018-10-30 17:11:07 +01:00 |
|
natinusala
|
158ddc0b2a
|
New menu driver : ozone (Nintendo Switch lookalike)
|
2018-10-26 13:24:32 +02:00 |
|
twinaphex
|
63eff7f236
|
Create menu_animation_get_delta_time
|
2018-10-17 06:55:49 +02:00 |
|
twinaphex
|
4692e95fd8
|
Refactor 'kill by tag' and 'kill by subject'
|
2018-10-17 06:49:24 +02:00 |
|
twinaphex
|
131d77875e
|
Create menu_displaylist_setting
|
2018-10-17 05:33:22 +02:00 |
|
twinaphex
|
57c77a9a28
|
Silence more warnings
|
2018-10-04 16:32:40 +02:00 |
|
twinaphex
|
7aea66677b
|
Merge menu_input.c and menu_event.c
|
2018-09-25 16:46:15 +02:00 |
|
Brad Parker
|
dfd85125ad
|
fix null deref
|
2018-08-18 01:10:05 -04:00 |
|
Stuart Carnie
|
4135300b04
|
fix(materialui): Assign scale_factor and rotation to draw
|
2018-07-03 22:32:12 -07:00 |
|
Jean-André Santoni
|
2a2e732a79
|
(Menu) Add a setting to hide the shutdown option
|
2018-06-23 12:01:13 +07:00 |
|
Zoran Vuckovic
|
b487c3cace
|
Add MIDI support
|
2018-06-16 21:17:32 +02:00 |
|
twinaphex
|
896ac3c89f
|
Add sublabel
|
2018-05-03 03:42:22 +02:00 |
|
twinaphex
|
27b399521f
|
(MaterialUI) Fix icon label for Mixer Settings
|
2018-05-03 02:14:12 +02:00 |
|
twinaphex
|
a93289e311
|
(materialui) add icons
|
2018-04-23 22:47:50 +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
|
eb69025ca8
|
Cleanups
|
2018-04-23 11:30:38 +02:00 |
|
Ryunam
|
2cf76a192f
|
Add Latency list under Settings and move relevant functions
|
2018-04-16 23:21:14 +02:00 |
|
Tatsuya79
|
3f77a6a320
|
MUI Scale mouse cursor like icons.
|
2018-04-12 18:56:54 +02:00 |
|