bcc44a08b1
app: fix indentation in gimpmaskundo.h
...
(cherry picked from commit 4db566f0e1 )
2019-01-20 10:33:56 -05:00
8324aeba82
app: align mask-undo buffer to tile grid
...
In GimpMaskUndo, align the copied region to the source buffer's
tile grid, so that all copied tiles are COWed.
(cherry picked from commit 7cd768f3d8 )
2019-01-20 10:07:33 -05:00
a88c0ffb93
Change the license URL from http://www.gnu.org/licenses/ to https://
2018-07-11 23:47:19 +02:00
5080da50e6
app: move the undo impl object typedefs out of the *-types.h files
...
They are completely private to the undo system and don't need to
be used anywhere else. Removes some clutter from the typed headers.
2016-05-20 18:29:13 +02:00
f057aa7932
app: rename GimpMaskUndo::convert-precision to ::convert-format
2012-05-02 17:51:20 +02:00
c24ff24311
app: when converting an image's precision, don't forget the selection mask
2012-05-02 17:51:19 +02:00
3975a5e1e7
app: keep the undo mask around as GeglBuffer, not TileManager
...
which is our first pure GeglBuffer storage, so this code counts
as completely ported \o/
2012-05-02 17:45:50 +02:00
d9b5207aa2
Change licence to GPLv3 (and to LGPLv3 for libgimp).
...
2009-01-17 Michael Natterer <mitch@gimp.org >
* all files with a GPL header and all COPYING files:
Change licence to GPLv3 (and to LGPLv3 for libgimp).
Cleaned up some copyright headers and regenerated the parsers in
the ImageMap plugin.
svn path=/trunk/; revision=27913
2009-01-17 22:28:01 +00:00
9020afcf22
renamed these files...
...
2007-01-30 Michael Natterer <mitch@gimp.org >
* app/core/gimpchannelundo.[ch]: renamed these files...
* app/core/gimpmaskundo.[ch]: ...to these. We'll need the name
GimpChannelUndo for something else later.
* app/core/Makefile.am
* app/core/core-types.h
* app/core/gimpimage-undo-push.c: changed accordingly.
svn path=/trunk/; revision=21819
2007-01-30 22:53:18 +00:00