- 21 Feb, 2019 1 commit
-
-
Jonathan Wilkes authored
-
- 31 Jan, 2019 1 commit
-
-
Jonathan Wilkes authored
-
- 24 Jan, 2019 1 commit
-
-
Jonathan Wilkes authored
-
- 30 Dec, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 10 Feb, 2018 1 commit
-
-
Also fix a type mismatch in dropdown widget (g_text.c) and add an error check in ALSA audio (s_audio_alsamm.c).
-
- 30 Oct, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 22 Oct, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 02 Jul, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 01 Feb, 2017 1 commit
-
-
Albert Gräf authored
-
- 30 Jan, 2017 1 commit
-
-
Jonathan Wilkes authored
-
- 04 Jun, 2016 1 commit
-
-
Jonathan Wilkes authored
port c6771297b6f03887034c5f121d3dbf701623ab87 from Pd-l2ork: the big Vanilla forward port won't compile without this commit
-
- 03 Jun, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 12 Feb, 2016 1 commit
-
-
Jonathan Wilkes authored
-
- 22 Aug, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 17 Aug, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 16 Aug, 2015 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 22 May, 2015 1 commit
-
-
user authored
got a very early working version that does _all_ object text editing (arrow keys, selection, etc.) in the GUI. (However, it still depends on g_rtext.c for doing everything else.)
-
- 15 May, 2015 1 commit
-
-
user authored
-
- 09 May, 2015 1 commit
-
-
user authored
-
- 13 Mar, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 13 Feb, 2015 1 commit
-
-
Jonathan Wilkes authored
-
- 29 Sep, 2014 1 commit
-
-
pokergaming authored
-
- 23 Aug, 2014 1 commit
-
-
Mathieu L Bouchard authored
-
- 20 Aug, 2014 1 commit
-
-
Mathieu L Bouchard authored
-
- 15 Aug, 2014 1 commit
-
-
Mathieu L Bouchard authored
-
- 11 Aug, 2014 1 commit
-
-
pokergaming authored
-
- 05 Aug, 2014 1 commit
-
-
Mathieu L Bouchard authored
-
- 03 Aug, 2014 1 commit
-
-
Mathieu L Bouchard 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 2 commits
-
-
Ivica Bukvic authored
-
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.)
-
- 17 Mar, 2014 1 commit
-
-
Ivica Bukvic authored
*cannot create two structs on the same canvas (otherwise how would you know which one you are talking to)? *fixed regression where arbitrary font sizes were not honored by the drawsymbols and drawnumbers *other minor clean-ups *adjusted help file to reflect the new approach to font sizes
-
- 07 Jan, 2014 1 commit
-
-
Ivica Bukvic authored
*fixed bug where with JOC enabled in subpatch this only works for the bbox of the array, not the entire window *made intelligent offset to various forms of array representations so that scrubbing with mouse accurately applies to closest points *disabled drawing of a GOP rectangle inside GOP array window *disabled ability to insert objects inside a subpatch with an array
-
- 31 Dec, 2013 1 commit
-
-
Ivica Bukvic authored
added Jonathan's revision of the array properties and options with fixed font sizes and other minor fixes. LINGERING PROBLEM: array does not redraw (only after apply does it re-appear). Likely shouldvis problem.
-
- 29 Dec, 2013 1 commit
-
-
Ivica Bukvic authored
*fixed incorrect getrect when selecting a plot with scalars at each point (see setsize-help.pd). This was a regression from an earlier "fix" (see https://github.com/pd-l2ork/pd/commit/f0916f85a11894a43067d5b07ae5f8eea2b2c1b9#diff-5ff2b78bd60b3b9c36db43b8d5f5c168). The latest code does not exhibit the said problem so this should be all ok. *fixed embedded scalars at each plot point not being selected for displacement with tag due to clumsy way of labeling them. This is achieved by adding scalar arg to the parentvisfn which also alters g_canvas.h spec but also makes things more streamlined.
-
- 19 Sep, 2013 1 commit
-
-
Ivica Bukvic authored
-
- 31 Aug, 2013 1 commit
-
-
Ivica Bukvic authored
-
- 30 Aug, 2013 1 commit
-
-
Ivica Bukvic authored
*better getrect for scalars inside plot/array (entire points are now selectable instead of arbitrary rectangle around the object)
-
- 28 Aug, 2013 1 commit
-
-
Ivica Bukvic authored
forgot to include another file and additional improvements to the previous commit, including improved tofront/back behavior (apart from lingering bugs)
-