Commit Graph

20186 Commits

Author SHA1 Message Date
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
bf4ef3fd82 (XMB) Use menu_list_get_actiondata_at_offset 2015-06-12 14:47:44 +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
3a4ee2d89a Move file_list_free_userdata to menu_driver_list_free 2015-06-12 14:17:27 +02:00
twinaphex
2bf636b913 Rename menu_driver_list_delete to menu_driver_list_free 2015-06-12 14:15:48 +02:00
twinaphex
e6416a6bad (menu_displaylist.c) Initialize label 2015-06-12 14:03:08 +02:00
twinaphex
4571485917 Don't bind action_refresh when we are at main menu 2015-06-12 13:58:11 +02:00
twinaphex
738efe3f3c (Menu) menu_entries_init - go through menu_list_get_actiondata_at_offset 2015-06-12 04:11:52 +02:00
twinaphex
5f123d2b81 (menu/menu_driver.c) Only manipulate actiondata by going through wrapper functions 2015-06-12 04:09:35 +02:00
twinaphex
ab0a3dabf5 (menu) menu_driver_list_insert - Try to free actiondata first before allocating
it
2015-06-12 04:05:42 +02:00
Twinaphex
f474e10c75 (XMB) xmb_node_allocate_userdata - call file_list_free_actiondata
first before calling file_list_set_actiondata
2015-06-11 23:21:25 +02:00
Twinaphex
0bfd3433ff (file_list.c) file_list_push - set userdata and actiondata
to NULL
2015-06-11 23:18:08 +02:00
twinaphex
f258621abf (XMB) Cleanups 2015-06-11 23:10:04 +02:00
twinaphex
33bb7ad76e Refactor xmb_get_userdata_from_horizontal_list 2015-06-11 23:08:12 +02:00
twinaphex
087e1354ec Create file_list_set_userdata/file_list_set_actiondata 2015-06-11 23:02:17 +02:00
Twinaphex
c607915ef8 (Menu) Cleanups 2015-06-11 21:12:08 +02:00
Twinaphex
2b1fe2de5d (XMB) xmb_list_delete - use file_list_free_userdata 2015-06-11 21:05:14 +02:00
Twinaphex
c86c40c1cd Create file_list_free_actiondata/file_list_free_userdata 2015-06-11 21:03:28 +02:00
Twinaphex
e569cd6ec4 (XMB) Get rid of signal SIGABRT 2015-06-11 20:17:34 +02:00
Twinaphex
698e66be57 (XMB) cleanup xmb_list_insert 2015-06-11 20:14:59 +02:00
Twinaphex
f6e63f7755 Merge pull request #1773 from heuripedes/master
(XMB) Fix icon zoom
2015-06-11 17:02:00 +02:00
Higor Eurípedes
baba7667a9 (XMB) Fix icon zoom 2015-06-11 11:54:40 -03:00
Twinaphex
f9d11eb343 Merge pull request #1772 from heuripedes/master
Stop reloading the playlist in action_ok_core_deferred_set()
2015-06-11 16:34:19 +02:00
Higor Eurípedes
ccd3edec20 Stop reloading the playlist in action_ok_core_deferred_set() 2015-06-11 11:27:16 -03:00
twinaphex
87bfef86f2 (XMB) Correct previous commit 2015-06-11 16:06:39 +02:00
twinaphex
500909cf9f (XMB) Should now look for dynamic wallpapers without the 'lbl' extension 2015-06-11 15:57:22 +02:00
Twinaphex
f978a3088c Merge pull request #1771 from heuripedes/pl-sort
Playlist sort
2015-06-11 15:32:57 +02:00
Higor Eurípedes
7e2a01b9aa (menu_displaylist.c) Sort playlist before parsing 2015-06-11 10:15:36 -03:00
Higor Eurípedes
a0457d77f3 (playlist) Add content_playlist_qsort() 2015-06-11 10:04:35 -03:00
twinaphex
e66c8cdaf0 Simplify menu_entries_get_end 2015-06-11 13:30:28 +02:00
twinaphex
bf62c8c493 (XMB) Use menu_list_get_ptr 2015-06-11 13:27:06 +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
f91b709b44 (Menu) Use menu_list_get_stack_size instead 2015-06-11 02:21:40 +02:00
twinaphex
f80d9abd6a (XMB) Use menu_list_get_size more 2015-06-11 02:18:11 +02:00
twinaphex
e29596f2c1 (XMB) Use menu_list_get_last_* instead of file_list_get_last 2015-06-11 02:16:22 +02:00
twinaphex
d7f890dcbc Fix unused menu_list_push call 2015-06-11 02:13:43 +02:00
Twinaphex
f793d9678e (Menu) remoe unused variable 2015-06-11 02:11:29 +02:00
twinaphex
6843712f62 Horizontal playlists and general playlists should now be sorted
by alphabet
2015-06-10 23:15:40 +02:00
twinaphex
2d897647e9 (Playlist) Use entry_idx 2015-06-10 23:11:40 +02:00
twinaphex
a45cdfffcc Add entry_idx to menu_entry 2015-06-10 23:00:38 +02:00
twinaphex
5bd138b6ac (file_list) Start adding entry_idx to file_list_* functions 2015-06-10 22:43:06 +02:00
Twinaphex
ff2d8478be Merge pull request #1769 from heuripedes/master
(libretro-db) Fix segfault
2015-06-10 21:21:19 +02:00