114 Commits

Author SHA1 Message Date
Themaister
7344bfe9c6 Some font option tweaks. 2014-04-08 16:13:44 +02:00
twinaphex
e779681528 Add Privacy Options 2014-04-06 22:59:16 +02:00
twinaphex
a40e942280 Add frame function to menu_ctx_driver_t struct 2014-04-01 04:45:00 +02:00
twinaphex
aadb940da8 Move menu_context.c code into driver.c 2014-04-01 04:12:41 +02:00
twinaphex
6064511cc2 Move menu_ctx variable over to driver struct 2014-04-01 04:03:55 +02:00
Themaister
6eb349dca6 Remove passing around video_data inside RGUI.
Makes very little sense to add cruft to the interface
when it also risks using an invalidated video_data ...
2014-03-25 10:19:02 +01:00
twinaphex
01f02568b2 (360/Menu) Implement render_messagebox through custom message
queue
2014-03-09 18:26:30 +01:00
twinaphex
b16f3f9bca (XUI) Implement populate_entries 2014-03-08 06:15:52 +01:00
twinaphex
f512ba76d1 (XDK) Rename xdk_d3d_video_t to d3d_video_t 2014-03-07 20:17:25 +01:00
twinaphex
36716706c2 (Menu) Pass video_data pointer to menu functions 2014-03-07 06:28:49 +01:00
twinaphex
fb48a9e356 (XDK D3D) refactors 2014-03-05 22:10:36 +01:00
twinaphex
b3729d589a (XUI / 360) Set fullscreen viewport for RMenu XUI 2014-03-05 19:03:25 +01:00
twinaphex
1e37515e2f (XDK D3D) Rename d3d_render_device member to dev 2014-03-05 06:05:48 +01:00
twinaphex
a225beb4e5 (XUI) menu_iterate_xui updated 2014-03-05 03:55:16 +01:00
Themaister
86fa251cd5 Use menu_ticker() implementation for core information. 2014-03-04 10:04:49 +01:00
twinaphex
7d178d015a (XUI) Add RGUI_SETTINGS_CORE_INFO 2014-03-03 06:48:09 +01:00
AndresSM
10d90176e1 Add core information menu 2014-03-03 00:22:28 -05:00
twinaphex
049cc408fc (XUI) Cleanups 2014-03-03 00:25:22 +01:00
twinaphex
ef4b5192ab (360 RXUI) Take out XM_CONTROL_NAVIGATE and XM_NOTIFY 2014-03-03 00:22:38 +01:00
twinaphex
ca8aa77a6b (XUI) Show menu labels 2014-03-02 22:52:48 +01:00
twinaphex
23489132b3 (Menu) VERY WIP - Netplay options. Still lacks way to input a
name/IP address/port with a keyboard callback - also state
bringing up/teardown will need to be handled
2014-03-02 04:46:26 +01:00
Themaister
2cd51db6c0 Move file_list.c to frontend/menu.
Doesn't belong in top-dir.
2014-03-01 11:41:00 +01:00
twinaphex
bbb9de2712 (XUI) Update labels #2 2014-03-01 00:01:11 +01:00
twinaphex
5440704503 (XUI) Update labels 2014-02-28 23:40:37 +01:00
twinaphex
189b043bb7 (XDK360) Build fixes 2014-02-28 21:24:39 +01:00
twinaphex
db32d8a344 (RXUI) Cleanups 2014-02-28 21:15:16 +01:00
twinaphex
5a17ec7210 (Rmenu XUI) Entries get filled in now - now to get internal
state sync right between menu_common and RMenu XUI representation
2014-02-28 20:43:49 +01:00
twinaphex
6922a1ac0f (XDK 360) Take out all subscreens 2014-02-28 19:22:32 +01:00
twinaphex
36ccecf152 (XDK360) Take out fetch_directory_entries 2014-02-28 19:16:23 +01:00
twinaphex
4c22d1063d (360) Add HAVE_RMENU_XUI hooks to file_list.c 2014-02-28 19:07:30 +01:00
twinaphex
dd7a4b4128 (RMenu XUI) Stub rmenu_xui_render 2014-02-28 17:51:26 +01:00
twinaphex
123d58df72 (Rmenu) Rename render_background to rmenu_render_background 2014-02-28 16:43:41 +01:00
twinaphex
6daf8a1d4f (Menu) Make input_postprocess part of menu_ctx_driver_t 2014-02-28 01:44:03 +01:00
twinaphex
8bcb4cf72b (Menu) Reduce namespace conflicts 2014-02-28 01:34:10 +01:00
twinaphex
84f3513c2f (Lakka) Change glTexParameterf to glTexParameteri 2014-02-26 21:36:25 +01:00
twinaphex
b58fa92cfc (Lakka) Build fixes 2014-02-26 21:17:50 +01:00
twinaphex
9d311a8f9e (Lakka) Add unfinished Lakka menu display driver 2014-02-26 21:10:39 +01:00
twinaphex
631b1709d8 (RMenu) Fix some labels 2014-02-25 21:00:33 +01:00
twinaphex
be10872f7d Revert "(RMenu) Refactor rmenu"
This reverts commit 6e8e22a458eaafa10af381133eb5edcf16cbb6ae.
2014-02-25 19:21:20 +01:00
twinaphex
6e8e22a458 (RMenu) Refactor rmenu 2014-02-25 19:05:46 +01:00
twinaphex
7064845e0e (Menu) Move all uncategorized remaining options to 'General Options' 2014-02-25 18:09:29 +01:00
twinaphex
21901b2dd5 (RGUI) Fix labels for submenus 2014-02-25 16:44:09 +01:00
aliaspider
5ce55a8dfa (PSP) add alignement requirement to menu_framebuf in rgui.c 2014-02-23 18:32:46 +01:00
aliaspider
bf3ad47cbe (PSP) fix up RGUI colors. 2014-02-18 22:01:04 +01:00
twinaphex
6be640f656 (XDK 360) Avoid warnings 2014-01-10 21:22:24 +01:00
twinaphex
f23e41bd17 Safety checks for accessing video_poke function pointers 2014-01-08 19:42:42 +01:00
twinaphex
0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
twinaphex
0e54989a61 (XDK1) RMenu build fix 2013-12-31 20:50:24 +01:00
Themaister
0d3428ad15 Add texture_image_free().
Cleans up deinit code for textures.
2013-12-31 19:16:29 +01:00
twinaphex
fb41b96515 (360) Get to linkable state again 2013-12-29 06:06:23 +01:00