Commit Graph

23 Commits (ec2eda0c0525017cb2538c87e2920b54a281caa8)

Author SHA1 Message Date
HW ec2eda0c05 switched font handling to only work with external fonts
now you can use a environment variable, FONTDIR, to point
to a font dir. Otherwise, "./fonts" is used by default.
Subdirectories are indexed.
12 years ago
Qingping Hou ecd56a3745 mod: prefix global variables width and height with G_ 12 years ago
Qingping Hou f0042714d9 fix: correct upper bound for pos inside crereader 12 years ago
Qingping Hou 4631fe492a fix: add jump feature 12 years ago
Qingping Hou cb83e47875 mod: use XPointer as absolute postion indicator inside document 12 years ago
Qingping Hou 3992fdca0f add: vertical pan in crereader 12 years ago
Qingping Hou 5e58a94632 mod: rm unused shortcuts in crereader 12 years ago
Qingping Hou 9650a4a057 add: gamma settings in crereader 12 years ago
Qingping Hou a5a5c477ac mod: save and restore font face for each book in crereader 12 years ago
Qingping Hou 085d79d033 add: font menu and bold attribute toggle shortcut in crereader 12 years ago
Qingping Hou d3e8c57bc8 mod: reenable global pan_overlap_vertical in crereader 12 years ago
Qingping Hou 1593c56803 mod: add html support in crereader 12 years ago
Qingping Hou b9b9455fe0 fix: progressbar display in crereader 12 years ago
Qingping Hou 4633ca0832 mod: use percent as absolute location in DOCs in CREReader
The height of documents will be changed after zoom in or
zoom out, so we cannot use pos to mark positions inside
documents.
12 years ago
Qingping Hou 9df574de01 add: last reading position saving and restoring 12 years ago
Qingping Hou 37dfc84d5a fix: move commands initilization from global init to local
If we call addAllCommands in initGlobalSettings, all
the readers will share the same commands and we cannot
adjust commands for a specific reader. I thus moved this
method call to Unireader:init() method.
12 years ago
Qingping Hou 937f445b92 fix: mistakenly over written unireader's method 12 years ago
Qingping Hou 612890850c add: percent jump in CREReader 12 years ago
Qingping Hou ad750a89f8 add: font zooming in CREReader 12 years ago
Qingping Hou c0edbfae27 mod: remove not used shorcuts in CREReader 12 years ago
Qingping Hou 28e53ce771 mod: adapt jumpstack in CREReader 12 years ago
Qingping Hou ad9d13a947 mod: rename TOC to Toc, adapt showMenu to CREReader 12 years ago
Qingping Hou c56516d5d1 add: data from crengine 12 years ago