101 Commits

Author SHA1 Message Date
twinaphex
4de9ea8e91 Fix deferred_rdb_entry_detail edge case 2015-06-05 09:33:41 +02:00
twinaphex
bc953d3a1b Move settings code entirely to menu 2015-06-02 20:26:27 +02:00
twinaphex
bd1e5d6a67 Rename action_select to action_info 2015-05-31 22:40:26 +02:00
twinaphex
8933dd146d Take out this line for now 2015-05-27 05:24:41 +02:00
twinaphex
23a861ad1f Rename MENU_ACTION_TEST to MENU_ACTION_SCAN 2015-05-26 01:10:27 +02:00
twinaphex
a053b41223 Create video_viewport_get_system_av_info and video_viewport_get_custom -
move custom viewport and system av info outside of global state
2015-05-20 18:57:17 +02:00
twinaphex
a55f990e33 Buildfixes 2015-05-20 02:50:27 +02:00
twinaphex
066617ee62 (MSVC) Buildfixes 2015-05-20 02:45:32 +02:00
twinaphex
9c5113d6da action_iterate_help - don't return unitialized variable 2015-05-19 20:30:58 +02:00
twinaphex
362e431765 Cleanup 2015-05-19 00:05:17 +02:00
Higor Eurípedes
885ea3cdc7 (RGUI) Fix messagebox delay 2015-05-18 18:56:23 -03:00
twinaphex
9f7d9c9afd Try to address sluggish help screen showing up with RGUI - still
not working
2015-05-18 23:02:04 +02:00
twinaphex
cca422dc0b Refactor away action_iterate_message 2015-05-18 22:32:31 +02:00
twinaphex
72b6386b08 Start calling menu_driver_render_messagebox only from one place 2015-05-18 22:28:34 +02:00
twinaphex
ff67df65f6 Cleanups 2015-05-18 22:26:00 +02:00
twinaphex
7831b6e520 Cleanup 2015-05-18 22:02:52 +02:00
twinaphex
1ed3e649c4 Remove unsigned parameter for two functions 2015-05-18 22:02:02 +02:00
twinaphex
2fb240894c Only call menu_list_pop from one place 2015-05-18 21:58:17 +02:00
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
ce1110eac6 (menu_entries_cbs_iterate.c) Use menu_displaylist_push_list 2015-05-18 20:57:56 +02:00
Twinaphex
197008890b Get rid of unused variable warnings 2015-05-18 03:51:35 +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
cb486c300d Refactor away menu_list_push_stack_refresh 2015-05-17 15:00:03 +02:00
twinaphex
f23962ff3b Change how MENU_ACTION_REFRESH gets invoked 2015-05-15 16:57:45 +02:00
twinaphex
29e3c47c2d Simplify action_iterate_switch 2015-05-15 00:44:44 +02:00
twinaphex
42ee2606a1 Remove menu_entries.c 2015-05-12 13:14:04 +02:00
twinaphex
509f2267c7 (Menu) Can now exit 'Info' message by pressing right mouse button 2015-05-11 23:03:49 +02:00
twinaphex
fdcef6cfc2 Can now escape 'Help' message with the mouse by pressing right mouse
button
2015-05-11 23:02:31 +02:00
twinaphex
4229d97e73 Simplify menu_input_post_iterate 2015-05-11 11:48:43 +02:00
twinaphex
bb11745b5e Create menu_entry_action 2015-05-11 01:27:00 +02:00
twinaphex
7914946d19 Move code from menu_list.c to menu_entry.c 2015-05-10 11:23:00 +02:00
twinaphex
ab4ca635be Remove menu_list_push_stack 2015-05-08 19:28:52 +02:00
twinaphex
cb22a3feb9 Use menu_setting_find 2015-05-08 17:19:43 +02:00
twinaphex
50944bb1e1 Use menu_list_get_entry 2015-05-08 11:45:30 +02:00
twinaphex
a57cfde1cd Use menu_list_get_entry for menu_entries_cbs_iterate.c 2015-05-08 11:41:41 +02:00
Twinaphex
4ac4aae81a Remove unused variables 2015-05-08 11:17:45 +02:00
twinaphex
25749f7fdd (menu_entries_cbs_iterate.c) More cleanups 2015-05-08 11:16:31 +02:00
twinaphex
cb3245b690 Create action_iterate_switch 2015-05-08 11:11:18 +02:00
twinaphex
4e1821123f (menu_entries_cbs_iterate.c) Use menu_list_get_ptr 2015-05-07 10:55:57 +02:00
twinaphex
5bb482d61c action_iterate_main - use menu_list_get_ptr 2015-05-07 10:50:29 +02:00
twinaphex
98a4fb0827 Start using menu_navigation_get_current_selection 2015-05-07 10:48:57 +02:00
twinaphex
6e20548340 (Menu) Cleanups 2015-05-07 10:47:22 +02:00
twinaphex
b95ceeb406 Cleanups 2015-05-07 05:11:37 +02:00
twinaphex
1739259dde Remove shader_manager_get_current_shader - no longer used 2015-04-19 18:46:53 +02:00
Twinaphex
cb03dcc58f Cleanups 2015-04-16 20:19:53 +02:00
Jean-André Santoni
128cf327a3 (Menu) Drag to scroll with touch 2015-04-16 15:32:49 +02:00