5160 Commits

Author SHA1 Message Date
twinaphex
63af59a198 Add HAVE_LANGEXTRA 2016-06-07 06:05:41 +02:00
Twinaphex
d5db2a940a Merge pull request #3083 from fr500/nuklear
[nk] allow picking core and content on demo window
2016-06-07 02:24:16 +02:00
radius
afe68b2a62 [nk] allow picking core and content on demo window 2016-06-06 19:22:43 -05:00
Twinaphex
23064f0590 Merge pull request #3081 from fr500/nuklear
Nuklear update
2016-06-07 00:03:36 +02:00
twinaphex
883d9ff6b5 Add HAVE_SHADERPIPELINE define 2016-06-07 00:00:28 +02:00
radius
9777ea933f [nk] move function to nk_menu 2016-06-06 16:44:32 -05:00
radius
8ce0f9cf0a [nk] remove some nk references, fix carriage returns 2016-06-06 16:42:22 -05:00
radius
4dd7bc4f72 [nk] add themes 2016-06-06 16:37:41 -05:00
Twinaphex
3e3ceba9aa Merge pull request #3079 from fr500/nuklear
implement file selector
2016-06-06 06:14:19 +02:00
radius
5721ce16e9 [nk] implement file selection 2016-06-05 23:00:04 -05:00
radius
7b43376dfb [nk] implement file selection 2016-06-05 22:57:41 -05:00
radius
6009d4a8b6 [nk] implement file selection 2016-06-05 22:56:13 -05:00
radius
d8890b486a [nk] implement extension filtering 2016-06-05 22:32:07 -05:00
radius
2667289d45 [nk] implement directory sorting 2016-06-05 22:26:19 -05:00
radius
fafb5cc272 [nk] remove windows carriage returns 2016-06-05 22:18:39 -05:00
radius
fa3fee12e9 [nk] add initial dir for file picker 2016-06-05 22:18:20 -05:00
twinaphex
a6175a3989 (menu_cbs_ok.c) Fix explicit NULL dereferenced warnings 2016-06-05 19:04:59 +02:00
twinaphex
553ff7f69f Prevent calling menu_setting_find if 'label' is NULL 2016-06-05 18:41:19 +02:00
twinaphex
c61748d2a0 (menu_input.c) Fix 'explicit null dereferenced' 2016-06-05 18:40:09 +02:00
Twinaphex
86b35c8ff2 Merge pull request #3069 from fr500/undo
Undo savestate/loadstate
2016-06-05 01:19:35 +02:00
radius
20540a8f42 add menu entry for undo save state 2016-06-04 14:34:06 -05:00
Twinaphex
be96ad0932 Merge pull request #3063 from Alexandre-Garcia/improve_translation_pt
Undoes the translation of the tabs, which is causing problems.
2016-06-03 21:03:09 +02:00
Alexandre Garcia
f9098208a0 Undoes the translation of the tabs, which is causing problems in the menu, and adds translation to remote retropad item 2016-06-03 14:33:47 -03:00
twinaphex
e9cf351c67 Move settings around for User Interface -
(config_file) Try to get rid of forward declarations
2016-06-03 06:43:11 +02:00
radius
7fb9ec5223 remove stray comment 2016-06-02 23:34:21 -05:00
radius
a86cf6b99d initial implementation of undo save state 2016-06-02 23:33:52 -05:00
twinaphex
07932bff3e Use retro_common_api.h 2016-06-03 05:49:46 +02:00
twinaphex
8486bf0058 Prevent uninitialized scalar variable warnings 2016-06-03 05:35:30 +02:00
twinaphex
63b3f30112 Cleanups 2016-06-03 05:32:18 +02:00
twinaphex
ddc3c2adcc Cleanup print_buf_lines 2016-06-03 05:30:06 +02:00
Twinaphex
75ad88e171 Cleanups 2016-06-03 05:09:54 +02:00
twinaphex
a5dbae0505 Cleanups 2016-06-03 04:59:12 +02:00
twinaphex
36e33bde90 Cleanup 2016-06-03 04:21:19 +02:00
twinaphex
c2dd8b884e Cleanups 2016-06-03 04:18:28 +02:00
twinaphex
3b83b6d030 Fix uninitialized scalar variable warnings 2016-06-03 04:12:18 +02:00
twinaphex
21bc56aa04 Fix uninitialized scalar variable warnings 2016-06-03 04:02:27 +02:00
twinaphex
79c94513ec Fix 'dereference before null check' 2016-06-02 20:56:13 +02:00
twinaphex
d8b3597455 menu_cbs_deferred_push.c - Fix 'array compared against 0' 2016-06-02 20:51:27 +02:00
twinaphex
f1160f19b3 Fix uninitialized scalar variable warnings 2016-06-02 20:49:25 +02:00
Alexandre Garcia
9f4a6bbae2 Improve translation PT 2016-06-02 11:16:10 -03:00
twinaphex
c7acb4658b Fix 'pointer to local outside scope' 2016-06-01 05:26:45 +02:00
twinaphex
da7f6a2a3b Prevent more warnings 2016-06-01 05:18:59 +02:00
twinaphex
da6ac4aae7 Fix explicit NULL dereferenced warnings 2016-06-01 04:05:14 +02:00
twinaphex
9bb8c41ff6 Fix uninitialized scalar variables warnings 2016-06-01 03:23:38 +02:00
twinaphex
5b52098c54 Reimplement verbosity 2016-05-31 04:42:04 +02:00
twinaphex
e8eb0ef013 Change invocation of task_content_push 2016-05-27 19:34:07 +02:00
twinaphex
ccd5b2f73d Add 'Start Remote Gamepad' entry 2016-05-27 19:18:46 +02:00
twinaphex
7d26034ebe Rename rarch_task_* to task_* 2016-05-27 18:14:47 +02:00
twinaphex
49f050b386 Move config_replace to configuration.c 2016-05-27 16:42:20 +02:00
Andre Leiradella
d791da9507 undefined debug macros 2016-05-27 00:06:03 -03:00