- Mar 17, 2014
-
-
Ivica Bukvic authored
-
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
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Mar 15, 2014
-
-
Ivica Bukvic authored
-
- Mar 14, 2014
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Mar 13, 2014
-
-
Ivica Bukvic authored
fixed findrtext consistency check error with 2+ level embedded gop scalars (may need further testing for regressions)
-
Ivica Bukvic authored
first step at cleaning up nested-gop bug (still need to work on scaling the objects to properly fit nested gop xy range)
-
Ivica Bukvic authored
-
- Mar 10, 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
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
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
-
Ivica Bukvic authored
added dynamic getscroll call whenever a scalar is altered to ensure proper updating of the srollbars
-
Ivica Bukvic authored
-
Ivica Bukvic authored
*fixed segfault (affects all flavors) where creating an expr object with more than MAX_VARS variables (currently set to 9) crashed pd when freeing the object. Example: create [expr 1;2;3;4;5;6;7;8;9;10] as opposed to [expr 1;2;3;4;5;6;7;8;9]. Former crashes when being freed (destroyed), while latter doesn't.
-
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?
-
- Feb 23, 2014
-
-
Ivica Bukvic authored
-
- Feb 05, 2014
-
-
Ivica Bukvic authored
-
- Feb 04, 2014
-
-
Ivica Bukvic authored
additional improvements and fixes for regressions introduced in the last mega-patch by Jonathan Wilkes
-
- Jan 31, 2014
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Jan 29, 2014
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
fixed segfault regression in 4.datatructures/05.array.pd example where clicking on the scalar array in a subpatch would cause a segfault
-
- Jan 19, 2014
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Jan 18, 2014
-
-
Ivica Bukvic authored
*experimental: disabled flow control as per http://article.gmane.org/gmane.comp.multimedia.puredata.general/24447
-
- Jan 15, 2014
-
-
Ivica Bukvic authored
made mouse click logic ignore comments at runtime to allow clicks to be sent to proper objects that may be under the comments
-
Ivica Bukvic authored
-
- Jan 07, 2014
-
-
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
-
- Jan 02, 2014
-
-
Ivica Bukvic authored
-