29480 Commits

Author SHA1 Message Date
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
150d05c160 Not sure why it tried to call input_overlay_free twice in a row 2016-05-27 04:09:46 +02:00
Twinaphex
af4d085632 Merge pull request #3036 from lakkatv/master
(Menu) Fixes a menu toggle bug
2016-05-26 22:51:31 +02:00
Jean-André Santoni
72e67acec0 (Menu) Fixes a menu toggle bug 2016-05-26 22:45:01 +02:00
Twinaphex
b81b5b0dfe Revert "playlist.c - prevent logically dead code -a nd also try to prevent memleak"
This reverts commit a1034716e1f30b506a5d549c50270018d10e9fe5.
2016-05-26 22:22:30 +02:00
twinaphex
bd5c0effa4 Revert "playlist_free_entry - cleanups"
This reverts commit 96244064383e41867db62043912ee4fb36ac19d5.
2016-05-26 22:17:42 +02:00
Twinaphex
5a7ab3a394 Revert "Free before doing strdup"
This reverts commit 189f8d58ecc8fd75a7038a29ac04eb8dc8ef20ef.
2016-05-26 22:07:03 +02:00
twinaphex
189f8d58ec Free before doing strdup 2016-05-26 22:03:37 +02:00
twinaphex
1d632e26fe Add missing file 2016-05-26 20:52:27 +02:00
twinaphex
584ec83840 Start adding internal network retropad core hooks 2016-05-26 19:43:15 +02:00
twinaphex
d6a36f3768 configuration.c - fix unchecked return value 2016-05-26 18:17:31 +02:00
twinaphex
a1034716e1 playlist.c - prevent logically dead code -a nd also try to prevent memleak 2016-05-26 18:12: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
142dd82067 (input_overlay.c) Prevent dereference after null check 2016-05-26 17:35:46 +02:00
twinaphex
e297da1b71 Take out this call to prevent another memory leak 2016-05-26 17:34:44 +02:00
twinaphex
4f98cf05f4 Fix uninitialized scalar variable warnings 2016-05-26 17:32:27 +02:00
twinaphex
0f954fd4c8 Resource leaks fixes (catched by Coverity) 2016-05-26 17:26:55 +02:00
twinaphex
9624406438 playlist_free_entry - cleanups 2016-05-26 16:37:39 +02:00
Twinaphex
a816d150b1 Merge pull request #2857 from RobLoach/patch-1
Add documentation for libretro-db compilation
2016-05-26 16:17:54 +02:00
Twinaphex
427c73e7fd Merge pull request #3034 from sronsse/fixes_for_team
task overlay: Fix memory leak caused by overlay being loaded multiple…
2016-05-26 08:20:39 +02:00
Sebastien Ronsse
5366e88d1b task overlay: Fix memory leak caused by overlay being loaded multiple times 2016-05-26 16:14:34 +10:00
twinaphex
7d12408f24 x11_create_input_context - prevent memleak 2016-05-26 07:34:25 +02:00
twinaphex
4981cc65c9 Try to call snd_config_update_free_global after every call to
snd_pcm_close to prevent apparent memory leaks
2016-05-26 07:19:54 +02:00
Twinaphex
f0157dea52 Merge pull request #3033 from sronsse/fixes_for_team
task image: Fix memory leak occurring for images loading non-progress…
2016-05-26 06:51:57 +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
20cc877ad3 (PS3) Cleanup warnings 2016-05-26 06:41:28 +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
Sebastien Ronsse
093b009422 task image: Fix memory leak occurring for images loading non-progressively 2016-05-26 14:32:25 +10: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
twinaphex
2f7684c743 (Android) Cleanups 2016-05-25 16:03:32 +02:00
twinaphex
7859868ffc (RPNG) Dehardcode return values 2016-05-25 15:24:18 +02:00
Andrés
a27849cbfa Merge pull request #3031 from sronsse/fixes_for_team
rjpeg: Fix invalid read/writes during JPEG RGBA to ARGB conversion
2016-05-25 01:15:40 -05:00
Sebastien Ronsse
58328fa2b0 rjpeg: Fix invalid read/writes during JPEG RGBA to ARGB conversion 2016-05-25 15:57:01 +10:00
radius
b6b2fdfaa6 comment out xbox 360 & dualshock hacks that are not needed anymore, friendly labels can be applied on the autoconf files instead 2016-05-25 00:47:01 -05:00