371 Commits

Author SHA1 Message Date
Higor Eurípedes
615b8b39f1 (GLUI) Cleanup glui_render_menu_list() 2015-07-15 20:55:53 -03:00
Higor Eurípedes
9b019dbc1e (GLUI) Always query dpi 2015-07-15 20:55:53 -03:00
Higor Eurípedes
eb406c7a91 (GLUI) Add more appropriate glui->ticker_limit calculation 2015-07-15 20:55:53 -03:00
Higor Eurípedes
f43be22e2d (GLUI) Turn font loading failure into an error 2015-07-15 20:55:53 -03:00
twinaphex
fedc1b4337 (GLUI) Faster ticker speed 2015-07-15 04:55:57 +02:00
twinaphex
8b791c64a1 (kivutar) Add inertia 2015-07-15 03:04:44 +02:00
twinaphex
59cf91980c (PS3) Make GLUI the default menu driver now 2015-07-14 16:21:08 +02:00
twinaphex
e85de903b8 (GLUI) Enygmata GLUI improvements 2015-07-14 00:38:16 +02:00
Twinaphex
ce18d5b099 Revert "(GLUI) Fix scrolling" 2015-07-13 22:05:14 +02:00
Higor Eurípedes
8d284624ce (GLUI) Fix scrolling 2015-07-12 21:10:34 -03:00
twinaphex
5a5e3951ff Use custom typedefs for glui too, and move typedefs to gfx/video_common.h 2015-07-12 06:14:01 +02:00
twinaphex
c697923eb6 Create video_common.c 2015-07-12 05:30:04 +02:00
twinaphex
6bb0d87d87 Rename gl_font_raster_block to gfx_font_raster_block 2015-07-12 04:07:06 +02:00
twinaphex
527c0c29d4 Rename gl_coords to gfx_coords 2015-07-12 03:57:06 +02:00
twinaphex
14b6a6636b Create menu_video.c 2015-07-09 18:39:40 +02:00
twinaphex
387d687ef9 (MSVC) Some MSVC buildfixes 2015-07-09 00:24:10 +02:00
twinaphex
54e6048cd2 (GLUI) Indenting nits 2015-07-08 17:26:51 +02:00
twinaphex
cbc79e0d67 Start adding preliminary bundle extraction code 2015-07-08 16:45:04 +02:00
twinaphex
039ba91c48 Add mechanism so that task_database informs the menu driver that
we need to refresh the horizontal list. Kivutar; make the icons
work again after we do a horizontal list refresh
2015-07-08 01:01:41 +02:00
twinaphex
f2a608b131 Create menu_environ callback 2015-07-08 00:37:44 +02:00
twinaphex
a07c8cd551 Remove unused variable 2015-07-07 20:13:22 +02:00
Twinaphex
ff06f20251 Merge pull request #1922 from lakkatv/glui
(GLUI) Use dpi on mobile platforms only. For desktop, remain proporti…
2015-07-07 20:09:51 +02:00
Jean-André Santoni
be51f54ab5 (GLUI) remove that reference to 1920, and use a ratio such as the font size will be 32px on a 1920x1080 display like on XMB 2015-07-08 01:01:28 +07:00
Jay McCarthy
231a5ea250 protect against crash in ios simulator (presumably because display is off) 2015-07-07 11:16:48 -04:00
Higor Eurípedes
08c759a16e (GLUI) Remove early return in glui_frame()
This is not needed anymore as CPU usage has been greatly reduced by
changes introduced in the last 4-6 weeks.
2015-07-06 19:33:28 -03:00
Jean-André Santoni
457ffd3dd8 (GLUI) Use dpi on mobile platforms only. For desktop, remain proportional to screen width like XMB. 2015-07-07 01:36:53 +07:00
Jean-André Santoni
b45441d4c9 (GLUI) Scale all widgets to the screen width in windowed mode. Re-layout in context reset. 2015-07-06 19:38:34 +07:00
twinaphex
43c1c1e7ac (GLUI) Refactor some code 2015-06-30 18:53:57 +02:00
twinaphex
96c119bb1d Move retroarch_logger.h to libretro-common/include 2015-06-30 00:38:10 +02:00
twinaphex
c74631e2c7 (Menu) Cleanup warnings in CXX_BUILD mode 2015-06-26 13:47:36 +02:00
twinaphex
293c915438 (RGUI/GLUI) Cleanups 2015-06-25 08:26:59 +02:00
twinaphex
45e008d3b0 (Menu/intl) Create MENU_VALUE_BACK 2015-06-25 07:15:19 +02:00
Higor Eurípedes
f167a416f1 (menu_animation) Add tween tagging support 2015-06-23 13:27:53 -03:00
Higor Eurípedes
5ae64becbd (GLUI) Fix pagination rendering 2015-06-22 18:01:56 -03:00
Higor Eurípedes
cfe57b8442 (Menu) Fix some menu_entries_get_start() checks 2015-06-22 14:50:03 -03:00
twinaphex
819723be06 Move '_refresh' functions to menu_entries.c 2015-06-16 03:03:20 +02:00
twinaphex
d66db000c6 Create wrappers for accessing menu->begin 2015-06-16 01:59:26 +02:00
Higor Eurípedes
fd705e72d3 (GLUI) Keep menu->begin up to date for faster list traversal 2015-06-15 20:19:49 -03:00
Higor Eurípedes
a0af98ded7 (GLUI) Avoid some implicit memsets in glui_frame() 2015-06-15 20:19:49 -03:00
twinaphex
ab1c5f95f1 Create menu_driver_list_get_selection 2015-06-15 19:00:52 +02:00
twinaphex
0c4ac61b38 (Menu) Cleanups 2015-06-15 17:34:12 +02:00
twinaphex
3139f13612 (Menu) Cleanups 2015-06-15 02:37:32 +02:00
twinaphex
58d7c0fd3b Move some more variables to menu_animation_t 2015-06-15 01:50:57 +02:00
twinaphex
70cf98eadc Move menu->dt, menu->cur_time and menu->old_time to menu_animation_t 2015-06-15 01:40:03 +02:00
twinaphex
6a2b871f16 Create menu_display_get_ptr 2015-06-14 15:34:05 +02:00
twinaphex
bff61a9485 (Menu) Create menu_animation_get_ptr 2015-06-13 23:23:29 +02:00
twinaphex
84a1885786 Create menu_input_get_ptr 2015-06-13 22:57:55 +02:00
twinaphex
10e44ab252 Go through menu_frame_buf_t pointer getter 2015-06-13 17:06:03 +02:00
twinaphex
d4cbc7695a Go through menu_navigation_t pointer 2015-06-13 16:22:05 +02:00
twinaphex
b31723236d (Menu) Cleanups 2015-06-13 00:09:09 +02:00