- 07 Oct, 2014 8 commits
-
-
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
-
- 06 Oct, 2014 1 commit
-
-
pokergaming authored
Patch put on tracker for Pd-extended, but I thought I'd go ahead and commit here, too
-
- 05 Oct, 2014 4 commits
-
-
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"
-
- 03 Oct, 2014 1 commit
-
-
pokergaming authored
-
- 29 Sep, 2014 2 commits
-
-
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
-
- 25 Sep, 2014 1 commit
-
-
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.
-
- 19 Sep, 2014 3 commits
-
-
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
-
- 18 Sep, 2014 1 commit
-
-
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.
-
- 17 Sep, 2014 3 commits
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
*backported vanilla patch http://sourceforge.net/p/pure-data/pure-data/ci/f535c339c99a74edb3920c2e630500df128b7d8f/
-
- 16 Sep, 2014 2 commits
-
-
Ivica Bukvic authored
-
pokergaming authored
fixed bug with 8x8 click "hotspot" not working correctly on x-axis of garrays
-
- 15 Sep, 2014 3 commits
-
-
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
-
- 14 Sep, 2014 1 commit
-
-
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.
-
- 13 Sep, 2014 1 commit
-
-
Ivica Bukvic authored
*fixed preset segfault when doing clear on a hubless node *clean-up
-
- 11 Sep, 2014 1 commit
-
-
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.
-
- 10 Sep, 2014 8 commits
-
-
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)
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-