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
Twinaphex
1afdb5cb92
Refactor apple_platform variable
2015-04-21 11:43:43 +02:00
Twinaphex
54c6c3eb01
Rename apple_cocoa_gl.m
2015-04-21 11:03:39 +02:00
Twinaphex
ea30e2cc3c
(Cocoa GL) Use NSOpenGL
2015-04-21 11:00:23 +02:00
Twinaphex
1c200dcbd3
(GLUI) Remove unused variables
2015-04-21 10:37:38 +02:00
Twinaphex
6dfc966a6d
Merge pull request #1649 from lakkatv/touch
...
Touch
2015-04-21 10:34:23 +02:00
Christopher J. Gilbert
f1186ff01c
Autoconfigure - Change equals to starts with ident
...
This allows for Bluetooth PS3 controllers (and other bluetooth controllers) to be automatically detected.
In the input_try_autoconfigure_joypad_from_conf function, there is a string comparision between the input's name "params->name" and the configuration's name "ident". Specifically on Bluetooth controllers, the uuid is appended to the end of the name.
This enhancement will change the checking for name match from an equals comparision, to a startswith.
2015-04-21 03:24:19 -04:00
Jean-André Santoni
ede94ef66c
(GLUI) Use a font size adapted to the dpi
2015-04-21 14:20:18 +07:00
Jean-André Santoni
5e96ea7727
(GLUI) Fix a bug when going backward on a long list
2015-04-21 11:43:52 +07:00
Jean-André Santoni
8ef70debcb
(GLUI) Scrollbar
2015-04-21 09:50:57 +07:00
Jean-André Santoni
1f31033394
(GLUI) Use render_quad instead of render_background to darken the screen
2015-04-21 09:50:57 +07:00
Jean-André Santoni
b6337d2734
(GLUI) Use DPI, reduce header size to line height, center font verticaly for every font size
2015-04-21 09:50:57 +07:00
Twinaphex
151b1ea391
(iOS) Move some iOS-specific code over to cocoatouch_menu.m
2015-04-21 04:03:36 +02:00