105 Commits

Author SHA1 Message Date
Alcaro
4ca6c2398c More C89 cleanups, part 3 2015-06-26 18:35:52 +02:00
twinaphex
819723be06 Move '_refresh' functions to menu_entries.c 2015-06-16 03:03:20 +02:00
twinaphex
23263e2f97 (Android) Use djb2 2015-06-15 04:18:17 +02:00
twinaphex
3139f13612 (Menu) Cleanups 2015-06-15 02:37:32 +02:00
twinaphex
098c8a6063 Move some header includes around 2015-06-13 19:12:10 +02:00
twinaphex
34a44983a0 (Menu) Cleanups 2015-06-13 02:40:01 +02:00
twinaphex
b31723236d (Menu) Cleanups 2015-06-13 00:09:09 +02:00
twinaphex
2c1a1f83a2 Create menu_entries.c 2015-06-12 16:07:12 +02:00
twinaphex
b9bd2072e4 Reorder some files in menu_entry.c 2015-06-12 16:04:22 +02:00
twinaphex
e66c8cdaf0 Simplify menu_entries_get_end 2015-06-11 13:30:28 +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
01d07721b4 Rename menu_entries_cbs_representation.c to menu_entries_cbs_get_value.c 2015-06-08 14:30:05 +02:00
twinaphex
6ebefb1fbe (Menu) Get rid of some header dependencies 2015-06-08 11:42:03 +02:00
twinaphex
d947236dd5 Cleanup menu_entry_get_type 2015-06-06 21:36:58 +02:00
twinaphex
f1373abf2d Add 'action_select' to menu_setting 2015-06-06 16:26:55 +02:00
twinaphex
ea9a8cbed5 (menu_setting.c) Get rid of 'unsigned action' parameter 2015-06-06 14:41:21 +02:00
Twinaphex
e2ef6f12a8 (menu_entry.c) Cleanups 2015-06-06 13:02:23 +02:00
twinaphex
1a43a5c76f (menu_entry.c) Cleanups 2015-06-06 10:47:39 +02:00
twinaphex
dcedc49b21 Split up action_toggle into action_left/action_right 2015-06-05 20:04:19 +02:00
twinaphex
9c6f8eed40 Put menu settings functions into namespace 2015-06-03 21:27:47 +02:00
twinaphex
4c6f5b6a93 Cleanups 2015-06-03 11:19:26 +02:00
twinaphex
bbfbdf7b9d Cleanup 2015-06-03 10:24:09 +02:00
twinaphex
bc953d3a1b Move settings code entirely to menu 2015-06-02 20:26:27 +02:00
twinaphex
a9fc238012 Turn C++ comments into C comment 2015-06-02 14:17:37 +02:00
twinaphex
e7ee478187 Refactor menu_entry_set_bool_value 2015-06-02 14:10:36 +02:00
twinaphex
3225359606 Change menu_entry_pathdir_allow_empty's signature 2015-06-02 14:07:47 +02:00
twinaphex
6b3821d41e Change signature of menu_entries_show_back 2015-06-02 12:37:56 +02:00
twinaphex
8d2aece5b9 Start using setting_set_with_string_representation in menu_entry.c 2015-06-02 10:36:49 +02:00
twinaphex
34d4195015 Make menu_entry_get_setting static 2015-06-01 16:54:48 +02:00
twinaphex
f2e7b32960 Simplify menu_entry_get_setting 2015-06-01 16:52:48 +02:00
twinaphex
b4a0e0ac2d Rename menu_entries_select_back to menu_entry_go_back 2015-06-01 16:50:09 +02:00
Twinaphex
a1c4446f24 Prevent menu_entry_pathdir_extensions from crashing the app 2015-06-01 16:42:55 +02:00
twinaphex
d25b248db0 Refactor menu_entry_pathdir_set_value 2015-06-01 16:38:34 +02:00
twinaphex
869bb7d522 Create menu_entry_get_type_new 2015-06-01 15:21:43 +02:00
twinaphex
296b359ba1 Rename menu_entry_get_label to menu_entry_get_path 2015-06-01 15:16:54 +02:00
twinaphex
ee6f54baa7 Create menu_entry_get_spacing 2015-06-01 15:13:49 +02:00
twinaphex
26c75a8a1c Start changing signature of menu_entry_is_currently_selected 2015-06-01 15:08:58 +02:00
twinaphex
ba277d90de Create action_get_title 2015-06-01 12:24:48 +02:00
twinaphex
6c9b545a66 Move get_title function to menu_entry.c 2015-06-01 11:55:03 +02:00
Twinaphex
b3c28bb56f (menu_entry) Cleanups 2015-06-01 07:49:49 +02:00
Twinaphex
2eae195c73 Remove another unused variable 2015-06-01 07:40:36 +02:00
Twinaphex
1c56121519 Remove unused variable 2015-06-01 07:39:47 +02:00
twinaphex
12e6a443c7 Create MENU_ACTION_SELECT 2015-06-01 07:38:59 +02:00
twinaphex
9437867a8a Rename MENU_ACTION_SELECT to MENU_ACTION_INFO 2015-06-01 07:21:00 +02:00
twinaphex
bd1e5d6a67 Rename action_select to action_info 2015-05-31 22:40:26 +02:00
twinaphex
a5d8f37b34 Add action_scan 2015-05-27 06:57:01 +02:00
twinaphex
23a861ad1f Rename MENU_ACTION_TEST to MENU_ACTION_SCAN 2015-05-26 01:10:27 +02:00
twinaphex
7696d55047 (Database) cleanup 2015-05-23 19:18:56 +02:00