- Jun 21, 2020
-
-
Guillem Bartrina authored
-
- Jun 20, 2020
-
-
Guillem Bartrina authored
-
Guillem Bartrina authored
-
- Jan 20, 2016
-
-
Jonathan Wilkes authored
-
- Aug 14, 2015
-
-
Jonathan Wilkes authored
from pd-l2ork: ec0538d9729fa14f592bcfdc9ea78cc399efa645
-
- Jun 10, 2015
-
-
user 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.
-
- Sep 13, 2014
-
-
Ivica Bukvic authored
*fixed preset segfault when doing clear on a hubless node *clean-up
-
- Aug 23, 2014
-
-
Mathieu L Bouchard authored
-
- Jun 15, 2014
-
-
un authored
-
- Aug 03, 2013
-
-
Ivica Bukvic authored
fixed elusive problem with undo where actions did not behave properly because of failing to update canvas_undo_name
-
- Nov 18, 2012
-
-
Ivica Ico Bukvic authored
-
- Oct 17, 2012
-
-
Ivica Ico Bukvic authored
-
- Oct 11, 2012
-
-
Ivica Ico Bukvic authored
-
- Aug 04, 2012
-
-
Ivica Bukvic authored
-
- Jul 16, 2012
-
-
Ivica Bukvic authored
-
- Jul 14, 2012
-
-
Ivica Bukvic authored
-
- Mar 03, 2012
-
-
Ivica Ico Bukvic authored
Added undo font size, overhauled font resizing logic (x/y scaling is now bound to font resizing), added zoom option (ctrl+mousewheel), minor code clean-up, dynamic font resize improvements to the tooltip system and improved tooltip arrow appearance.
-
- Mar 02, 2012
-
-
Ivica Ico Bukvic authored
removed selection from the undo queue as it precludes selecting older stuff and pasting it into new stuff (undo -> select old would purge the queue ahead of that undo, so -> redo -> paste would be impossible)
-
- Feb 26, 2012
-
-
Ivica Bukvic authored
-
- Dec 15, 2011
-
-
Ivica Bukvic authored
finished undo implementation, added consistency to how canvas properties window is handled in undo situations, removed debug output.
-
Ivica Bukvic authored
-
Ivica Bukvic authored
more improvements to the cut mechanism. implemented rename function (11th undo action proved unnecessary and is serviced by 10). improved logic of retexting objects so that only those that have changed trigger an undo snapshot.
-
- Dec 14, 2011
-
-
Ivica Bukvic authored
added more improvements to the infinite undo and reworked existing undo actions to conform to the infinite undo model. fixed per-window undo menu updating, finalized undo actions 1,2,3,4,5,9, and 10. Still need 6,7,8 and a new action 11 (namely apply, canvas apply, to front/back, and rename). Also improved paste behavior to make it more user friendly, particularly within the context of infinite undo.
-
- Dec 13, 2011
-
-
Ivica Bukvic authored
major overhaul of existing undo actions to conform to the infinite undo format, changed how undo create functions, started undo recreate, reformatted undo index, a number of minor bug fixes, implemented undo actions index 1,2,4,5, and 9 and started working on 10.
-
- 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.
-
- Dec 11, 2011
-
-
Ivica Bukvic authored
-