185 Commits

Author SHA1 Message Date
Twinaphex
64e2a8134b Merge pull request #858 from lakkatv/lakka
(Lakka) Better way to prevent offscreen drawing
2014-08-08 17:07:03 +02:00
Jean-André Santoni
85666a1cba (Lakka) Better way to prevent offscreen drawing
Also removes a workaround, better transparency handling, fade out the arrow, fade out the items
2014-08-08 11:52:14 +02:00
twinaphex
266e3e0051 file_list_get - return rarch_settings_t * 2014-08-08 07:58:07 +02:00
Jean-André Santoni
c14067e9fc (Lakka) Icon and labels placement adjustments 2014-08-07 18:40:43 +02:00
Jean-André Santoni
0b52bd86f0 (Lakka) Responsive menu 2014-08-01 15:11:40 +02:00
twinaphex
cac003f2ab (Frontend) Add User Options menu - add User Language setting
(Libretro) Add RETRO_ENVIRONMENT_GET_LANGUAGE - expose language
to libretro core so it can do personalization. Will be used for
PPSSPP
2014-08-01 07:00:32 +02:00
twinaphex
bca57d827b Move file_list.c outside of frontend/menu 2014-07-26 18:31:34 +02:00
Jean-André Santoni
ae01143c18 (Lakka) Fix global opacity transition 2014-07-24 14:00:56 +02:00
Jean-André Santoni
92ceaf98e5 (Lakka) Background and labels display fixes 2014-07-23 14:44:44 +02:00
twinaphex
d1a85b6d95 Take out HAVE_SCREENSHOTS everywhere 2014-07-22 03:22:18 +02:00
Jean-André Santoni
dde645fa50 (Lakka) Use systemname for lakka menu icons 2014-07-21 22:40:21 +02:00
Jean-André Santoni
284d18046f (Lakka) Fix theme path 2014-07-20 19:56:41 +02:00
Jean-André Santoni
1f6d86ebcc (Lakka) Fix theme path 2014-07-18 21:43:48 +02:00
Jean-André Santoni
d46bd44a7c (Lakka) Use theme font 2014-07-18 06:57:24 +02:00
Jean-André Santoni
21fc2e303f (Lakka) theme switching 2014-07-18 06:25:04 +02:00
Jean-André Santoni
d3262521eb (Lakka) Use texture as background 2014-07-13 23:08:27 +02:00
Themaister
15c35d7e44 Fix texture_image_load/free. 2014-06-17 17:44:48 +02:00
Jean-André Santoni
86d2216860 (Lakka) Fix label positionning 2014-06-14 14:24:54 +02:00
twinaphex
97c5b9976d (Menu) Change some RGUI references to Menu 2014-06-13 18:47:24 +02:00
twinaphex
a7cb3e22a7 (Menu) Replace some more RGUI strings 2014-06-10 02:44:19 +02:00
twinaphex
966db762cf (Menu) More replacement of namespace prefix 'rgui' with 'menu' 2014-06-10 02:06:10 +02:00
twinaphex
639e6dbe33 (Menu) Make distinction between menu and RGUI more clear - RGUI is just
the display layer driver now
2014-06-10 01:42:26 +02:00
Themaister
c1c7b6aec3 Fixup Win32/Xbox font_params_t. 2014-06-09 13:13:57 +02:00
Themaister
52b21a41c6 Remove some commented out code in lakka. 2014-06-09 12:59:51 +02:00
Themaister
f118817fae Fixups to Lakka fonts. 2014-06-09 12:44:48 +02:00
Themaister
186f5a9513 Lakka builds again. 2014-06-09 12:24:23 +02:00
twinaphex
ca0415bc2c (Lakka) Further refactorings - turn textures into struct array 2014-06-06 07:26:14 +02:00
twinaphex
edd8a9d3f7 (Lakka) Put gluint textures into array 2014-06-06 06:22:16 +02:00
twinaphex
f0c521c353 (Lakka) Cleanups 2014-06-06 05:35:20 +02:00
twinaphex
87935687f4 (Lakka) Cleanups 2014-06-06 03:59:35 +02:00
twinaphex
e91bcd5f6d (Lakka) Cleanups 2014-06-05 21:31:29 +02:00
twinaphex
6ee52ffd2e (Lakka) Goes over subitems now too to remove GL textures 2014-06-05 21:24:58 +02:00
twinaphex
17b5b55314 (Lakka) Style nits 2014-06-05 20:09:53 +02:00
twinaphex
a23b1ad2d7 (Lakka) Better separation of code logic and display code -
disp/lakka.c should only be concerned with 'rendering' things to
the screen - and backend  driver should actually implement the
logic
2014-06-04 22:29:00 +02:00
twinaphex
e9e6c51368 (Lakka) Fix segfault 2014-06-03 16:32:00 +02:00
Jean-André Santoni
314a27d5bf (Lakka) Add callbacks to tweens, and fade the in menu when possible 2014-06-03 11:55:23 +02:00
Jean-André Santoni
365fded925 (Lakka) Store the content icons in the category to save ram 2014-06-03 02:20:24 +02:00
Jean-André Santoni
f2ce3fcbae (Lakka) Code refactoring and performance improvements 2014-06-02 23:57:31 +02:00
Jean-André Santoni
36eaf74a2e (Lakka) Fix a performance issue in lakka_frame when displaying a submenu 2014-06-02 21:15:12 +02:00
Jean-André Santoni
70b58f26fd (Lakka) Display some fake settings 2014-06-02 16:34:17 +02:00
twinaphex
5d68975d0a (Menu) Add Frontend and Core Performance Counters 2014-06-01 23:54:26 +02:00
Jean-André Santoni
b3da7c1a4b (Lakka) Fix active item label 2014-06-01 22:37:05 +02:00
Themaister
88a0fa81c2 Fix perf counter offset. 2014-06-01 20:08:10 +02:00
twinaphex
df53c6b6e7 (Menu) Add Performance Counters Option. TODO - when in Performance
Counters menu, should update values in real-time
2014-06-01 18:45:03 +02:00
Jean-André Santoni
9e3e3180d8 (Lakka) Init textures and labels in context_reset and destroy them in context_destroy 2014-06-01 17:07:03 +02:00
twinaphex
16350367b7 (360) Build fixes 2014-06-01 02:33:43 +02:00
twinaphex
1e73dcfb1d (Lakka) Some cleanups 2014-06-01 01:08:39 +02:00
Themaister
79bd141839 Don't pass useless argument to set_texture().
Be more defensive in rmenu texture upload.
2014-06-01 00:20:54 +02:00
twinaphex
ea49c5ecae Revert "(RMenu) Take out menu_texture_inited bool"
This reverts commit 36820347b3de8fd28f1c9288d8a521ca123bb0f4.
2014-05-31 23:47:35 +02:00
Themaister
f1b3252193 Don't init assets from init.
Rename to context_reset/context_destroy and let the driver init/uninit
step signal the menu when the context is going down and coming up.
2014-05-31 23:24:46 +02:00