Commit Graph

829 Commits (1c216b64582549fe44abe66fb514ca84a7c003a3)
 

Author SHA1 Message Date
Qingping Hou 1c216b6458 add last read page/percent setting support 12 years ago
Qingping Hou 59592e862e read font settings on readsettings event 12 years ago
Qingping Hou 0e122b12bf read settings after readerui widgets initialization 12 years ago
Qingping Hou 45e9198ab2 add document fontface and fontsize settings support 12 years ago
Qingping Hou fab19c3bfa add document settings support 12 years ago
Qingping Hou ca46092f1b fix naming for fake events device, part 2 12 years ago
Qingping Hou cee51b8db2 change menu item underline color to make refresh more responsive 12 years ago
Qingping Hou d06f71b3cd fix naming for fake events device 12 years ago
Qingping Hou 6102dc622f bug fixes for shadow framebuffer implementation 12 years ago
Qingping Hou 165585ecea fix typo in einkfb.c 12 years ago
Qingping Hou d6a2c9908c enable partial and full refresh on widget redraw
also added halfdone code for repaint area on widget
redraw.
12 years ago
Qingping Hou 81a846f32f properly free and unmap memory in closeFrameBuffer 12 years ago
Qingping Hou 271701edfe screensaver and usbplugin events support 12 years ago
Qingping Hou 47ec493da1 implement K4 framebuffer support with shadow blitbuffer
previous implementation make fb.bb has double pitch
compared to other blitbuffer, which leads to segfault
on blitFullFrom method.
12 years ago
Dobrica Pavlinušić 5d8e579b4f Merge pull request #204 from houqp/new_ui_code
some more adjustments to make it usable for my K4
12 years ago
Qingping Hou 2d104d7792 adjust keycodes for k4 & add device.lua 12 years ago
Qingping Hou 51ed793d14 add screen rotate support 12 years ago
Qingping Hou 4c71c628d3 release input devices on reader exit 12 years ago
Qingping Hou b71ac38d3b exit KPV on Ctrl+C 12 years ago
Qingping Hou bad329811d add line space control feature for credocument 12 years ago
Qingping Hou b3cdbeee19 add font size control feature for credocument
also rename getFont to getFontFace
12 years ago
Qingping Hou 9e6940621b add getFontFace in cre.cpp and credocument.lua
also move self.font_face to readerfont module
12 years ago
Qingping Hou 62f73c177b add getFontSize in cre.cpp 12 years ago
Qingping Hou 845aae3e37 rename getXPointer to getCurrentXPointer in cre.cpp 12 years ago
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 84c435ebdc use getProvider and openDocument in reader.lua
we use getProvider for file extension filter
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 379d6216a0 read reader settings in reader.lua 12 years ago
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