1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00
Commit graph

385 commits

Author SHA1 Message Date
Nikolay Pultsin
d4410cdec5 fixed native code issue (missing change in previous commit) 2015-05-23 20:03:52 +01:00
Nikolay Pultsin
879ac50fa4 introduced AbstractBook (base class) 2015-05-23 03:14:29 +01:00
Nikolay Pultsin
1cff985e9c aside tag processing 2015-04-29 04:25:38 +01:00
Nikolay Pultsin
3f34cd6c9b unused class hierarchy has gone 2015-04-23 07:27:27 +01:00
Nikolay Pultsin
3256027dd8 code simplification 2015-04-23 06:37:28 +01:00
Nikolay Pultsin
4eb3868be1 better recognition of footnotes in epubs in case of broken attribute name 2015-04-22 05:30:38 +01:00
Nikolay Pultsin
0c79fd31bd recognises footnotes in well-formatted ePubs 2015-04-22 05:30:27 +01:00
Nikolay Pultsin
b16273812e "show footnote toast" option 2015-04-21 23:42:43 +01:00
Nikolay Pultsin
594a4bde49 copyright: Geometer Plus => FBReader.ORG Limited, 2014 => 2015 2015-02-28 15:14:56 +01:00
Nikolay Pultsin
7e9d47bba9 better RTF encoding detection; don't fail on RTF files with .doc extension; fixed XML serialisation 2015-02-14 12:41:22 +00:00
Nikolay Pultsin
0f5039ff36 file type names 2015-02-13 09:02:36 +00:00
Nikolay Pultsin
5763e2ef63 refactoring: no dependency fbreader => text view (in progress) 2014-12-30 01:18:55 +00:00
Nikolay Pultsin
4df42533f4 better processing of page-break-* CSS properties (still not fully used during rendering) 2014-12-19 20:09:23 +00:00
Nikolay Pultsin
a9c6b16219 fixed fbreader-action: link processing 2014-12-18 21:58:24 +00:00
Nikolay Pultsin
7fa54dfd9b intro ePub auto generation 2014-12-18 20:20:32 +00:00
Nikolay Pultsin
84fbbf955e new intorduction file (Russian only) 2014-12-10 17:31:04 +00:00
Nikolay Pultsin
37cc633101 code simplification 2014-11-08 19:54:19 +00:00
Nikolay Pultsin
650351d085 better display:block support 2014-11-08 14:14:10 +00:00
Nikolay Pultsin
a1fdb147cc code simplification 2014-11-08 13:55:26 +00:00
Nikolay Pultsin
b2218bc073 initial support for CSS display:block property value 2014-11-08 13:39:41 +00:00
Nikolay Pultsin
643f5a345c 'padding' and 'padding-*' CSS property support 2014-11-08 05:00:16 +00:00
Nikolay Pultsin
21d3298f01 code cleanup 2014-10-21 19:59:41 +03:00
Nikolay Pultsin
ad13986da7 fixed possible out-ouf-range 2014-10-21 19:48:28 +03:00
Nikolay Pultsin
545b0555c4 fixed possible seg.fault 2014-10-21 19:47:53 +03:00
Nikolay Pultsin
b2c2d04b60 added support for '*' selector inside combined selectors 2014-10-21 12:58:04 +01:00
Nikolay Pultsin
dca814ceb9 compound styles processing optimization 2014-10-21 12:04:52 +01:00
Nikolay Pultsin
7a57572056 fixed style _attribute_ support
vertical-align CSS property support (only lengths, "sub" and "super" values)
2014-10-13 20:49:19 +02:00
Nikolay Pultsin
1104322cfb combined selectors matching 2014-10-12 22:39:36 +02:00
Nikolay Pultsin
d1a804f1e1 - debug printing 2014-10-12 02:33:23 +02:00
Nikolay Pultsin
31c69f7ba7 fixed shared_ptr issue 2014-10-12 02:28:21 +02:00
Nikolay Pultsin
4de9d69bc0 StyleSheetTable::Key replaced with CSSSelector 2014-10-12 02:05:29 +02:00
Nikolay Pultsin
4d4a096e3f compound CSS selectors support (in progress) 2014-10-12 01:16:43 +02:00
Nikolay Pultsin
b168e21d64 enum for compound CSS keys relationships 2014-09-28 11:12:45 +01:00
Nikolay Pultsin
83e3cb355d fixed <ul>/<ol> top/bottom margin behaviour 2014-09-18 23:39:58 +01:00
Nikolay Pultsin
fce3eda3a7 'margin' property support 2014-09-18 06:27:52 +01:00
Nikolay Pultsin
81e2abe85d extra paremeter book skipEmpty for ZLStringUtil::split() 2014-09-18 06:27:43 +01:00
Nikolay Pultsin
fed9619767 fixed '0' value processing for lengths in CSS 2014-09-18 06:27:26 +01:00
Nikolay Pultsin
e8f554c4ca fixed multiple CSS enries for same selector 2014-09-18 06:26:16 +01:00
Nikolay Pultsin
bb49ef1460 multi-level ToC + fixed huffdic decompression issue 2014-09-17 10:03:37 +01:00
Nikolay Pultsin
19d46654aa fixed DocDecompressor 2014-09-17 03:11:00 +01:00
Nikolay Pultsin
e37b4dca88 break line on blackquote 2014-09-17 03:10:12 +01:00
Nikolay Pultsin
18523e6364 fixed TOC issue 2014-09-17 02:28:55 +01:00
Nikolay Pultsin
7045d516ec formatting 2014-09-17 02:19:39 +01:00
Nikolay Pultsin
0dea7db853 cosmetic changes 2014-09-11 03:00:20 +01:00
Nikolay Pultsin
0e57bacde9 Merge branch 'patch-4' of github.com:tamo/FBReaderJ into tamo-fix 2014-09-11 02:49:07 +01:00
Nikolay Pultsin
efb39d2933 code simplification 2014-09-10 22:43:24 +01:00
Nikolay Pultsin
a5946f747e case-insensitive for 'rel="StyleSheet"' 2014-09-10 18:46:52 +01:00
Nikolay Pultsin
a500ec82eb moby: error handling 2014-09-09 23:42:03 +01:00
Nikolay Pultsin
82cdca266c fixed CSS applying 2014-09-09 21:59:25 +01:00
Nikolay Pultsin
b4fefc8c04 CSS in HTMLs 2014-09-09 21:50:25 +01:00