Commit Graph

10481 Commits (master)
 

Author SHA1 Message Date
Qingping Hou 6041603468 fix: use new width and height drawing after screen rotate 12 years ago
Qingping Hou 7093e7377e fix: reset dc after screen rotate
handle ZOOM_FIT_TO_CONTENT_WIDTH_PAN mode
seperately.
12 years ago
Dobrica Pavlinusic fc089e5f14 Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
Dobrica Pavlinusic 1aba2d2695 fix operator precedence #95
This explains why our dimmed areas had vertical stripes and improves
quality
12 years ago
Qingping Hou c85b768c0e switched shortcut between 10 degree and 90 degree rotation
* also deleted 10 degree rotation shortcut in
djvureader, becuase it is not supported by the
library.
12 years ago
Dobrica Pavlinušić 1a0e245c88 Merge pull request #97 from houqp/master
Add number input box
12 years ago
Qingping Hou 485dda2a0f fix: bugs in inputbox.lua
* one typo
* clear ret_code on exit
* add init() method
12 years ago
Qingping Hou 95998a7397 add: NumInputBox class for goto page feature 12 years ago
Qingping Hou 25e0c8545b Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
HW 040a4e88b9 Merge pull request #95 from dpavlin/master
show overlap when moving with pan_by_page
12 years ago
Dobrica Pavlinusic 75bed710f7 fix shift direction and cleanup comments 12 years ago
HW 1c50a5676a free blitbuffers when cleaning complete cache 12 years ago
HW 0b0dfa24ed removed obsolete example 12 years ago
HW a0c0c98093 added configurable static libstdc++ linking
you can now point to a static libstdc++:

make STATICLIBSTDCPP=/home/hw/kindle-sysroot/usr/lib/libstdc++.a
12 years ago
HW 538940baf7 reworked toolchain management a bit
you can now set the toolchain by using e.g.

make HOST=arm-unknown-linux-gnueabi
or
make HOST=arm-linux-gnueabi

also, a SYSROOT flag is introduced. I use this to point
the compiler to a certain sysroot (which contains headers
and might contain libraries to link against). I use this to
use a current and modern compiler against the older
software versions on the Kindle (especially glibc).

I use it like this:

make HOST=arm-none-linux-gnueabi SYSROOT="--sysroot=/home/hw/my-kindle-sysroot"
12 years ago
Qingping Hou 28b1f5330a Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
HW 2f11b761b0 fixed font copying upon customupdate 12 years ago
HW b32c3bef1f added bind-mounting of host fonts 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
HW a375febf8e patch for muPDF to allow fonts from files 12 years ago
Qingping Hou c09ab1a36b Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
Dobrica Pavlinusic 752da5ca3f use pan_overlap_vertical only in pan_by_page mode 12 years ago
Dobrica Pavlinusic 37f1cf4ef9 added test file for ZOOM_FIT_TO_CONTENT_WIDTH_PAN 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
HW a824204039 fixed missed case for device/emu recognition 12 years ago
Qingping Hou fb7e99878d Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
Dobrica Pavlinušić f9c97bcf59 Merge pull request #94 from dpavlin/dbbd6e4c1247e4caeff79245c62f5dd352b17d5b
cleanup customupdate make target
12 years ago
HW c24d0bd26e corrected CFLAGS for some base .c files 12 years ago
Dobrica Pavlinusic dbbd6e4c12 call all target for customupdates and cleanup install dir 12 years ago
HW cce3b41d63 don't build slider_watcher for now 12 years ago
HW caefddb99c Merge branch 'master' of github.com:hwhw/kindlepdfviewer
Conflicts:
	crereader.lua
12 years ago
HW 2d5e398be9 removed obsolete Shift-P-P combination 12 years ago
HW b4fa798d92 device recognition now fully automatic 12 years ago
HW 877ecdfb71 switched slider handling to a fork()ed process 12 years ago
Qingping Hou 6234f0181d Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
Qingping Hou 81c9ff1cf5 fix: typo in selectmenu.lua 12 years ago
Dobrica Pavlinušić cf70e563f3 Merge pull request #93 from houqp/master
prefix global variables width and height with G_
12 years ago
Qingping Hou ff60a41604 mod: rewrite inputbox with commands 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 d62e3423a2 fix: save keywords in filesearcher 12 years ago
HW 4e542f7d4f fixed small bug in panning to the bottom 12 years ago
Qingping Hou 7886cb5215 mod: kill slider_watcher on kpv exit 12 years ago
Dobrica Pavlinušić 87da5464e3 Merge pull request #91 from houqp/master
#85 fix for filesearcher
12 years ago
Qingping Hou 7fdec8a980 fix: handle screen resolution correctly in filesearcher 12 years ago
Qingping Hou 5f7f9a2a83 fix: remove slider event handling in unireader
Slider event handling has been moved to commands
module, refer to previous commit.
12 years ago
Qingping Hou 709e7853e4 mod: move slider event handling to global command module
Since this event must be handled in all UIs, it is
better to register it on command object construction.
12 years ago
Qingping Hou 7f0faa20bb mod: rewrite filesearcher with command module 12 years ago
Qingping Hou b8b1bc19fd fix: wait for more time instead of suspending framework
refer to discussion in #88
12 years ago