Commit Graph

19403 Commits

Author SHA1 Message Date
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
Higor Eurípedes 027b0d4ddd (retroarch.c) Fix uninitialized variable usage error 2015-05-19 14:55:21 -03:00
Higor Eurípedes 8abe315896 (runloop.c) Set g_extern to NULL on free 2015-05-19 14:41:02 -03:00
twinaphex 3a7263020a Add grab_stdin function pointer to input driver - avoids threading
segfault at exit with linuxraw input driver to do with driver->stdin_claimed
2015-05-19 19:33:58 +02:00
twinaphex d662ac187d (linuxraw_input.c) Cleanup some function names 2015-05-19 19:26:20 +02:00
Twinaphex 15d7740eb4 Merge pull request #1708 from heuripedes/master
Memory handling fixes
2015-05-19 19:03:57 +02:00
Higor Eurípedes feef97f0df Set the global variable to NULL on free in driver.c and runloop.c 2015-05-19 14:01:02 -03:00
Higor Eurípedes dfd6d464a8 (gl) Add check in gl_overlay_vertex_geom() 2015-05-19 13:51:59 -03:00
Higor Eurípedes dc5460effd (gl_raster_font) Fix invalid read when pushing vertices
Calling both glsl shader->set_coords() or gl_coord_array_add() resulted
in an invalid read when memcpy()ing coords->lut_tex_coord.
2015-05-19 13:45:22 -03:00
twinaphex 815b61ecba Refactor menu_displaylist_push/menu_displaylist_parse 2015-05-19 06:33:03 +02:00
Twinaphex fd4dcd359a Merge pull request #1707 from heuripedes/fix-1705
(gitignore) Fix #1705
2015-05-19 02:25:56 +02:00
Higor Eurípedes 7d4107f0de (gitignore) Fix #1705 2015-05-18 20:30:49 -03: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
twinaphex 2fb240894c Only call menu_list_pop from one place 2015-05-18 21:58:17 +02:00
twinaphex 6d91c1576d Reduce calls to menu_list_pop 2015-05-18 21:55:20 +02:00
twinaphex 464bd8b4aa Cleanups 2015-05-18 21:52:14 +02:00
twinaphex cf2dc841ab Refactor action_iterate_main 2015-05-18 21:42:09 +02:00
twinaphex 6d53dc72be menu_entries_cbs_iterate.c - cleanup 2015-05-18 21:28:31 +02:00
twinaphex 5cd5c043bc Move menu_database_populate_query 2015-05-18 21:02:03 +02:00
twinaphex ce1110eac6 (menu_entries_cbs_iterate.c) Use menu_displaylist_push_list 2015-05-18 20:57:56 +02:00