twinaphex
|
a14bfdfca2
|
Don't use variables named 'bind' and 'index'
|
2014-10-20 23:41:01 +02:00 |
|
twinaphex
|
42bb37816e
|
Take file_path.h include out of file.h
|
2014-10-20 21:51:04 +02:00 |
|
Twinaphex
|
b4c6715eb0
|
Merge pull request #1172 from lakkatv/xmb
(XMB) Horizontal animations using file_list cache
|
2014-10-20 20:06:17 +02:00 |
|
Jean-André Santoni
|
d1df2828a7
|
(Menu) Cache the lists and pointers on OK and CANCEL
|
2014-10-20 20:00:10 +02:00 |
|
twinaphex
|
def41a573f
|
Avoid using 'index' for local variables
|
2014-10-20 19:18:18 +02:00 |
|
Toad King
|
0047aa9aaf
|
add fast scrolling to settings menus
|
2014-10-18 20:38:46 -05:00 |
|
twinaphex
|
73b070b782
|
Rewrite menu_list_get_size functions
|
2014-10-18 02:32:59 +02:00 |
|
twinaphex
|
c465d25859
|
(Menu) Refactor menu_list_get_last_stack
|
2014-10-18 01:59:16 +02:00 |
|
twinaphex
|
46f9b325f8
|
Refactor menu_list_pop_stack functions
|
2014-10-18 01:44:06 +02:00 |
|
twinaphex
|
3931134924
|
Rewrite menu_list_flush_stack_* functions - first parameter
becomes menu_list_t *
|
2014-10-18 01:39:05 +02:00 |
|
twinaphex
|
d921061af8
|
menu_list_push_stack_ * functions now take in a menu_list_t *
parameter for 1st param instead of file_list_t *
|
2014-10-18 01:24:37 +02:00 |
|
twinaphex
|
e3894e7b9c
|
Start using menu_list_new/menu_list_free
|
2014-10-18 01:17:00 +02:00 |
|
twinaphex
|
e1e5f2af5d
|
Create menu_list_get_action_data_at_offset
|
2014-10-17 23:32:40 +02:00 |
|
twinaphex
|
101680fd58
|
Create menu_list_get_at_offset
|
2014-10-17 23:28:33 +02:00 |
|
twinaphex
|
1ece7c8228
|
(Menu) Create menu_list_get_last_stack and menu_list_get_last
|
2014-10-17 22:53:30 +02:00 |
|
twinaphex
|
25efe98704
|
Create wrapper function menu_list_push_stack_refresh
|
2014-10-17 22:29:59 +02:00 |
|
twinaphex
|
4c6aff67f2
|
Refactor menu_entries_push into menu_list_push_refresh
|
2014-10-17 22:25:23 +02:00 |
|
twinaphex
|
1daf8c354e
|
(menu_list.c) Add menu_list_get_size and menu_list_get_stack_size
|
2014-10-17 21:41:45 +02:00 |
|
twinaphex
|
858d859d3d
|
Properly namespace menu_navigation.c functions
|
2014-10-17 21:25:33 +02:00 |
|
twinaphex
|
8da8447b28
|
Move menu_flush_stack_type to menu_list.c and rename it
menu_list_flush_stack
|
2014-10-17 21:02:44 +02:00 |
|
twinaphex
|
2de0775213
|
Rename menu_entries_pop_list into menu_list_pop_stack
|
2014-10-17 20:47:32 +02:00 |
|
twinaphex
|
0e2c108a8a
|
Create menu_list_push_stack
|
2014-10-17 20:44:22 +02:00 |
|
twinaphex
|
687f593174
|
Create menu_list.c
|
2014-10-17 20:36:02 +02:00 |
|
twinaphex
|
fe1a083580
|
Revert "Simplify menu_common_type_is"
This reverts commit 395dc79f6c3ebbe7a316664db35d4013daea85b4.
|
2014-10-16 07:15:35 +02:00 |
|
twinaphex
|
5ae79ef71d
|
(menu_common_backend.c) Refactor some code
|
2014-10-16 06:52:25 +02:00 |
|
twinaphex
|
58b3540ef0
|
(menu_common_backend.c) Add MENU_ACTION_SELECT to menu_common_iterate
|
2014-10-16 06:49:09 +02:00 |
|
twinaphex
|
32944aac12
|
Revert "Better scrolling acceleration"
This reverts commit 975abe8bc44f7dc9fd12c9e3be9baea3465a969f.
|
2014-10-16 04:37:20 +02:00 |
|
twinaphex
|
975abe8bc4
|
Better scrolling acceleration
|
2014-10-16 04:32:33 +02:00 |
|
twinaphex
|
395dc79f6c
|
Simplify menu_common_type_is
|
2014-10-16 04:25:38 +02:00 |
|
twinaphex
|
e371d598df
|
(menu_common_backend.c) - Cleanups
|
2014-10-16 03:55:20 +02:00 |
|
twinaphex
|
8d68031ec4
|
Properly clean up function pointers in menu_common_list_delete
|
2014-10-16 00:53:10 +02:00 |
|
twinaphex
|
53804dfa16
|
(Menu) Implement deferred push callback
|
2014-10-15 08:04:10 +02:00 |
|
twinaphex
|
5636414e31
|
Refactor Lakka action code
|
2014-10-15 05:57:15 +02:00 |
|
twinaphex
|
5eed703d64
|
Cleanups
|
2014-10-15 01:23:13 +02:00 |
|
Mike Robinson
|
a94bf32f89
|
Apply deferred settings before freeing settings list
Deferred settings were getting lost on exiting the settings menu.
|
2014-10-13 04:30:12 +01:00 |
|
Twinaphex
|
2df870f7d0
|
(menu_settings_iterate) clean up unused variable
|
2014-10-13 05:02:42 +02:00 |
|
twinaphex
|
681c082a67
|
Cleanup info_screen_iterate
|
2014-10-13 02:56:14 +02:00 |
|
twinaphex
|
83442ee467
|
Cleanups - grab pointer to menu_filelist_cbs_t only once and then
pass it around in menu_common_iterate
|
2014-10-13 02:15:45 +02:00 |
|
twinaphex
|
d2f5d39259
|
Rename menu_parse_and_resolve to menu_entries_deferred_push
|
2014-10-13 02:10:27 +02:00 |
|
twinaphex
|
e3807b87f7
|
Cut down on menu_entries_push_list
|
2014-10-13 02:03:36 +02:00 |
|
twinaphex
|
94110ea997
|
Add bool pending_push parameter to menu_clear_navigation
|
2014-10-12 23:44:10 +02:00 |
|
twinaphex
|
789ef212a5
|
Cleanups in menu_common_backend.c
|
2014-10-12 21:38:24 +02:00 |
|
twinaphex
|
10602ee796
|
(menu_common_backend.c) Get rid of some unnecessary header includes
|
2014-10-12 21:23:48 +02:00 |
|
twinaphex
|
b1eb0e6493
|
Reduce header includes in menu_common_backend.c
|
2014-10-12 20:17:12 +02:00 |
|
twinaphex
|
fae308d1f9
|
(menu_common_backend.c) Cut down on some code duplication
|
2014-10-12 20:15:02 +02:00 |
|
twinaphex
|
bbb28c06e6
|
(Menu) Implement action_start callback as well
|
2014-10-12 20:11:45 +02:00 |
|
twinaphex
|
0245be3193
|
Refactor remaining toggle functions
|
2014-10-12 19:45:38 +02:00 |
|
twinaphex
|
896bff00cc
|
Change menu_common_core_setting_toggle to be bindable to cbs->action_toggle
|
2014-10-12 19:18:37 +02:00 |
|
twinaphex
|
e71486a9bf
|
Start implementing toggle actions in menu_entries_cbs.c
|
2014-10-12 19:13:42 +02:00 |
|
twinaphex
|
1196e3b4eb
|
(menu_common_backend.c) Indenting nits
|
2014-10-12 18:59:28 +02:00 |
|