312 Commits

Author SHA1 Message Date
twinaphex
9437867a8a Rename MENU_ACTION_SELECT to MENU_ACTION_INFO 2015-06-01 07:21:00 +02:00
twinaphex
bd1e5d6a67 Rename action_select to action_info 2015-05-31 22:40:26 +02:00
twinaphex
23a861ad1f Rename MENU_ACTION_TEST to MENU_ACTION_SCAN 2015-05-26 01:10:27 +02:00
twinaphex
3c7e0b29fc Make menu_ctx_driver_get_ptr public - ALWAYS make sure that
no symbols will be redefined - Griffin depends on this
2015-05-19 21:55:44 +02:00
natinusala
e3357b5b5c Implemented perform_action callback of menu_driver_ctx 2015-05-19 21:20:46 +02:00
twinaphex
c33b7676c6 Use menu_displaylist_push_list 2015-05-18 20:53:23 +02:00
twinaphex
4f5b937f5e (menu_input.c) Cleanups - use menu_navigation_t * pointer 2015-05-18 20:00:09 +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
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
1e17ecdce1 Remove action_cancel_lookup_setting 2015-05-18 02:59:49 +02:00
twinaphex
08c85f06ff Refactor some code in menu_input.c 2015-05-17 22:56:41 +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
036f0c4cb2 Revert "Refactor action_ok"
This reverts commit 04a2dd469ea45f4c272fd153da31535540e2382d.
2015-05-17 18:18:17 +02:00
twinaphex
04a2dd469e Refactor action_ok 2015-05-17 16:30:54 +02:00
twinaphex
d11e36cfb9 menu_list_get_actiondata_at_offset - modify signature 2015-05-17 13:23:27 +02: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
e975658a5e Fix mouse toggle 2015-05-14 13:09:06 +02:00
Toad King
ecfb0b14e3 silence compiler warning 2015-05-12 20:35:07 -05:00
twinaphex
79612b2d8c Fix MOUSE_ACTION_BUTTON_L_TOGGLE 2015-05-11 23:12:54 +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
76407c9ef2 Start updating menu->input.joypad and menu->input.mouse per-frame 2015-05-11 22:43:16 +02:00
twinaphex
92c4e5ce66 Improve menu_input_mouse_post_iterate 2015-05-11 22:36:12 +02:00
Twinaphex
014c1b343d Get rid of unused variables 2015-05-11 18:47:08 +02:00
twinaphex
a014f2db88 Move framebuffer is dirty and other menu-related state flags
to menu_handle_t
2015-05-11 18:46:06 +02:00
twinaphex
9eacc255ea (menu_input.c) More cleanups 2015-05-11 12:03:02 +02:00
twinaphex
6cfbc88a1b Simplify pointer_tap 2015-05-11 11:53:30 +02:00
Twinaphex
ed63625613 (menu_input.c) remove unused variable 2015-05-11 11:51:44 +02:00
twinaphex
9f4cd46dce Simplify menu_input_mouse_post_iterate/menu_input_pointer_post_iterate 2015-05-11 11:50:55 +02:00
twinaphex
4229d97e73 Simplify menu_input_post_iterate 2015-05-11 11:48:43 +02:00
twinaphex
dd214a7a4b Start simplifying menu_input_mouse_post_iterate 2015-05-11 11:36:15 +02:00
twinaphex
722f46721f (menu_input.c) Cleanups 2015-05-11 11:21:23 +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
aca04bed0b (Menu) Cleanups 2015-05-07 05:31:25 +02:00
twinaphex
dcd203b44d Make menu actions configurable 2015-05-07 03:55:15 +02:00
Jean-André Santoni
d6ab5fb574 (Menu) Support back button with mouse 2015-04-20 20:15:55 +07:00
twinaphex
ed593b5b1d Improve menu_input_pointer_post_iterate early return 2015-04-19 12:58:36 +02:00
Jean-André Santoni
ba99edb847 (XMB) Basic touch support, no drag yet 2015-04-16 17:40:17 +02:00
Jean-André Santoni
0a56e3dcaa (Menu) Fix touch compatibility with the framebuf.dirty optimization 2015-04-16 15:32:49 +02:00
Jean-André Santoni
128cf327a3 (Menu) Drag to scroll with touch 2015-04-16 15:32:49 +02:00
twinaphex
7f17f340c0 (Menu) Cleanup 2015-04-15 09:35:48 +02:00
twinaphex
6bf30bb714 (PS3) Buildfixes 2015-04-14 21:58:39 +02:00
Twinaphex
69e7c978c5 Merge pull request #1627 from aliaspider/master
(CTR/3DS) fix build.
2015-04-14 16:39:28 +02:00