Commit Graph

50 Commits (2a2a0828c8be75c51ad12f2f070704d9902fc879)

Author SHA1 Message Date
Qingping Hou 6dcd849515 remove x shortcut in crereader 12 years ago
Dobrica Pavlinusic 8c01306154 invoke Screen:restoreFromSavedBB only if font changed 12 years ago
Dobrica Pavlinusic 17a590cf5a show increase/decrease font size InfoMessage 12 years ago
Dobrica Pavlinusic ac09213319 show Redrawing with InfoMessage on font change 12 years ago
Qingping Hou f4c6c6ab1c fix helppage in crereader for font size & line space setting 12 years ago
Qingping Hou 5e6d4cfdb3 fix message for gamma settings in crereader's help page 12 years ago
Qingping Hou 8d74649642 adjust wording 12 years ago
Qingping Hou 8660ea7d68 fix KEY_LPG{BCK,FWD} listening for crereade 12 years ago
Qingping Hou d34a3e8a0b fix bug in crereader's font setting
only show message when there is a font change
12 years ago
HW 30766f8dce bugfix: spelling of settings function changed 12 years ago
Qingping Hou bc299784ca fix bug in partial screen refresh count in crereader 12 years ago
Qingping Hou c46266fee8 fix comment in crereader 12 years ago
Qingping Hou 69cea4f2af fix in CREReader:getTocTitleOfCurrentPage
pass xpointer instead of percent
12 years ago
Qingping Hou e282179793 fix bug in addJump and addBookmark
Pointed out by kljohann, thanks.
Now addJump and addBookmark get notes
from specified pageno/xpointer instead
of current page.

* also fixed bug in page number counting
  in cre.cpp
12 years ago
Qingping Hou 3306346dba use debug to print debug info 12 years ago
Qingping Hou 35e4ceaf57 fix page comparing in addJump 12 years ago
Qingping Hou 236e9fab3f bookmark and jump history patch for creareader 12 years ago
Qingping Hou 00343a887c notify empty jump history in crereader with dialog 12 years ago
Dobrica Pavlinusic e387c87dcc Change font message to keep time passing by faster 12 years ago
Dobrica Pavlinusic d672436c8e show line spacing in CREReader
This might be very slow operation on device because it seems to
invoke whole reflow of document
12 years ago
HW e4841e88c4 added line spacing setting for crereader
this patch also introduces an interface for setFontSize and setStyleSheet.
Hopefully, we can use the latter to send customized CSS to CREngine
as Lua strings. This functionality is however untested for now.
12 years ago
Qingping Hou e0327ed4e8 fix: enable screen rotate in crereader.lua 12 years ago
HW 46d197954b put highlight implementation into unireader 12 years ago
Qingping Hou 7093e7377e fix: reset dc after screen rotate
handle ZOOM_FIT_TO_CONTENT_WIDTH_PAN mode
seperately.
12 years ago
HW 040a4e88b9 Merge pull request #95 from dpavlin/master
show overlap when moving with pan_by_page
12 years ago
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
Dobrica Pavlinusic 9dd9df0356 added dimRect and use it
dimRect might be useful if we want to display status messages over
content (as opposed to erasing background)
12 years ago
Dobrica Pavlinusic 5d9176907f show_overlap inverts part of page visible in previous view
This is nice feature of Sony e-book readers which is very useful when
reading since it shows previous part of visible page and provides
hint where to continue reading after page refresh
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