Commit Graph

3024 Commits

Author SHA1 Message Date
twinaphex
2f2a843d77 Create menu_setting_get_type 2015-09-26 02:22:01 +02:00
twinaphex
37e9108820 Move internal display state to menu_display.c 2015-09-26 01:23:10 +02:00
twinaphex
4cb3fec23d (Menu) Header cleanups 2015-09-26 00:37:31 +02:00
twinaphex
f59227fa7a Cleanup 2015-09-26 00:35:26 +02:00
twinaphex
1e15f8b3bf Style nits 2015-09-25 23:48:07 +02:00
twinaphex
9b18371a1a Refactor away menu_animation_update 2015-09-25 23:47:01 +02:00
twinaphex
3aab741ef2 Refactor away menu_animation_update_time 2015-09-25 23:43:44 +02:00
twinaphex
9ee3954423 Refactor menu_animation_set_active 2015-09-25 23:42:00 +02:00
twinaphex
88307565c1 Refactor away menu_animation_clear_active 2015-09-25 23:39:02 +02:00
twinaphex
6d6117d5d6 Remove menu_animation_get_delta_time 2015-09-25 23:37:02 +02:00
twinaphex
824e6618b2 Start creating menu_animation_ctl 2015-09-25 23:33:11 +02:00
twinaphex
5e1987597b (RMenu XUI) Updates 2015-09-25 22:50:43 +02:00
twinaphex
3e69fdae30 Remove unused variables 2015-09-25 22:48:58 +02:00
twinaphex
3c8569ba4b (menu_animation.c) Cleanups 2015-09-25 22:28:08 +02:00
twinaphex
6380ad27bd Make menu_animation_get_ptr a static function 2015-09-25 22:26:10 +02:00
twinaphex
541c9a2066 Refactor menu_animation.c 2015-09-25 22:24:07 +02:00
twinaphex
6c94ff15fb Cleanups 2015-09-25 22:08:20 +02:00
twinaphex
ca657a6648 Cleanups 2015-09-25 22:01:34 +02:00
twinaphex
6c20d17f16 Refactors 2015-09-25 21:52:04 +02:00
twinaphex
4b69554a92 (menu_display.c) Refactors/cleanups 2015-09-25 21:41:24 +02:00
twinaphex
314dbf44e8 Add MENU_DISPLAY_CTL_SET_FB_DATA 2015-09-25 21:36:11 +02:00
twinaphex
eae4d761ba (Menu) Refactors 2015-09-25 21:32:16 +02:00
twinaphex
332312fab8 (Rmenu XUI) No more dependency on menu_display_fb_get_ptr 2015-09-25 21:29:04 +02:00
twinaphex
f6a7256f20 Make state static and move it to menu_display.c 2015-09-25 21:25:37 +02:00
twinaphex
6482969459 (Menu) Cleanups/refactors 2015-09-25 21:20:26 +02:00
twinaphex
1329b4f265 (Menu) Cleanups 2015-09-25 21:07:12 +02:00
twinaphex
f4951300b7 Add MENU_DISPLAY_CTL_FB_DATA, MENU_DISPLAY_CTL_FB_PITCH 2015-09-25 21:03:23 +02:00
twinaphex
bfb491c1e1 (RGUI) blit_line - pass frame buf data and pitch to function 2015-09-25 20:54:39 +02:00
twinaphex
da43a79469 (menu_input.c) Refactor to no longer need menu_display_fb_get_ptr 2015-09-25 20:52:03 +02:00
twinaphex
71b49d8ee5 (RGUI) Refactors 2015-09-25 20:47:50 +02:00
twinaphex
35707d45e1 Refactors 2015-09-25 20:42:45 +02:00
twinaphex
f9742d21a2 (Menu) Refactors 2015-09-25 20:37:04 +02:00
twinaphex
8dbc4c0eb0 Add MENU_DISPLAY_CTL_WIDTH, CTL_HEIGHT, CTL_SET_WIDTH, CTL_SET_HEIGHT 2015-09-25 20:28:56 +02:00
twinaphex
41e9ee7b57 (menu_navigation.c) cleanups 2015-09-25 19:40:01 +02:00
twinaphex
4aa96ab2f0 Refactor menu_navigation.c 2015-09-25 19:32:35 +02:00
twinaphex
4c41899e28 (menu_cbs_ok.c) Don't use menu_navigation_get_ptr 2015-09-25 19:26:31 +02:00
twinaphex
1932e65dde Don't use menu_navigation_get_ptr 2015-09-25 18:46:12 +02:00
twinaphex
1d81096af7 (menu_cbs_{left|right}) - don't use menu_navigation_get_ptr 2015-09-25 18:43:42 +02:00
twinaphex
fc1ad16586 Get rid of unused variable 2015-09-25 18:38:26 +02:00
twinaphex
12b870cafe (menu_input.c) Don't need menu_navigation_get_ptr anymore 2015-09-25 18:37:36 +02:00
twinaphex
2759c9fe04 No longer need menu_navigation_get_ptr inside menu_entry.c 2015-09-25 18:31:54 +02:00
twinaphex
51114f5a6a (menu_navigation.c) Refactor code 2015-09-25 18:22:51 +02:00
twinaphex
a7950486be (menu_iterate.c) Get rid of 'pop_selected' 2015-09-25 18:20:08 +02:00
twinaphex
cbefb0394f Refactor scroll indices code for menu_navigation_ctl 2015-09-25 18:12:00 +02:00
twinaphex
f13dc6c014 Go through menu_navigation_ctl for ascend/descend alphabet 2015-09-25 18:04:25 +02:00
twinaphex
5ee616f1f5 (menu_entry.c) Cleanup 2015-09-25 17:59:22 +02:00
twinaphex
62649c01f7 (menu_list.c) Update 2015-09-25 17:58:21 +02:00
twinaphex
40c6ec3790 Revert "Refactor code to no longer need menu_navigation_get_ptr"
This reverts commit a7b83cfd45.
2015-09-25 17:47:51 +02:00
twinaphex
2a719d2a9c Cleanup 2015-09-25 16:36:47 +02:00
twinaphex
f0e406e7fe menu_list_build_scroll_indices - cleanups 2015-09-25 16:35:47 +02:00