Commit Graph

358 Commits (01f045e7f99dff3752cd9342197297406f88cc38)

Author SHA1 Message Date
chrox 01f045e7f9 add standalone glyph cache
I found it will be especially helpful to cache glyph separately
so that glyph caches won't be washed out by a single page cache.
11 years ago
chrox 039eea17ae bugfix: set toc/bookmark window dimension smaller than screen size
Otherwise if text widgets in toc window expands out of screen, memory
free on these widgets will mess up the heap. It sounds ridiculous but
after we restrict toc window well inside the screen the bug in #815
is fixed.
11 years ago
Qingping Hou 2495d2c862 include dbg instead for settings for DEBUG in font.lua 11 years ago
chrox ceae778c0d bugfix: update current pageno to the very last part in current view 11 years ago
chrox 607c4baf2e add fine tuning of font size in koptinterface 11 years ago
chrox a16dba8daa rewind current page after initiating the scroll page states 11 years ago
chrox cd52704b62 remove original page when toggling flip mode off 11 years ago
chrox 819467df0b bugfix: hack swipe to unlock after going out of screensaver
by feeding a fake tap at the bottom of the screen
11 years ago
Qingping Hou 77117e0709 add help page in readermenu 11 years ago
Qingping Hou cef7d9e3c8 add on tap close to infomessage widget 11 years ago
clenton ef953587e1 Add a home button to readermenu 11 years ago
Huang Xin 6d545b6959 Merge pull request #808 from houqp/new_ui_houqp
add callback to touchmenu icon
11 years ago
Qingping Hou bf2b853fd8 add callback to touchmenu bar icon 11 years ago
Qingping Hou 7f03dcd82b remove LvDEBUG call 11 years ago
Qingping Hou 9831c40dc7 remove debug information 11 years ago
Qingping Hou b6e0a4ca9a add show_parent in readermenu 11 years ago
Qingping Hou 935ed5576c add show_parent to menu widget 11 years ago
Qingping Hou 2a4282e8f5 bug fix in item_table_stack
should create a new one for each menu widget invoke
11 years ago
{Qingping,Dave} Hou 82d26e9a6d Merge pull request #805 from chrox/font_color
use inverted font color in toggle switch
11 years ago
{Qingping,Dave} Hou c7b12667ee Merge pull request #806 from chrox/two_finger_pan
add fine tuning of bbox by swipe gesture
11 years ago
chrox fa579cface change to a formal name 11 years ago
chrox 17d8b8ef8b make larger valid region for screenshot 11 years ago
chrox 152782b412 add two_finger_pan gesture 11 years ago
chrox 90260baf00 add fine tuning of bbox by swipe gesture 11 years ago
chrox 6ec22c73a0 use inverted font color in toggle switch 11 years ago
chrox 26e2435fc6 render text with background and foreground 'color' 11 years ago
chrox 17e967a227 bugfix: calculate width of TouchMenu each time when TouchMenu is created 11 years ago
Qingping Hou 4dfb683b78 remove done todo 11 years ago
Qingping Hou 241420b8bc more minor cleanup 11 years ago
Qingping Hou a4b17061a5 add page counting in touchmenu & bug fix for sub_item_table 11 years ago
Qingping Hou e44bedfea2 listen swipe gesture in touchmenu 11 years ago
Qingping Hou 28e5907d51 use scaleByDPI in all widgets 11 years ago
Qingping Hou 495a173ed0 add scaleByDPI and use it in touchmenu 11 years ago
chrox e2b16a18a3 comments for clamping scroll offsets 11 years ago
chrox 94792a4574 bugfix: clamp scroll offsets 11 years ago
Huang Xin 2927d728d7 Merge pull request #798 from houqp/new_ui_houqp
add touchmenu
11 years ago
Qingping Hou ad704fa9c2 give a better name for parent 11 years ago
Qingping Hou eaf43dc30b add go back button to touchmenu 11 years ago
Qingping Hou c9c72522b9 add submenu support for touchmenu 11 years ago
Qingping Hou bab5192a86 fix: add empty Input.modifiers for KT from eureka 11 years ago
Qingping Hou 20447e820b fix: properly initilize key_map for KT 11 years ago
chrox d3c9b6866a bugfix: fix loop scrolling at the beginning/end of the document 11 years ago
Qingping Hou 9840a71335 put menu item callback and closing ops to scheduler
Otherwise, inverted menu item will not be shown
11 years ago
Qingping Hou 3c97c65f5c minor fixes, add TouchMenu example to wtest.lua 11 years ago
Qingping Hou 1fcb5281a0 use touchmenu widget in readermenu 11 years ago
Qingping Hou 38a6ea96d7 fix: set parent on TouchMenuItem 11 years ago
Qingping Hou 44d0a99efd first demo of touch menu 11 years ago
Qingping Hou e0813ad789 return true on iconbutton click event 11 years ago
Qingping Hou b4c5f28164 add iconbutton widget 11 years ago
chrox bf303093ed bugfix: fix loop scrolling in shorter pages 11 years ago