Commit Graph

4333 Commits (ce624be8b83e880b1a81106a143e1440eeda4aab)

Author SHA1 Message Date
Qingping Hou 0ddc9f6e99 add back readerfont.lua 12 years ago
Qingping Hou acaf8d660e font menu for readerui 12 years ago
Qingping Hou f8f188ff89 jump to first menu item if pagebck is pressed in first page 12 years ago
Qingping Hou 7d008bf622 fix end_position calculation in Menu:onNextPage 12 years ago
Qingping Hou 77761554d9 add CreDocument:engineInit() method 12 years ago
Qingping Hou d89cbc43f9 replace getProvider with openDocument
now getProvider only returns the provider
12 years ago
Qingping Hou 07d6f66565 fix screen rotation mode restore for native system 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
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
Qingping Hou 937a91c297 fix fb:getOrientation method, adjust mode numbering
also use it in screen.lua
12 years ago
HW 5025be971d separated dialog.lua into source files for each individual function 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 88a7781913 removed one case of Lua <5.1 varargs handling 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 e7d16de4e2 first demo for credocument 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
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