Commit Graph

2892 Commits

Author SHA1 Message Date
twinaphex
d405d34c0e Simplify menu_cbs_init_bind_refresh 2015-08-21 18:20:05 +02:00
twinaphex
f53dc8fc67 Fix menu_iterate.c 2015-08-21 06:28:54 +02:00
twinaphex
5ab257f225 (CocoaTouch) Fixes boolean values not being set 2015-08-21 06:03:51 +02:00
twinaphex
9744ce23ab Rename function and only perform menu_animation_udpate is
render_this_frame is checked
2015-08-21 04:56:14 +02:00
twinaphex
8bf28544ef Add parameter to function signature of menu_iterate 2015-08-21 04:33:55 +02:00
twinaphex
7831fd6fc0 Cleanups pt. 3 2015-08-21 04:16:43 +02:00
twinaphex
b09f43ab3a Cleanups pt. 2 2015-08-21 04:03:59 +02:00
twinaphex
c222b20ec1 Cleanups 2015-08-21 03:58:35 +02:00
twinaphex
5e372636e7 Cleanup 2015-08-20 01:41:08 +02:00
twinaphex
39d514d16d Comment out rarch_threaded_video_get_ident if HAVE_THREADS
not defined
2015-08-20 01:40:19 +02:00
twinaphex
9fd17a196f Buildfixes 2015-08-20 00:49:44 +02:00
twinaphex
6b1a9f0852 Cleanups 2015-08-18 04:11:51 +02:00
Twinaphex
1ba49547f3 Remove unused variable 2015-08-18 04:00:17 +02:00
twinaphex
9ff167c1b9 Create separate menu_iterate_main_render 2015-08-18 03:59:04 +02:00
twinaphex
f190230f85 Refactors 2015-08-18 03:51:44 +02:00
twinaphex
6bbc2dd83d Refactor menu_iterate_main 2015-08-18 03:41:13 +02:00
twinaphex
3f978b2b1e Cleanup 2015-08-18 03:12:17 +02:00
twinaphex
1669d8b3e5 (Menu) Cleanup 2015-08-18 03:07:23 +02:00
twinaphex
fe1351cc0d Cleanups 2015-08-18 03:03:34 +02:00
twinaphex
2f3746a431 Make some more functions static 2015-08-18 02:54:42 +02:00
twinaphex
6cc37dd9ca Cleanup 2015-08-18 02:45:36 +02:00
twinaphex
35701215db Take out call to menu_fb_set_dirty in menu_init 2015-08-18 02:36:32 +02:00
twinaphex
d1bcd01b88 Move more video rendering code to menu_iterate.c 2015-08-18 02:09:46 +02:00
twinaphex
f951f12f9d Move menu_list_refresh to menu_displaylist.c 2015-08-18 02:02:56 +02:00
twinaphex
0a35f5e7e9 menu_entry_get - cleanups 2015-08-18 01:58:18 +02:00
Twinaphex
8c5b1df986 Remove unused variable warning 2015-08-18 01:53:26 +02:00
twinaphex
443fd6b4f2 Move menu_driver_render and menu_driver_render_messagebox to
menu_iterate.c and make them static
2015-08-18 01:48:04 +02:00
twinaphex
86894134cb Move menu_driver_navigation_* functions to menu_navigation.c and
make them static
2015-08-18 01:45:10 +02:00
twinaphex
8c5128b189 (menu_display.c) Cleanup 2015-08-18 01:41:16 +02:00
twinaphex
df2b57c454 Remove unused menu_entry_get_current_id 2015-08-18 01:38:18 +02:00
twinaphex
6f95677727 Rewrite menu_entry_go_back 2015-08-18 01:33:03 +02:00
twinaphex
91eda0d59b Simplify menu_entries_refresh 2015-08-18 00:21:30 +02:00
twinaphex
acfa43dfe9 Make iterate no longer a function pointer 2015-08-17 22:46:27 +02:00
twinaphex
5839abd44a Cleanup 2015-08-17 22:32:42 +02:00
twinaphex
900d537351 Simplify action_iterate_info 2015-08-17 22:10:12 +02:00
twinaphex
7738b7e2f4 Simplify action_iterate_info 2015-08-17 21:58:05 +02:00
twinaphex
512e126a26 Simplify action_iterate_info 2015-08-17 21:53:08 +02:00
twinaphex
79a4e0e5c6 (menu_cbs_deferred_push.c) Remove one instance of menu_setting_find 2015-08-17 21:21:27 +02:00
twinaphex
b8e09769ae Cleanup 2015-08-17 21:15:16 +02:00
Twinaphex
e18e3de872 Merge pull request #2045 from lakkatv/glui
(GLUI) Stop scrolling on tap start, instead of tap end
2015-08-17 20:58:44 +02:00
Twinaphex
c16e114e62 Buildfix 2015-08-17 20:58:11 +02:00
twinaphex
0bf8a36d50 Fix RGUI fallback - if threaded video wrapper was enabled,
we could not grab an ident resembling 'd3d' or 'gl'
2015-08-17 20:51:12 +02:00
Jean-André Santoni
e8c508d33f (GLUI) Stop scrolling on tap start, instead of tap end 2015-08-17 20:28:54 +02:00
twinaphex
49d048fde2 Simplify menu_entry_pathdir_set_value 2015-08-17 20:11:51 +02:00
twinaphex
4405caeb63 Simplify menu_entry_get_type 2015-08-17 20:08:06 +02:00
twinaphex
d36272b4bb Simplify menu_entry_get_setting 2015-08-17 19:57:17 +02:00
twinaphex
a4657461a6 Don't use menu_setting_find in menu_cbs_ok.c except for one place 2015-08-17 19:52:24 +02:00
twinaphex
6093253763 Don't use menu_setting_find in menu_cbs_title.c 2015-08-17 19:47:18 +02:00
twinaphex
927423df89 action_select_default -don't use menu_setting_find anymore 2015-08-17 19:45:37 +02:00
twinaphex
f1dfdd653a Same thing for menu_cbs_right.c 2015-08-17 19:39:12 +02:00
twinaphex
132b382545 Refactor menu_cbs_init_bind_left_compare_label - no longer
depends on menu_setting_find
2015-08-17 19:38:00 +02:00
twinaphex
15ca93a4c9 Refactor action_ok_menu_wallpaper_load - no longer needs menu_setting_find 2015-08-17 19:35:53 +02:00
twinaphex
a6e524219f Don't use expensive menu_setting_find function anymore for
menu_setting_set
2015-08-17 19:30:11 +02:00
twinaphex
e523177f34 Add setting to file_list_cbs_t 2015-08-17 19:27:03 +02:00
twinaphex
4f6a2f3677 Add menu_setting_generic call to set_bool function 2015-08-17 18:47:49 +02:00
twinaphex
f32ed00f49 Remove some implicit memsets 2015-08-17 18:27:30 +02:00
twinaphex
3fb234acbd Reduce menu_list_clear calls to one 2015-08-17 18:23:53 +02:00
twinaphex
9925da95ae Refactor menu_entries_get_core_title 2015-08-17 18:14:51 +02:00
twinaphex
323a06f41f (menu_setting.c) Cleanups 2015-08-17 17:55:44 +02:00
twinaphex
97ec360eb3 Cleanups 2015-08-17 17:46:31 +02:00
twinaphex
a3bc91cd01 Remove some unused enums 2015-08-17 16:56:09 +02:00
twinaphex
7bd2372d09 setting_bool_action_toggle_default - use setting_with_string_representation 2015-08-17 16:47:32 +02:00
twinaphex
06d1b033e9 Stop overcomplicating menu code - deferred handler never used so
take it out
2015-08-17 16:34:38 +02:00
twinaphex
a186a5c683 Turn menu_setting_apply_deferred into static function 2015-08-17 16:31:37 +02:00
twinaphex
efdb2ecd4b Don't use menu_settings_apply_deferred anymore 2015-08-17 16:24:46 +02:00
twinaphex
c9a7dcce4f Remove unused value_hash 2015-08-17 16:14:46 +02:00
twinaphex
707e3e91d2 Update setting_set_with_string_representation for ST_BOOL 2015-08-17 16:12:18 +02:00
twinaphex
ffc5266c6c menu_entry_set_bool_value - call menu_setting_apply_deferred at
the end
2015-08-17 16:05:32 +02:00
twinaphex
b6702ebb7e Fixups 2015-08-17 16:00:48 +02:00
Twinaphex
996c010ca6 Fixup 2015-08-17 16:00:29 +02:00
twinaphex
e10b8ae6f2 (menu_setting.c) No idea why this code was still here 2015-08-17 15:58:15 +02:00
twinaphex
fcc9ffb4a1 Call menu_setting_apply_deferred after toggling setting 2015-08-17 15:57:15 +02:00
twinaphex
0218a2755d Create menu_settings_apply_deferred 2015-08-17 15:54:23 +02:00
twinaphex
fa177cb291 (Menu) Cleanups 2015-08-17 15:49:05 +02:00
twinaphex
4f1bb7b9b6 Not sure what perform_action was doing here 2015-08-17 15:44:57 +02:00
twinaphex
cd1875ceb4 Cleanups 2015-08-17 15:39:24 +02:00
twinaphex
5bbbf72b17 (menu_entry.c) Cleanups 2015-08-17 06:59:25 +02:00
twinaphex
0007bd0662 (menu_cbs_iterate.c) Remove implicit memset 2015-08-17 06:54:39 +02:00
twinaphex
2320511071 Only call menu_driver_render now from one position 2015-08-17 06:45:16 +02:00
twinaphex
1c38e9ae05 Don't call menu_driver_render from menu_input.c 2015-08-17 06:40:28 +02:00
twinaphex
032abfffd4 Call menu_driver_render_messagebox from one place only 2015-08-17 06:31:39 +02:00
twinaphex
fb3009d07a (menu_driver.c) Cleanups 2015-08-17 05:13:45 +02:00
twinaphex
4d884d3687 Refactor earlier code 2015-08-17 05:09:36 +02:00
twinaphex
98c182d174 When MENU_VIDEO_DRIVER_OPENGL is set for menu driver, check
if the video driver is really GL
2015-08-17 05:07:25 +02:00
twinaphex
dc73edadcf Cleanup old ugly hack 2015-08-17 05:05:29 +02:00
Jean-André Santoni
e8c5865798 (GLUI) Stop scroll on tap 2015-08-17 03:16:34 +02:00
Twinaphex
277db1c701 (menu_cbs_select.c) Reimplement ST_DIR 2015-08-17 00:07:30 +02:00
Twinaphex
2afd79d0f0 willReloadData at the end of menu_entry_select was causing issues 2015-08-16 23:52:39 +02:00
twinaphex
dadd382dfd Implement more types for default select callback 2015-08-16 23:35:09 +02:00
Twinaphex
dd7cc401f6 Remove unused variables 2015-08-16 17:43:53 +02:00
twinaphex
8a173035c9 (menu_input.c) Always use MENU_ACTION_SELECT now for mouse presses 2015-08-16 17:41:39 +02:00
twinaphex
93ed2d60da Reimplement mouse input code - triggers 'select' callback 2015-08-16 02:10:16 +02:00
twinaphex
a805044aa3 (menu_cbs_select.c) Update 2015-08-15 23:22:01 +02:00
Jean-André Santoni
c3bad44632 Start displaying messageboxes in cocoa_touch 2015-08-15 02:42:04 +02:00
Twinaphex
7d72e864c4 (iOS) Fix lots of empty screen estate let for labels 2015-08-06 14:21:15 +02:00
Twinaphex
5bafed71ea removed unused variables 2015-08-05 13:09:11 +02:00
twinaphex
74ee9b05f3 Create rarch_main_set_idle - make 'idle' variable self-contained 2015-08-05 12:40:47 +02:00
twinaphex
afcf53aaef (menu_cbs_select.c) Hook up ST_DIR 2015-08-05 10:16:46 +02:00
twinaphex
6bdfc2f200 Take out unnecessary logging 2015-08-05 10:01:55 +02:00
twinaphex
6a582dcdac (menu_cbs_select.c) Hook up 'Use This Directory' 2015-08-05 09:41:02 +02:00
twinaphex
747a2263c8 (menu_cbs_select.c) Implement action_select_directory 2015-08-05 05:55:04 +02:00
twinaphex
0c023dcb68 Reimplement frame count 2015-08-03 23:01:07 +02:00
twinaphex
3d36cb02ac No more separate runloop_t 2015-08-03 20:15:46 +02:00
IlDucci
8adf95498f Updating Spanish Translation
Fixes "threaded" and "Hard GPU Sync" translations.
2015-07-31 16:58:47 +02:00
twinaphex
e829c1802e Fix menu_hash_es.c if HAVE_NETWORKING is not defined - too many
arguments passed
2015-07-27 17:28:13 +02:00
Twinaphex
8a56d6d67d Remove unused variables 2015-07-27 17:24:25 +02:00
twinaphex
a70f09a90d Rearrange structs 2015-07-27 17:18:10 +02:00
radius
44feeabace this should fix controller indexes changing after binding 2015-07-26 18:35:13 -05:00
radius
829cd27cf1 poll the selected device index instead of the user number 2015-07-26 18:25:02 -05:00
radius
5e6784ff7f make sure only the selected device is polled on the bind all function 2015-07-26 18:01:32 -05:00
radius
9aff87f4b4 add controller info on system information 2015-07-26 15:41:30 -05:00
twinaphex
fb5f171cce (NL) Update menu_hash_nl.c 2015-07-26 19:41:14 +02:00
Twinaphex
cfb88fedaa Merge pull request #2013 from IlDucci/master
Updating Spanish translation, finishing basic translation
2015-07-26 19:33:59 +02:00
twinaphex
9185d37710 Bump up collection limit 2015-07-26 00:40:24 +02:00
IlDucci
af558d1d99 Going full-on with the bad tabs 2015-07-25 18:04:36 +02:00
IlDucci
3d0bf2b82b Attempting to fix the tabs 2015-07-25 18:02:27 +02:00
IlDucci
546aa08133 Updating Spanish translation, finishing basic translation 2015-07-25 17:39:25 +02:00
Twinaphex
a5c1bab92c Robustness checks 2015-07-25 15:48:22 +02:00
twinaphex
d73f227727 Get rid of some redundant wrapper functions 2015-07-24 02:24:47 +02:00
Twinaphex
7157ff69d5 remove unused variables 2015-07-24 00:25:46 +02:00
Jean-André Santoni
e8885dbbec (Menu) Integrate the quick menu in the playlists. Allow launching contents manually added the playlists. 2015-07-23 19:44:59 +02:00
Alcaro
35bd8eaf1a I must've derped when merging it. Copying from the PR. 2015-07-22 22:16:08 +02:00
Alcaro
c7cf9e0909 Wipe out some warnings. 2015-07-22 22:14:39 +02:00
Alcaro
b1e46eaf29 Fix merge conflict, close #1998. 2015-07-22 22:09:54 +02:00
IlDucci
9bf2c3ba95 Updating Spanish translation 2015-07-22 16:55:15 +02:00
Toad King
866970fb1c small changes to hotplugging support 2015-07-20 21:01:11 -05:00
IlDucci
cd80f33091 Updating Spanish translation
Writing new help lines, fixing some stuff
2015-07-20 17:40:44 +02:00
Alcaro
f482789c55 Nuke some dupe defines. 2015-07-19 22:52:26 +02:00
IlDucci
f3229d6921 Updating Spanish translation
Now with a 100% more ANSI characters.
2015-07-19 22:41:48 +02:00
Alcaro
7eb19a0941 Turn Spanish into ISO-8859-1, fixes #1997. 2015-07-19 22:29:39 +02:00
twinaphex
6ce0041fb7 Build fixes 2015-07-19 14:27:52 +02:00
twinaphex
1fab41ad63 Cleanup 2015-07-18 23:32:23 +02:00
radius
49931f4df7 build fix 2015-07-18 15:45:58 -05:00
Twinaphex
d06bd1870e Move Quick Menu to the top 2015-07-18 22:11:59 +02:00
twinaphex
5cd9fb1da2 (es) Buildfix 2015-07-18 20:59:42 +02:00
Twinaphex
60f681f5f8 Merge pull request #1991 from sergiobenrocha2/master
Fix portuguese string.
2015-07-18 20:41:40 +02:00
sergiobenrocha2
8ee4fd9c15 Fix portuguese string. 2015-07-18 15:15:54 -03:00
IlDucci
cf915d6524 Update menu_hash_es.c
Started with help screens. Spanish translation incomplete.
2015-07-18 19:07:17 +02:00
twinaphex
88caa51a5e (ES) Fix some labels 2015-07-18 18:32:24 +02:00
IlDucci
5a324c1dac Update menu_hash_es.c
Starting a Spanish translation.
2015-07-18 18:21:49 +02:00
Twinaphex
a54a4d6cbe (Menu) Cleanup unused variable 2015-07-18 15:25:42 +02:00
twinaphex
31e76e4329 Fix 'What Is A core' entry 2015-07-18 15:00:38 +02:00
twinaphex
b3bb7def66 Small nit 2015-07-18 14:58:14 +02:00
twinaphex
a86e4304b4 Add 'Scanning For Content' help 2015-07-18 14:57:20 +02:00
twinaphex
a919c26b81 Add 'Change Virtual Gamepad' help 2015-07-18 14:01:37 +02:00
Alcaro
b45c8bf916 Fix saying 'several ways' and only listing one way if net is off. 2015-07-18 11:34:50 +02:00
twinaphex
280fab6cab Cleanup 2015-07-18 11:31:54 +02:00
twinaphex
ef1b066b64 Add 'What Is A Core?' to Help 2015-07-18 11:29:37 +02:00
twinaphex
d3b1eef196 Add MENU_LABEL_VALUE_MENU_CONTROLS_PROLOG 2015-07-18 08:39:52 +02:00
twinaphex
34be1b9c9c Cleanup 2015-07-18 07:27:22 +02:00
twinaphex
6636fbaf15 (Help) Add 'Loading Content' 2015-07-17 22:11:24 +02:00
twinaphex
f48c31cf68 Update 'Basic Menu Controls' 2015-07-17 21:50:51 +02:00
twinaphex
ac9d54032f Start creating Menu Help list 2015-07-17 20:33:09 +02:00
twinaphex
7f3424ab15 (Menu) More translatable strings 2015-07-17 18:22:59 +02:00
twinaphex
40541d60c9 Add more translatable strings 2015-07-17 15:53:02 +02:00
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
twinaphex
d21e9c002d (Menu) 'save autoconfig' - label should be distinct from other label 2015-07-11 05:11:35 +02:00
twinaphex
0ad4df7308 Implement 'User # Save Autoconfig' menu settings 2015-07-11 05:06:14 +02:00
radius
3a90d38464 make the funciton return tru on success 2015-07-10 21:20:19 -05:00
twinaphex
77fd0ef994 (RARCH_MOBILE) Make it not possible to turn off touch support
for the menu
2015-07-11 03:28:50 +02:00
twinaphex
6f99b4d381 (Android) Implement 'Back As Menu Toggle Enable' setting 2015-07-11 03:13:38 +02:00
twinaphex
7bcd4dd04d (Menu) Get rid of some dependencies on global state in menu drivers 2015-07-10 19:21:20 +02:00
radius
b79f81a595 remove per platform autoconf profiles, use the global one for now on 2015-07-09 23:17:01 -05:00
Higor Eurípedes
a014591dfe (menu_displaylist.c) Add null check to sorting function 2015-07-09 19:43:55 -03:00
twinaphex
2ae9758ead Align some values 2015-07-09 22:24:48 +02:00
twinaphex
14b6a6636b Create menu_video.c 2015-07-09 18:39:40 +02:00
twinaphex
aa8c8dbaa6 (XMB) Cleanup 2015-07-09 18:28:03 +02:00
twinaphex
7a4f6bcb2d (PS3) Silence some warnings 2015-07-09 08:28:08 +02:00
twinaphex
c09cc19cfe Add Menu Toggle Joypad Combo 2015-07-09 06:27:17 +02:00
twinaphex
4cb5d57ede Add 'Hide Overlay In Menu' option 2015-07-09 04:05:59 +02:00
twinaphex
0c11148273 Hide windowed modes based on video_driver_has_windowed true or false 2015-07-09 02:45:37 +02:00
twinaphex
cdf3ce309e Decouple 'overlay' state from driver_t 2015-07-09 01:10:30 +02:00
twinaphex
387d687ef9 (MSVC) Some MSVC buildfixes 2015-07-09 00:24:10 +02:00
twinaphex
3de05cbbbb Ability to scroll left/right at 'Scan This Directory' entry 2015-07-08 17:29:46 +02:00
twinaphex
f2d20786a4 (RGUI) Indenting nits 2015-07-08 17:27:34 +02:00
twinaphex
54e6048cd2 (GLUI) Indenting nits 2015-07-08 17:26:51 +02:00
twinaphex
82cd8263dc (XMB) Indenting nits (again) in xmb.c 2015-07-08 17:26:23 +02:00
twinaphex
21ea7c74e9 Make audio latency go up in steps of 16 2015-07-08 17:04:59 +02:00
twinaphex
cbc79e0d67 Start adding preliminary bundle extraction code 2015-07-08 16:45:04 +02:00
twinaphex
e3661c1e3d menu_init - Set help_screen_type to default 2015-07-08 05:48:03 +02:00
twinaphex
bfb996dbcd Start refactoring action_iterate_help 2015-07-08 05:45:43 +02:00
twinaphex
039ba91c48 Add mechanism so that task_database informs the menu driver that
we need to refresh the horizontal list. Kivutar; make the icons
work again after we do a horizontal list refresh
2015-07-08 01:01:41 +02:00
twinaphex
f2a608b131 Create menu_environ callback 2015-07-08 00:37:44 +02:00
twinaphex
a07c8cd551 Remove unused variable 2015-07-07 20:13:22 +02:00
Twinaphex
ff06f20251 Merge pull request #1922 from lakkatv/glui
(GLUI) Use dpi on mobile platforms only. For desktop, remain proporti…
2015-07-07 20:09:51 +02:00
Jean-André Santoni
be51f54ab5 (GLUI) remove that reference to 1920, and use a ratio such as the font size will be 32px on a 1920x1080 display like on XMB 2015-07-08 01:01:28 +07:00
Twinaphex
08760b626b Merge pull request #1918 from lakkatv/xmb
(XMB) Refresh horizontal menu
2015-07-07 18:30:42 +02:00
Jay McCarthy
231a5ea250 protect against crash in ios simulator (presumably because display is off) 2015-07-07 11:16:48 -04:00
Jean-André Santoni
142941d950 (XMB) Refresh horizontal menu 2015-07-07 17:04:03 +07:00
twinaphex
39772de535 Add Polish (ISO-8859-2) 2015-07-07 02:56:27 +02:00
Higor Eurípedes
41a77639e3 (XMB) Remove playlist extension from title 2015-07-06 19:52:04 -03:00
Higor Eurípedes
08c759a16e (GLUI) Remove early return in glui_frame()
This is not needed anymore as CPU usage has been greatly reduced by
changes introduced in the last 4-6 weeks.
2015-07-06 19:33:28 -03:00
twinaphex
8aa383463a Cleanup action_start_video_resolution 2015-07-07 00:30:34 +02:00
twinaphex
0fa61b3ade Fix menu_cbs_start.c warning 2015-07-07 00:28:22 +02:00
radius
2aa7c46e78 change the approach to wii resolution changing, this is more stable 2015-07-06 16:07:33 -05:00
Jean-André Santoni
457ffd3dd8 (GLUI) Use dpi on mobile platforms only. For desktop, remain proportional to screen width like XMB. 2015-07-07 01:36:53 +07:00
Jean-André Santoni
aec9bbc9f5 (XMB) Smarter tickering 2015-07-06 20:34:28 +07:00
Jean-André Santoni
b45441d4c9 (GLUI) Scale all widgets to the screen width in windowed mode. Re-layout in context reset. 2015-07-06 19:38:34 +07:00
radius
8a0f47f6d1 make start reset to the default resolution 2015-07-06 00:50:11 -05:00
radius
c71c93efbd fix typo 2015-07-06 00:46:27 -05:00
radius
56b71a8d82 make start reset to the default resolution 2015-07-06 00:44:49 -05:00