Commit Graph

701 Commits (bb5c54dd1cb3ba451059ec2c73bad7c42bcf19b3)
 

Author SHA1 Message Date
Dobrica Pavlinusic bb5c54dd1c Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
Dobrica Pavlinusic 761cd68964 highlight mode also benefits from key repeat 12 years ago
Dobrica Pavlinušić 97f8b80db2 Merge pull request #147 from dpavlin/issue_142_key_repeat
few more places in which repeat key is useful
12 years ago
Dobrica Pavlinusic c688e6e20c few more places in which repeat key is useful 12 years ago
Dobrica Pavlinušić 8db0aef635 Merge pull request #146 from dpavlin/issue_142_key_repeat
Issue #142 key repeat
12 years ago
Dobrica Pavlinusic 9bdf4bf4c7 prevent full screen refresh if key is repeating #142 12 years ago
Dobrica Pavlinusic 6a479aee80 support pressed or repeating keys 12 years ago
Qingping Hou 6dcd849515 remove x shortcut in crereader 12 years ago
{Qingping,Dave} Hou d54c31b461 Merge pull request #145 from dpavlin/master
Show page bbox
12 years ago
Dobrica Pavlinusic 44be823115 use getRectInScreen 12 years ago
Dobrica Pavlinusic 37289fb18d invert page bbox on X #35 12 years ago
Dobrica Pavlinusic 9bf6c0902d Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
Dobrica Pavlinusic 8c01306154 invoke Screen:restoreFromSavedBB only if font changed 12 years ago
{Qingping,Dave} Hou d97df04a91 Merge pull request #144 from dpavlin/master
few more InfoMessages in crereader
12 years ago
Dobrica Pavlinusic 5492025a38 pan_margin is really in screen pixels
I don't know what I was thinking when implementing this code. If I
modify it with global zoom, it keeps moving, as we zoom in on multiple
key presses
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
Dobrica Pavlinušić 5666e5908a Merge pull request #143 from houqp/master
add rounded corner border
12 years ago
Qingping Hou 6c33d80966 add paintCircle and RoundedCornerBorder 12 years ago
Qingping Hou cb77807a93 add notification for going into screensaver 12 years ago
Qingping Hou f4c6c6ab1c fix helppage in crereader for font size & line space setting 12 years ago
Dobrica Pavlinušić 9f54012ff9 Merge pull request #139 from houqp/master
add doc & zip format support
12 years ago
Qingping Hou a89c88f40f add zip format support 12 years ago
Qingping Hou 0e9e1f8482 Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
Qingping Hou dbb49505f1 add doc format support
Though I don't like doc at all.
12 years ago
Dobrica Pavlinusic ebc5f94f61 crengine patching shouldn't fail if already applied
When patch is already applied, -N will skip applying it again,
but it will also return error exit code which will break
make fetchthirdparty
12 years ago
Qingping Hou eca9ec4877 fix TOC entry page number counting, it was one page ahead.
close #137
12 years ago
Dobrica Pavlinušić cb54c09c31 Merge pull request #136 from houqp/master
workaround for broken font setting in crereader.
12 years ago
Qingping Hou c961fbd515 add dirty hack for child node font settings. 12 years ago
Qingping Hou 1ff8cfd299 bump crengine to cr3.0.57-1 12 years ago
Qingping Hou 1c98aef6a1 fix bug in selectmenu
five way press is not working when menu
if full of items
12 years ago
{Qingping,Dave} Hou c0060d6e09 Merge pull request #135 from dpavlin/master
added mobi to CREReader
12 years ago
Dobrica Pavlinusic 18f0cf8043 added mobi to CREReader #131 12 years ago
Dobrica Pavlinušić 93e05e1fe8 Merge pull request #133 from houqp/master
Bug fix in highlight engine
12 years ago
Qingping Hou 5e6d4cfdb3 fix message for gamma settings in crereader's help page 12 years ago
Qingping Hou a99a0a9489 fix bug in highlight engine
only goto next view when the word is in next view.
same for previous view
12 years ago
Qingping Hou 1a2be0453d fix bug in highlight engine
handle left end of line in highlight delete.
12 years ago
Qingping Hou b8da531d8d add "searching file" message
missed in previous commit
12 years ago
Qingping Hou 8d74649642 adjust wording 12 years ago
Dobrica Pavlinušić 4063195f93 Merge pull request #129 from houqp/master
fix for #128 and inputbox improvement
12 years ago
Qingping Hou c350f5af87 add: hint message for inputbox
use hint message to indicate current page
in goto page feature.
12 years ago
Qingping Hou 219aa74e74 change keycode for KEY_LPG{FWD,BCK} in emu mode
KEY_LPGFWD now binds to F7 and KEY_LPGBCK to F6.

you will get a interesting result when testing
alt combo with previous keycode.
12 years ago
Qingping Hou eaafcafb9e add fix KEY_LPG{BCK,FWD} listening for unireader 12 years ago
Qingping Hou 00fb7773c7 add fix KEY_LPG{BCK,FWD} listening for helppage 12 years ago
Qingping Hou 95a1f30843 add fix KEY_LPG{BCK,FWD} listening for filesearcher 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
HW 4edc10631b Merge pull request #126 from houqp/master
some bugfixes
12 years ago
Qingping Hou b03d589ae9 add preLoadSettings methods for cache_document_size setting
cache_document_size should be configurable for
every docuemnt and it must be loaded before
document open, so I added the preLoadSettings method
12 years ago