562715dbf2
build, app: depend on GEGL-0.4.26
2020-08-02 22:37:55 +02:00
dac5718af2
autotools,app: depend on GEGL 0.4.24
2020-06-07 21:24:40 +02:00
1c1e3de7c2
app, configure: depend on babl-0.1.78
2020-06-07 20:34:19 +02:00
8da94a5751
app, menus: add gegl:lens-blur to Filters -> Blur
...
gegl:lens-blur simulates an out-of-focus lens blur.
(cherry picked from commit 323355a708
)
2020-06-02 23:29:12 +03:00
670078dba8
build,app: depend on babl-0.1.76
2020-05-27 15:17:46 +02:00
3bc1d6a31a
app: add gegl:focus-blur to Filters -> Blur
...
gegl:focus-blur blurs the image around a focal point. It can be
used to create fake depth-of-field effects.
Add a prop-gui constructor which uses a FOCUS controller to control
the focus geometry.
(cherry picked from commit 60d4d25b93
)
2020-05-15 00:50:01 +03:00
8e96c6c1b2
app, menus: add gegl:variable-blur to Filters -> Blur
...
gegl:variable-blur applies a blur with a per-pixel radius
controlled by a mask.
(cherry picked from commit 721f2d8c27
)
2020-05-15 00:49:57 +03:00
b6a777cb9d
app, menus: add gegl:bloom to Filters -> Light and Shadow
...
(cherry picked from commit 74b0d2ad14
)
2020-03-23 21:31:57 +02:00
bf8f004b15
configure.ac: require glib >= 2.56.2
...
Recent code changes depend on 2.56 symbols, and no one seemed to
complain for 2.10.18, so let's just bump the requirement.
Furthermore, 2.56.0 and 2.56.1 have a Windows-specific bug we were
testing for, so let's just bump straight to 2.56.2.
2020-03-08 12:30:29 +02:00
2d671cf5f7
Revert "configure.ac, app: temporarily revert GEGL dependency to 0.4.22 for release"
...
This reverts commit 6bed57abe2
.
2020-02-23 19:28:02 +02:00
6bed57abe2
configure.ac, app: temporarily revert GEGL dependency to 0.4.22 for release
...
... and work around the missing gegl_buffer_share_storage() API in
gimp:replace.
2020-02-22 22:28:11 +02:00
0b80a0d068
Makefile.am: require GEGL >= 0.4.23
...
(cherry picked from commit 401745e62a
)
2020-02-20 13:03:33 +02:00
6149c81042
app,autotools: depend on GEGL-0.4.22
2020-02-18 22:03:41 +01:00
9c654d8386
app,autotools: depend on babl 0.1.74 and GEGL 0.4.20
2020-01-17 17:06:35 +01:00
775d3b1099
configure,app: depend on babl-0.1.72
...
(cherry picked from commit fe3e945154
)
2019-10-27 06:54:09 +02:00
2fde53eef1
configure. app: depend on gegl-0.4.18
2019-10-27 01:43:54 +02:00
ed1d5364a4
app, menus: add gegl:normal-map to Filters -> Generic
...
(cherry picked from commit 6adf77e13a
)
2019-10-23 20:04:49 +03:00
75ab528105
build, app: require babl-0.1.68 or newer
...
(cherry picked from commit 23ade7b80b
)
2019-07-25 23:15:13 +02:00
5b5374c8fb
app: add gegl:mean-curvature-blur to Filters -> Blur
...
(cherry picked from commit ed64fda6e5
)
2019-07-19 14:42:11 +02:00
d503212f9d
app: add gegl:newsprint to Filters -> Distorts
...
and add a custom GUI constructor that does nothing special (yet).
(cherry picked from commit d718da27a8
)
2019-07-17 18:31:33 +02:00
12b8d75ff1
app: add gegl:bayer-matrix and gegl:linear-sinusoid to the menus
...
in Filters -> Render -> Pattern. Also depend on GEGL from git.
(cherry picked from commit 928b85d25c
)
2019-06-28 15:50:40 +02:00
4abf2306b3
build: depend on babl-0.1.66
...
(cherry picked from commit b3dcb5aaac
)
2019-06-12 21:36:44 +02:00
e51d7b122d
depend on babl-0.1.64
...
(cherry picked from commit a3f2d734a7
)
2019-05-25 19:56:18 +02:00
ec067b83ad
configure.ac: require GEGL >= 0.4.16
...
(cherry picked from commit 29d575c033
)
2019-05-08 04:22:48 -04:00
7c7eb399b7
build,app: require GEGL-0.4.14
...
(cherry picked from commit dde7108584
)
2019-03-01 14:48:01 +01:00
67efe67ed8
build,app: require babl-0.1.62
2019-03-01 14:46:52 +01:00
0f4cbb070f
configure.ac: require babl >= 0.1.61
...
(cherry picked from commit b24cc6e7fa
)
2019-01-01 19:24:42 +01:00
ac4ded137f
configure.ac: require GEGL >= 0.4.13
...
(cherry picked from commit 43e3939d4a
)
2018-11-24 11:05:10 -05:00
6f61a7d431
configure.ac: require babl >= 0.1.60
...
(cherry picked from commit 3821ce4bcd
)
2018-11-15 12:56:13 -05:00
20a1a31fc4
configure/app: depend on GEGL 0.4.12
...
(cherry picked from commit a39b4abfbc
)
2018-10-23 14:39:43 +02:00
02936d9303
configure/app: depend on GEGL-0.4.10
2018-10-18 18:32:24 +02:00
793ae3f771
configure/app: depend on babl-0.1.58
2018-10-18 18:32:24 +02:00
d7fa835cd3
app: don't sanity check for "gegl:matting-levin".
...
My previous commit answers the forever question "do we want to require
this?" which was in comments and can now be removed.
We don't need to actually require this operation for running GIMP, as it
runs fine without. Just testing in configure is enough of a warning for
the missing feature.
(cherry picked from commit 97247f41ea
)
2018-09-17 19:51:22 +02:00
bc4bf58be3
configure.ac: require GEGL >= 0.4.9
...
(cherry picked from commit f1ff239d68
)
2018-08-19 17:40:08 -04:00
b03709ab5e
configure/app: depend on GEGL 0.4.8
2018-08-18 15:26:46 +02:00
2c553da7eb
configure/app: depend on babl 0.1.56
...
(cherry picked from commit 3d464e03b4
)
2018-08-15 23:58:00 +02:00
e10d5852c1
app: add gegl:long-shadow to the menus
...
(cherry picked from commit 537bf4ec6a
)
2018-08-09 19:03:06 -04:00
e1e637c238
app: keep sanity/blacklist gegl op lists alphabetically sorted
...
(cherry picked from commit b6c56a6ae9
)
2018-08-09 19:03:06 -04:00
3712e688f2
configure/app: depend on GEGL 0.4.6
...
(cherry picked from commit cb132d2a97
)
2018-08-07 02:42:47 -04:00
c1ec74badc
configure/app: depend on babl 0.1.54
...
(cherry picked from commit 5fdcc0dfbb
)
2018-08-07 02:42:47 -04:00
a88c0ffb93
Change the license URL from http://www.gnu.org/licenses/ to https://
2018-07-11 23:47:19 +02:00
6ac4c48d9a
app: add gegl:stereographic-projection (little planet) to the menus
...
(cherry picked from commit a96264b1b7
)
2018-07-05 09:54:16 -04:00
9d53af65fd
configure.ac: require GEGL >= 0.4.5
...
(cherry picked from commit 450e61f853
)
2018-07-05 09:54:16 -04:00
964e5b4336
configure.ac: require GEGL >= 0.4.4
...
(cherry picked from commit a62fdce55a
)
2018-07-04 12:46:28 +02:00
66ce32c8cb
configure.ac: require babl >= 0.1.52
...
(cherry picked from commit 7aa4273806
)
2018-07-02 20:08:47 +02:00
2ba1b8d465
configure.ac: require babl >= 0.1.51
...
(cherry picked from commit 5139a46602
)
2018-06-05 04:39:54 -04:00
444899b82c
configure.ac: require GEGL >= 0.4.3
...
(cherry picked from commit d5cab08215
)
2018-06-05 04:33:09 -04:00
9ebf36f873
configure.ac: require babl >= 0.1.50
2018-05-20 15:24:33 +02:00
5a6b00ea86
Revert "depend on babl-0.1.50"
...
This reverts commit 0aec661cda
which accidentially deleted the start of configure.ac
2018-05-20 15:23:23 +02:00
0aec661cda
depend on babl-0.1.50
2018-05-20 10:56:36 +02:00