Commit Graph

7 Commits

Author SHA1 Message Date
Ell
ee01702fae app: fix error propagation in boolean GUM grouping subexpressions
(cherry picked from commit bbc0f18953)
2020-06-12 01:35:11 +03:00
Ell
50731ea7f8 app: fix reference parsing in boolean GUM expressions
(cherry picked from commit 5c07bcd1ff)
2020-06-12 01:35:11 +03:00
Ell
252cd8f100 app: fix parsing of GUM cross-property references
(cherry picked from commit 8139836d5d)
2020-06-01 22:40:41 +03:00
Ell
5605e8484c app: in gimp_prop_eval_string(), don't leak result upon trailing tokens
(cherry picked from commit ae801871e5)
2020-06-01 22:40:40 +03:00
a88c0ffb93 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
c9d9b5535b Bug 794023 - Bad/Double free bugs found by scan-build.
In case of error in gimp_prop_eval_parse_reference(), we were obviously
freeing the string which had just been allocated by g_strdup(), not the
pointer to this string.
Thanks to Massimo for raising this issue.
2018-03-03 16:43:27 +01:00
e8ee5475b7 app: move all propgui files from app/widgets/ to new folder app/propgui/
We are getting more and app/widgets/ is already too large.
2017-07-03 12:29:41 +02:00