Commit Graph

19642 Commits

Author SHA1 Message Date
twinaphex
a55f990e33 Buildfixes 2015-05-20 02:50:27 +02:00
twinaphex
066617ee62 (MSVC) Buildfixes 2015-05-20 02:45:32 +02:00
Twinaphex
33fc77f221 remove unused variables 2015-05-20 02:41:33 +02:00
twinaphex
4352cca599 Cleanup last remaining references 2015-05-20 02:40:44 +02:00
twinaphex
b2d57fd07d (D3D) Remove dependencies on video_data 2015-05-20 02:30:31 +02:00
twinaphex
23fe7886d2 (GL) GL driver should be free now from global->video_data.width/
global->video_data.height dependencies
2015-05-20 02:22:03 +02:00
twinaphex
b573e5f4dc (GL) Refactor code to no longer use global->video_data.width/global->video_data.height 2015-05-20 02:18:05 +02:00
twinaphex
9ce32fd7af (D3D) Refactor more global->video_data.* {width/height} references 2015-05-20 01:54:57 +02:00
twinaphex
629ff05499 (XDK) More refactors 2015-05-20 01:51:14 +02:00
twinaphex
0bf3cf97e7 (Font) Refactor font code to no longer use global 2015-05-20 01:48:51 +02:00
twinaphex
3d5abae2b9 Refactor more usage of global->video_data.width/global->video_data.height 2015-05-20 01:44:17 +02:00
twinaphex
b99ae6f4e4 Refactor some more code to no longer use global->video_data.width/
global->video_data.height directly
2015-05-20 01:39:35 +02:00
twinaphex
79db0c2ab5 Start using video_driver_get_size in video drivers 2015-05-20 00:45:42 +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
Alcaro
6c5a4a84b5 Fix free function that doesn't free what it's told to free. 2015-05-19 22:07:14 +02:00
Twinaphex
ccac151809 Merge pull request #1711 from heuripedes/master
Fix leaks
2015-05-19 22:07:00 +02:00
Higor Eurípedes
2f05ecbed6 (file_extract.c) Fix leak in zip extraction 2015-05-19 17:02:23 -03: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
Twinaphex
f0506843c0 Merge pull request #1710 from natinusala/master
Added an input/action callback in the menu_ctx_driver
2015-05-19 21:49:13 +02:00
twinaphex
398570f017 Move audio callback to audio_driver.c 2015-05-19 21:35:40 +02:00
natinusala
e3357b5b5c Implemented perform_action callback of menu_driver_ctx 2015-05-19 21:20:46 +02:00
Twinaphex
56414034a5 Cleanup some unused variables 2015-05-19 21:19:09 +02:00
twinaphex
4afc100924 Move audio_data out of global struct to prevent threading issues 2015-05-19 21:18:07 +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
c7f7574d9e Fix some warnings - http://dpaste.com/3R9MN3Q 2015-05-19 20:29:03 +02:00
Twinaphex
337b37fc49 Merge pull request #1709 from heuripedes/master
stuff
2015-05-19 20:16:20 +02:00
Twinaphex
10e66028e0 Remove some unused variables 2015-05-19 20:13:26 +02:00
Higor Eurípedes
f093c00e9c (runloop.c) Remove uneeded statement 2015-05-19 15:13:05 -03: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
Higor Eurípedes
73ae2f0ad1 (Makefile) Add SANITIZER variable 2015-05-19 15:11:34 -03:00
Higor Eurípedes
59e0f7221d (gl_raster_font) Fix typo 2015-05-19 15:11:05 -03:00