- 18 Jul, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 11 Jul, 2017 3 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
Pd Vanilla commit 98b4959f03f0fd9acfd7c117d8061589504c89e6
-
Jonathan Wilkes authored
This reverts commit 16973649, reversing changes made to 15094e4c.
-
- 25 Jun, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 15 Jun, 2017 1 commit
-
-
Jonathan Wilkes authored
Pd Vanilla commit 98b4959f03f0fd9acfd7c117d8061589504c89e6
-
- 05 Jun, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 28 May, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 04 May, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 22 Mar, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 09 Mar, 2017 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 18 Feb, 2017 1 commit
-
-
Albert Gräf authored
Bump vanilla compatibility version due to an API change in the loader extension interface (rev. b66acec3 in vanilla).
-
- 07 Feb, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 26 Jan, 2017 4 commits
-
-
-
Add a proper Pd-l2ork version number, which serves to identify official releases and the particular Pd-l2ork flavor (1.x for classic Pd-l2ork and 2.x for the nw.js a.k.a. Purr Data version).
-
-
-
- 03 Jun, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 02 Jun, 2016 1 commit
-
-
Jonathan Wilkes authored
port c87e5b00229eb17bac8dc3047cd9d5f4a42c6711 from Pd-l2ork: hopefully made build process require autoconf 2.5 or newer
-
- 16 Feb, 2016 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
add defines for sys_open, sys_close, sys_fopen and sys_fclose as placeholders until the code to handle utf-8 filenames on Windows gets ported
-
- 20 Jan, 2016 1 commit
-
-
Jonathan Wilkes authored
add gui_x for sending hex value inside an array to the gui. Not sure if this is really necessary, but it makes it easy to send a list of open windows for one of the extant interfaces
-
- 12 Dec, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 14 Aug, 2015 1 commit
-
-
Jonathan Wilkes authored
by Gilberto" from pd-l2ork: 50719c4c455291be3ac679486f7e4d72706bd9e4
-
- 24 Feb, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 19 Feb, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 13 Feb, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 29 Sep, 2014 1 commit
-
-
pokergaming authored
-
- 07 Sep, 2014 1 commit
-
-
Ivica Bukvic authored
-
- 28 Aug, 2014 1 commit
-
-
Mathieu L Bouchard authored
-
- 14 Aug, 2014 1 commit
-
-
Mathieu L Bouchard authored
-
- 11 Aug, 2014 1 commit
-
-
Mathieu L Bouchard authored
-
- 11 Jul, 2014 1 commit
-
-
pokergaming authored
-
- 15 Jun, 2014 1 commit
-
-
un authored
-
- 09 May, 2014 1 commit
-
-
Ivica Bukvic authored
*patch to add [group] data structure and supporting fixes (work in progress with lingering bug of being unable to display data structure arrays properly, see tiger.pd demo patch in data structures)
-
- 22 Mar, 2014 1 commit
-
-
Ivica Bukvic authored
- nested plots display properly - plot is vis'd and unvis'd properly when deleting plot or struct - commented out ugly plot_displace hack-- multiple plots should work just fine - separated out garray dependencies into class "old_plot". This way the changes I made don't affect garrays. _Very_ ugly hack, but it was pretty simple to implement and will be easy to remove later. - no crashes when non-existent arrays are entered into a [struct] that has scalars hanging around - template_cancreate ported from 0.45 - added a function to get the offending struct (to use with "Find last error"). Not using it yet, though. + For creating scalars using an object box: - scalar must have initial "float x float y" fields, in that order. This means you can't accidentally type the name of the hidden garray structs and create a scalar. (Nor any other structs that only have a "y" field, etc.) - broken object box returned if the struct has a bogus array template. (Although currently I'm just refusing to create such a struct.)
-
- 09 Mar, 2014 1 commit
-
-
Ivica Bukvic authored
implemented improved version of the g_scalar parsing of owner glist to adopt proper repositioning of scalars.
-
- 23 Feb, 2014 1 commit
-
-
Ivica Bukvic authored
-
- 21 Nov, 2013 1 commit
-
-
Ivica Bukvic authored
-