Commit Graph

230 Commits (ddfe5ca3a9f38a78c11dd2e82d33f9bedcd64817)

Author SHA1 Message Date
chrox 563fd50dc3 add toggle switch widget in config option 12 years ago
Qingping Hou c755309682 set self.css to nil when there is no external css 12 years ago
Qingping Hou 69260aaac8 cosmetic changes to menu wording 12 years ago
Qingping Hou f216be49a7 two changes to ReaderTypeset
* now we only use Embedded CSS by default
* add toggleEmbeddedStyleSheet methods
12 years ago
Qingping Hou 6d8ebb4126 adapt credocument to new changes in cre.cpp 12 years ago
Qingping Hou bcae90593d Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_houqp 12 years ago
Huang Xin f99cea8354 Merge pull request #720 from houqp/new_ui_fix
fix: check number of pages before calling hintPage
12 years ago
Qingping Hou 50e8750db4 fix: check number of pages before calling hintPage
otherwise, we will reach out page limit when reached last page
12 years ago
Qingping Hou fe6d161382 add readertypeset.lua 12 years ago
Qingping Hou 268926edf3 add readertypeset to readerui 12 years ago
Qingping Hou 65910b2017 add default_css to credocument 12 years ago
Qingping Hou 6c4da43dbf add setStyleSheet method to credocument 12 years ago
chrox 15f41935b6 use page info to calculate percent finished in crereader 12 years ago
{Qingping,Dave} Hou 55b2d4f993 Merge pull request #714 from chrox/config_ui
some config UI changes
12 years ago
chrox 494585ce41 rename 'screen rotation' option in koptinterface to 'vertical text' 12 years ago
chrox 6ed1a9012b show more options 12 years ago
chrox 62c3e1dfec invert icon color temporarily when tapping on menubar 12 years ago
chrox 3f2e810fe4 force repaint all when changing options 12 years ago
chrox fe8902d380 make the dimension of config dialog change according to the size of current config options
I can't find a way to resize a WidgetContainer in runtime so when switching config options
new ConfigDialog is created with requested option panel.
12 years ago
Qingping Hou 93d3aea905 pass filename properly for zipped fb2 in CreDocument:init() 12 years ago
Qingping Hou 874890aaec save and restore gamma_index for crengine 12 years ago
Qingping Hou 5abf3cb92d save header_font_face 12 years ago
Qingping Hou b7ced36957 read LineSpace from config 12 years ago
Qingping Hou 7f04b520b3 reset postInitCallback on ReaderUI:init 12 years ago
Qingping Hou 02ea5f1fbf read header font from config 12 years ago
Qingping Hou 687aabc173 adapt ui to loadDocument before setFont 12 years ago
Huang Xin b4bad21535 Merge pull request #698 from houqp/new_ui_houqp
retrive new toc when document is re-formatted
12 years ago
Qingping Hou e7e6a2be9c use xpointer instead of read percent to mark read progress 12 years ago
Qingping Hou 00a7d5a61c leave cvm proccess running on KPV start and SS resume
Otherwise, lipc-wait-event won't be able to catch any events
12 years ago
Qingping Hou 55b2813b32 move fake event handling to ui.lua
inputevent.lua now only forwards events
12 years ago
Qingping Hou 68cc9b9cf4 Screen:saveCurrentBB: pass pitch on creating new blitbuffer 12 years ago
Qingping Hou e02c88a929 add getPitch method to screen.lua 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 Hou 59ed6b5a2f return to caller when there is no window to show in UIManager 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 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