2
0
mirror of https://github.com/koreader/koreader synced 2024-11-11 19:11:14 +00:00
Commit Graph

742 Commits

Author SHA1 Message Date
HW
face8b44c0 fixed cursor positioning 2012-04-11 23:33:47 +02:00
HW
46d197954b put highlight implementation into unireader 2012-04-11 22:52:48 +02:00
HW
e772d9f0d7 turn back coordinates to be just in pt, not 0,01pt 2012-04-11 22:47:05 +02:00
HW
80a6e0210b add PDF text extraction (for pages)
this will return data in the way that djvu.c does already.
hopefully, this will permit us to re-use the highlighting code
(and factor it out into unireader.lua)
2012-04-11 21:12:59 +02:00
Dobrica Pavlinušić
da6c2309d2 Merge pull request #101 from houqp/master
Fix for CREngine's build environment
2012-04-11 06:55:03 -07:00
Qingping Hou
0007a8677f fix: rm antiword in make clean 2012-04-11 17:32:36 +08:00
Qingping Hou
e3f6bab9f1 mod: adapt Makefile to new kpvcrlib's CMake environment 2012-04-11 17:13:37 +08:00
Qingping Hou
3bf6860767 fix: a terrible mistake in kpvcrlib's CMakeLists.txt
add LINUX & _LINUX macro definition.

also stop building antiword.
2012-04-11 17:07:31 +08:00
Qingping Hou
e42530bbc0 mod: set DrawBuf to 4bpp mode in cre.cpp 2012-04-11 17:06:37 +08:00
{Qingping,Dave} Hou
6158ac49f6 Merge pull request #100 from dpavlin/master
correctly dim part of page when hitting margins
2012-04-10 18:07:01 -07:00
Dobrica Pavlinusic
b555596f42 correctly dim part of page when hitting margins 2012-04-10 23:15:09 +02:00
Qingping Hou
6041603468 fix: use new width and height drawing after screen rotate 2012-04-10 21:40:29 +08:00
Qingping Hou
7093e7377e fix: reset dc after screen rotate
handle ZOOM_FIT_TO_CONTENT_WIDTH_PAN mode
seperately.
2012-04-10 21:34:38 +08:00
Dobrica Pavlinusic
fc089e5f14 Merge branch 'master' of github.com:hwhw/kindlepdfviewer 2012-04-10 15:06:00 +02:00
Dobrica Pavlinusic
1aba2d2695 fix operator precedence #95
This explains why our dimmed areas had vertical stripes and improves
quality
2012-04-10 15:05:18 +02:00
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.
2012-04-10 20:45:22 +08:00
Dobrica Pavlinušić
1a0e245c88 Merge pull request #97 from houqp/master
Add number input box
2012-04-10 02:05:44 -07:00
Qingping Hou
485dda2a0f fix: bugs in inputbox.lua
* one typo
* clear ret_code on exit
* add init() method
2012-04-10 16:35:46 +08:00
Qingping Hou
95998a7397 add: NumInputBox class for goto page feature 2012-04-10 15:52:51 +08:00
Qingping Hou
25e0c8545b Merge branch 'master' of github.com:hwhw/kindlepdfviewer 2012-04-10 10:26:09 +08:00
HW
040a4e88b9 Merge pull request #95 from dpavlin/master
show overlap when moving with pan_by_page
2012-04-09 11:42:40 -07:00
Dobrica Pavlinusic
75bed710f7 fix shift direction and cleanup comments 2012-04-09 20:27:45 +02:00
HW
1c50a5676a free blitbuffers when cleaning complete cache 2012-04-09 19:58:34 +02:00
HW
0b0dfa24ed removed obsolete example 2012-04-09 19:52:58 +02:00
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
2012-04-09 19:46:10 +02:00
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"
2012-04-09 19:37:47 +02:00
Qingping Hou
28b1f5330a Merge branch 'master' of github.com:hwhw/kindlepdfviewer 2012-04-10 01:32:59 +08:00
HW
2f11b761b0 fixed font copying upon customupdate 2012-04-09 19:32:08 +02:00
HW
b32c3bef1f added bind-mounting of host fonts 2012-04-09 19:18:07 +02:00
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.
2012-04-09 19:04:26 +02:00
HW
a375febf8e patch for muPDF to allow fonts from files 2012-04-09 18:52:20 +02:00
Qingping Hou
c09ab1a36b Merge branch 'master' of github.com:hwhw/kindlepdfviewer 2012-04-09 23:06:02 +08:00
Dobrica Pavlinusic
752da5ca3f use pan_overlap_vertical only in pan_by_page mode 2012-04-09 16:36:23 +02:00
Dobrica Pavlinusic
37f1cf4ef9 added test file for ZOOM_FIT_TO_CONTENT_WIDTH_PAN 2012-04-09 16:36:22 +02:00
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)
2012-04-09 16:36:22 +02:00
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
2012-04-09 16:36:22 +02:00
HW
a824204039 fixed missed case for device/emu recognition 2012-04-09 16:32:19 +02:00
Qingping Hou
fb7e99878d Merge branch 'master' of github.com:hwhw/kindlepdfviewer 2012-04-09 22:09:10 +08:00
Dobrica Pavlinušić
f9c97bcf59 Merge pull request #94 from dpavlin/dbbd6e4c1247e4caeff79245c62f5dd352b17d5b
cleanup customupdate make target
2012-04-09 04:30:20 -07:00
HW
c24d0bd26e corrected CFLAGS for some base .c files 2012-04-09 13:00:02 +02:00
Dobrica Pavlinusic
dbbd6e4c12 call all target for customupdates and cleanup install dir 2012-04-09 12:59:30 +02:00
HW
cce3b41d63 don't build slider_watcher for now 2012-04-09 12:40:38 +02:00
HW
caefddb99c Merge branch 'master' of github.com:hwhw/kindlepdfviewer
Conflicts:
	crereader.lua
2012-04-09 12:36:28 +02:00
HW
2d5e398be9 removed obsolete Shift-P-P combination 2012-04-09 12:30:56 +02:00
HW
b4fa798d92 device recognition now fully automatic 2012-04-09 12:30:12 +02:00
HW
877ecdfb71 switched slider handling to a fork()ed process 2012-04-09 12:29:13 +02:00
Qingping Hou
6234f0181d Merge branch 'master' of github.com:hwhw/kindlepdfviewer 2012-04-09 17:41:50 +08:00
Qingping Hou
81c9ff1cf5 fix: typo in selectmenu.lua 2012-04-09 17:38:50 +08:00
Dobrica Pavlinušić
cf70e563f3 Merge pull request #93 from houqp/master
prefix global variables width and height with G_
2012-04-09 02:17:43 -07:00
Qingping Hou
ff60a41604 mod: rewrite inputbox with commands 2012-04-09 17:17:23 +08:00