|
|
763062890b
|
app: fix wrong initialization in gimp_operation_{grow,shrink}_process()
s/radius_x/radius_y/ in the max buffer initialization. Lead to
occasional wrong results when radius_y > radius_x.
|
2016-06-24 01:14:51 +00:00 |
|
|
|
3232f38697
|
app: align gimp_operation_shrink_process() with 2.8
radius_x/radius_y got swapped in a few spots, which lead to
segfaults and such when they weren't equal.
|
2016-06-24 01:14:51 +00:00 |
|
|
|
249041d927
|
Bug 732698 - Select > Shrink/Grow/Border not working in GIMP master
Always pass level = 0 to gegl_buffer_set(). This actually makes a
difference since GEGL's level processing got some fixes.
|
2014-07-03 20:47:02 +02:00 |
|
|
|
7ac385caec
|
app: port the mask shrink and grow operations from u8 to float
|
2013-08-24 19:08:48 +02:00 |
|
|
|
7101ee191a
|
app: move all GEGL operations to new directory app/operations/
|
2012-05-10 21:22:44 +02:00 |
|