Kovid Goyal
|
89f0d92d2e
|
Get rid of msstdint.h
Not needed with VS 2017 and conflicts with default stdint.h which is
pulled in by python 3
|
2020-08-22 18:47:57 +05:30 |
|
Kovid Goyal
|
baf0685ceb
|
De-vendor pychm
|
2020-08-22 18:47:57 +05:30 |
|
Kovid Goyal
|
a2731553d4
|
Remove some more referefences to the old lzma
|
2020-08-22 18:47:56 +05:30 |
|
Kovid Goyal
|
e2b4fa251c
|
BeautifulSoup is de-vendored
|
2020-01-26 11:31:45 +05:30 |
|
jnozsc
|
d49109a3de
|
remove duplicate items
|
2020-01-25 21:24:12 -08:00 |
|
Jony
|
c11d1cd77f
|
Update COPYRIGHT
|
2020-01-02 12:37:26 +01:00 |
|
Kovid Goyal
|
22a1481bcd
|
De-vendor hunspell
|
2019-09-13 09:12:35 +05:30 |
|
Kovid Goyal
|
82083ddbb8
|
Drop the dependency on dukpy
The dukpy tests are failing on windows with VS 2017. Instead use Web
Engine to compile rapydscript code, when the rapydscript binary is not
present.
|
2019-09-13 09:12:16 +05:30 |
|
Bradley Heinz
|
2a019ca647
|
Update COPYRIGHT
Update copyright year to now
|
2019-06-20 16:14:23 -05:00 |
|
NiLuJe
|
7e6347486b
|
Port ImageMagick's OrderedDither algorithm, and use that instead of
ImageOps' quantize to dither images to the eInk palette.
It works much better for our intended purpose, and it's pretty fast.
|
2019-06-02 18:29:49 +02:00 |
|
Francesco Turco
|
ef2ab9c85f
|
remove any reference to src/unrar
|
2018-08-28 18:19:28 +02:00 |
|
Kovid Goyal
|
84e6d0bd9b
|
Remove no longer needed entries
|
2017-05-31 17:18:39 +05:30 |
|
bobbysteel
|
da0e54dd4a
|
update for 2017
|
2017-01-18 19:59:49 +00:00 |
|
Prayag Verma
|
69234949bb
|
Update copyright year range to 2016
|
2016-01-26 21:48:40 +05:30 |
|
Kovid Goyal
|
a65b9126fa
|
Add Font Awesome for the new server UI
|
2015-10-19 20:35:23 +05:30 |
|
Kovid Goyal
|
50e0da0804
|
Implement decoding of .xz files
LZMA decoding code taken from the public domain LZMA SDK by Igor Pavlov.
|
2015-08-06 13:14:37 +05:30 |
|
Kovid Goyal
|
f862513e83
|
Remove unused WOFF font format support
The code was unused and the original code from Mozilla has some buffer
overflows, so we get rid of it.
|
2015-07-24 22:31:37 +05:30 |
|
Kovid Goyal
|
8436505608
|
Add copying info for rapydscript compiler
|
2015-06-22 09:50:06 +05:30 |
|
Kovid Goyal
|
655c9499fd
|
An embedded javascript interpreter
|
2015-06-18 15:37:18 +05:30 |
|
Kovid Goyal
|
ec521d58c5
|
Update COPYRIGHT
|
2015-05-27 09:52:21 +05:30 |
|
Kovid Goyal
|
d993534dfc
|
Initial import of tinycss
|
2014-05-21 10:15:50 +05:30 |
|
Kovid Goyal
|
b98677d9b1
|
Initial import of Patience Diff C implementation from bzr
|
2014-01-16 20:43:13 +05:30 |
|
Kovid Goyal
|
5f4110524b
|
Initial import of hunspell for spell checking
|
2013-12-21 09:35:02 +05:30 |
|
Kovid Goyal
|
87d927d7e9
|
Improved regex module for python
Taken from: https://code.google.com/p/mrab-regex-hg/
|
2013-11-09 22:05:05 +05:30 |
|
Kovid Goyal
|
dd90ad161b
|
remove unneeded entries
|
2013-05-28 08:06:09 +05:30 |
|
Kovid Goyal
|
79eeec929d
|
Speed up search query parser
|
2013-04-20 15:09:17 +05:30 |
|
Kovid Goyal
|
0817ef2e58
|
Get rid of the useless sfntly
|
2012-11-06 12:26:39 +05:30 |
|
Kovid Goyal
|
929ad31af9
|
...
|
2012-10-30 11:09:42 +05:30 |
|
Kovid Goyal
|
d08d355978
|
Update copy of liberation fonts bundled with calibre
|
2012-08-19 14:46:00 +05:30 |
|
Kovid Goyal
|
5bd3086aed
|
E-book viewer: SUpport for displaying mathematics in epub files, via mathjax
|
2012-08-18 15:53:50 +05:30 |
|
Kovid Goyal
|
28d6e85913
|
Import QtCurve into the calibre source tree so I can fix the various platform specific bugs myself
|
2012-06-03 11:50:33 +05:30 |
|
Kovid Goyal
|
d79509971f
|
...
|
2012-05-31 07:19:32 +05:30 |
|
Kovid Goyal
|
a30460bda8
|
Switch to using more modern language names/translations from the iso-codes package, rather than pycountry
|
2011-08-25 08:34:28 -06:00 |
|
Kovid Goyal
|
a7f9931262
|
Add readability to calibre and Hacker News by Tom Scholl. Fixes #833261 (Add readability lib for use in recipes)
|
2011-08-24 17:48:14 -06:00 |
|
Kovid Goyal
|
c4f06e39af
|
When converting non english texts to english, use the users currect calibre interface language. This allows japanes/korean/vietnamese characters to be correctly converted. Previously they were assumed to be Chinese. Fixes #7622 (Calibre need to switch logic when converting Unicode filename into ASCII)
|
2011-02-14 10:50:28 -07:00 |
|
Hiroshi Miura
|
67ad98ddd5
|
prepare for merge
|
2011-01-29 18:21:36 +09:00 |
|
Hiroshi Miura
|
bcfd96a2d6
|
prepare for merge
|
2011-01-29 17:07:32 +09:00 |
|
Kovid Goyal
|
4e2f5ee60e
|
Fix specially for the beloved maintainer of poppler
|
2010-12-27 00:09:43 -07:00 |
|
Kovid Goyal
|
276ec769f7
|
Remove genshi from calibre source tree as calibre no longer depends on it
|
2010-05-29 00:45:37 -06:00 |
|
Kovid Goyal
|
a9bf4b86a9
|
IGN:More calibre-ebook.com migration
|
2009-11-24 21:38:15 -07:00 |
|
Kovid Goyal
|
857d114ab9
|
New recipe for Electrolese by Oliver Niesner. Also updated recipes for Heise, Sueddeutsche and ZDnet
|
2009-05-27 10:31:27 -07:00 |
|
Kovid Goyal
|
8c6801d9c8
|
IGN:...
|
2009-05-25 13:17:53 -07:00 |
|
Kovid Goyal
|
c1527ade95
|
IGN:...
|
2009-05-14 11:33:46 -07:00 |
|