341 Commits

Author SHA1 Message Date
twinaphex
47427d656b Add entries 2015-01-27 19:41:35 +01:00
twinaphex
5bb55b9ce9 Add new entries to database_info.c 2015-01-27 19:20:39 +01:00
twinaphex
30dea5e4ff Fix regular custom binds 2015-01-27 18:47:57 +01:00
twinaphex
e87c3efaee Fix Bind All and Custom Viewport 2015-01-27 18:37:54 +01:00
twinaphex
6799cebc71 Add database_info.c 2015-01-27 18:09:19 +01:00
twinaphex
ae573dcdb8 Backport Lioncash' memory leak fixes 2015-01-27 15:35:31 +01:00
twinaphex
abe3bf4626 (LibretroDB) Move function to menu_entries.c 2015-01-27 04:50:00 +01:00
twinaphex
47344b8c3e Add stub rdb entry detail - total stub - improvements coming 2015-01-27 04:44:10 +01:00
twinaphex
eb0863cb39 (Menu/database) Set label of MENU_FILE_RDB_ENTRY to rdb file so that we know
which database to perform query on again
2015-01-27 04:16:05 +01:00
twinaphex
8971f4538a (XMB) Some cleanups 2015-01-27 02:52:19 +01:00
twinaphex
ac40105929 Cleanups in menu_action.c 2015-01-27 01:58:48 +01:00
twinaphex
e431f8e8f0 (Lakka) Remove Lakka - XMB will become the replacement driver 2015-01-27 01:56:04 +01:00
twinaphex
49a2bce941 Cleanups - move input code to menu_input.c 2015-01-27 01:29:33 +01:00
Jean-André Santoni
22119d0e7f Notify the menu driver when the menu is going to be toggled, implement progressive menu fade in 2015-01-26 23:45:16 +01:00
Jean-André Santoni
5c08e9dea4 (XMB) Add core options and infos to the contextual action menu 2015-01-26 22:50:38 +01:00
Jean-André Santoni
89b582c99a (XMB) Fix a setting values display bug by using a more precise context 2015-01-26 22:01:06 +01:00
Jean-André Santoni
9a261d36c0 (XMB) Split xmb_populate_entries in two functions 2015-01-26 22:01:06 +01:00
Jean-André Santoni
ef1b06d800 (XMB) Fix label alpha bug 2015-01-26 22:01:06 +01:00
twinaphex
fc8f2662a1 (MSVC) Build fixes 2015-01-26 11:31:20 +01:00
Twinaphex
e8528d83e0 (Apple) Build fixes 2015-01-26 11:17:38 +01:00
twinaphex
a2db0bfdfa Cleanups in menu_entries_cbs_init 2015-01-26 10:58:47 +01:00
twinaphex
04062497de There is only one menu driver now 2015-01-26 10:54:13 +01:00
twinaphex
1cc5d31f1d Cleanup menu_common_backend.c 2015-01-26 10:30:26 +01:00
twinaphex
7d76ba64bd (Lakka) Fixup Lakka 2015-01-26 10:29:45 +01:00
twinaphex
0816c0f0bc Implement action_iterate callback 2015-01-26 10:18:13 +01:00
twinaphex
9122576870 Add action select callback 2015-01-26 08:45:36 +01:00
twinaphex
b317c1a8fb (Menu) Implement function pointer for action_refresh 2015-01-26 08:10:05 +01:00
twinaphex
c19d37ae1a (XMB) Cleanups 2015-01-26 06:51:46 +01:00
twinaphex
7f0ac2565a Refactor deferred_push_content_actions 2015-01-26 06:08:18 +01:00
twinaphex
e1d20b3b12 menu_list.c - cleanups 2015-01-26 05:56:21 +01:00
twinaphex
a849928252 (menu_entries_cbs.c) Cut down on some code duplication 2015-01-26 00:11:08 +01:00
twinaphex
1bb2f88af8 Cut down on some code duplication - menu_entries_cbs.c 2015-01-26 00:02:40 +01:00
Twinaphex
fd03054615 Get rid of unused variable 2015-01-25 10:37:30 +01:00
twinaphex
27b54f504e Add first implementation of 'Cursor Manager' 2015-01-25 10:25:56 +01:00
twinaphex
cbe33955e1 Add Cursor Directory 2015-01-25 09:50:09 +01:00
twinaphex
e54d1f615d Finally XMB starts becoming a bit more useful - hook up database
support to Horizontal Menu
2015-01-25 08:40:05 +01:00
twinaphex
8b086d0cc5 Cleanup print_buff_lines 2015-01-25 07:40:36 +01:00
twinaphex
4e8020bf90 Refactor code/cut down on code duplication 2015-01-25 07:38:22 +01:00
twinaphex
1c849270a0 Cleanups 2015-01-25 07:23:17 +01:00
twinaphex
6739616be2 (Menu entries cbs) Cleanups 2015-01-25 07:17:03 +01:00
twinaphex
87aacca60d Use menu_list_push_stack_refresh directly in menu_entries_cbs.c 2015-01-25 07:10:27 +01:00
twinaphex
30e35cf92e Cleanups 2015-01-25 06:30:51 +01:00
twinaphex
93d51f428f Cleanups 2015-01-25 06:17:55 +01:00
twinaphex
5b3865d687 menu_entries_init - use SL_LIST_ALL 2015-01-25 06:11:57 +01:00
twinaphex
d080c74464 Implement Navigation Wrap-Around Vertical 2015-01-25 06:01:30 +01:00
twinaphex
30b8fd3ac3 (menu_entries_cbs.c) Style nits 2015-01-25 05:55:44 +01:00
twinaphex
14b5a6beea Cleanups 2015-01-25 05:49:39 +01:00
twinaphex
7e24fdfdc7 Cleanup unnecessary list_mainmenu 2015-01-25 05:39:08 +01:00
twinaphex
8e95e87b2f Revert "Part 1 of menu input remapping"
This reverts commit 5b2d9500343554f20b561bff57b42a45c27142d0.
2015-01-25 04:52:26 +01:00
twinaphex
85441f34a7 Revert "Part 2 of menu input remapping"
This reverts commit 19d090d3ae69acc2703dfc86ddc8141cf50a4ee5.
2015-01-25 04:52:16 +01:00