341 Commits

Author SHA1 Message Date
twinaphex
5188b3cc56 (Menu) Don't need menu_type_is anymore in menu display drivers 2014-09-16 04:21:31 +02:00
twinaphex
b857890d1e (Lakka) Fixes 2014-09-16 01:36:28 +02:00
twinaphex
a09e04f679 Split up driver_menu.h into three separate header files -
for menu display API, menu backend API, and menu driver general API
2014-09-16 00:52:07 +02:00
Jean-André Santoni
2836d19052 (Lakka) Display a black background if no png background supplied 2014-09-16 00:18:14 +02:00
twinaphex
46055eb47b (GLUI) Silence warnings 2014-09-15 22:29:30 +02:00
twinaphex
5ad098cdf9 (GLUI) Turn box_message into char variable of fixed size 2014-09-15 20:02:50 +02:00
Twinaphex
f89690a252 (GLUI) Silence warning 2014-09-15 18:26:56 +02:00
twinaphex
9e132a0c24 (Lakka) build fix 2014-09-15 17:32:05 +02:00
Twinaphex
e1ddd908fe Merge pull request #1020 from lioncash/leak
Fix a few memory leaks
2014-09-15 17:31:24 +02:00
Lioncash
d1f908b8f8 Fix a few memory leaks
Also guard against calloc failure in lakka_init.
2014-09-15 11:29:30 -04:00
Jean-André Santoni
353f7d2c1e (GLUI) Display message boxes 2014-09-15 12:36:52 +02:00
twinaphex
89676e8424 Add Playlist Directory path setting 2014-09-15 04:12:41 +02:00
Twinaphex
416307fcd3 (OSX) Add GLUI to OSX solution 2014-09-15 01:35:23 +02:00
twinaphex
eff9bf17a8 Reimplement menu toggle in menu - now remembers last menu
(Disp) Menu display drivers shouldn't influence control flow
of menu, so take this out and move menu toggle control flow
to menu_backend driver
instead
2014-09-14 18:07:00 +02:00
twinaphex
2d64c7aa8f (Menu) Uniquely name png_texture_load in lakka and glui 2014-09-14 15:17:03 +02:00
Twinaphex
da977ed676 Merge pull request #1010 from lakkatv/lakka
(GLUI) Display a background image if found
2014-09-14 13:51:37 +02:00
Jean-André Santoni
54f2953608 (GLUI) Display a background image if found 2014-09-14 10:32:35 +02:00
twinaphex
295434151b (D3D) Change dir to gfx/d3d 2014-09-14 06:45:47 +02:00
twinaphex
259d75fa6e (GLUI) Fix Savestate load/save and resume 2014-09-14 05:57:53 +02:00
Lioncash
3912b3fee4 retroarch_logger: Append the calling function name to the log message.
Makes tracing back a little easier.
2014-09-13 20:02:53 -04:00
Jean-André Santoni
07e57aa1f9 (GLUI) Fixes black overlay and some positionning 2014-09-13 22:45:38 +02:00
Twinaphex
4b9f85fe37 (GLUI) Refactor code 2014-09-13 06:25:41 +02:00
Jean-André Santoni
8172a0ff59 (GLUI) Fix missing quit entry 2014-09-13 04:28:01 +02:00
Jean-André Santoni
4920af94f5 (GLUI) Adapt to font size 2014-09-13 04:21:48 +02:00
Jean-André Santoni
42e15bea37 (GLUI) Use two column layout 2014-09-13 03:58:26 +02:00
Jean-André Santoni
a67a9f0a61 (GLUI) Use two column layout 2014-09-13 03:56:59 +02:00
Jean-André Santoni
0839b1f41c (GLUI) Allow use of non monospaced fonts 2014-09-13 03:34:59 +02:00
Higor Eurípedes
91fea130eb (Lakka) Shut valgrind up 2014-09-12 17:26:26 -03:00
Higor Eurípedes
85cef84bd4 (driver.c) Add driver_video_resolve()
This function returns the real video driver data when threaded video is
in use.
2014-09-12 17:26:26 -03:00
Higor Eurípedes
d6de5773b5 (Lakka) Make some globals static 2014-09-12 17:26:26 -03:00
Higor Eurípedes
48f4a96605 (Lakka) Stop initialization if gl is not active 2014-09-12 14:42:59 -03:00
twinaphex
b65e16254c (D3D) Go through wrapper for SetViewport 2014-09-12 18:01:32 +02:00
twinaphex
a4e6af8234 (GLUI) Take out '>' for selected item 2014-09-12 07:19:09 +02:00
Lioncash
be12253243 Fix some more possible null pointer dereferences 2014-09-12 00:30:53 -04:00
Jean-André Santoni
8b01b78123 (Lakka) Allow editing some boolean, uint and float settings 2014-09-11 22:07:41 +02:00
Lioncash
4e0b25d0fc Remove some dead stores 2014-09-11 09:30:40 -04:00
twinaphex
75d2e13dcb Make drivers non-const 2014-09-11 07:06:20 +02:00
twinaphex
66a1c32028 (Menu) Fix video_font_path option 2014-09-11 05:48:35 +02:00
twinaphex
ee24b40c1a (GLUI) Fix warnings 2014-09-11 04:42:31 +02:00
Jean-André Santoni
075659723f (GLUI) Fix disp_set_label 2014-09-11 04:22:30 +02:00
Twinaphex
57dd0c3ad6 Merge pull request #969 from lakkatv/glui
(GLUI) GL based RGUI display driver clone
2014-09-11 04:12:59 +02:00
Jean-André Santoni
5e433abf8b (GLUI) GL based RGUI display driver clone 2014-09-11 04:07:07 +02:00
twinaphex
7b27cda61b (RMenu) Build fix 2014-09-11 01:59:28 +02:00
twinaphex
30b31e3c45 (Menu/Disp) Fix core name representation 2014-09-11 01:57:25 +02:00
Twinaphex
307c552b2a Merge pull request #968 from lakkatv/lakka
(Lakka) Savestate switching
2014-09-11 00:38:26 +02:00
Jean-André Santoni
0301b924ca (Lakka) Savestate switching 2014-09-11 00:09:53 +02:00
Twinaphex
e945192c35 Merge pull request #967 from lakkatv/lakka
(Lakka) Fix subitems allocation
2014-09-10 23:16:03 +02:00
Jean-André Santoni
eb2c735ba3 (Lakka) Fix subitems allocation 2014-09-10 23:13:19 +02:00
twinaphex
176951cc5f (Menu) Add more MENU_FILE_* types 2014-09-10 20:59:16 +02:00
twinaphex
3af183dfe3 (Menu) Create two new types - MENU_FILE_SHADER and MENU_FILE_SHADER_PRESET 2014-09-10 18:36:35 +02:00