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
twinaphex
1a390b8779
Cleanup font driver identifier names
2015-04-21 17:17:44 +02:00
twinaphex
ce27f9f887
(Fonts) Cleanups
2015-04-21 17:13:55 +02:00
twinaphex
c21963e686
(GLUI) Style nits / cleanups
2015-04-21 16:59:02 +02:00
twinaphex
b924d57838
(XMB) Style nit - 80-char limit
2015-04-21 16:45:27 +02:00
twinaphex
c78c8c839f
Create menu_display_get_dpi
2015-04-21 15:45:03 +02:00
twinaphex
a104517168
(Menu) Create menu_display.c/menu_display.h
2015-04-21 14:44:26 +02:00
Twinaphex
f0d4a52b16
Merge pull request #1651 from lakkatv/touch
...
(iOS) Fix dpi, still incomplete
2015-04-21 14:06:24 +02:00
Jean-André Santoni
558459fb9b
(iOS) Fix dpi, still incomplete
2015-04-21 18:58:19 +07:00
twinaphex
17a11463b9
(GLUI) Set default DPI at 128 if DPI metric not implemented
2015-04-21 13:48:45 +02:00
Twinaphex
c539a66b53
(OSX) Use backingScaleFactor
2015-04-21 13:02:57 +02:00
Twinaphex
000e61dc66
(iOS) 'ret' needs to be passed as pointer
2015-04-21 13:01:21 +02:00
Twinaphex
165b502948
Make get_native_scale code more expandable
2015-04-21 12:57:35 +02:00
Twinaphex
af00b958d5
(iOS) Move ios_get_powerstate code to platform_darwin.m
2015-04-21 12:15:42 +02:00
Twinaphex
e77f43530e
(Cocoa) Get rid of RetroArch_Platform
2015-04-21 11:55:12 +02:00
Twinaphex
5810a49866
Get rid of 'unloadingCore'
2015-04-21 11:51:35 +02:00