1251 Commits

Author SHA1 Message Date
twinaphex
aca04bed0b (Menu) Cleanups 2015-05-07 05:31:25 +02:00
twinaphex
b95ceeb406 Cleanups 2015-05-07 05:11:37 +02:00
twinaphex
058b1dfdf0 Start using menu_list_get_ptr and menu_navigation_get_ptr 2015-05-07 05:08:34 +02:00
twinaphex
a8e5d98b0c Start using menu_navigation_get_ptr 2015-05-07 05:04:58 +02:00
twinaphex
9441ba5a5d Create menu_navigation_get_ptr 2015-05-07 05:01:55 +02:00
twinaphex
b28a45e7da (menu_setting.c) Simplifications 2015-05-07 04:57:49 +02:00
twinaphex
0b49fe0f22 (menu_list.c) Cleanups 2015-05-07 04:54:49 +02:00
twinaphex
7004451e54 Create menu_list_get_entry 2015-05-07 04:47:32 +02:00
twinaphex
a13442625b Cleanups 2015-05-07 04:37:46 +02:00
twinaphex
ce9d025207 menu_display_setting_label - add logging 2015-05-07 04:33:31 +02:00
twinaphex
bcab96bb77 (Menu) Simplify menu_display_setting_label 2015-05-07 04:28:57 +02:00
twinaphex
dcd203b44d Make menu actions configurable 2015-05-07 03:55:15 +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
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
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
Higor Eurípedes
b85dfec4d4 Fix sigsegv and improve font fallback logic 2015-05-02 22:24:35 -03:00
Higor Eurípedes
04bb18e24d (GLUI) Use default font when video.font_enable is false 2015-05-02 21:59:51 -03:00
Twinaphex
d6a713bb8d Fix some warnings 2015-05-02 19:09:23 +02:00
twinaphex
af9e74bad9 (XMB) Remove unused variables 2015-05-01 17:26:24 +02:00
twinaphex
5e5453488f (Android) Move thread state to android_app 2015-05-01 17:25:26 +02:00
Twinaphex
7845e9b2fb Merge pull request #1665 from heuripedes/build-fixes
Fix build when OpenGL and GLES are disabled
2015-05-01 16:36:23 +02:00
Higor Eurípedes
c554f58dfd Fix build when OpenGL and GLES are disabled 2015-05-01 11:28:53 -03:00
Higor Eurípedes
0bccda75fa (GLUI) Cleanups 2015-05-01 09:38:04 -03:00
Higor Eurípedes
e669d3a512 (XMB) Use the new font functions 2015-05-01 09:05:49 -03:00
Higor Eurípedes
9eefa4eaca (GLUI) Use the new main font functions 2015-05-01 09:02:03 -03:00
Higor Eurípedes
63c9b6e562 (Menu) Add some functions to handle the main menu font 2015-05-01 09:00:03 -03:00
twinaphex
f6586f7cde Implement Core Settings and implement 'Core Supports No Content Enable' 2015-04-28 03:22:04 +02:00
twinaphex
560d28b188 menu_display_update_pending - cleanup 2015-04-27 19:13:09 +02:00
twinaphex
489dc651b5 Cleanups - get_title 2015-04-27 18:57:09 +02:00
twinaphex
0731e8c1fa MOve menu_update_libretro_info to driver.c and make it a static function 2015-04-27 05:38:27 +02:00
twinaphex
5aa422885f (GLUI) Remove dependency on gl_common.h 2015-04-27 05:07:11 +02:00
twinaphex
5a5dc01f8e (menu_display.c) Remove dependency on gl_common.h 2015-04-27 05:05:38 +02:00
twinaphex
015ce797f9 (Menu) Cleanups 2015-04-27 05:00:07 +02:00
twinaphex
5d0da65f91 (XMB) xmb_draw_icon_begin - call shader->use once 2015-04-27 04:55:27 +02:00
twinaphex
6be4345aa1 gl_menu_frame_background - cleanups 2015-04-27 04:44:57 +02:00
twinaphex
b97e880c01 (Menu) Create gl_menu_frame_background 2015-04-27 04:37:45 +02:00
twinaphex
42fc1fb9a8 (XMB) Cleanup 2015-04-27 04:21:39 +02:00
twinaphex
5e75d59894 (XMB) Shows XMB categories again 2015-04-27 04:03:44 +02:00
twinaphex
d6ca2b7e57 (Menu) Create menu_gl_draw_frame 2015-04-27 03:37:04 +02:00
twinaphex
81f3f67232 (XMB) Cleanups 2015-04-27 02:58:50 +02:00
twinaphex
2c0c598b8e (XMB) Fix Select background screen 2015-04-27 02:00:18 +02:00
twinaphex
d0b3aa24c4 (Windows) Buildfix 2015-04-26 23:47:24 +02:00
twinaphex
a9dee4877e Create set_viewport wrapper function - threaded video mode's
set_viewport function does not work yet
2015-04-26 19:46:59 +02:00
twinaphex
b980f5c4de (XMB) Create xmb_draw_frame 2015-04-26 18:17:18 +02:00
twinaphex
17515d66ed Create menu_display_unset_viewport 2015-04-26 18:08:17 +02:00