- 25 Aug, 2016 1 commit
-
-
Jonathan Wilkes authored
These bugs were discovered via static code-analysis https://scan.coverity.com/projects/pure-data-pure-data (The CID numbers are the "Coverity IDs" used to identify the various bugs) - Don't free binbuf within glist_readfrombinbuf (CID:74871) - it must be deleted by the caller - Initialize sockaddr_in (CID:74861,74862,74863,74866) - Initialize indelay/outdelay (CID:74864,74865) - Initialize device-arrays (CID:74853,74854,74855,74856) - Closing unneeded sockets (CID:74827) - Initialize sockaddr_in (CID:74860} - Close file-descriptor if the soundfile is unparsable (CID:74822,74823) - Close file-handle in cleanup (CID:74816) - Call va_end() when handling variadic args (CID:74872) - Added missing break (CID:74800) - Prevent NULL-dereferences (CID:74792,74793) - Size checks when copying into string buffers (CID:74844,74845,74846,74847,74849) - Freeing no-more used storage (CID:74832) - Fixed code block (CID:74806) - Initialize sockaddr_in (CID:74860) - Initialize array-values to 0 (CID:74867) - Free allocated memory (CID:74813,74830) - Removed allocation of unused memory - Use pd_free() to free templates (CID:74814) - template_free() does not free the entire structure (it misses the pd_new() part) - initialize variable (CID:77865) - Prevent NULL-pointer dererencing (CID:77864) - Free heap-allocate binbuf after use (CID:74833)
-
- 20 Aug, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 13 Aug, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 01 Aug, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 30 Jul, 2016 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
fixed up dialog, backported some code from Pd-Vanilla 0.46
-
- 24 Jul, 2016 2 commits
-
-
Jonathan Wilkes authored
Move an ifdef with a GUI-messaging side-effect out of the way of an incrementally built gui message. (And possibly a good argument for why the gui_start_vmess interface might be a bad idea...)
-
Jonathan Wilkes authored
fix some nasty regressions with drawnumber and drawsymbol due to Ivica and I overlooking fairly obvious compiler warnings :(
-
- 23 Jul, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 22 Jul, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 20 Jul, 2016 1 commit
-
-
Jonathan Wilkes authored
fix awful regression where deleting the end of a comment, a message, or the trailing arguments of an object didn't actually change the state of the object in Pd.
-
- 14 Jul, 2016 3 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
add my_canvas_class conditional in g_editor.c to disallow resize anchor, since it abuses an extra label handle for resizing.
-
Jonathan Wilkes authored
-
- 11 Jul, 2016 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 10 Jul, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 06 Jul, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 04 Jul, 2016 2 commits
-
-
Jonathan Wilkes authored
* check canvas visibility in iemgui_displace * check visibility before updating scroll in canvas_dofont
-
Jonathan Wilkes authored
-
- 02 Jul, 2016 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 01 Jul, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 29 Jun, 2016 4 commits
-
-
Jonathan Wilkes authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Jonathan Wilkes authored
quick fix for backslashes in legacy tcl commands breaking the GUI parser-- just send "dummy" command arg
-
- 27 Jun, 2016 4 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
escape "\r" coming from Pd before evaluating
-
Jonathan Wilkes authored
also some small formatting fixes
-
- 16 Jun, 2016 1 commit
-
-
Jonathan Wilkes authored
port b64e49c8af118dc953e56967b83cd5fe65f4ebd3 from Pd-l2ork: made cleaner and likely more universal implementation of the bendin fix
-
- 14 Jun, 2016 2 commits
-
-
Jonathan Wilkes authored
add 83fbd4f32f3d2b77b5967e4e6025c3b748a189ae to Pd-l2ork: fixed bendin incorrect value (was range of 0-16383, now is -8192 to 8191)
-
Jonathan Wilkes authored
port 9f5a265fc83fe268b23dcc0393d69a018ed497c5 from Pd-l2ork: Fix broken sys_alsa_putmidibyte() in order to make midiout work on Linux
-
- 10 Jun, 2016 5 commits
-
-
Jonathan Wilkes authored
another kludge-- bring back the code in makefile.mingw to compile everything in extra, and remove the expr~ external files
-
Jonathan Wilkes authored
add x_preset.c and x_magicglass.c back to makefile.mingw-- they were accidentally removed in the big Vanilla backport
-
Jonathan Wilkes authored
very stupid kludge just to get the code to compile on Windows-- this needs to get fixed by a more complete backport of Pd Vanilla's s_path.c code
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 07 Jun, 2016 1 commit
-
-
Jonathan Wilkes authored
-