- Dec 12, 2011
-
-
Ivica Bukvic authored
implemented first layer of infinite undo (type 8, create only, at this point in time), other undo/redo actions are currently broken until they are implemented accordingly. still need to do repointer and purge_abstraction_actions. Also fixed a small lingering bug in canvas_undo_set_create.
-
Ivica Bukvic authored
-
- Dec 11, 2011
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
fixed memory leak for invisible 2 canvases with templates. they are now being freed when closing pd as they should be.
-
- Dec 09, 2011
-
-
Ivica Bukvic authored
added proper repositioning of objects after they have been cut/deleted followed by an undo/redo which always places them at the end and thus makes redoing of cut buggy as it originally relied on whatever selection one had as opposed to the proper original selection.
-
- Dec 07, 2011
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Dec 02, 2011
-
-
Ivica Bukvic authored
-
- Dec 01, 2011
-
-
Deba Saha authored
-
- Nov 30, 2011
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
Fixed nasty bug where doubly-embedded pd canvases (not abstractions) did not redraw properly (affects all known versions of pd) plus additional clean-up and improvements on the gop redrawing/apply logic including ability to limit minimum size on gop-enabled objects without parents that also do not have hidetext enabled.
-
- Nov 29, 2011
-
-
Ivica Bukvic authored
Further refined auto-resizing logic and improved redrawing of the gop rectangle to account for object text size
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Nov 23, 2011
-
-
Ivica Bukvic authored
added gop move/resize via gui, improved logic on autoresizing objects to accomodate space for nlets (GOP-ed objects with hidden text can be of just abuot any size)
-
- Nov 19, 2011
-
-
Ivica Bukvic authored
Cleaning up code plus attempts at improving script-based dynamic closing/opening of patches (as per Jonathan's request).
-
- Nov 15, 2011
-
-
Ivica Bukvic authored
*Base path (for open/save dialog) is now updated when opening file from the command line to the directory of the file being opened
-
- Nov 14, 2011
-
-
Ivica Bukvic authored
*fixed graph-on-parent enable/disable does not activate undo/redo on the parent window (or the gop-ed patch unless it is open) *improved verifyquit mechanism to accomodate abstractions *fixed bug where hide text value was not properly interpreted by the canvas apply redo/undo *fixed stray stderr tcl/tk errors
-
- Nov 11, 2011
-
-
Ivica Bukvic authored
Removed show-stopping bug in addsemi that was added while debugging segfaults with canvas undo/redo.
-
Ivica Bukvic authored
Cleaned-up paste from external text into canvas feature, enabled the said paste action, and added ability to relocate and resize canvas as part of pasting into an empty canvas. If pasting into a canvas already populated with at least one object, the paste of the said information ignores canvas properties and pastes objects at mouse
-
Ivica Bukvic authored
-
- Nov 08, 2011
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Nov 02, 2011
-
-
Hans-Christoph Steiner authored
-
Ivica Bukvic authored
and even more cleanup (make distclean before committing)... still trying to figure out this git thingy...
-
Ivica Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
Fixed segfault when trying to paste partially copied (and thus erroneous) patch from an external source (e.g. a text editor) where the copied contents contain only "connect" instructions.
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
further fine-tuned the external buffer copy/paste logic to avoid redundant reloading of the clipboard
-
Ivica Ico Bukvic authored
Added universal copy and paste allowing importing of patches by copying and pasting the text directly into the patch. Still need to decide whether auto-resizing of the window is also desirable (there are both pros and cons).
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-