Commit Graph

778 Commits (ce5614ef6f5020fd87b16a3c76384e5afa470890)
 

Author SHA1 Message Date
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
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
Qingping Hou a1a9b5e9b0 move toc related methods to readertoc.lua 12 years ago
Qingping Hou cf048e286d add toc menu support for readerui 12 years ago
Qingping Hou 284d5ce9d9 two bug fixes in menu widget
* update page info
* item shortcut support in all pages
12 years ago
Qingping Hou 07e17125b5 add select callback to menu and bug fix in shortcut 12 years ago
HW d5c7e6ccb5 factored out pdfdocument implementation 12 years ago
HW 9e531fc2db file reorganisation
all lua frontend files are now in the frontend/ directory.
all old code is cleaned up.
12 years ago
HW 2a2a0828c8 added example usage for reader widget 12 years ago
HW f685f68852 added reader widget implementation
zooming, rotating, panning works already
12 years ago
HW bc191c1d9e started with a document abstraction
for now, only an implementation for PDFs exist. to be
separated out... and we need implementations for the
other supported engines
12 years ago
HW 389ee898b4 load geometry abstraction with ui 12 years ago
HW 0865d89463 geometry abstraction 12 years ago
HW 5cf8fec09d added input group for numerical input 12 years ago
HW ec39c408e9 add new generic global cache 12 years ago
Dobrica Pavlinušić 33538c4f66 Merge pull request #161 from houqp/new_ui_code
more fixes in new_ui_code
12 years ago
Qingping Hou 0ddc9f26da Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_code 12 years ago
Qingping Hou e300881361 update test file & add TestGrid widget for debug 12 years ago
Qingping Hou 2e3e0d849a some more fixes for menu widget 12 years ago
Qingping Hou c9114dabcc revert getSize() method of FrameContainer
my previous modification is wrong.
12 years ago