Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Strong Undo/Redo
#2
Yes, they are. From the source code:

For undo:
Code:
/*
 * this function continues to undo as long as it only sees certain
 * undo types, in particular visibility changes.
 */

For redo:
Code:
/*
 * this function continues to redo as long as it only sees certain
 * undo types, in particular visibility changes.  Note that the
 * order of events is set up to make it exactly reverse
 * gimp_image_strong_undo().
 */


So it is mostly about skipping visibility changes in the undo stack.
Reply


Messages In This Thread
Strong Undo/Redo - by migf1 - 07-01-2020, 08:37 PM
RE: Strong Undo/Redo - by Ofnuts - 07-02-2020, 07:08 AM
RE: Strong Undo/Redo - by migf1 - 07-02-2020, 09:59 AM

Forum Jump: