- Nov 12, 2014
-
-
pokergaming authored
-
- Nov 05, 2014
-
-
Ivica Bukvic authored
*fixed incorrect sizing of an object that used to be valid with a number of connections greater than the new, invalid object name (including empty object) that happens upon retexting the object, as well as during undo and redo.
-
Ivica Bukvic authored
-
- Sep 19, 2014
-
-
Ivica Bukvic authored
*fixed positioning of autopatched objects that were placed immediately below typed objects that have not been activated yet.
-
- 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
*cleaned nlet highlighting code (removed redundant call) *updated TODO *adjusted startmotion offset (may need further tweaking)
-
- Sep 09, 2014
-
-
Ivica Bukvic authored
*provided preliminary solution for parsing $0 inside messages (first need to check if this will cause regressions)
-
Ivica Bukvic authored
-
Ivica Bukvic authored
*fixed consistency check failed: glist_findrtext when enabling gop and dragging its size around with other text objects on the canvas *refined checking of gop size due to its text not being hidden, including after saving it to file (from Untitled to something longer, for instance)
-
- Sep 06, 2014
-
-
Ivica Bukvic authored
*improved drawing logic for all text objects so that they draw themselves during vis process as selected (if they are already selected). This should be the logic for other objects as well: draw yourself normal or selected (check at vis time, only if being drawn for the first time, including after vis 0, followed by a vis 1), and then make sure to tag ourselves as "selected" so that if immediately being displaced, everything indeed follows us as it should.
-
- Sep 02, 2014
-
-
Ivica Bukvic authored
-
- Aug 23, 2014
-
-
Mathieu L Bouchard authored
-
- Aug 17, 2014
-
-
Ivica Bukvic authored
-
- Aug 15, 2014
-
-
Mathieu L Bouchard authored
-
- Aug 01, 2014
-
-
Mathieu L Bouchard authored
-
- Jun 15, 2014
-
-
Ivica Bukvic authored
-
- Jun 09, 2014
-
-
pokergaming authored
-
- Jun 06, 2014
-
-
pokergaming authored
-
- 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)
-
- Apr 15, 2014
-
-
Ivica Bukvic authored
*partial backport of a fix to allow subpatches to be renamed with no arguments without losing their inner content (see g_text setto call). Thanks to Jonathan Wilkes for the bug report.
-
- Apr 02, 2014
-
-
Ivica Bukvic authored
*improved comment resize bar (made it into a dashed box) *improved invalid object outline (box) into a dashed box and made such boxes solid when being edited to distinguish them from comments.
-
- 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
-
- Jan 31, 2014
-
-
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
-
- Dec 31, 2013
-
-
Ivica Bukvic authored
-
- Dec 08, 2013
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
backported comment resize marker, updated it to support pd-l2ork and selection colors, added fix to the resizable objects to support abstractions and subcanvases.
-
- Sep 19, 2013
-
-
Ivica Bukvic authored
-
- Sep 05, 2013
-
-
Ivica Bukvic authored
-
- Sep 01, 2013
-
-
Ivica Bukvic authored
clean-up plus an ugly hack for autopatching to trigger getscroll (for some reason tkpath either draws out-of-order and therefore does not execute getscroll when asked or there is something else amiss that is yet to be determined). For the time being we force getscroll 100ms after autopatch.
-
- Aug 28, 2013
-
-
Ivica Bukvic authored
first stab at porting core GUI to tkpath with SVG goodness. new scrollbars that will hopefully put an end to the old painful scrollbar nonsense. pdtk_tip clean-up and improvements. tons of other small bug fixes. a number of issues/wishlists still exist before the next big release: *improve g_array lower/raise to use new functionality (BUG! doesn't match any items) *scalar is drawn behind at first *Scope~ window name "h16ffd10" already exists in parent (likely resize hook) *Change appearance of the resize hook *better getrect for scalars inside plot? *reenable bgerror and t_tkcmd catch *Clean-up and merge cyclone documentation
-
- Aug 24, 2013
-
-
Ivica Bukvic authored
-