Commit Graph

1270 Commits (db49f1b09c6807f3df34a93094858193482b21dc)
 

Author SHA1 Message Date
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
{Qingping,Dave} Hou 3ec818a3cd Merge pull request #684 from chrox/koptreader-new-ui
add reflow mode in pdf/djvu readers
12 years ago
{Qingping,Dave} Hou dbaec84f4d Merge pull request #683 from houqp/new_ui_houqp
Bug fix & added simple TOC menu & bookmark support & notification widget
12 years ago
Qingping Hou c0602fba95 fix nil dimen bug in InputContainer:init 12 years ago
chrox 349bcb996e use koptinterface to reflow text in pdf/djvu readers 12 years ago
Qingping Hou 06444e3420 add notification widget and used it in readerbookmark 12 years ago
Qingping Hou fff8658530 notify user if page already book marked 12 years ago
Qingping Hou d04ab4e4ae add readerbookmark 12 years ago
Qingping Hou 9e7d41d129 bug fix in readertoc
* typo in fillToc method
* handle xpointer in getTocTitleByPage
* return true in onShowToc
12 years ago
Qingping Hou a05e87a2dc move Back key binding of readerui to ReaderUI:init() 12 years ago
Qingping Hou b79fafb863 add Device:hasKeyboard in device.lua 12 years ago
Qingping Hou d295e28046 remove unused onPageUpdate and onPosUpdate in readertoc 12 years ago
Qingping Hou 943d56699e remove dulplicate onSetDimensions handler in readertoc 12 years ago
Qingping Hou 2bf0a5cf0a use menu widget ignore attribute for reader menu
now menu is poped up from top of screen
12 years ago
Qingping Hou 6af311bc17 add ignore attribute to CenterContainer widget 12 years ago
Qingping Hou a19b3cc1b4 bug fix: set toc menu height and width 12 years ago
Qingping Hou 414f8bec34 use left swipe for next page turn 12 years ago
Qingping Hou d3292740ec adapt ReaderPanning to new touch event system 12 years ago
Qingping Hou 120f7b0252 bug fix: signal ViewRecalculate event after panning
This make sure ReaderPaging get correct visible_area when
turnning to previous page.
12 years ago
Qingping Hou 8a8b993ade add toc menu for touch UI 12 years ago
Qingping Hou 468178c37c bug fix in menu widget, call close_callback on after select 12 years ago
{Qingping,Dave} Hou bcdb4d8e3f Merge pull request #674 from houqp/new_ui_houqp
bug fix in readerfont & minor code adjustment & page status in readerrolling
12 years ago