83 Commits

Author SHA1 Message Date
twinaphex
e3894e7b9c Start using menu_list_new/menu_list_free 2014-10-18 01:17:00 +02:00
twinaphex
f3ec94246c (Menu) Add menu_list_sort_on_alt 2014-10-17 23:46:53 +02:00
twinaphex
9bce38426c Add menu_list_set_alt_at_offset and menu_list_get_alt_at_offset 2014-10-17 23:43:53 +02:00
twinaphex
1ece7c8228 (Menu) Create menu_list_get_last_stack and menu_list_get_last 2014-10-17 22:53:30 +02:00
twinaphex
25efe98704 Create wrapper function menu_list_push_stack_refresh 2014-10-17 22:29:59 +02:00
twinaphex
4c6aff67f2 Refactor menu_entries_push into menu_list_push_refresh 2014-10-17 22:25:23 +02:00
Alcaro
77a131b0f9 Fix warning. It looks invalid, but that code is indeed weird. 2014-10-17 21:37:02 +02:00
twinaphex
858d859d3d Properly namespace menu_navigation.c functions 2014-10-17 21:25:33 +02:00
twinaphex
3164aebab7 Properly namespace functions in menu_entries.c 2014-10-17 21:06:48 +02:00
twinaphex
8da8447b28 Move menu_flush_stack_type to menu_list.c and rename it
menu_list_flush_stack
2014-10-17 21:02:44 +02:00
twinaphex
b4cebd605e Refactor menu_entries_pop_stack 2014-10-17 20:55:41 +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
278d8abd11 Rename MENU_FILE_SWITCH to MENU_FILE_PUSH 2014-10-16 18:29:19 +02:00
twinaphex
be4c043735 Cleanup menu_action.c 2014-10-16 17:19:48 +02:00
twinaphex
ab78b8a4cd Reimplement disk_options_disk_index_toggle 2014-10-16 07:41:29 +02:00
twinaphex
fe1a083580 Revert "Simplify menu_common_type_is"
This reverts commit 395dc79f6c3ebbe7a316664db35d4013daea85b4.
2014-10-16 07:15:35 +02:00
twinaphex
395dc79f6c Simplify menu_common_type_is 2014-10-16 04:25:38 +02:00
Twinaphex
443a11a52b Get rid of unused variable warning 2014-10-16 03:17:44 +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
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
twinaphex
1d31ffe3e3 Reimplement deferred_push_input_options 2014-10-15 21:52:02 +02:00
twinaphex
0fd812049c Reimplement deferred_push_settings 2014-10-15 21:38:30 +02:00
twinaphex
ac8093ecbf Reimplement deferred_push_performance_counters 2014-10-15 21:34:48 +02:00
twinaphex
ed7bda43ca Reimplement core_information deferred push 2014-10-15 21:29:06 +02:00
twinaphex
b3b56fd995 Reimplement deferred core list push 2014-10-15 21:18:27 +02:00
twinaphex
8aff0fc34a Reimplement deferred push for core_counters and frontend_counters 2014-10-15 21:11:43 +02:00
twinaphex
fad3cbdb50 Remove menu_parse_check 2014-10-15 21:04:21 +02:00
twinaphex
a7c49cc3dc Move core options to deferred push callback 2014-10-15 20:52:02 +02:00
twinaphex
110d802319 (Menu) Move disk_options to deferred push callback 2014-10-15 20:50:20 +02:00
twinaphex
1f5276ee62 Start getting rid of menu_parse_check 2014-10-15 20:47:43 +02:00
twinaphex
eb347b0d4e Reimplement deferred core list push list 2014-10-15 20:13:21 +02:00
twinaphex
6b12a9fed2 Turn if conditional into else if for history_list deferred push 2014-10-15 19:53:00 +02:00
twinaphex
fbeb79504a Move history_list to deferred push callback too 2014-10-15 08:22:28 +02:00
twinaphex
53804dfa16 (Menu) Implement deferred push callback 2014-10-15 08:04:10 +02:00
twinaphex
23b69085d3 Move code over to menu_entries_cbs.c 2014-10-15 03:05:21 +02:00
twinaphex
d7a216e889 Get rid of fallback action in menu_action_setting_set 2014-10-15 03:02:43 +02:00
twinaphex
2c15e652f9 Move more shader setting code to menu_entries_cbs.c 2014-10-15 02:34:43 +02:00
twinaphex
df922034aa Move shader parameter setting toggle code to menu_entries_cbs.c 2014-10-15 02:07:30 +02:00
twinaphex
24ac566fbb menu_entries_cbs.c was not including menu_entries_cbs.h header 2014-10-14 19:40:52 +02:00
twinaphex
750ac33b8d Add 'Cycle Tray Status' option 2014-10-13 05:30:14 +02:00
twinaphex
15201318da Reimplement custom bind mode setting 2014-10-13 03:32:22 +02:00