Skip to content
  1. May 20, 2017
  2. May 19, 2017
  3. Mar 31, 2017
  4. Mar 30, 2017
  5. Mar 13, 2017
  6. Feb 16, 2017
  7. Feb 13, 2017
  8. Aug 31, 2016
    • Daniel García Moreno's avatar
      ba0bde3d
    • Daniel Garcia Moreno's avatar
      New release 0.4 · 37b240c7
      Daniel Garcia Moreno authored
      Changelog:
      
      * Added .doap file
      * go_next and go_prev returns TRUE if success
      * Added functions to get the current doc mime and path
      * Fixed resource path for relative and doc paths
      * Remove libarchive from the public API
      * Simplify pkg-config file
      * Don't link the library against GTK+
      * Function to replace relative resources by epub://
      * utils: replace epub:// URIs for crosslinks too
      * utils: correctly terminate base URI
      * doc: fix wrong path when looking for resources
      * doc: make API to get resources consistent
      * Added GepubWidget class to show the content with webkit
      * Don't NULL-terminate document content
      * utils: remove unused variable
      * build: highlight introspection warnings
      * build: fix introspection warnings
      * Merge branch 'wip/cosimoc/fixes'
      * Fixes in gepub-widget to work with the last merge
      * widget: make it a WebKitWebView
      * widget: simplify code
      * Fix gtk-doc annotations
      * widget: make the GepubDoc a property
      * doc: remove unneeded API
      * doc: use htmlReadMemory()
      * widget: plug a memory leak
      * Rework API to be based on GBytes
      * doc: trivial indentation fix
      * Const-ify API methods that take strings
      * doc: don't call g_list_append()
      * doc: rework page API
      * widget: automatically reload chapter when current page changes
      * Ignore HTML entities parse error when loading xml
      0.4
      37b240c7
  9. Aug 07, 2016
  10. Jul 01, 2016
  11. Jun 25, 2016
    • Daniel Garcia Moreno's avatar
      Ignore HTML entities parse error when loading xml · 395779ec
      Daniel Garcia Moreno authored
      We use libxml to load the xhtml and replace each resource path with a
      custom epub:// path. Libxml shows error in the stderr when the xhtml has
      html entities:
      
      Entity: line 21: parser error : Entity 'copy' not defined
      
      We don't mind html entities in this case, because we only want to replace
      resources path so I've replaced xmlRecoverMemory by xmlReadMemory to pass
      the parser options XML_PARSE_NOWARNING and XML_PARSE_NOERROR and we won't
      see the error in the console anymore.
      395779ec
  12. Jun 18, 2016
  13. Jun 13, 2016
  14. Jun 12, 2016