Commit Graph

18 Commits (4cfdce610575aecfce60607413fad72e30b79791)

Author SHA1 Message Date
chrox 4cfdce6105 fix several local calls of Math.round 11 years ago
HW 141d72ddbe Merge remote-tracking branch 'upstream/master' 11 years ago
HW 09cd5c4104 Make DEBUG a require()d local 11 years ago
HW 748a443cd5 Merge remote-tracking branch 'upstream/master'
resolved conflicts with refactored structure
11 years ago
HW 2154e7e852 Further refactoring
This should finish the work to make all globals to local variables.
That allows LuaJIT to properly compile things by interning the
references to the relevant parts (rather than looking up globals
all the time which stops a trace).
11 years ago
chrox 99e0da52b6 check json output before decoding
This should fix #332.
11 years ago
HW ef111b99c6 Refactored to use strictly locals 11 years ago
chrox 1ccba6ce39 use --utf8-input and --utf8-out params when calling sdcv
This will prevent string encoding conversion in Kobo in which it
has problem to doing so.
This patch should fix #252 and #272.
11 years ago
chrox 6c7641cd0b fix long definition not shown properly in dictionary window 11 years ago
chrox 8f051b4c44 bugfix: update width of dict window in readerdictionary 11 years ago
chrox 725bef08e6 add multi-dictionary support 11 years ago
chrox c8df7a460d strip punctuation characters around selected word 11 years ago
chrox 390135d02d escape quotes and other funny characters in word when popening sdcv 11 years ago
chrox e560c20c6d add word lookup with stardict 11 years ago
chrox d18b58036f update dictionary backend name in kpvbooklet 11 years ago
chrox 695e095a1a add a demo version dictionary 11 years ago
chrox 46c605d256 disable word OCR for now
Since it will crash the reader with a strange error message saying
"terminate called after throwing an instance of 'DJVU::GException'"
even though only PDF file is opened.
11 years ago
chrox 936dfc6fd1 add text highlight in both reflow and non-reflow mode 11 years ago