113 Commits

Author SHA1 Message Date
twinaphex
a42b59916c CXX_BUILD buildfixes 2015-09-02 15:58:22 +02:00
twinaphex
9d137e2b1f Cleanups pt. 2 2015-08-22 03:43:55 +02:00
twinaphex
bfc969faac Cleanup 2015-08-22 03:40:07 +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
2f3746a431 Make some more functions static 2015-08-18 02:54:42 +02:00
twinaphex
f951f12f9d Move menu_list_refresh to menu_displaylist.c 2015-08-18 02:02:56 +02:00
twinaphex
1834084567 (Menu) Cleanups 2015-06-22 02:26:55 +02:00
twinaphex
897361b9d4 Create menu_hash_calculate 2015-06-17 19:55:35 +02:00
twinaphex
819723be06 Move '_refresh' functions to menu_entries.c 2015-06-16 03:03:20 +02:00
twinaphex
3fe0b3c4d9 Create menu_entries.h 2015-06-16 02:15:32 +02:00
twinaphex
b8d2cad194 (menu_list.c) Cleanups 2015-06-15 19:22:05 +02:00
Twinaphex
ff79b492ae Remove two unused variables 2015-06-15 06:04:18 +02:00
twinaphex
54c931755e Test 2015-06-15 04:35:14 +02:00
twinaphex
d3ac2bff96 (menu_cbs_{left|right}) Refactor away usage of strcmp 2015-06-14 16:06:25 +02:00
twinaphex
b5333cdbab Refactor menu_list_pop_stack_by_needle 2015-06-14 15:59:06 +02:00
twinaphex
1f93ec63b4 Start using djb2 hashing functions for menu_list_pop_stack_* functions 2015-06-14 15:46:32 +02:00
twinaphex
663ce70704 Simplify menu_list_elem_is_dir 2015-06-14 04:24:50 +02:00
twinaphex
d4cbc7695a Go through menu_navigation_t pointer 2015-06-13 16:22:05 +02:00
twinaphex
015a882c2b menu_list_elem_is_dir - change how we determine element is a directory 2015-06-12 15:48:11 +02:00
twinaphex
30e29cfb5a Create menu_list_get_userdata_at_offset 2015-06-12 14:50:06 +02:00
twinaphex
fa3f9d31d5 (menu_list.c) Cleanup/nit 2015-06-12 14:44:57 +02:00
twinaphex
84b8a250a3 Simplify menu_list_new 2015-06-12 14:44:25 +02:00
twinaphex
225c6fac1b Cleanups to several menu_list.c functions 2015-06-12 14:40:41 +02:00
twinaphex
0531d482d2 Simplify menu_list_clear 2015-06-12 14:38:30 +02:00
twinaphex
1916e66780 (menu_list.c) menu_list_new - goto error 2015-06-12 14:30:40 +02:00
twinaphex
f9ab351bf9 (menu_list.c) menu_list_new - prevent some possible leaks 2015-06-12 14:29:21 +02:00
twinaphex
c9519b90fd Rename menu_list_destroy 2015-06-12 14:27:03 +02:00
twinaphex
2bf636b913 Rename menu_driver_list_delete to menu_driver_list_free 2015-06-12 14:15:48 +02:00
twinaphex
8752776587 (menu_list.c) Don't make some functions inline 2015-06-11 02:31:31 +02:00
twinaphex
de26da7409 (menu_list.c) Start wrapping file_list_* function calls 2015-06-11 02:30:04 +02:00
twinaphex
5bd138b6ac (file_list) Start adding entry_idx to file_list_* functions 2015-06-10 22:43:06 +02:00
twinaphex
8596de7716 (Menu) Cleanup menu_list_refresh 2015-06-08 11:33:00 +02:00
twinaphex
2e81d7f8dc Refactor xmb_list_cache function callback 2015-06-07 11:20:36 +02:00
twinaphex
d3102e03c8 (file_list.c) Get rid of 'alt2' 2015-06-07 00:53:00 +02:00
twinaphex
1fd8220f61 Works correctly now with core collection 2015-05-23 00:44:58 +02:00
twinaphex
066617ee62 (MSVC) Buildfixes 2015-05-20 02:45:32 +02:00
twinaphex
c13e99b71f Cleanup menu_list_pop 2015-05-19 23:30:49 +02:00
twinaphex
c27211d60a Move menu_common_list_{insert|delete} to menu_driver.c 2015-05-19 23:28:32 +02:00
twinaphex
2bcc2d08d7 Move remaining menu_common_list functiosn to menu_list.c 2015-05-19 23:10:53 +02:00
twinaphex
5e1afcc273 Remove menu_common_list_clear/menu_common_list_set_selection 2015-05-19 23:06:30 +02:00
twinaphex
5ede9ac5dd Revert "Remove some superfluous menu_common_list functions"
This reverts commit df4be4e43bbc0fbfef16aee6e0556f2ef6fad4e5.
2015-05-19 23:00:33 +02:00
twinaphex
933cc75ccf Revert "Get rid of menu_common_list_insert"
This reverts commit 23b2dc5c937ca082c07d4ddcdf68ae6588da8bbe.
2015-05-19 23:00:23 +02:00
twinaphex
194b32d7eb Revert "Remove menu_common_list.c - make menu_common_list_delete a static"
This reverts commit df2b80a14c836be4adf0b191889bc6ae55472a6e.
2015-05-19 23:00:02 +02:00
twinaphex
df2b80a14c Remove menu_common_list.c - make menu_common_list_delete a static
function inside menu_list.c
2015-05-19 22:43:07 +02:00
twinaphex
23b2dc5c93 Get rid of menu_common_list_insert 2015-05-19 22:41:12 +02:00
twinaphex
df4be4e43b Remove some superfluous menu_common_list functions 2015-05-19 22:35:58 +02:00
Higor Eurípedes
15d8570e5b (menu_list.c) Fix leak 2015-05-19 17:02:23 -03:00
twinaphex
9820b39653 Refactor away menu_list_populate_generic 2015-05-18 23:18:50 +02:00