Gimp/plug-ins/python
Jehan 7c6a147ffb plug-ins: allow "html" extension for colorxhtml.
There is no reason to limit it to "xhtml" only. Even more, in all
browsers I tried, the exported page was failing to load with the '.xtml'
extension, while it loads fine when renamed as '.html'.

Only problem is that now we have 2 plug-ins able to save as html (other
is file-html-table) and the first in the procedure list (with no
explicit logics right now) will just shadow the next one. We will have
to add some generic infrastructure to allow people to choose favorite
load/export plug-ins, probably in Preferences, next to the raw plug-in
selection.
2019-12-14 14:37:14 +01:00
..
python-console plug-ins: remove second parameter of gimp_ui_init() in all non-C plug-ins 2019-09-24 19:43:58 +02:00
.gitignore plug-ins: add .gitignore files. 2019-08-06 23:22:18 +02:00
colorxhtml.py plug-ins: allow "html" extension for colorxhtml. 2019-12-14 14:37:14 +01:00
file-openraster.py plug-ins: register thumbnail procedures before load procedures 2019-09-10 19:36:54 +02:00
foggify.py plug-ins: port the core of foggify plug-in. 2019-08-28 02:25:19 +02:00
gradients-save-as-css.py plug-ins: remove second parameter of gimp_ui_init() in all non-C plug-ins 2019-09-24 19:43:58 +02:00
Makefile.am meson, autototools: install colorxhtml ported in previous commit. 2019-12-14 13:19:44 +01:00
meson.build meson, autototools: install colorxhtml ported in previous commit. 2019-12-14 13:19:44 +01:00
palette-offset.py plug-ins: remove second parameter of gimp_ui_init() in all non-C plug-ins 2019-09-24 19:43:58 +02:00
palette-to-gradient.py plug-ins: add a "palette" argument to palette-to-gradient. 2019-08-06 00:29:33 +02:00
py-slice.py plug-ins: fix usage of gimp_file_save() in py-slice.py. 2019-10-12 13:55:07 +02:00
spyro-plus.py plug-ins: minor fixes to spyrogimp plugin. 2019-11-26 20:08:59 +01:00