Commit Graph

5137 Commits

Author SHA1 Message Date
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
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
twinaphex
e41efa9849 Cleanup menu_content_find_first_core 2016-05-27 04:41:39 +02:00
twinaphex
a743c779f8 Prevent some 'conditional jump or move depends on unitialised value' warnings 2016-05-27 04:31:02 +02:00
twinaphex
0d271b0ca7 Cleanups 2016-05-27 04:18:27 +02:00
twinaphex
03ded43280 Prevent explicit null dereferenced warnings 2016-05-26 18:09:46 +02:00
twinaphex
a98616b45b Fix explicit NULL dereferenced/dereference before null check warnings 2016-05-26 17:47:21 +02:00
twinaphex
4f98cf05f4 Fix uninitialized scalar variable warnings 2016-05-26 17:32:27 +02:00
twinaphex
023088e618 C89_BUILD fix 2016-05-26 06:50:57 +02:00
twinaphex
befda7bcc9 Some C89 build fixes 2016-05-26 06:49:38 +02:00
twinaphex
ebc8edd2bf Fix CXX_BUILD 2016-05-26 06:46:57 +02:00
twinaphex
c8f1125e20 Take out unused settings variables 2016-05-26 06:37:16 +02:00
twinaphex
9d1273ce58 (Nuklear) Cleanups 2016-05-26 06:34:13 +02:00
twinaphex
7780162d53 (Nuklear) Cleanups 2016-05-26 06:31:58 +02:00
radius
da5fb291a6 [nk] fix selected file name 2016-05-25 23:00:42 -05:00
radius
22de61ff3d [nk] cleanup unused var 2016-05-25 22:35:31 -05:00
radius
e31c53c144 [nk] file picker part 2 2016-05-25 22:32:36 -05:00
radius
a79882bfc8 [nk] file picker part 2 2016-05-25 22:09:14 -05:00
radius
b08aa06779 [nk] start implementing a file picker 2016-05-25 21:09:43 -05:00
radius
ed911fcf27 [nk] add more stub windows 2016-05-25 19:58:16 -05:00
radius
6d7dc34238 [nk] add main window stub 2016-05-25 19:38:20 -05:00
radius
ae1522293e [nk] cleanup 2016-05-25 19:24:53 -05:00
radius
c5c6713489 [nk] cleanup/split window to it's own file 2016-05-25 19:06:54 -05:00
radius
ddeb2b5ac0 organize nuklear files in their own subfolder 2016-05-25 18:45:35 -05:00
radius
abbd269f02 reenable other windows that were removed when the api changed
- need to reimplement checkbox_bool
- need to reimplement the menu bar

but more than anything, needs a design, making a gui without any guidelines will mean we'll end up with a shiny new mess, instead of fixing anything
I can hack stuff together but I am not really a gui designer and it's important at this point
2016-05-25 17:18:00 -05:00