18867 Commits

Author SHA1 Message Date
Twinaphex
550ab997ee (Cocoa GL) Cleanup 2015-04-26 02:57:53 +02:00
Twinaphex
2ce2bb0a5d (Cocoa) Create stub cocoagl_gfx_ctx_show_mouse 2015-04-26 02:53:50 +02:00
Twinaphex
825393e1d1 Merge pull request #1660 from heuripedes/master
Mem leak fixes
2015-04-26 02:47:01 +02:00
Higor Eurípedes
2309fea406 (Core Info) Free info->core_name too 2015-04-25 21:42:46 -03:00
Higor Eurípedes
03d13c6fa7 (RPNG) Always free the temp chunk on PNG_CHUNK_IHDR 2015-04-25 21:42:20 -03:00
Higor Eurípedes
c11498df9d (RPNG) Actually free zlib stream 2015-04-25 21:28:22 -03:00
Twinaphex
aabdf5cb1c Merge pull request #1659 from heuripedes/master
Mem leaks
2015-04-26 02:11:17 +02:00
Higor Eurípedes
c432811436 (RPNG) Free zlib stream 2015-04-25 21:04:52 -03:00
Higor Eurípedes
1532ab3a58 (Menu) Actually free menu in menu_free() 2015-04-25 20:42:12 -03:00
Higor Eurípedes
866654e3c9 (XMB) Free menu_stack_old and selection_buf_old 2015-04-25 20:34:21 -03:00
Higor Eurípedes
d52a1b20e3 (XBM) Fix font leak 2015-04-25 20:26:31 -03:00
twinaphex
c99cd21080 (OSX) Fixes crash on exit/fullscreen toggle with XMB 2015-04-26 00:50:58 +02:00
twinaphex
bea1ae5dbd (runloop_data.c) Some more robustness checks 2015-04-26 00:28:33 +02:00
twinaphex
a84d53ebba (runloop_data.c) Make rarch_main_data_overlay_iterate more robust 2015-04-26 00:27:08 +02:00
Twinaphex
ec6b2dd0c5 (menu_driver.c) Buildfix 2015-04-26 00:24:43 +02:00
twinaphex
8f93e55d82 Make menu_driver_get_ptr more robust 2015-04-26 00:24:01 +02:00
twinaphex
e1b1cdfeb6 (GLUI) Restore background when doing context reset 2015-04-25 06:03:26 +02:00
twinaphex
a2806aeba0 (GLUI) Only call gl->shader->use once per glui_frame call 2015-04-25 02:40:51 +02:00
twinaphex
c22535b7e1 Reduce HAVE_FBO ifdefs 2015-04-25 02:35:06 +02:00
Twinaphex
642c5d4557 Merge pull request #1657 from heuripedes/master
(GLUI) Flush list_block earlier
2015-04-25 01:10:14 +02:00
twinaphex
85dd24c457 (D3D) Use font_osd_driver/font_osd_data from driver struct 2015-04-25 01:05:20 +02:00
twinaphex
4907d55160 (GLUI) Cleanup 2015-04-25 00:54:17 +02:00
Higor Eurípedes
ee0ad2c165 (GLUI) Flush list_block earlier 2015-04-24 19:45:25 -03:00
twinaphex
6f84b5dbe5 gl_raster_font_bind_block - block can be NULL 2015-04-25 00:42:47 +02:00
twinaphex
44a8b8bcd3 Move font_handle and font_driver ot the driver struct 2015-04-25 00:32:01 +02:00
twinaphex
a79511e27f Simplify menu_display_font_flush_block 2015-04-24 23:28:25 +02:00
twinaphex
86958c4117 (menu_display.c) Wrap bind_block and flush_block calls 2015-04-24 23:22:47 +02:00
twinaphex
b10ce11ad3 Move font variables to menu_handle_t 2015-04-24 23:06:04 +02:00
twinaphex
fa30933b87 (GLUI) Fixes OSD fonts not showing up - next problem - the top
and bottom 'bars' are 'transparent' - they should instead be solid
color filled
2015-04-24 22:49:05 +02:00
twinaphex
d9bf8a35ec (GLUI) Cleanups 2015-04-24 22:46:19 +02:00
twinaphex
c5c4f736bd (GLUI) Cleanups 2015-04-24 22:17:08 +02:00
twinaphex
f2c0874521 (Menu) Create menu_display_font_init_first 2015-04-24 22:01:33 +02:00
twinaphex
e2bea7ad9b (GLUI) Fix corrupt fonts on init with Windows, just pass
NULL for fontpath
2015-04-24 19:17:02 +02:00
twinaphex
e69f40b319 (menu_display.c) Cleanup 2015-04-24 16:42:27 +02:00
twinaphex
69bef77d6d Add DPI override options 2015-04-24 16:37:09 +02:00
twinaphex
98a07b9320 (Griffin) Cleanups 2015-04-23 02:26:09 +02:00
twinaphex
4978846c33 (MSVC) Define HAVE_RPNG 2015-04-23 02:21:48 +02:00
twinaphex
943ecee554 (Menu) Update menu_update_libretro_info 2015-04-23 02:11:57 +02:00
twinaphex
58621e5ccf (PS3) Compile in GL raster font 2015-04-23 02:04:32 +02:00
twinaphex
62899fc046 (Menu) Change void * arguments in signatures 2015-04-23 01:27:43 +02:00
twinaphex
71b83aec7c Get rid of some void * arguments in menu_display.c 2015-04-23 01:21:43 +02:00
Twinaphex
4c4cdd49c6 (iOS/others) gl_raster_font_get_glyph - prevent a crash when
font driver has not yet been initialized and ident is NULL
2015-04-22 23:38:42 +02:00
twinaphex
20b5fb056f Change signature returntype of get_glyph to const struct font_glyph * 2015-04-22 23:33:43 +02:00
twinaphex
59d4cfcfd0 Fix SET_SUPPORTS_NO_GAME cores 2015-04-22 23:15:19 +02:00
twinaphex
932a8c3e5d (libco) Update 2015-04-22 18:49:43 +02:00
Twinaphex
feded9aebf Merge pull request #1652 from chris062689/master
Added check to make sure ident was not an empty string.
2015-04-22 05:18:44 +02:00
Christopher J. Gilbert
cf2623a65a Added check to make sure ident was not an empty string.
Added check to make sure ident was not an empty string.

This commit is to fix a bug related to having a autoconfig.cfg file without an ident.
Currently, there are none in the repository that fit this condition, which is why the bug was never triggered in testing. 

This checks to make sure the ident loaded from the config file actually has a value associated with it.
Without this check, the if() statement will always return true, because an empty string is always within another string.
2015-04-21 23:06:21 -04:00
Twinaphex
6c4582393c Merge pull request #1650 from chris062689/master
Autoconfigure - Change equals to starts with ident
2015-04-21 19:56:33 +02:00
twinaphex
d794215dcc (D3D) Update - use font_init_first 2015-04-21 17:53:11 +02:00
twinaphex
bd63de9b3a Replace gl_font_init_first and d3d_font_init_first with common function 2015-04-21 17:33:00 +02:00