Skip to content
  • Michael Natterer's avatar
    app: add infrastructure for editing pango markup based text styles · 360f5739
    Michael Natterer authored
    - keep around tags for styles in GimpTextBuffer. For now only bold,
      italic, underline and strikethrough.
    - add GimpTextStyleEditor, a widget which allows setting tags on
      a GimpTextBuffer's selection.
    - add serialize/deserialize code to/from pango markup using
      GtkTextBuffer's rich text (de)serialization infrastructure.
      Doesn't produce or handle <span> yet.
    360f5739