19409 Commits

Author SHA1 Message Date
twinaphex
6d91c1576d Reduce calls to menu_list_pop 2015-05-18 21:55:20 +02:00
twinaphex
464bd8b4aa Cleanups 2015-05-18 21:52:14 +02:00
twinaphex
cf2dc841ab Refactor action_iterate_main 2015-05-18 21:42:09 +02:00
twinaphex
6d53dc72be menu_entries_cbs_iterate.c - cleanup 2015-05-18 21:28:31 +02:00
twinaphex
5cd5c043bc Move menu_database_populate_query 2015-05-18 21:02:03 +02:00
twinaphex
ce1110eac6 (menu_entries_cbs_iterate.c) Use menu_displaylist_push_list 2015-05-18 20:57:56 +02:00
twinaphex
c33b7676c6 Use menu_displaylist_push_list 2015-05-18 20:53:23 +02:00
twinaphex
e78d5f0034 action_ok_custom_viewport - use menu_displaylist_push_list 2015-05-18 20:44:15 +02:00
twinaphex
96666ad5f9 action_ok_compressed_archive_push - use menu_displaylist_push_list 2015-05-18 20:41:15 +02:00
twinaphex
f6fafeb5fa Ifdef threading code block with HAVE_THREADS 2015-05-18 20:29:52 +02:00
twinaphex
4f5b937f5e (menu_input.c) Cleanups - use menu_navigation_t * pointer 2015-05-18 20:00:09 +02:00
twinaphex
eb87aecc41 Refactor menu_entry_action 2015-05-18 17:58:21 +02:00
twinaphex
326ddd2986 Refactor call to menu_input_search_start 2015-05-18 17:54:54 +02:00
twinaphex
3dc7f6ab19 Create separate menu_entries_cbs_left.c/menu_entries_cbs_right.c 2015-05-18 15:56:32 +02:00
twinaphex
a2f5eb5421 Create separate menu_entries_cbs_up.c/menu_entries_cbs_down.c 2015-05-18 15:31:53 +02:00
twinaphex
96f35f95e7 (menu_entries_cbs_select.c) Take out action parameter 2015-05-18 15:24:15 +02:00
twinaphex
499660417c (menu_entries_cbs_start) Take out action parameter 2015-05-18 15:22:08 +02:00
twinaphex
aa37c88620 Make menu_input_poll_find_trigger a static function 2015-05-18 14:57:01 +02:00
Twinaphex
197008890b Get rid of unused variable warnings 2015-05-18 03:51:35 +02:00
twinaphex
9f2c0c2ce5 Simplify menu_input_bind_iterate some more 2015-05-18 03:46:15 +02:00
twinaphex
68527f4906 menu_input_bind_iterate - cleanup - only call menu_driver_render
once
2015-05-18 03:39:47 +02:00
twinaphex
3981a621e9 Simplify menu_input_bind_iterate 2015-05-18 03:37:07 +02:00
twinaphex
ec789e0943 Create DISPLAYLIST_HELP 2015-05-18 03:25:45 +02:00
twinaphex
0f2eb4a8c4 Create DISPLAYLIST_SELECT 2015-05-18 03:18:39 +02:00
twinaphex
1e17ecdce1 Remove action_cancel_lookup_setting 2015-05-18 02:59:49 +02:00
Twinaphex
3fcb3fe638 Merge pull request #1703 from duganchen/master
Configure checks for libusb 1.0.16
2015-05-18 00:51:32 +02:00
Dugan Chen
347960093e Configure checks for libusb 1.0.16 2015-05-17 15:30:16 -07:00
twinaphex
08c85f06ff Refactor some code in menu_input.c 2015-05-17 22:56:41 +02:00
twinaphex
0a49e6d62b menu_list_push - cleanup 2015-05-17 22:33:18 +02:00
twinaphex
16c16eb579 Combine menu_flush_stack functions 2015-05-17 19:49:14 +02:00
twinaphex
d5de270b8a Some code de-duplication 2015-05-17 19:21:15 +02:00
twinaphex
dd525d2734 (Menu) Refactor cbs->action_toggle 2015-05-17 18:44:50 +02:00
twinaphex
e66f7db4a9 (Menu) Use menu_entry_action 2015-05-17 18:22:16 +02:00
twinaphex
2e1ec249b0 Revert "Refactor action_ok"
This reverts commit 04a2dd469ea45f4c272fd153da31535540e2382d.
2015-05-17 18:19:56 +02:00
twinaphex
036f0c4cb2 Revert "Refactor action_ok"
This reverts commit 04a2dd469ea45f4c272fd153da31535540e2382d.
2015-05-17 18:18:17 +02:00
twinaphex
e215b2d6ec Rename Path Settings to Directory Settings 2015-05-17 17:09:07 +02:00
twinaphex
e3ac6dca16 Remove Content History Path 2015-05-17 17:06:24 +02:00
twinaphex
0baf564299 action_start_shader_scale_pass - cleanup 2015-05-17 16:53:53 +02:00
Twinaphex
235648232e (Menu) Cleanup 2015-05-17 16:31:21 +02:00
twinaphex
04a2dd469e Refactor action_ok 2015-05-17 16:30:54 +02:00
twinaphex
cb486c300d Refactor away menu_list_push_stack_refresh 2015-05-17 15:00:03 +02:00
twinaphex
d11e36cfb9 menu_list_get_actiondata_at_offset - modify signature 2015-05-17 13:23:27 +02:00
twinaphex
9f8f176141 Add DISPLAYLIST_GENERIC 2015-05-17 13:10:55 +02:00
Twinaphex
49a190b454 Merge pull request #1701 from jeapostrophe/master
use a timer in the run loop if there is data work to be done in ra
2015-05-17 12:24:20 +02:00
Jay McCarthy
c97d74d30b use a timer in the run loop if there is data work to be done in ra 2015-05-17 06:22:51 -04:00
Twinaphex
38c61771bc Merge pull request #1700 from jeapostrophe/master
removing sluggishness by iterate data after calling callbacks
2015-05-17 11:50:49 +02:00
Jay McCarthy
09cb703e35 removing sluggishness by iterate data after calling callbacks 2015-05-17 05:49:33 -04:00
twinaphex
5da758c12e Revert "Add DISPLAYLIST_CUSTOM_BIND"
This reverts commit 43fa78f58bbf69af14d9d2a0654a37539264bdd8.
2015-05-17 03:44:05 +02:00
twinaphex
43fa78f58b Add DISPLAYLIST_CUSTOM_BIND 2015-05-17 03:38:15 +02:00
twinaphex
d5056a3251 (menu_entries_cbs_toggle.c) Cut down on some code duplication 2015-05-17 03:04:06 +02:00