- Mar 09, 2014
-
-
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
-
- Dec 31, 2013
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
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.
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Dec 30, 2013
-
-
Ivica Bukvic authored
*fixed improper paste location for scalars due to incorrect casting of t_scalar to t_text to retrieve its x and y positions
-
- Dec 29, 2013
-
-
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.
-
Ivica Bukvic authored
-
Ivica Bukvic authored
*Ported open_via_helppath from pd to fix inability to open help files when starting pd-l2ork from the doc/5.reference folder.
-
- Dec 13, 2013
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
cleaned-up gpio external dependencies and supporting build script. made disis_gpio external into a comprehensive object for all things gpio, including pwm (both hardware and software) with sarcduino-like formatting and verbose output. The external requires sudo due to required access to /dev/mem and /sys/class/gpio
-
- Dec 09, 2013
-
-
Ivica Bukvic authored
*forced array graphs to keep GOP/hidetext under all circumstances (later update properties window so that the GUI reflects this rather than printing info in the console)
-
Ivica Bukvic authored
*removed unnecessary logic for keeping carriage returns to avoid having an empty line at the top of the console after clearing console
-
Ivica Bukvic authored
*forced hidetext on all gop arrays to make its resizing sane. Later update properties to reflect lack of this option.
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-