19446 Commits

Author SHA1 Message Date
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
Twinaphex
ecce47a8fb Get rid of unused variable 2015-05-17 02:32:28 +02:00
twinaphex
3ead5590e6 Move menu_unset_refresh call 2015-05-16 18:15:47 +02:00
Twinaphex
e59dc3a64a (CocoaTouch) Call rarch_main_data_iterate while companion UI is in foreground,
responds to button clicks now but with a delay
2015-05-16 18:10:21 +02:00
Twinaphex
c65484fa83 Merge pull request #1699 from natinusala/master
(Font) Added get_message_width in font_renderer_t
2015-05-16 17:38:12 +02:00
twinaphex
c91ddf794f Simplify call to menu_do_refresh 2015-05-16 17:33:12 +02:00
twinaphex
87e46cefb8 Take out menu_do_refresh out of menu_entry_select 2015-05-16 17:28:24 +02:00
twinaphex
02b29e08ad Move menu_do_refresh to rarch_main_data_iterate 2015-05-16 17:27:16 +02:00
Twinaphex
ba220f1868 Cleanup unused variable 2015-05-16 17:01:46 +02:00
twinaphex
74ee699d5c Split up rarch_main_data_iterate outside of rarch_main_iterate 2015-05-16 17:00:50 +02:00
natinusala
35ca261e4d Added font_renderer_get_message_width in font_renderer_driver.h
This function can be used to get any message width, using the current
font renderer driver.
2015-05-16 16:58:35 +02:00
twinaphex
085297f2d7 Relying on rarch_main_data_is_active to block on isn't very safe apparently 2015-05-16 16:45:28 +02:00
twinaphex
6f84857ec3 Make rarch_main_data_get_ptr a public function 2015-05-16 16:42:08 +02:00
natinusala
197a505e4c Adding gl_get_message_width to gl_raster_font 2015-05-16 16:38:13 +02:00