Skip to content
Snippets Groups Projects
  1. Feb 09, 2022
  2. Nov 15, 2021
  3. Jun 23, 2021
    • Emmanuele Bassi's avatar
      generate: Handle the element-type attribute for ListModels · fbcbd3a5
      Emmanuele Bassi authored
      When returning a GListModel, GTK annotates the element type held inside
      the list model with:
      
          (attributes element-type=GtkWindow)
      
      as the `(element-type)` annotation can only work for arrays, linked
      lists, and hash tables.
      
      We still want to indicate what is the expected type inside a GListModel,
      as it's completely opaque otherwise.
      fbcbd3a5
  4. May 21, 2021
  5. May 18, 2021
    • Emmanuele Bassi's avatar
      template: Use a stylable separator for the heading · ee630c37
      Emmanuele Bassi authored
      The dot can be confused with actual syntax, so we should use something
      else to separate the clickable elements of the heading.
      
      Instead of hard coding the separator, we can use an empty <span> and
      then use CSS to fill it out.
      
      Fixes: #81
      ee630c37
  6. Apr 09, 2021
  7. Mar 24, 2021
  8. Mar 08, 2021
  9. Feb 23, 2021
    • Emmanuele Bassi's avatar
      generate: Handle known attributes · 2891327e
      Emmanuele Bassi authored
      Attributes are custom key/value annotations that are reported "as is" in
      the XML. We can define a keys that library authors can use in their
      annotations, and when we find them in the GIR, we can use them to
      generate additional content.
      
      For instance, if a property has an "org.gtk.Property.get" annotation
      pointing to a getter function, we can generate the link in the property
      documentation.
      2891327e
  10. Feb 20, 2021
  11. Feb 17, 2021
  12. Feb 16, 2021
  13. Feb 15, 2021
  14. Feb 14, 2021
  15. Feb 12, 2021
  16. Feb 11, 2021
  17. Feb 05, 2021
  18. Feb 03, 2021
  19. Feb 01, 2021
  20. Jan 30, 2021
    • Emmanuele Bassi's avatar
      Add the "generate" command · bb20eca5
      Emmanuele Bassi authored
      Generate an API reference for a given project using a template and the
      introspection data for that project.
      
      The basic template is still a work in progress.
      bb20eca5
Loading