Commit Graph

1291 Commits (e7e6a2be9c3258c452a8329db3c2d56638e99480)
 

Author SHA1 Message Date
Qingping Hou e7e6a2be9c use xpointer instead of read percent to mark read progress 12 years ago
Qingping Hou 688540c25b singla UpdatePos event on view mode change
this event also force renew toc
12 years ago
Qingping Hou 4c6420abba fix: retrieve toc when page or height of document is changed 12 years ago
Qingping Hou 3a65a9ddde also check page changes on UpdatePos event 12 years ago
Qingping Hou 789b5d57e2 read page information for crerengine 12 years ago
{Qingping,Dave} Hou c487bd6cc4 Merge pull request #695 from houqp/new_ui_houqp
return to caller when there is no window to show in UIManager
12 years ago
{Qingping,Dave} Hou 2bd15d3963 Merge pull request #696 from houqp/new_ui_fix
set refresh type on eink update in fillMxcfbUpdateData
12 years ago
Qingping Hou 21abe6b110 adapt refresh type code in fillMxcfbUpdateData
just to keep consistent with the old refresh type, i.e.
0 for full refresh and 1 for partial
12 years ago
Qingping Hou b1256c98fc add more comments 12 years ago
Qingping Hou 267c5b16fc set refresh type on eink update in fillMxcfbUpdateData 12 years ago
Qingping Hou 59ed6b5a2f return to caller when there is no window to show in UIManager 12 years ago
{Qingping,Dave} Hou fb48b270ef Merge pull request #694 from houqp/hint_page_fix
add render mode to hint page
12 years ago
Qingping Hou 79839021ed Merge branch 'new_ui_code' into hint_page_fix
Conflicts:
	frontend/ui/reader/readerview.lua
12 years ago
{Qingping,Dave} Hou b04b1e8b58 Merge pull request #690 from houqp/new_ui_houqp
font size, line space, font weight, font gamma and viewmode support for crengine
12 years ago
Qingping Hou c8dce5f351 Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into hint_page_fix
Conflicts:
	frontend/document/document.lua
12 years ago
{Qingping,Dave} Hou a6abdc2a6c Merge pull request #691 from chrox/new_ui_code
bugfix: check renderpg hash before hinting page
12 years ago
Qingping Hou 93cad1428c add render_mode into render hash 12 years ago
Qingping Hou 1fa0d886bd add render mode to hint page 12 years ago
chrox c8b699c068 bugfix: check renderpg hash before hinting page 12 years ago
Qingping Hou 8c973457a0 save and restore line_space_percent in ReaderFont 12 years ago
Qingping Hou e03963f4f2 replace InfoMessage with Notification in readerfont.lua 12 years ago
Qingping Hou db49f1b09c add ReaderRolling:onRedrawCurrentView() 12 years ago
Qingping Hou 59a424203b add font gamma to readerconfig 12 years ago
Qingping Hou 61613323fe add ReaderFont:onChangeFontGamma() 12 years ago
Qingping Hou 204cfb2b17 return true in event handlers
we should do that when we know a event handler is only used in
that widget
12 years ago
Qingping Hou 5ce4f24c37 move CreOptions to credocument.lua 12 years ago
Qingping Hou ad1112468f add view_mode, line space and font weight setting to readerconfig 12 years ago
Qingping Hou e573fcf2de add ReaderFont:onToggleFontBolder 12 years ago
Qingping Hou 2fa919e1b6 add CreDocument:toggleFontBolder 12 years ago
Qingping Hou 9a1a584e19 add option args for config so we can send string arg in events 12 years ago
Qingping Hou bce849b743 Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_houqp 12 years ago
Qingping Hou 2f36d6604b add setViewMode handler for readerrolling and readerview 12 years ago
{Qingping,Dave} Hou 5f53d7d16b Merge pull request #689 from chrox/sync_last_percent
add last_percent field in pdf/djvu document history
12 years ago
{Qingping,Dave} Hou c716c8d704 Merge pull request #687 from houqp/new_ui_houqp
bug fix in readerrolling
12 years ago
Qingping Hou ac1cf212d1 add setViewMode to CreDocument 12 years ago
chrox c4bc6e3cd3 add percent_finished for KPVBooklet and restore original last_percent 12 years ago
Qingping Hou fdc05b066c add readerconfig to document supported by crengine
* now font size can be changed by readerconfig
12 years ago
Qingping Hou ba00dcc701 bug fix: add event entry to ConfigOption widget 12 years ago
chrox f41f645465 add last_percent field in pdf/djvu document history
And normalize last_percent for cre document
12 years ago
Qingping Hou 27f0801e93 Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_houqp 12 years ago
{Qingping,Dave} Hou 350d3aa55e Merge pull request #682 from houqp/swipe
Swipe gesture support
12 years ago
Qingping Hou 44eb70bcf5 use ReaderRolling.view_mode instead of self.ui.document.view_mode
view_mode is removed from self.ui.document
12 years ago
{Qingping,Dave} Hou 4e62beb300 Merge pull request #688 from chrox/config-options
make readerconfig independent of koptoptions
12 years ago
Qingping Hou 01e8e5e820 correctly report timeout on select timeout 12 years ago
chrox aa152a8a51 make readerconfig independent of koptoptions
So that other readers could reuse readerconfig
12 years ago
{Qingping,Dave} Hou bac3ae568b Merge pull request #686 from chrox/prerendering
add pre-rendering in pdf/djvu readers
12 years ago
{Qingping,Dave} Hou 31379d85de Merge pull request #685 from chrox/option-tweaks
move "Reflow option" to "More settings" dialog
12 years ago
chrox 12a76fee33 add pre-rendering in pdf/djvu readers
"HintPage" tasks are scheduled into the execution stack of UIManager
after each page drawing. These tasks should be checked immediately after
screen is refreshed so tasks are double-checked in the main loop.
12 years ago
chrox bfe7b5e332 move Reflow option to More options dialog 12 years ago
{Qingping,Dave} Hou 113a1e3c56 Merge pull request #681 from houqp/ignore_adapt
add more items to gitignore file
12 years ago