Kovid Goyal
db8742a393
Book details panel: Pick the color used for links from the current system color theme
2016-07-08 11:51:56 +05:30
Kovid Goyal
041fd5e11a
Use the new --cache-dir option when compiling RapydScript
2016-06-25 16:31:51 +05:30
Kovid Goyal
b13f5db607
E-book viewer: Fix incorrect page turning when multiple pages are displayed on screen for books that wrap all their content in a single 100% height <div>. Fixes #1594657 [Private bug]( https://bugs.launchpad.net/calibre/+bug/1594657 )
2016-06-23 09:30:40 +05:30
Kovid Goyal
ce9d5f4104
Convert more URLs to use https
2016-06-17 10:26:44 +05:30
Kovid Goyal
16870db206
Edit Book: Add support for EPUB 3 to the Table of Contents tool. Now when editing EPUB 3 files using the tool will automatically generate both the EPUB 3 navigation document and the NCX table of contents for backwards compatibility
2016-06-15 19:44:20 +05:30
Kovid Goyal
72a9cafdb5
E-book viewer: Remove workaround for bug in old versions of WebKit that could cause incorrect rendering of chapter titles in some rare circumstances.
2016-06-11 09:59:48 +05:30
Kovid Goyal
53d50a1730
...
2016-05-02 01:03:46 +05:30
Kovid Goyal
d6624cdc33
Update RapydScript
2016-04-29 15:07:54 +05:30
Kovid Goyal
0f3c3c85ba
Update RapydScript
2016-04-28 15:56:05 +05:30
Kovid Goyal
fab4901674
E-book viewer: Prevent the TAB key from causing partial scrolling in paged mode. Fixes #1571304 [page goes right when TAB is pressed]( https://bugs.launchpad.net/calibre/+bug/1571304 )
2016-04-28 07:21:33 +05:30
Kovid Goyal
60a531283c
Update RapydScript
2016-04-25 16:39:04 +05:30
Kovid Goyal
7a50cbf7cf
Update RapydScript
2016-04-23 10:10:52 +05:30
Kovid Goyal
36ea076b8b
Update RapydScript
2016-04-14 11:42:18 +05:30
Kovid Goyal
b2dbb4ac01
Font subsetting: When font-variant: small-caps is used include the capital letters as well, in case either the font or the renderer do not support OpenType smcp. Fixes #1568555 [Subsets of fonts with CSS set to uppercase or small-caps variants]( https://bugs.launchpad.net/calibre/+bug/1568555 )
2016-04-11 16:42:49 +05:30
Kovid Goyal
d5a37ea0f5
Font subsetting: Implement support for text-transform. See #1568555 (Subsets of fonts with CSS set to uppercase or small-caps variants)
2016-04-11 05:13:42 +05:30
Kovid Goyal
6305d5c647
E-book viewer: Fix a link that has some text along with a superscript/subscript being incorrectly detected as a footnote link
2016-04-11 04:20:55 +05:30
Kovid Goyal
25b631efad
Make the reset CSS styles inline
2016-04-09 09:50:49 +05:30
Kovid Goyal
3e70e190dd
Workaround for broken websocket ping/pong implementation in browsers
...
Now use a normal message to keep the connection alive. Avoids the
annoying error messages in the console when the browser times out the
connection.
2016-04-08 10:57:37 +05:30
Kovid Goyal
388c6859bb
Update RapydScript
2016-04-08 09:54:27 +05:30
Kovid Goyal
7d0c1d5276
...
2016-04-07 22:33:21 +05:30
Kovid Goyal
bb442dee28
Use SVG icons instead of an icon font
2016-04-07 22:12:42 +05:30
Kovid Goyal
9b049f63a2
...
2016-04-07 20:30:25 +05:30
Kovid Goyal
eaeff825eb
Update RapydScript
2016-04-05 17:54:00 +05:30
Kovid Goyal
3d22d93966
E-book viewer: When displaying an EPUB 3 document that uses epub:switch to provide a fallback for MathML content, prevent both the MathML and fallback from being shown together.
...
PDF Output: When displaying an EPUB 3 document that uses epub:switch to provide a fallback for MathML content, prevent both the MathML and fallback from being rendered together.
2016-04-04 22:52:41 +05:30
Kovid Goyal
1f0143fe62
Update RapydScript
2016-04-04 21:50:57 +05:30
Kovid Goyal
1a28db1073
Update RapydScript
2016-04-04 15:52:26 +05:30
Kovid Goyal
8a11e476a1
Update RapydScript
2016-04-03 18:11:58 +05:30
Kovid Goyal
a1f50c1739
Update RapydScript
2016-04-02 22:31:56 +05:30
Kovid Goyal
b177a6931f
E-book viewer: Make the detection of note boundaries for popup footnotes a little more robust
2016-03-31 10:48:13 +05:30
Kovid Goyal
2012b0f6b4
Update RapydScript
2016-03-27 14:24:43 +05:30
Kovid Goyal
0f20c27226
E-book viewer: Fix mathematics being typeset at too small a font size on windows
2016-03-27 08:56:07 +05:30
Kovid Goyal
1a38f03966
MathJax: Fix scale causing equations to not be aligned.
...
See https://github.com/mathjax/MathJax/issues/1422
2016-03-27 08:24:06 +05:30
Kovid Goyal
a609cdc849
Update RapydScript
2016-03-25 11:39:39 +05:30
Kovid Goyal
c56ef9c087
Simplify loading of javascript in render iframe
...
Also improves performance by in-lining javascript into index.html
2016-03-24 23:41:57 +05:30
Kovid Goyal
ebc247a020
Update bundled MathJax to 2.6.1
2016-03-24 16:01:36 +05:30
Kovid Goyal
a1ce8f3eaa
Update RapydScript
2016-03-23 12:08:16 +05:30
Kovid Goyal
cbce50cbe4
Move aes.pyj into the rapydscript-ng project
2016-03-22 17:52:37 +05:30
Kovid Goyal
701bec4a91
Update RapydScript
2016-03-22 00:44:49 +05:30
Kovid Goyal
2f6d4ea260
Update RapydScript
2016-03-21 14:18:52 +05:30
Kovid Goyal
9f74914202
Update RapydScript
2016-03-21 00:07:47 +05:30
Kovid Goyal
f2519c96ea
CS auto-reloader: Do not reload infinitely if connection never succeeds
2016-03-19 21:52:34 +05:30
Kovid Goyal
306474f284
Update RapydScript
2016-03-19 21:40:12 +05:30
Kovid Goyal
29e3817acd
Update RapydScript
2016-03-14 11:10:13 +05:30
Kovid Goyal
2194121391
E-book viewer: Hide list numbers for popup footnotes when the footnotes are use <ol> as the number are likely to be incorrect.
2016-03-09 00:16:37 +05:30
Kovid Goyal
47cd4a797a
Update RapydScript
2016-03-05 16:14:38 +05:30
Kovid Goyal
741d7d9efc
CS: Port /mobile
...
Useful for legacy devices that dont support html 5
2016-02-25 18:43:58 +05:30
Kovid Goyal
52e0e87e71
Update RapydScript
2016-02-23 15:14:15 +05:30
Kovid Goyal
d83dc3fb94
CS: Implement switching of libraries
2016-02-18 18:16:12 +05:30
Kovid Goyal
b44c770bfd
Update RapydScript
2016-02-18 13:36:42 +05:30
Kovid Goyal
0d5341a31b
Update RapydScript
2016-02-16 15:24:50 +05:30