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
twinaphex
01c9d033ae
(GX) Build fixes
2014-09-12 22:12:41 +02:00
Twinaphex
49052ee6a8
Merge pull request #986 from timostrunk/zip_support
...
Zip support and Fixes
2014-09-12 21:36:36 +02: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
Timo Strunk
6386bfdb14
Menu now loads file from carchive correctly in the cases of deferred core and the standard case (like MENU_FILE_PLAIN)
2014-09-12 17:52:16 +02:00
Timo Strunk
8d3e89cc7e
Use pathname_short representation in menu_entries.c to allow for correct viewing of compressed paths in history list
2014-09-12 17:49:31 +02:00
Timo Strunk
11b63cbe3d
Merge remote-tracking branch 'upstream/master' into zip_support
2014-09-12 17:06:41 +02:00
twinaphex
a4e6af8234
(GLUI) Take out '>' for selected item
2014-09-12 07:19:09 +02:00
Twinaphex
0e2282185f
Merge pull request #983 from lioncash/derefs
...
Fix some more possible null pointer dereferences
2014-09-12 06:49:07 +02:00
twinaphex
85f0db5bad
(Menu) Create menu_action_setting_driver and have Lakka and RGUI both
...
use it
2014-09-12 06:46:43 +02:00
Lioncash
be12253243
Fix some more possible null pointer dereferences
2014-09-12 00:30:53 -04:00
twinaphex
33750bc046
(Lakka) Indent/style nits
2014-09-12 06:29:39 +02:00
twinaphex
f5e523a8c3
Refactor/rename menu_action.c functions
2014-09-12 06:04:02 +02:00
twinaphex
050a6b9571
(Lakka) Only perform menu actions if MENU_ACTION_LEFT/MENU_ACTION_RIGHT/
...
MENU_ACTION_START/MENU_ACTION_OK is pressed
2014-09-12 05:57:27 +02:00
twinaphex
4a14658278
(Menu) Split up reusable menu_action code to menu_action.c
2014-09-12 05:54:58 +02:00
twinaphex
d96de429ea
(Menu) Add RARCH_CMD_LOAD_CONTENT_PERSIST
2014-09-12 05:01:24 +02:00
twinaphex
550ebc0e49
(Menu) Fix case where we load content with 'Load Content'
2014-09-12 04:09:01 +02:00
Twinaphex
fd001f6b52
Merge pull request #975 from lioncash/realloc
...
settings_data: Guard against possible realloc/malloc failures
2014-09-12 02:25:14 +02:00
Lioncash
8cf195868e
settings_data: Guard against possible realloc/malloc failures
2014-09-11 20:21:11 -04:00
twinaphex
2263f86b26
Refactor load_menu_content
2014-09-12 01:12:22 +02:00
Jean-André Santoni
8b01b78123
(Lakka) Allow editing some boolean, uint and float settings
2014-09-11 22:07:41 +02:00
Timo Strunk
1e44a4056c
Merge remote-tracking branch 'upstream/master' into zip_support
2014-09-11 18:03:34 +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
f1ccf07603
(Menu) Add type MENU_FILE_DRIVER
2014-09-11 06:28:52 +02:00
twinaphex
35dd24654f
(menu_entries.c) do menu_build_scroll_indices always at the end
...
of the menu_parse_and_resolve function
2014-09-11 06:20:10 +02:00
twinaphex
088f8c2497
(Menu) Refactor driver settings
2014-09-11 06:11:50 +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
5bc3e3ea0a
(Menu) menu_entries.c - Cast file_type to menu_file_type_t
2014-09-11 02:09:04 +02:00