RSS/Atom feed Twitter
Site is read-only, email is disabled

How to use UNDO stack?

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

How to use UNDO stack? =?ISO-8859-1?Q?Jose_Antonio_Mu=F1oz_Montero?= 09 Dec 13:09
  How to use UNDO stack? Bill Skaggs 09 Dec 21:42
How to use UNDO stack? =?ISO-8859-1?Q?Jose_Antonio_Mu=F1oz_Montero?= 14 Dec 13:43
  How to use UNDO stack? Sven Neumann 14 Dec 14:05
=?ISO-8859-1?Q?Jose_Antonio_Mu=F1oz_Montero?=
2010-12-09 13:09:51 UTC (about 14 years ago)

How to use UNDO stack?

Hello.

Sorry for my English. My language is Spanish.

I need to use the Undo stack. How I can use it by manipulating the source code directly? Is it possible to use the Undo stack from source code directly in C?

Thanks for your attention and greetings.

Bill Skaggs
2010-12-09 21:42:17 UTC (about 14 years ago)

How to use UNDO stack?

There is no way to manipulate the undo stack in a plug-in. If you want to do something
with it in the main program, please explain more about what you want to do.

-- Bill

-------------- next part -------------- An HTML attachment was scrubbed...
URL: /lists/gimp-developer/attachments/20101209/bc63d824/attachment.html

=?ISO-8859-1?Q?Jose_Antonio_Mu=F1oz_Montero?=
2010-12-14 13:43:05 UTC (about 14 years ago)

How to use UNDO stack?

Hello.

?There is no way to manipulate the undo stack in a plug-in. If you want to do something
with it in the main program, please explain more about what you want to do.

-- Bill?

The actions to be made on an image is saved in the undo history.As I read, the Undo stack temporarily stores these actions, but do not know in what format. I want to retrieve this data from the Undo stack in a text file.

What is the name of the UNDO stack variable? And how I can use?

Thanks for your attention and greetings.

Sven Neumann
2010-12-14 14:05:15 UTC (about 14 years ago)

How to use UNDO stack?

On Tue, 2010-12-14 at 14:43 +0100, Jose Antonio Mu?oz Montero wrote:

The actions to be made on an image is saved in the undo history.As I read, the Undo stack temporarily stores these actions, but do not know in what format. I want to retrieve this data from the Undo stack in a text file.

That is a misunderstanding. The undo stack stores image states so that you can go back to these states. It doesn't store the actions performed on an image. What you are asking for is not possible with the current undo framework.

Sven