app: display extension long description in the details widget.
commit549d880847af338eaf5ba6fe723cc5c03d2384cc
authorJehan <jehan@girinstud.io>
Tue, 7 Aug 2018 16:19:42 +0000 (7 18:19 +0200)
committerJehan <jehan@girinstud.io>
Tue, 7 Aug 2018 16:22:47 +0000 (7 18:22 +0200)
tree308974bcb8b5f3a5b5f463a945222673cdc60dd6
parentab1bad23e3b95131d17f657c3433300c537cd0ae
app: display extension long description in the details widget.

AppStream spec says it can only contain <p>, <ol> and <ul> markups.
Unfortunately these are not pango markups (nor is there any equivalent).
So I just use newlines and spaces until I figure out anything fancier.

That's all still quite ugly, but whatever, I'm still in the start.
app/core/gimpextension.c
app/core/gimpextension.h
app/widgets/gimpextensiondetails.c