Commit Graph

10379 Commits (master)
 

Author SHA1 Message Date
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
{Qingping,Dave} Hou b272d81768 Merge pull request #794 from chrox/scroll_fix
bugfix: fix loop scrolling in shorter pages
11 years ago
chrox bf303093ed bugfix: fix loop scrolling in shorter pages 11 years ago
Qingping Hou c94767d9d6 add width and invert to FrameContainer 11 years ago
{Qingping,Dave} Hou 6c50123c20 Merge pull request #792 from chrox/new_ui_code
bugfix: require button widget
11 years ago
Qingping Hou bd0145da4a Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_houqp 11 years ago
Qingping Hou 557ceb7a4b add vertical_align to UnderlineContainer 11 years ago
Huang Xin 07f1135be0 Merge pull request #793 from houqp/new_ui_houqp
minor fixes
11 years ago
Qingping Hou d4bc583aa7 add dbg in wtest.lua 11 years ago
Qingping Hou f87fd8ae07 remove screen rotation in readermenu 11 years ago
Qingping Hou c5ff50abdf remove trailing spaces 11 years ago
chrox 94ea2b8250 bugfix: require button widget 11 years ago
Huang Xin 4d72574dfb Merge pull request #791 from houqp/new_ui_houqp
rearrange source tree
11 years ago
Qingping Hou 10d980ed87 rearranged source tree 11 years ago
Huang Xin 08edf7c259 Merge pull request #790 from houqp/new_ui_fix
listen home key press in filechooser
11 years ago
Qingping Hou 9fa6ec2a0c listen home key press in filechooser 11 years ago
{Qingping,Dave} Hou 0e0c18ad9b Merge pull request #789 from chrox/new_ui_code
dismiss chrome bar before launching the reader
11 years ago
{Qingping,Dave} Hou e488b9ae16 Merge pull request #787 from chrox/background_hint
add background hinting in koptinterface
11 years ago
chrox 062af7cb94 dismiss chrome bar before launching the reader 11 years ago
chrox a6609119ec disable hinting temporarily in config dialog and flipping mode and cropping dialog
Since hinting is of little use in these situations.
11 years ago
chrox ef68ccebfe add background hinting in koptinterface 11 years ago
Huang Xin 7a4248faef Merge pull request #786 from houqp/new_ui_code
add last documents history and fix wtest.lua
11 years ago
{Qingping,Dave} Hou 6ab24329c8 Merge pull request #785 from chrox/flip_fix
bugfix: detect pan release to update flipping page
11 years ago
Qingping Hou e492e451ec handle nil width for button widget 11 years ago
Qingping Hou 6f08f246d1 fix crash in wtest.lua 11 years ago
Qingping Hou 738d08a8bf adapt confirmbox to button widget changes 11 years ago
Qingping Hou f22b2301fa add last documents menu entry 11 years ago
chrox 3660625cca bugfix: detect pan release to update flipping page on which the page
calculation of the following flip is based.
11 years ago
chrox 617613e763 bugfix: adjust coordinates of pan gesture 11 years ago
chrox da2a3ff753 detect pan release gesture 11 years ago
{Qingping,Dave} Hou bd8e9699eb Merge pull request #784 from chrox/log-reflow-duration
log reflow duration for benchmarking
11 years ago
{Qingping,Dave} Hou d147516923 Merge pull request #783 from chrox/scroll_fix
bugfix: send SetDimensions event when toggling full screen on/off
11 years ago
chrox 824de2cb9c bugfix: send SetDimensions event when toggling full screen on/off 11 years ago
chrox 591a27ddfe log reflow duration for benchmarking 11 years ago
{Qingping,Dave} Hou ce8eb15dd8 Merge pull request #781 from chrox/pdf_scroll_mode
add scroll mode for pdf/djvu reader
11 years ago
chrox 418ba943ed bugfix: recalculate screen offset 11 years ago
chrox a2dc5e00a2 bugfix: reset page scroll states when switching reflow on/off 11 years ago
chrox 63e5e7e577 add scroll mode for pdf/djvu reader 11 years ago
chrox 64949444f6 bugfix: calculate page zoom before hinting 11 years ago
chrox 9e5a036c6e cleanup: remove unnecessary debug info 11 years ago
chrox dc22370cf1 bugfix: intersected geom should be initiated with a fresh copy of self 11 years ago
chrox 6561475cf7 return bbox immediately to save several CPU cycles 11 years ago
{Qingping,Dave} Hou 91b73ba7ab Merge pull request #779 from chrox/two_finger_tap
add screenshot with two-finger tap
11 years ago
chrox 7fb3b02117 make reader screenshot widget always active 11 years ago
chrox 71c4f2dfc5 add active widgets in window stack that will always handle events 11 years ago
chrox 5c2d9bb1ad screenshot with finger touch at the two corners of the diagonal 11 years ago
chrox d879603352 set widget dirty with "auto", "full" and "partial" arguments
The "auto" argument requests a full refresh and increses full refresh count
by one. And the "full" argument forces a full refresh and reset full refresh
count. And the "partial" argument requests a partial refresh.
11 years ago
chrox 64addcc841 bugfix: fix increment of refresh count
If full refresh is false and refresh count is FULL_REFRESH_COUNT - 1,
every refresh becomes full refresh. This patch increases refresh count
when a full refresh is performed no matter whether full refresh is
requested.
11 years ago