Commit Graph

501 Commits (ec2eda0c0525017cb2538c87e2920b54a281caa8)
 

Author SHA1 Message Date
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
HW a824204039 fixed missed case for device/emu recognition 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
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
Qingping Hou f926a12b73 fix: only copy css files from data directory when building customupdate
refer to #77
12 years ago
Dobrica Pavlinusic 9add90a169 Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
Dobrica Pavlinušić cc7ed4fdb4 Merge pull request #90 from houqp/epub
CREnging support
12 years ago
Qingping Hou 245247b2d1 mod: use redrawCurrentPage() for all page redraw
different readers might have different way to redraw
pages, so I added this abstract method
12 years ago
Qingping Hou 1f9efe0d9c Merge branch 'master' into epub
Conflicts:
	Makefile
	unireader.lua
12 years ago
Qingping Hou 4631fe492a fix: add jump feature 12 years ago
Qingping Hou bf4ac4ffff Merge remote-tracking branch 'dpavlin/houqp/epub' into epub 12 years ago
Qingping Hou cb83e47875 mod: use XPointer as absolute postion indicator inside document 12 years ago
Dobrica Pavlinusic f1ba76bfdc create fonts symlink to TTF_FONTS_DIR #77
It took me few tries to figure out that fonts should point to directory
with *.ttf files as opposed to directory with subdirectories so I
decided to add comment about it
12 years ago
Dobrica Pavlinusic 3160ae15f4 make fetchthirdparty fails on existing data dir #77 12 years ago
Dobrica Pavlinušić 93a46bd732 Merge pull request #88 from houqp/master
Screen rotation handling for entering/leaving screen saver
12 years ago
Qingping Hou 9d11916bbd mod: resume framework in kpdf.sh 12 years ago
Qingping Hou 99f3d405b0 add: slider_watcher to customupdate target 12 years ago
Qingping Hou 43288b55ec fix: handle zero used box 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 c41e3e75a3 add: demo for fixing #85, #86 12 years ago
Qingping Hou 1593c56803 mod: add html support in crereader 12 years ago
Qingping Hou 9389aad0c4 Merge branch 'master' into epub 12 years ago
Qingping Hou 081a4165bb mod: add kpdview crash log 12 years ago
Qingping Hou 17823a0b58 mod: add cflags in crereader compiling 12 years ago
Qingping Hou f90ae38cb5 mod: load css in crereader 12 years ago