19114 Commits

Author SHA1 Message Date
Twinaphex
e3dc04d602 (iOS) Buildfix 2015-05-06 00:04:48 +02:00
twinaphex
4402685627 (iOS) Cleanups 2015-05-06 00:00:53 +02:00
Twinaphex
e264cc491e (iOS) Build fix 2015-05-05 23:39:54 +02:00
twinaphex
892e65acee (CocoaTouch) Cleanups to cocoatouch_browser.m 2015-05-05 23:36:41 +02:00
twinaphex
fdfbf16b16 (CocoaTouch browser) Cleanups 2015-05-05 23:14:55 +02:00
Twinaphex
aac9012485 (CocoaTouch) Cleanups 2015-05-05 22:52:42 +02:00
twinaphex
9dafeaec3a (iOS Cocoa menu) Cleanups 2015-05-05 22:45:51 +02:00
Twinaphex
f3a7252ea8 (Menu) Update function 2015-05-05 22:21:38 +02:00
twinaphex
db60ee629d menu_display_setting_label - Return callback 2015-05-05 21:37:33 +02:00
twinaphex
e494165513 Change menu_display_setting_label 2015-05-05 21:35:25 +02:00
twinaphex
049e570720 (Android) Build fix 2015-05-05 20:17:54 +02:00
Twinaphex
25a9611596 Remove unused variable 2015-05-05 20:10:48 +02:00
twinaphex
89b313da0c (GLUI/XMB) Use menu_display_setting_label too 2015-05-05 20:09:29 +02:00
twinaphex
06aa0126ab (GLUI) Use menu_display_setting_label 2015-05-05 19:52:38 +02:00
twinaphex
caaf6a8aa9 Create menu_display_setting_label 2015-05-05 19:50:39 +02:00
twinaphex
02d429b2dd (task_database.c) Small cleanup 2015-05-05 19:13:21 +02:00
Twinaphex
617e232850 Prevent implicit declaration warning 2015-05-05 18:49:14 +02:00
twinaphex
bd4267dc59 (Database) Cleanups 2015-05-05 18:43:51 +02:00
twinaphex
2bb30e979d (Tasks) Buildfix 2015-05-05 18:34:48 +02:00
Twinaphex
d5e23012f1 (Data runloop) Split up overlay task code to tasks/task_overlay.c 2015-05-05 18:16:09 +02:00
Twinaphex
8c75fd3530 Split up database runloop data code to tasks/task_database.c 2015-05-05 18:05:59 +02:00
Twinaphex
a04debf7c5 (Tasks/data runloop) Move code to task_file_transfer.c 2015-05-05 17:58:37 +02:00
Twinaphex
684a0555ed Move code to tasks/task_http.c 2015-05-05 17:36:58 +02:00
Twinaphex
54550912f5 (Runloop data) Start rearranging code 2015-05-05 09:50:00 +02:00
Twinaphex
56da783f11 Get rid of unused variable 2015-05-05 09:43:22 +02:00
Alcaro
61bfe0d1af Fix race between writing ->thread_inited and ->alive. 2015-05-04 20:33:20 +02:00
twinaphex
9c9e26d70c Add texture_image_set_color_shifts and texture_image_color_convert
to wallpaper_cb function
2015-05-04 10:18:00 +02:00
twinaphex
0704c7f0c7 Create texture_image_color_convert 2015-05-04 10:16:47 +02:00
twinaphex
ef98d02185 Create texture_image_set_color_shifts 2015-05-04 10:13:53 +02:00
twinaphex
498caabfc7 (GL) Buildfix 2015-05-04 10:03:33 +02:00
twinaphex
5d58d290af (GL) Improve VideoCore/Raspberry Pi hack 2015-05-04 10:00:32 +02:00
twinaphex
e4cb891ae7 (GL) Pass context identifier to resolve_extensions 2015-05-04 09:37:26 +02:00
twinaphex
ad0440a343 (GLUI) Use menu_display_update_pending (why are we flagging
framebuffer dirty here BTW? GLUI doesn't use the framebuffer)
2015-05-04 09:22:29 +02:00
twinaphex
dbd0da41a2 (RGUI) Use menu_display_update_pending 2015-05-04 09:16:43 +02:00
Twinaphex
62a0a99a84 Merge pull request #1671 from lakkatv/xmb
Fix a segfault for ctx drivers non implementing image_buffer_init, like ...
2015-05-03 18:30:04 +02:00
Jean-André Santoni
3a56418c38 Fix a segfault for ctx drivers non implementing image_buffer_init, like mali and vivante 2015-05-03 21:34:11 +07:00
Twinaphex
cb31d06c99 Merge pull request #1670 from heuripedes/master
(gl) Fix font rendering when video_font_enable=false
2015-05-03 03:44:05 +02:00
Higor Eurípedes
5bfd910cd1 (gl) Fix font rendering when video_font_enable=false 2015-05-02 22:41:59 -03:00
Twinaphex
42d044a51f Merge pull request #1669 from heuripedes/master
Fix sigsegv and improve font fallback logic
2015-05-03 03:28:28 +02:00
Higor Eurípedes
b85dfec4d4 Fix sigsegv and improve font fallback logic 2015-05-02 22:24:35 -03:00
Twinaphex
846b42300c Merge pull request #1668 from heuripedes/master
(GLUI) Use default font when video.font_enable is false
2015-05-03 03:01:33 +02:00
Higor Eurípedes
04bb18e24d (GLUI) Use default font when video.font_enable is false 2015-05-02 21:59:51 -03:00
twinaphex
e08fecd727 Pass runloop handle to rarch_main_data_active function -
make sure mutex gets unlocked at the end in rarch_main_data_overlay_iterate
even if driver or driver->overlay is NULL
2015-05-03 02:33:33 +02:00
twinaphex
6d89a92952 (Runloop data) Move sleeping function call up - unlock mutex afterwards 2015-05-03 00:49:37 +02:00
twinaphex
b68e4237e9 (Runloop data) Only let data runloop sleep if there is no activity
ongoing
2015-05-03 00:48:23 +02:00
Twinaphex
7356e7f4e7 Merge pull request #1666 from fr500/master
make autoconfig keep searching for an exact match even if a partial matc...
2015-05-02 22:53:34 +02:00
twinaphex
80c5059d43 Revert "(Video) Call gfx_ctx_free from common function - uninit_video_input"
This reverts commit aac304410bf92d009c83633fb11cf0a251c6f881.
2015-05-02 22:53:27 +02:00
Twinaphex
d6a713bb8d Fix some warnings 2015-05-02 19:09:23 +02:00
twinaphex
752849dcb2 (Android) Add VFPv3/VFPv4 flags 2015-05-02 08:08:42 +02:00
twinaphex
4a7fbf728a (Android) Put AInputQueue_hasEvents while loop back 2015-05-02 07:59:06 +02:00