twinaphex
|
de4102c8f7
|
(menu_entries.c)
|
2015-10-27 11:34:41 +01:00 |
|
twinaphex
|
54b2774f39
|
Add menu_entries_increment_selection_buf/menu_entries_increment_menu_stack
|
2015-10-27 10:59:20 +01:00 |
|
twinaphex
|
48495d839d
|
(menu_entries.c) Cleanups
|
2015-10-27 10:53:14 +01:00 |
|
twinaphex
|
5032f59f54
|
(menu_entries.c) Separate initialization loop for selection_buf array
|
2015-10-27 10:51:33 +01:00 |
|
twinaphex
|
30fb40ad87
|
Add menu_entries_push_selection_buf
|
2015-10-27 10:45:06 +01:00 |
|
twinaphex
|
bb6f66fc44
|
Add menu_entries_push_menu_stack
|
2015-10-27 10:41:59 +01:00 |
|
twinaphex
|
6826a3833e
|
menu_entries_get_menu_stack_ptr - add idx parameter
|
2015-10-27 10:33:19 +01:00 |
|
twinaphex
|
ab9006f21e
|
Add 'idx' to menu_entries functions
|
2015-10-27 10:29:50 +01:00 |
|
twinaphex
|
41344960f5
|
Fix initialization of menu lists
|
2015-10-27 10:15:39 +01:00 |
|
twinaphex
|
0d89bca635
|
Start setting up menu_entries function so we can access
multiple stacks
|
2015-10-27 10:10:33 +01:00 |
|
twinaphex
|
42751462c0
|
(menu_entries.c) Have pointers to pointers for menu lists
|
2015-10-27 09:58:01 +01:00 |
|
twinaphex
|
f48830cfc0
|
Revert "Simplify menu_entries_set_refresh"
This reverts commit 6ca0962f9e .
|
2015-10-22 03:54:34 +02:00 |
|
twinaphex
|
6ca0962f9e
|
Simplify menu_entries_set_refresh
|
2015-10-22 03:45:14 +02:00 |
|
twinaphex
|
b23ea1fb8a
|
(Menu) Cleanups
|
2015-10-19 17:41:38 +02:00 |
|
twinaphex
|
2d8abce80f
|
Rename menu_list_set_alt_at_offset
|
2015-10-19 17:12:03 +02:00 |
|
twinaphex
|
a25bc08d60
|
Cleanups
|
2015-10-19 16:43:07 +02:00 |
|
twinaphex
|
d006784094
|
Cleanups
|
2015-10-19 16:40:56 +02:00 |
|
twinaphex
|
b7625289f7
|
Rename some functions
|
2015-10-19 16:32:51 +02:00 |
|
twinaphex
|
69b95728bf
|
Rename menu_list_get_last to menu_entries_get_last
|
2015-10-19 06:47:45 +02:00 |
|
twinaphex
|
992266ab12
|
Don't keep reallocating settings all the time
|
2015-10-19 03:28:00 +02:00 |
|
twinaphex
|
47f63ad6f4
|
Rename some menu_list_ functions to menu_entries_
|
2015-10-18 21:58:13 +02:00 |
|
twinaphex
|
92a8736318
|
Don't call file_list_get_alt_at_offset directly
|
2015-10-18 21:55:19 +02:00 |
|
twinaphex
|
14e46e0048
|
Remove menu_list_get_alt_at_offset
|
2015-10-18 21:54:20 +02:00 |
|
twinaphex
|
b2a4e92c28
|
rename menu_list_clear
|
2015-10-18 21:44:44 +02:00 |
|
twinaphex
|
145f88ab4f
|
Remove more wrapper menu_list_ functions
|
2015-10-18 21:43:16 +02:00 |
|
twinaphex
|
7c3a27583d
|
Remove menu_list_push
|
2015-10-18 21:41:08 +02:00 |
|
twinaphex
|
5da4cb754a
|
Cleanup
|
2015-10-18 20:41:33 +02:00 |
|
twinaphex
|
6cd2173382
|
Refactor some code
|
2015-10-18 20:34:34 +02:00 |
|
twinaphex
|
ff8f587c30
|
Move menu_entry_get_setting to menu_entries.c
|
2015-10-18 20:21:26 +02:00 |
|
twinaphex
|
a7bca36791
|
Don't spam logging
|
2015-10-18 04:20:32 +02:00 |
|
twinaphex
|
52d6119584
|
Cleanup menu_entries_get
|
2015-10-17 19:41:33 +02:00 |
|
twinaphex
|
06d17852f0
|
Merge menu_list.c with menu_entries.c
|
2015-10-17 19:38:33 +02:00 |
|
twinaphex
|
6e2e32970e
|
Create menu_entries_get_size
|
2015-10-17 19:21:18 +02:00 |
|
twinaphex
|
d3a7742b6f
|
Create menu_entries_get_stack_size
|
2015-10-17 19:14:49 +02:00 |
|
twinaphex
|
44cb547ee4
|
Create menu_entries_flush_stack
|
2015-10-17 19:10:37 +02:00 |
|
twinaphex
|
5663f6d60f
|
Create menu_entries_get_last_stack_actiondata
|
2015-10-17 18:57:47 +02:00 |
|
twinaphex
|
d3bde69387
|
Use menu_list_get_ptr internally inside menu_entries.c
|
2015-10-17 18:44:17 +02:00 |
|
twinaphex
|
d4c99a5f4e
|
Start using menu_entries_pop_stack
|
2015-10-17 18:38:14 +02:00 |
|
twinaphex
|
c42e4c420f
|
Start using menu_entries_get_last_stack
|
2015-10-17 18:31:16 +02:00 |
|
twinaphex
|
d1fa131a35
|
Create menu_entries_get_menu_stack_ptr
|
2015-10-17 17:44:57 +02:00 |
|
twinaphex
|
92b7fd582e
|
Create menu_entries_push
|
2015-10-17 17:10:29 +02:00 |
|
twinaphex
|
4aa96ab2f0
|
Refactor menu_navigation.c
|
2015-09-25 19:32:35 +02:00 |
|
Twinaphex
|
3d219c14d1
|
Cleanup menu_entries.c
|
2015-09-06 05:04:16 +02:00 |
|
twinaphex
|
0ba87ae378
|
Some CXX_BUILD fixes
|
2015-09-06 04:18:26 +02:00 |
|
twinaphex
|
f091cb455e
|
Refactor menu_entries
|
2015-09-06 02:56:57 +02:00 |
|
twinaphex
|
d3da036a4e
|
Header cleanups
|
2015-09-04 21:43:08 +02:00 |
|
twinaphex
|
a3cedc05d7
|
Cleanups
|
2015-08-21 21:19:29 +02:00 |
|
twinaphex
|
5479bae312
|
Refactor set_refresh functions somewhat
|
2015-08-21 18:44:14 +02:00 |
|
twinaphex
|
fe1351cc0d
|
Cleanups
|
2015-08-18 03:03:34 +02:00 |
|
twinaphex
|
91eda0d59b
|
Simplify menu_entries_refresh
|
2015-08-18 00:21:30 +02:00 |
|