3102 Commits

Author SHA1 Message Date
twinaphex
2de0775213 Rename menu_entries_pop_list into menu_list_pop_stack 2014-10-17 20:47:32 +02:00
twinaphex
0e2c108a8a Create menu_list_push_stack 2014-10-17 20:44:22 +02:00
twinaphex
687f593174 Create menu_list.c 2014-10-17 20:36:02 +02:00
Twinaphex
0132581ebc (OSX) Move code over to platform_apple.c 2014-10-17 17:05:27 +02:00
twinaphex
c53632be81 Start implementing action OK for ST_BIND 2014-10-17 07:11:51 +02:00
twinaphex
f901c2967f Revert "(Apple) Implement apple_content_loaded"
This reverts commit 861f9d14cd490346426fc32f400b6ff184ce575e.
2014-10-17 05:27:54 +02:00
Twinaphex
861f9d14cd (Apple) Implement apple_content_loaded 2014-10-17 04:58:05 +02:00
twinaphex
7b2deee502 Rename playlist_push to history_playlist_push 2014-10-17 04:33:44 +02:00
twinaphex
7adcbc7311 Move rarch_playlist_push to frontend.c 2014-10-17 04:32:56 +02:00
twinaphex
3190b50e94 Move Content History Size option to Playlist Options 2014-10-17 04:27:12 +02:00
twinaphex
0f5161d621 Add History List Enable option 2014-10-17 04:17:28 +02:00
twinaphex
d3b27fd888 Add content_loaded callback to frontend context driver 2014-10-17 03:55:16 +02:00
twinaphex
d31c903ada (menu_action.c) menu_action_handle_setting - cut down on code duplication 2014-10-17 02:02:23 +02:00
twinaphex
f518da61bf (menu_action.c) Cut down on code duplication 2014-10-17 01:37:17 +02:00
twinaphex
8d4fdd9e24 Implement call to populate_entries at the end of menu_entries_parse_list 2014-10-17 01:18:20 +02:00
Twinaphex
3b3b990796 Add early return to menu_environment_get in case wrap_args
is NULL
2014-10-17 00:28:03 +02:00
Twinaphex
c0b85ba34a Make apply_deferred_settings more robust when it's being called
when exiting
2014-10-17 00:21:02 +02:00
twinaphex
278d8abd11 Rename MENU_FILE_SWITCH to MENU_FILE_PUSH 2014-10-16 18:29:19 +02:00
twinaphex
e49cad7b68 Implement action start callback for ST_PATH and ST_DIR 2014-10-16 18:07:57 +02:00
twinaphex
be5914d006 (menu_action.c) Cleanups 2014-10-16 17:57:42 +02:00
twinaphex
bd1d8e65bc Implement action start callback for ST_PATH 2014-10-16 17:55:24 +02:00
twinaphex
be4c043735 Cleanup menu_action.c 2014-10-16 17:19:48 +02:00
twinaphex
97f26dfae1 (menu_action.c) Get rid of some code duplication 2014-10-16 08:35:44 +02:00
twinaphex
34915aefce Add RARCH_CMD_PERFCNT_REPORT_FRONTEND_LOG 2014-10-16 08:31:10 +02:00
twinaphex
ab78b8a4cd Reimplement disk_options_disk_index_toggle 2014-10-16 07:41:29 +02:00
twinaphex
4f0d124793 Don't include stdio.h where not needed 2014-10-16 07:27:42 +02:00
twinaphex
fe1a083580 Revert "Simplify menu_common_type_is"
This reverts commit 395dc79f6c3ebbe7a316664db35d4013daea85b4.
2014-10-16 07:15:35 +02:00
twinaphex
5ae79ef71d (menu_common_backend.c) Refactor some code 2014-10-16 06:52:25 +02:00
twinaphex
58b3540ef0 (menu_common_backend.c) Add MENU_ACTION_SELECT to menu_common_iterate 2014-10-16 06:49:09 +02:00
twinaphex
9537d5d2e9 Add some more sanity checks in menu_entries.c 2014-10-16 06:42:17 +02:00
twinaphex
b6f6871b1c push_main_menu_list - add early return if setting is NULL 2014-10-16 06:39:22 +02:00
twinaphex
ffc6b2f6c3 Reduce calls to menu_common_type_is 2014-10-16 06:01:59 +02:00
twinaphex
32944aac12 Revert "Better scrolling acceleration"
This reverts commit 975abe8bc44f7dc9fd12c9e3be9baea3465a969f.
2014-10-16 04:37:20 +02:00
twinaphex
975abe8bc4 Better scrolling acceleration 2014-10-16 04:32:33 +02:00
twinaphex
395dc79f6c Simplify menu_common_type_is 2014-10-16 04:25:38 +02:00
twinaphex
e371d598df (menu_common_backend.c) - Cleanups 2014-10-16 03:55:20 +02:00
Twinaphex
443a11a52b Get rid of unused variable warning 2014-10-16 03:17:44 +02:00
twinaphex
253d8e0da9 Properly split up callbacks 2014-10-16 02:53:35 +02:00
twinaphex
823884a508 Properly implement other start actions as well 2014-10-16 02:15:05 +02:00
twinaphex
4a581078fa Refactor more toggle functions to be action_start functions 2014-10-16 02:01:40 +02:00
twinaphex
b9338a0067 Implement action OK callback for video resolution 2014-10-16 01:41:10 +02:00
twinaphex
c488562755 Remove action_ok callbacks that are functionally the same as
MENU_ACTION_RIGHT
2014-10-16 01:38:06 +02:00
twinaphex
4f45bf694c MENU_ACTION_OK actions need to be functionally unique from MENU_ACTION_RIGHT 2014-10-16 01:36:39 +02:00
twinaphex
92d1d57b9f Implement action OK callbacks properly 2014-10-16 01:34:57 +02:00
twinaphex
8d68031ec4 Properly clean up function pointers in menu_common_list_delete 2014-10-16 00:53:10 +02:00
twinaphex
fbc3abb621 Refactor push_list into static function push_main_menu_list 2014-10-15 22:13:17 +02:00
twinaphex
65c048b611 Reimplement deferred push input options 2014-10-15 22:10:41 +02:00
twinaphex
4d189d38c9 Reimplement deferred push for category 2014-10-15 22:04:02 +02:00
twinaphex
9f314ef50d Reimplement shader parameter deferred push callbacks 2014-10-15 22:01:15 +02:00
twinaphex
8174fdfb9a Reimplement deferred_push_disk_options 2014-10-15 21:54:51 +02:00