1409 Commits

Author SHA1 Message Date
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 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
Alcaro
12d5e6ef28 Revert "(menu_common_list.c) Fix leak"
This reverts commit 12721bc66014c0c62185f2990f6720a4c4940492.
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
twinaphex
72b6386b08 Start calling menu_driver_render_messagebox only from one place 2015-05-18 22:28:34 +02:00
twinaphex
ff67df65f6 Cleanups 2015-05-18 22:26:00 +02:00
twinaphex
7831b6e520 Cleanup 2015-05-18 22:02:52 +02:00
twinaphex
1ed3e649c4 Remove unsigned parameter for two functions 2015-05-18 22:02:02 +02:00