- Oct 07, 2014
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
*updated most of the audio API to the latest version (with the exception of ALSA and JACK which are partial until our improvements can be merged and/or new implementation of JACK thoroughly tested to ensure we like its default behavior)
-
git://github.com/pd-l2ork/pdIvica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
*removed text editor since now pd-l2ork's facility for editing text inside object boxes is adequate enough not to require a full-fledged editor
-
Ivica Bukvic authored
-
- Oct 06, 2014
-
-
pokergaming authored
Patch put on tracker for Pd-extended, but I thought I'd go ahead and commit here, too
-
- Oct 05, 2014
-
-
pokergaming authored
-
pokergaming authored
This change allows gobjs to be pointed to by gpointers. This makes it possible to improve the interface for the *info objects, as they can pass around lists of gpointers to refer to objects/canvases. This is better than using index numbers and canvas levels, which is cumbersome and in some cases much slower (since a walk through the glist is required each time to find the referrent for an index).
-
pokergaming authored
-
pokergaming authored
* properly escaped "boxtext" output * output expanded args for canvasinfo "args"
-
- Oct 03, 2014
-
-
pokergaming authored
-
- Sep 29, 2014
-
-
Ivica Bukvic authored
*added new files from the latest pure-data/externals/maxlib tree to git (missing files resultted in a failed build)
-
pokergaming authored
-
- Sep 25, 2014
-
-
Ivica Bukvic authored
*fixed regression where cnv objects captured runtime clicks due to pd-l2ork's passing of the click to the topmost visible object, rather than the first clickable object in the stack. This also fixes problems with legacy patches that rely vanilla/extended's assignment of click to the lowest, and as is the case with s-env-help.pd in s-abstractions, invisible object, rather than the one apparent to the user.
-
- Sep 19, 2014
-
-
Ivica Bukvic authored
*finally fixed the memory leak and improved how the newlines are created inside objects (needs further testing)
-
Ivica Bukvic authored
*fixed positioning of autopatched objects that were placed immediately below typed objects that have not been activated yet.
-
Ivica Bukvic authored
-
- Sep 18, 2014
-
-
Ivica Bukvic authored
*fixed inconsistent display of array styles between pd-l2ork and vanilla. LATER consider cleaning this up by adjusting g_canvas.h instead of all these workarounds.
-
- Sep 17, 2014
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
*backported vanilla patch http://sourceforge.net/p/pure-data/pure-data/ci/f535c339c99a74edb3920c2e630500df128b7d8f/
-
- Sep 16, 2014
-
-
Ivica Bukvic authored
-
pokergaming authored
fixed bug with 8x8 click "hotspot" not working correctly on x-axis of garrays
-
- Sep 15, 2014
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
*added sanity check for mknob (a subset of iemgui) to see if selected status would require object to be highlighted (if inside graph-on-parent, it should be silently selected but not visibly selected) *fixed regression where selected variable in the old_g_all_guis.inc did not allow for a value larger than 1-bit, resulting in selected=2 being selected=0
-
Ivica Bukvic authored
-
- Sep 14, 2014
-
-
Ivica Bukvic authored
*TODO: why is alsa's snd_ctl_card_info_free(info) causing double free error (valgrind's "Adress is is 40 bytes inside a block of size 376 free'd)? No clue. But with that call disabled, everything works as it should and valgrind reports no further errors.
-
- Sep 13, 2014
-
-
Ivica Bukvic authored
*fixed preset segfault when doing clear on a hubless node *clean-up
-
- Sep 11, 2014
-
-
Ivica Bukvic authored
*made startmotion more user-friendly by hiding iemgui's handles after initial creation until motion is complete. LATER get rid of this because it is likely to be seen as an interim hack due to determinacy issues between the gui and core engine.
-
- Sep 10, 2014
-
-
Ivica Bukvic authored
*more thorough fix for the preset_node's second object getting incorrectly invisibly connected back to the preset_hub
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
*made K12 object creation more robust (removing susceptibility to relative paths from the current location) *ensured that the ctrl key is released when opening various prompts (there may be possibly others)
-