Commit Graph

2537 Commits

Author SHA1 Message Date
twinaphex
673e2ba57d Add "Welcome to RetroArch" to translatable strings 2015-07-17 15:25:58 +02:00
twinaphex
4e64eac514 Add welcome start screen and make it have a 3-second timeout 2015-07-17 15:03:17 +02:00
twinaphex
f5566cbe3b Cleanup warnings 2015-07-16 10:11:28 +02:00
Jean-André Santoni
5ffd48217c (GLUI) Improve tickering limit 2015-07-16 03:38:07 +02:00
Higor Eurípedes
ec00f709f7 (GLUI) Give more room to labels when possible 2015-07-15 20:56:31 -03:00
Higor Eurípedes
b217bbad24 (menu_animation) Create menu_animation_ticker_generic 2015-07-15 20:56:25 -03:00
Higor Eurípedes
06838d044f (GLUI) Create glui_render_label_value() 2015-07-15 20:55:53 -03:00
Higor Eurípedes
615b8b39f1 (GLUI) Cleanup glui_render_menu_list() 2015-07-15 20:55:53 -03:00
Higor Eurípedes
9b019dbc1e (GLUI) Always query dpi 2015-07-15 20:55:53 -03:00
Higor Eurípedes
eb406c7a91 (GLUI) Add more appropriate glui->ticker_limit calculation 2015-07-15 20:55:53 -03:00
Higor Eurípedes
f43be22e2d (GLUI) Turn font loading failure into an error 2015-07-15 20:55:53 -03:00
Oggom
16c8fc35eb Remove (hint) from Menubar entries 2015-07-15 22:30:28 +02:00
twinaphex
cd81a91d30 Revert "(GLUI) No need to double tap more" - Needs more
polishment before we can merge this

This reverts commit 24840c8918.
2015-07-15 06:28:54 +02:00
twinaphex
a065ef18d1 Should fix representation in menu_entries_get 2015-07-15 05:56:42 +02:00
twinaphex
fedc1b4337 (GLUI) Faster ticker speed 2015-07-15 04:55:57 +02:00
Jean-André Santoni
24840c8918 (GLUI) No need to double tap more 2015-07-15 03:39:23 +02:00
twinaphex
8b791c64a1 (kivutar) Add inertia 2015-07-15 03:04:44 +02:00
twinaphex
f8bf5d1827 (kivutar) Somewhat better touch support 2015-07-15 02:41:10 +02:00
twinaphex
5e6294bb8f Be able to scroll left and right with MENU_FILE_IN_CARCHIVE 2015-07-15 02:31:11 +02:00
twinaphex
59cf91980c (PS3) Make GLUI the default menu driver now 2015-07-14 16:21:08 +02:00
Twinaphex
29de6895e9 remove unused variables 2015-07-14 12:52:34 +02:00
twinaphex
1f01d62386 (Menu) Refactor zip file handling to be list-based 2015-07-14 12:49:54 +02:00
twinaphex
bca0789d35 (GLUI) Seems to take care of glitch that would sometimes happen when
trying to 'wrap' from the last entry to the first
2015-07-14 03:21:00 +02:00
twinaphex
3bc88f3298 menu_navigation_increment - use menu_navigation_set_last 2015-07-14 03:06:51 +02:00
twinaphex
e85de903b8 (GLUI) Enygmata GLUI improvements 2015-07-14 00:38:16 +02:00
Twinaphex
ce18d5b099 Revert "(GLUI) Fix scrolling" 2015-07-13 22:05:14 +02:00
Twinaphex
313f015fcd Merge pull request #1954 from fr500/master
Add SD status to info
2015-07-13 03:19:16 +02:00
fr500
22b3bc3243 add internal sd status to system info 2015-07-12 20:55:44 -04:00
Higor Eurípedes
8d284624ce (GLUI) Fix scrolling 2015-07-12 21:10:34 -03:00
twinaphex
ce569438a7 (NL) Update some labels(NL) Update some labels(NL) Update some labels(NL) Update some labels(NL) Update some labels(NL) Update some labels(NL) Update some labels(NL) Update some labels(NL) Update some labels 2015-07-13 01:57:07 +02:00
twinaphex
50d820f790 Shorten settings names 2015-07-13 01:56:12 +02:00
twinaphex
8d04b1fbda Get rid of unnecessary update autoconfig profiles HID option 2015-07-12 21:53:41 +02:00
twinaphex
777040107d Rename Browser Dir to File Browser Dir 2015-07-12 21:19:02 +02:00
twinaphex
e8d1970789 move positioning of system/bios dir 2015-07-12 21:17:42 +02:00
twinaphex
64a68d4e09 Add BIOS to 'System Dir' label 2015-07-12 21:11:37 +02:00
twinaphex
9fbaf0ad28 Hide SRGB Force-disable setting if video driver not set to GL 2015-07-12 18:44:48 +02:00
twinaphex
33b7388a9e (menu_input.c) Remove unused variables 2015-07-12 08:15:29 +02:00
twinaphex
bbc63f7e99 Fix CXX_BUILD 2015-07-12 08:08:27 +02:00
twinaphex
135ee2f503 Use UINT64_C(1) everywhere instead of 1ULL 2015-07-12 07:53:46 +02:00
twinaphex
2dbc3c4b56 (Overlays) Cleanups 2015-07-12 07:12:33 +02:00
twinaphex
599ed62849 (Overlay) Refactor some more code 2015-07-12 07:03:39 +02:00
twinaphex
fd56d5c1b8 (Android) Fix 'Back as Menu Toggle Enable' 2015-07-12 06:28:57 +02:00
twinaphex
723fee32e1 (menu_video.c) Start using video_common.h typedefs here too 2015-07-12 06:16:30 +02:00
twinaphex
5a5e3951ff Use custom typedefs for glui too, and move typedefs to gfx/video_common.h 2015-07-12 06:14:01 +02:00
twinaphex
ccafdf8cc4 (XMB) Start using custom typedefs instead of GL ones for menu drivers 2015-07-12 06:12:39 +02:00
twinaphex
c697923eb6 Create video_common.c 2015-07-12 05:30:04 +02:00
twinaphex
6bb0d87d87 Rename gl_font_raster_block to gfx_font_raster_block 2015-07-12 04:07:06 +02:00
twinaphex
527c0c29d4 Rename gl_coords to gfx_coords 2015-07-12 03:57:06 +02:00
radius
88c4b2415d print osd messages on save 2015-07-10 23:13:37 -05:00
radius
dd174e4fab Remove testing function, shouldn't have commited this.. 2015-07-10 23:12:19 -05:00