- 08 Sep, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 07 Sep, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 05 Sep, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 01 Sep, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 30 Aug, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 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:748...
-
- 24 Aug, 2016 3 commits
-
-
Jonathan Wilkes authored
we just hide the "apply" button
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 23 Aug, 2016 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 20 Aug, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 13 Aug, 2016 3 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
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
-
- 26 Jul, 2016 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 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 3 commits
-
-
Jonathan Wilkes authored
-
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.
-
Jonathan Wilkes authored
replacing literal "+" must come first
-
- 19 Jul, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 14 Jul, 2016 7 commits
-
-
Jonathan Wilkes authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
Cosmetic GUI changes: Reduce label font size in dialogs, enlarge prefs dialog window to fix bad line breaks in prefs dialog.
-
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
-
- 09 Jul, 2016 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
This appears to be some complex bug with the @font-face rule in Chromium. The only surefire workaround I've found so far is to base64-encode the font and include it in a css file.
-