- Jul 13, 2015
-
-
Jonathan Wilkes authored
-
- May 15, 2015
- May 09, 2015
-
-
user authored
-
- May 08, 2015
-
-
user authored
-
- Apr 18, 2015
-
-
pokergaming authored
-
- Apr 15, 2015
-
-
Jonathan Wilkes authored
-
- Mar 13, 2015
-
-
Jonathan Wilkes authored
-
- Feb 13, 2015
-
-
Jonathan Wilkes authored
-
- Nov 07, 2014
-
-
pokergaming authored
*added outlet to [draw] to notify for events *added svg-style event mousedown (more to come) *added a "drag" event for convenience (similar to curve_motion) *fixed default strokelinejoin per svg spec *event "bubbling" so that the closest shape to front gets the notification *added "bbox" method to turn off bbox calculation (similar to curve's -n flag) *added a "pointerevents" method per svg-spec *fixed skewx and skewy transforms to use degrees instead of radians
-
- Sep 29, 2014
-
-
pokergaming authored
-
- Sep 17, 2014
-
-
Ivica Bukvic authored
-
- Aug 31, 2014
-
-
Ivica Bukvic authored
*reversed "fix" to a regression made in a previous commit (see commit 28b0256f) and removed the old commit that caused the regression in the first place.
-
Ivica Bukvic authored
*added getscroll after redrawing gop and scalars that have been changed via properties dialog in case their xy positions changed
-
Ivica Bukvic authored
-
- Aug 23, 2014
-
-
Mathieu L Bouchard authored
-
- Aug 20, 2014
-
-
pokergaming authored
keep [drawsymbol] and [drawnumber] from flipping with negative gop scaling default to black fill and no stroke, per svg spec merged transform gui updates with other attributes fixed tags so that array elements display properly
-
- Aug 10, 2014
-
-
pokergaming authored
* suppress redraws for drawing commands if the group that contains them is getting deleted
-
- Aug 07, 2014
-
-
pokergaming authored
* update scalar's array elements when drawing instruction attributes or transform changes
-
- Aug 03, 2014
-
-
Mathieu L Bouchard authored
-
- Aug 02, 2014
-
-
Mathieu L Bouchard authored
-
- Aug 01, 2014
-
-
Mathieu L Bouchard authored
-
- Jul 15, 2014
-
-
pokergaming authored
-
pokergaming authored
-
- Jun 15, 2014
-
-
un authored
-
- Jun 09, 2014
-
-
Ivica Bukvic authored
-
- May 29, 2014
-
-
pokergaming authored
fixed rx and ry methods, update scrollbars when scalar is displaced, and update bbox on changes to visibility and stroke-width
-
- May 23, 2014
-
-
Ivica Bukvic authored
-
- May 09, 2014
-
-
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)
-
- Mar 22, 2014
-
-
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.)
-
- Mar 17, 2014
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
code clean-up and enabling bunch of debugging to hunt down the infinite recursion in the scalar-help.pd (select the left object and observe your own aging process)
-
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
-
Ivica Bukvic authored
-
- Mar 14, 2014
-
-
Ivica Bukvic authored
-
- Mar 09, 2014
-
-
Ivica Bukvic authored
fixed scrolling algorithm for scalars, improved scrolling logic to avoid unnecessary updates, made scrollbars wider (easier to click) and less transparent
-
Ivica Bukvic authored
implemented improved version of the g_scalar parsing of owner glist to adopt proper repositioning of scalars.
-
- Mar 05, 2014
-
-
Ivica Bukvic authored
added dynamic getscroll call whenever a scalar is altered to ensure proper updating of the srollbars
-
Ivica Bukvic authored
*updated latest additions by Jonathan--still need following fixes: 1) enter-leave demos don't work at all (any demo involving enter-leave) 2) crasher in easing is still valid 3) spin-spin-spin crashes pd-l2ork when trying to close the patch while the image is spinning and being animated 4) curve-bbox is still having accuracy issues (tkpath issue) 5) polar clock still exhibits issues of warping curve (tkpath issue) 6) On the 15.events.pd change call is never issued--is this another side-effect of me not applying everything? 7) Is there a 14. patch for ds-tutorials? I didn't find one. 8) in ds-tutorials is gmon.out necessary or is this a stale file?
-