Commit Graph

796 Commits (bb450c81d4d2a0df0f7b4eff713e5709f45225e9)
 

Author SHA1 Message Date
Qingping Hou bb450c81d4 read arguemtns in reader.lua 12 years ago
Qingping Hou 348891c242 add start_pos and password for readerui.lua 12 years ago
Qingping Hou 4fb2c9d2e3 add gotoPercent for readerrolling.lua 12 years ago
Qingping Hou 2b39ba8b83 register all the supported formats for crengine 12 years ago
HW 873af20deb Merge pull request #203 from houqp/new_ui_code
add sub menu support for menu widget
12 years ago
Qingping Hou 793a431c43 add sub menu support for menu widget 12 years ago
HW 4d3e6af106 small changes to menu and addition of a reader menu
the reader menu is still very bare-bone, I plan to enhance it now.
12 years ago
HW 5b4ce0af82 Merge pull request #200 from houqp/new_ui_code
add getOrientation method
12 years ago
Qingping Hou cbed96867b Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_code 12 years ago
Qingping Hou 937a91c297 fix fb:getOrientation method, adjust mode numbering
also use it in screen.lua
12 years ago
HW df9231906c Merge pull request #199 from houqp/new_ui_code
K4 framebuffer support
12 years ago
Qingping Hou 7ce032c6a6 Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_code 12 years ago
Qingping Hou aaa6b38ef3 add getOrientation method for einkfb module 12 years ago
HW 5025be971d separated dialog.lua into source files for each individual function 12 years ago
HW 1e9fdd818f a new base file for the reader in new_ui_code branch 12 years ago
HW ce5614ef6f cleanup, also removal of G_* constants
a bit of cleanup, switched width/height combo over to use
Geom() objects, moved framebuffer handling to Screen object,
callback syntax sanitizing, lots of small changes
12 years ago
HW 33ec40f29a added boundary checking to setPixel() for development purposes 12 years ago
Qingping Hou fba5ce51bd Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_code 12 years ago
Qingping Hou b122e41351 k4 8bpp framebuffer support 12 years ago
Qingping Hou a26f6ed9a5 update customupdate target for new ui framework 12 years ago
HW 0a4d49edfb added tracebacks on error 12 years ago
HW 88a7781913 removed one case of Lua <5.1 varargs handling 12 years ago
Kefu Chai 869c7b573f remove dependency on <linux/fb.h> 12 years ago
Qingping Hou e6777ef43d update building section in Makefile 12 years ago
Qingping Hou 7fda49e897 update README, for emulator example 12 years ago
Qingping Hou 219b2d7f30 add usb charging events
for issue #127

Conflicts:
	keys.lua
12 years ago
Qingping Hou 2108b6daeb fix CC for luajit compilation
Conflicts:
	Makefile
12 years ago
Qingping Hou b53e421a27 add getPosFromXPointer in cre.cpp 12 years ago
Qingping Hou 8f410bdbbe fix cleanthirdparty target 12 years ago
Qingping Hou 1533f29ced bump crengine version to 3.0.57-15
Conflicts:
	kpvcrlib/crengine
12 years ago
HW 31df51cc80 update to freetype-2.4.9 12 years ago
HW e359ea4938 fixed missing return values
those did not trigger problems with Lua-5.1.x, but they do with LuaJIT
12 years ago
HW a381e11a9e switch to LuaJIT-2.0
LuaJIT is a JIT compiler for Lua code. It's phenomenal work, and
you can read about it here: http://luajit.org/
12 years ago
HW 1c05fa2a24 added shortcuts for Kite
as per suggestion from NuPogodi:
http://www.mobileread.com/forums/showpost.php?p=2090800&postcount=465
12 years ago
{Qingping,Dave} Hou 4182297a15 Merge pull request #188 from houqp/new_ui_code
djvu and crengine support for readerui
12 years ago
Qingping Hou 371f9bb5af fix doc for key events 12 years ago
Qingping Hou 3ac00b90d6 add y direction panning for readerrolling.lua 12 years ago
Qingping Hou 293f22c7ad update wtest.lua for two new document engines 12 years ago
Qingping Hou 69d1ed9a79 test file for djvu format 12 years ago
Qingping Hou e7d16de4e2 first demo for credocument 12 years ago
Qingping Hou 75ee86b2cb fix offset calculation in djvu.c
use 4th and 5th args in renderrect in drawPage method.
12 years ago
Qingping Hou e4160a9909 fix table index in sequenceToString method 12 years ago
Qingping Hou b40a748a78 move duplicate codes to document.lua 12 years ago
Qingping Hou 86a3ff6447 Merge remote-tracking branch 'origin/new_ui_code' into new_ui_code 12 years ago
Qingping Hou 7f6773dc6f demo for djvu support
wait for code clean up
12 years ago
HW 60ccd7441e fixed menu info displaying, replaced debug() by DEBUG()
the replacement of debug() was necessary to be able to access the lua library "debug" (for backtraces etc.)
12 years ago
HW 8191cbe852 some fixes to filechoser and menu 12 years ago
HW ca3247320f first filechooser implementation 12 years ago
HW c136773203 some minor changes to avoid long access paths into tables 12 years ago
HW a92f63bfed Merge pull request #177 from houqp/new_ui_code
First try on Toc Menu
12 years ago