- 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)
-
- 23 Jul, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 06 Jun, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 04 Jun, 2016 4 commits
-
-
Jonathan Wilkes authored
port a031e3b64f725c8cb3274b5ef3ff0e27a36222f5 from Pd-l2ork: fixed parsing of @pd_extra and @pd_help names in filenames
-
Jonathan Wilkes authored
port 9ab1b10476bca7e3998d5bf907296979dfc6e558 from Pd-l2ork: fixed regression where canvaslist was not properly stored
-
Jonathan Wilkes authored
port e814c4d586c52fe9a6a39a58947df1870e04e986 from Pd-l2ork: updated load/init/closebang to match the new spec
-
Jonathan Wilkes authored
-
- 03 Jun, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 25 Jan, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 22 Jan, 2016 1 commit
-
-
Jonathan Wilkes authored
*Reverted http://sourceforge.net/p/pure-data/pure-data/ci/97851b3c44b2b3839069928d90ca6185de4455c5/ as it disables ability to address abstractions via scripting (needs further testing to figure out why was this disabled in the first place and then later reverted by Miller) *fixed way of vis-ing GOP-enabled abstractions via script
-
- 20 Jan, 2016 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 18 Jan, 2016 1 commit
-
-
Jonathan Wilkes authored
fix regression with [pd] not respecting new box dimensions when renaming to [pd foo]. Also, comment out more sys_vgui calls in g_canvas.c
-
- 07 Jan, 2016 1 commit
-
-
Jonathan Wilkes authored
fix iemguis and canvas scalehandle to track mouse position instead of delta-- this fixes a bug when the mouse goes below the minimum dimensions. Plus, some more cleanup of the scalehandle code
-
- 06 Jan, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 28 Dec, 2015 1 commit
-
-
Jonathan Wilkes authored
add boilerplate for keeping track of toplevel Pd canvases in the GUI. While the GUI knows all the open windows, it can't tell the difference between a Pd toplevel and a subpatch. I'm not sure why the difference is important, but this interface supplies that info to the GUI.
-
- 24 Dec, 2015 1 commit
-
-
Jonathan Wilkes authored
further refined legacy mode to match both iemgui and graph-on-parent objects.
-
- 22 Dec, 2015 1 commit
-
-
Jonathan Wilkes authored
second draft of iemgui handles--- still some bugs when switching between canvas gop rect and iemguis
-
- 20 Oct, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 20 Sep, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 18 Sep, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 11 Sep, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 10 Sep, 2015 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 16 Aug, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 09 May, 2015 1 commit
-
-
user authored
-
- 08 May, 2015 1 commit
-
-
user authored
-
- 18 Apr, 2015 1 commit
-
-
pokergaming authored
-
- 15 Apr, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 13 Mar, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 06 Mar, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 13 Feb, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 05 Oct, 2014 1 commit
-
-
pokergaming authored
* properly escaped "boxtext" output * output expanded args for canvasinfo "args"
-
- 17 Sep, 2014 1 commit
-
-
Ivica Bukvic authored
-
- 10 Sep, 2014 1 commit
-
-
Ivica Bukvic authored
-
- 09 Sep, 2014 2 commits
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
*fixed consistency check failed: glist_findrtext when enabling gop and dragging its size around with other text objects on the canvas *refined checking of gop size due to its text not being hidden, including after saving it to file (from Untitled to something longer, for instance)
-
- 06 Sep, 2014 2 commits
-
-
Ivica Bukvic authored
*improved drawing logic for all text objects so that they draw themselves during vis process as selected (if they are already selected). This should be the logic for other objects as well: draw yourself normal or selected (check at vis time, only if being drawn for the first time, including after vis 0, followed by a vis 1), and then make sure to tag ourselves as "selected" so that if immediately being displaced, everything indeed follows us as it should.
-
Ivica Bukvic authored
*added ability to do shift+home and shift+end to select text inside objects *fixed manual resizing of subpatches which did not work in the current implementation.
-
- 04 Sep, 2014 1 commit
-
-
Ivica Bukvic authored
-