2831 Commits

Author SHA1 Message Date
Marshall T. Vandegrift
03cb13e7ab Make CSS namespace additions compliant with the CSS3 namespace rec.
Set the MSLIT profile to its actual apparent resolution of 100dpi.
2008-12-19 23:18:26 -05:00
Kovid Goyal
cf96631d4e Fixes for any2lit on windows 2008-12-19 11:22:15 -08:00
Marshall T. Vandegrift
479385ea34 Remove unnecessary level of attribute-resolution. 2008-12-19 08:58:37 -05:00
Marshall T. Vandegrift
30c2325913 Switch to using lxml.cssselect instead of my home-rolled selector. 2008-12-19 08:57:52 -05:00
Marshall T. Vandegrift
f6c1a684c3 Let "oeb" be an actual module. 2008-12-19 08:57:04 -05:00
Marshall T. Vandegrift
124eb4cba9 Fine-tune the MSLIT profile.
Fix a bug in the moving of font-sizes to a "page" property.
2008-12-19 00:54:54 -05:00
Marshall T. Vandegrift
4f4a0e0c52 The great file re-shuffling. 2008-12-19 00:46:37 -05:00
Marshall T. Vandegrift
d98e1b4ef0 Merge upstream changes 2008-12-18 23:09:08 -05:00
Marshall T. Vandegrift
6550c18745 Detect an NCX TOC which isn't mentioned by the /spine/@toc. 2008-12-18 22:51:25 -05:00
Marshall T. Vandegrift
9a30cdc3f2 Fix invalid /guide/reference detection bug. 2008-12-18 22:37:04 -05:00
Marshall T. Vandegrift
99bdab5d69 Fix Windows LZX compression endianness bug 2008-12-18 22:31:23 -05:00
Marshall T. Vandegrift
921f4296f0 Fix Windows LZX compression endianness bug 2008-12-18 22:29:50 -05:00
Marshall T. Vandegrift
4ab6b412c4 Find more NCX ToCs.
Have profile-specific logical CSS font-sizes.
2008-12-18 22:29:43 -05:00
Kovid Goyal
4ce36e8225 IGN:Tag release 2008-12-18 14:36:13 -08:00
Kovid Goyal
092cc40e1f version 0.4.117 2008-12-18 14:29:15 -08:00
Kovid Goyal
75f2a220bc Strip soft hyphens before creating LRF as the SONY LRF renderer renders them as hard hyphens 2008-12-18 14:25:42 -08:00
Marshall T. Vandegrift
1f6eda3ff1 Add exists() method to the LitReader (qua OEB-archive). 2008-12-18 17:20:15 -05:00
Marshall T. Vandegrift
46c52b3bb5 Fix bug in parsing OPF <guide/> elements.
Add relhref method for building hrefs relative to a manifest item.
2008-12-18 17:19:23 -05:00
Kovid Goyal
5d4e587272 IGN:LZX compressor builds with VC 9.0 2008-12-18 13:24:30 -08:00
Kovid Goyal
42e6fb932b Fix device detection on OS X when users have a customized environment.plist 2008-12-18 13:20:38 -08:00
Marshall T. Vandegrift
75d2291233 Merge upstream changes. 2008-12-18 16:20:29 -05:00
Marshall T. Vandegrift
c655b787b0 Merge upstream changes. 2008-12-18 16:13:30 -05:00
Marshall T. Vandegrift
93d3eedfdd Get the LZX module building under VC 9.0. 2008-12-18 16:12:44 -05:00
Kovid Goyal
30a11fdfaa Improve performance of large LRF files on the SONY Reader and make html2lrf more robust when handling <script/> tags 2008-12-18 11:34:53 -08:00
Marshall T. Vandegrift
722f79c31c Remove unnecessary include of <strings.h>. 2008-12-17 22:30:07 -05:00
Kovid Goyal
4dfb9a0d3f Fix #1414 (Stack trace when SD card in reader) 2008-12-17 19:15:58 -08:00
Kovid Goyal
2d4b0c89b1 Support for LIT output via the commandline tool any2lit (thanks to Marshall Vandegrift) 2008-12-17 19:12:00 -08:00
Kovid Goyal
a4fbf1bd2b Recipe for Linux Magazine, thanks to Darko Miletic 2008-12-17 19:01:25 -08:00
Marshall T. Vandegrift
5f961b14b7 Fix to hopefully still work on Linux too. 2008-12-17 18:43:06 -05:00
Marshall T. Vandegrift
ebf36bca33 Fix for platforms which don't size void *. 2008-12-17 18:18:54 -05:00
Kovid Goyal
565dc2821f Change MOBI parsing to hopefully support more MOBI files 2008-12-17 14:46:59 -08:00
Kovid Goyal
c46c23a2b2 IGN:... 2008-12-17 14:31:14 -08:00
Kovid Goyal
0ea10932e2 IGN:Add stdint.h for visual studio compilation 2008-12-17 14:30:14 -08:00
Kovid Goyal
3e507f99a2 IGN:Tag release 2008-12-17 14:10:58 -08:00
Kovid Goyal
41ff9501ff IGN:Updated translations 2008-12-17 14:06:44 -08:00
Kovid Goyal
7af8eb4a80 IGN:... 2008-12-17 13:07:47 -08:00
Kovid Goyal
52a1eee0d5 version 0.4.116 2008-12-17 13:04:52 -08:00
Kovid Goyal
252cceaf37 Fix #1411 (The hotkey for " open contening folder " is not working.) 2008-12-17 12:48:57 -08:00
Marshall T. Vandegrift
5584c82d9a Merge real logging for oeb2lit. 2008-12-17 13:48:31 -05:00
Marshall T. Vandegrift
28064174fc Merge upstream changes. 2008-12-17 13:45:32 -05:00
Marshall T. Vandegrift
d415091485 Use actual logger in oeb2lit. 2008-12-17 12:35:03 -05:00
Marshall T. Vandegrift
39e7031670 Merge upstream changes. 2008-12-17 12:32:58 -05:00
Kovid Goyal
ba0ae51457 IGN:Improve handling of covers in any2lit 2008-12-17 00:02:50 -08:00
Marshall T. Vandegrift
156d923b8c Accurately namespace in-head stylesheets. Be stricter with element matching rules. 2008-12-16 23:55:10 -05:00
Kovid Goyal
83086312a3 Implement #1389 (Select Output Format at Conversion Time) 2008-12-16 18:10:05 -08:00
Kovid Goyal
839d4baf4c IGN:... 2008-12-16 16:32:30 -08:00
Kovid Goyal
28bd991b79 IGN:... 2008-12-16 16:29:56 -08:00
Marshall T. Vandegrift
a52c0b5c21 Fix bug in Manifest __contains__() method. 2008-12-16 19:11:19 -05:00
Marshall T. Vandegrift
24e5133c3b Handle recoverable OPF errors more gracefully, with logging. Change LIT-writing logging to share logger with OEB-processing. 2008-12-16 18:55:44 -05:00
Kovid Goyal
9dcad3216a Fix display of job output in GUI 2008-12-16 15:19:02 -08:00