Commit Graph

1413 Commits

Author SHA1 Message Date
twinaphex cf2c0f6930 Rename rarch_render_cached_frame to video_driver_cached_frame 2015-05-20 21:06:44 +02:00
twinaphex a81baed9e2 Move hw_render_callbakc to video driver state and take it out
of global state
2015-05-20 19:56:12 +02:00
twinaphex 2f62cd65e2 Start using video_viewport_get_custom everywhere 2015-05-20 19:12:39 +02:00
twinaphex a053b41223 Create video_viewport_get_system_av_info and video_viewport_get_custom -
move custom viewport and system av info outside of global state
2015-05-20 18:57:17 +02:00
twinaphex 969bbdd85d Get rid of some unused runloop variables 2015-05-20 03:13:42 +02:00
twinaphex 019a06a245 (GLUI) Get rid of some dependencies 2015-05-20 03:09:28 +02:00
twinaphex a55f990e33 Buildfixes 2015-05-20 02:50:27 +02:00
twinaphex 066617ee62 (MSVC) Buildfixes 2015-05-20 02:45:32 +02:00
twinaphex d64655c11b move menu_display_get_size to gfx/video_driver.c and rename
it video_driver_get_size
2015-05-20 00:29:46 +02:00
twinaphex c183f9dd11 (Menu) Start using menu_display_get_size 2015-05-20 00:26:50 +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 df4be4e43b.
2015-05-19 23:00:33 +02:00
twinaphex 933cc75ccf Revert "Get rid of menu_common_list_insert"
This reverts commit 23b2dc5c93.
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 df2b80a14c.
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
Alcaro 12d5e6ef28 Revert "(menu_common_list.c) Fix leak"
This reverts commit 12721bc660.
2015-05-19 22:22:57 +02:00
twinaphex 004dcf0bf1 Only call rarch_main_data_msg_queue_push if settings->menu.wallpaper
has a valid path set
2015-05-19 22:14:00 +02:00
Higor Eurípedes 15d8570e5b (menu_list.c) Fix leak 2015-05-19 17:02:23 -03:00
Higor Eurípedes 12721bc660 (menu_common_list.c) Fix leak 2015-05-19 17:02:23 -03:00
Alcaro 964c2439ff Fix missing NUL terminator. 2015-05-19 22:00:17 +02:00
twinaphex 3c7e0b29fc Make menu_ctx_driver_get_ptr public - ALWAYS make sure that
no symbols will be redefined - Griffin depends on this
2015-05-19 21:55:44 +02:00
natinusala e3357b5b5c Implemented perform_action callback of menu_driver_ctx 2015-05-19 21:20:46 +02:00
natinusala 508a6ea627 Added (void* data) to perform_action in menu_ctx_driver 2015-05-19 21:07:06 +02:00
natinusala 90d646dc45 Added perform_action to menu_ctx_driver 2015-05-19 21:05:40 +02:00
twinaphex 9c5113d6da action_iterate_help - don't return unitialized variable 2015-05-19 20:30:58 +02:00
twinaphex d15c5cec4a Fix warning/logic fault - http://dpaste.com/3R9MN3Q 2015-05-19 20:29:44 +02:00
twinaphex 375c49b6c8 Move is_menu out of runloop struct and create get/set functions in menu_driver.c
and make the underlying variable static to make it thread-safe
2015-05-19 20:11:57 +02:00
twinaphex 815b61ecba Refactor menu_displaylist_push/menu_displaylist_parse 2015-05-19 06:33:03 +02:00
twinaphex 9ffb7030d2 Move DISPLAYLIST_CORES_UPDATER to menu_displaylist_parse 2015-05-19 00:52:37 +02:00
twinaphex a5cde6d9d0 Cleanups 2015-05-19 00:50:10 +02:00
twinaphex d65a4ca32f Move DISPLAYLIST_PERFCOUNTER_SELECTION to menu_displaylist_parse 2015-05-19 00:49:27 +02:00
twinaphex d51a553130 Move more to menu_displaylist_parse 2015-05-19 00:44:57 +02:00
twinaphex f91f9973fa Move DISPLAYLIST_SYSTEM_INFO to menu_displaylist_parse 2015-05-19 00:41:39 +02:00
twinaphex ae11edb957 Move more to menu_displaylist_parse 2015-05-19 00:40:12 +02:00
twinaphex 135dd8aec2 Start consolidating all parse functions into one function 2015-05-19 00:34:29 +02:00
twinaphex 362e431765 Cleanup 2015-05-19 00:05:17 +02:00
Twinaphex 6e3833bc43 Merge pull request #1706 from heuripedes/master
(RGUI) Fix messagebox delay
2015-05-19 00:01:58 +02:00
Higor Eurípedes 885ea3cdc7 (RGUI) Fix messagebox delay 2015-05-18 18:56:23 -03:00
Twinaphex 2c6d9482d4 Build fix 2015-05-18 23:21:32 +02:00
twinaphex 9820b39653 Refactor away menu_list_populate_generic 2015-05-18 23:18:50 +02:00
twinaphex c95fd28e59 Cleanup 2015-05-18 23:16:03 +02:00
twinaphex a49e50896c Create wrapper functions menu_display_fb_set_dirty and menu_display_fb_unset_dirty 2015-05-18 23:14:56 +02:00
twinaphex 6feb1603f7 Only enable framebuf.dirty if we're actually using the menu framebuffer 2015-05-18 23:04:14 +02:00
twinaphex 9f7d9c9afd Try to address sluggish help screen showing up with RGUI - still
not working
2015-05-18 23:02:04 +02:00
twinaphex cca422dc0b Refactor away action_iterate_message 2015-05-18 22:32:31 +02:00