- 29 Sep, 2022 7 commits
-
-
Bastien Nocera authored
-
-
Bastien Nocera authored
Those files were necessary for autotools, but just contain duplicate information nowadays, remove them.
-
Bastien Nocera authored
-
Çağatay Yiğit Şahin authored
-
Çağatay Yiğit Şahin authored
-
Çağatay Yiğit Şahin authored
-
- 28 Sep, 2022 6 commits
-
-
Bastien Nocera authored
The content attribute of the meta tag is supposed to point to another item with that id, but we can easily support it pointing directly to an image path.
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- 04 Aug, 2021 2 commits
-
-
Bastien Nocera authored
Look for the "cover-image" manifest item property as defined in the EPUB 3.2 spec: https://www.w3.org/publishing/epub3/epub-packages.html#bib-epub32 Closes: #2
-
Bastien Nocera authored
This makes it easier to check on the process without having to instrument the code manually.
-
- 30 Oct, 2019 1 commit
-
-
Bastien Nocera authored
-
- 23 Oct, 2019 3 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- 02 Aug, 2019 1 commit
-
-
Javier Jardón authored
There is not a direct replacement for GNOME_COMPILE_WARNINGS([maximum]), we can use AX_COMPILER_FLAGS([WARN_CFLAGS],[WARN_LDFLAGS]) but that enables Werror by default so I think is better to resolve that in a separate commit
-
- 15 Dec, 2018 2 commits
-
-
Andre Klapper authored
-
Andre Klapper authored
-
- 19 Jan, 2015 1 commit
-
-
Bastien Nocera authored
-
- 31 May, 2014 1 commit
-
-
- 07 Apr, 2014 1 commit
-
-
If the OPF file is in the root dir, g_path_get_dirname returns "." instead of an empty string. This results in an invalid key for the cover image, because it looks like "./OEBPS/cover_path.jpg" instead of "OEBPS/cover_path.jpg" and then unzipping for that path fails.
-
- 23 Mar, 2014 1 commit
-
-
Bastien Nocera authored
-
- 06 Jan, 2014 1 commit
-
-
Bastien Nocera authored
-
- 13 Nov, 2013 2 commits
-
-
Bastien Nocera authored
We were never checking the retval of get_cover_img_num() so if no covers were found, we'd try to read index-of-first-img minus 1.
-
The image data isn't encrypted, so we can still generate thumbnails. http://wiki.mobileread.com/wiki/MOBI#MOBI_DRM
-
- 02 Sep, 2013 3 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
It's useless doing so, and only leads to confusion.
-
- 01 Sep, 2013 2 commits
-
-
Bastien Nocera authored
This stops a crash in the thumbnailer if the cover cannot be found.
-
Bastien Nocera authored
This makes it easier to debug decompression problems.
-
- 08 Aug, 2013 2 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
The error domain used (0) is invalid. We now use errors in the G_IO_ERROR domain instead.
-
- 07 Aug, 2013 1 commit
-
-
Yanko Kaneti authored
Propagate errors from internal functions. Don't doublefree sections on errors.
-
- 21 Jul, 2013 2 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- 20 Jul, 2013 1 commit
-
-
Bastien Nocera authored
-