- 06 Mar, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 01 Feb, 2017 1 commit
-
-
Albert Gräf authored
-
- 18 Dec, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 15 Dec, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 07 Dec, 2016 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
cleanup iemgui dialog form names, replacing dashes with underscores. Fix stray bugs in canvas dialog, and clean up css selector names
-
- 16 Nov, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 27 Oct, 2016 1 commit
-
-
Jonathan Wilkes authored
fix "stale pointer" bug when re-opening a subpatch on a scalar that has an event bound to it. The bug was that the scalar symbol wasn't getting unbound because scalar_vis wasn't getting called.
-
- 19 Oct, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 20 Sep, 2016 1 commit
-
-
Jonathan Wilkes authored
fix #119: store canvas title for later use. This will properly display the title for a dirty canvas in the case where the Pd patch is mutated with a loadbang (and properly other cases, too)
-
- 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
-