Commit Graph

900 Commits (d9f5edf54a85c247590d8ea454b60f558d9fcbfb)

Author SHA1 Message Date
chrox c829b01d67 fix onSelect revert on config and menu 11 years ago
chrox aac1509c21 check dimension restraint on regional refresh request 11 years ago
chrox 32ffacdf77 adjust font sizes in credocument according to screen dpi
and font sizes list is moved to defaults.lua
11 years ago
chrox 3f3e434157 rescale font size when fallbacks to fallback fonts
and make FreeSerif font the default font instead of DroidSansFallback

This patch should fix #272.
11 years ago
chrox ca37eb8889 remove the ui/image dependency 11 years ago
chrox 987b34f092 reactivate FFI blitbuffer module
This should fix #274 and #288.
11 years ago
chrox 9f42289226 use pixels from reflowed page when doing OCR in reflowing mode
I hope it will get back OCR accuracy as in build 545.
11 years ago
chrox 3e94520e53 add width param in ToggleSwitch 11 years ago
chrox 7a5ce55b8d fix extra page rendering when starts up in landscape mode 11 years ago
chrox f32e9e4548 change medium and large defect sizes to 3.0 and 5.0 respectively 11 years ago
chrox ead331924f fix toggle color inconsistency 11 years ago
chrox 5cc8fc4c10 update page info layout in menu
this should fix #281
11 years ago
chrox 2b9b9bc9a5 add DSHOWHIDDENFILES in defaults.lua
this should fix #239
11 years ago
chrox 3934176b6c emulator has keyboard now 11 years ago
{Qingping, Dave} Hou 726b214ea7 Merge pull request #302 from chrox/master
synchronize highlights in non-/reflowing modes
11 years ago
chrox 4660a3532b synchronize hightlights in non-/reflowing modes
and there is no need to OCR word if we can extract text from
original page in reflowing mode thanks to the rect maps between
normal page and reflowed page.
11 years ago
chrox 2f61b96748 fix wrong zoom value after returning from cropping dialog 11 years ago
Giorgio Micotti a6f28c4aab Add clarifying comments 11 years ago
Giorgio Micotti a2ff9b9a9b Final fixes for kobo suspend 11 years ago
Giorgio Micotti afd4a2d920 Merge branch 'master' of https://github.com/koreader/koreader 11 years ago
chrox 9f0154f7bf fix wrong indentation 11 years ago
chrox 0b7554b1d8 add DSHOWOVERLAP in defaults.lua
Turn off "show overlap" by default since scroll mode can replace it
in most cases where "show overlap" is used. And the dimmed area often
make new users confused. It's better to leave this feature to more
advanced users.
11 years ago
chrox f12869d587 split text string with even finer granularity 11 years ago
chrox 979d4c5d48 add DHINTCOUNT in defaults.lua
It controls how many number of pages will be hinted in background
after one page has been drawn. Default DHINTCOUNT is 2.
11 years ago
Giorgio Micotti cea40ec902 Fixes for light. 11 years ago
Giorgio Micotti ec3d23ef10 Split suspend-resume logic 11 years ago
Giorgio Micotti be1a637c3b DO NOT MERGE initial suspend support for Kobo 11 years ago
HW 25faf7e1a4 fixed bugs in implementation of utf8Chars() 11 years ago
HW 61c232e0e9 add a UTF8 character iterator
this speeds up font rendering since LuaJIT doesn't have to use
the interpreter for string.gsub(), which was used before
11 years ago
Giorgio Micotti 45cc6492ab Solve bug #210. 11 years ago
{Qingping, Dave} Hou 6586d55ad3 Merge pull request #254 from chrox/menu_layout
fix widget out-of-bound in bookmark and toc menus
11 years ago
chrox 094a98b819 split string with delimiters captured 11 years ago
chrox 1c728d6945 fix widget out-of-bound in bookmark and toc menus
The original menu layout needs manual dimension calculations
such as  white padding for displaying page information in
footer as the title, all item contents and footer are stacked
in one VerticalGroup. Out-of-bound error(koreader/koreader-base#43)
will occur in some corner cases if we missed something in
the calculation. The patch sent in this PR invented a new
layout for menu widget in which no manual calculation is needed
for displaying the footer. And the footer will be placed well
inside the menu frame.

   +--------------+
   | +----------+ |
   | |+--------+| |
   | || Header || |
   | |+--------+| |
   | |+--------+| |
   | ||  Item  || |
   | ||  Item  || |
   | |+--------+| |
   | |(Vertical | |
   | |  Group)  | |
   | +----------+ |
   |    Footer    |
   |(OverlapGroup)|
   +--------------+
11 years ago
Qingping Hou 4c40fece74 add hidden file toggle 11 years ago
Paulo Matias 3d04925109 Remove FileChooser:compressPath, use util.realpath 11 years ago
{Qingping, Dave} Hou 87655ffdec Merge pull request #237 from thotypous/fix-crash-root
Fix crash when trying to go to / on FM
11 years ago
Paulo Matias e668379f6d Fix crash when trying to go to / on FM
Deals with more cases in FileChooser:compressPath, including `/mnt/..`.
11 years ago
Paulo Matias d7b747d6dd Change util.isEmulated to boolean and fix frontlight
Device:hasFrontlight always returned a true-like value because util.isEmulated was an integer.
Fixed this, also, used a polymorphic object design to reduce FrontLight code, and
adapted BaseFrontLight for the emulator.
11 years ago
Qingping Hou c951eacc35 fix: reset current page on item_table switch for menu widget 11 years ago
Qingping Hou cad8ddec92 disable path compress on relative path 11 years ago
Paulo Matias 54636e9407 Add InputText:setText and avoid non-intuitive UI behavior after light toggle 11 years ago
chrox 6f89fec891 fix calling setFontSize in pdfreader 11 years ago
chrox 44c31afe62 fix bug #179
It seems that the setPageMargins method will mess up XPointer of current view.
This bugfix simply disables page margin restoring in readercopt.lua so that
reading position is restorable.
11 years ago
chrox 75eb0e6f23 bugfix: fix screen ghosting after swiping north/south in scroll mode
As swiping north/south will generate several pan gestures which will
set refresh mode to WAVEFORM_MODE_A2, we should explicitly do a full
refresh in order to switch refresh waveform from WAVEFORM_MODE_A2
to WAVEFORM_MODE_GC16 as in OnPanRelease.
11 years ago
Qingping Hou 94e89e8e38 add missing import for group widget in readerview 11 years ago
Huang Xin 2e8b5cb39c Merge pull request #215 from houqp/houqp-master
check frontlight before setting intensity
11 years ago
Qingping Hou ce4d628028 only insert frontlight menu item if frontlight is detected 11 years ago
Huang Xin 4e83288040 Merge pull request #214 from houqp/filemanager
bug fix in class system & rewrite filemanager
11 years ago
Qingping Hou aef2c4123e fix Menu widget initialization on inheritance bug in filechooser 11 years ago
Qingping Hou c66429c903 add is_popout and no_title to menu widget 11 years ago
Qingping Hou b49a338121 add extend method to widget 11 years ago
Paulo Matias e45442c1f6 Refactor Kobo frontlight_intensity restoration: move to reader.lua 11 years ago
Paulo Matias f68edd97ba Merge branch 'master' into frontlight3 11 years ago
Paulo Matias 44258d4ba6 Force initialization of FrontLight in Input:init() to avoid glitches in Kobo 11 years ago
Paulo Matias 81facc2ce9 Refactor min/max handling in BaseFrontLight; use getFrontlight() in ReaderFrontLight for consistency 11 years ago
Paulo Matias 3f3fba2fdf Big refactoring: Device handles frontlight device, ReaderFrontLight now only GUI 11 years ago
Paulo Matias 232d8cd74a Fix multiple ReaderFrontLight instances, i18n issues, and refactor event handling to follow codebase patterns 11 years ago
Qingping Hou 82e4863827 move emu_event to /tmp
because virtualbox cannot create fifo file in shared folders
11 years ago
Qingping Hou a0676790cd fix unnecessary frontlight module require 11 years ago
Giorgio Micotti a145ee19aa Add firmware detection for kobo, adjust input accordingly. 11 years ago
Giorgio Micotti cea353323e Initial light control widget; final fixes for kobo light 11 years ago
chrox 1520fd7974 add page up/down buttons in menus that have more than one pages 11 years ago
chrox 4547273d7b add icon button and show/hide method of button 11 years ago
Giorgio Micotti 103133d216 Fix some dumb mistakes, toggle light now works 11 years ago
{Qingping,Dave} Hou 3d8b6ca838 Merge pull request #191 from chrox/master
fix fast refresh waveform
11 years ago
chrox fa21dfda63 remove double_tap processing code in keyboard 11 years ago
chrox 225ae9f826 disable double tap detection in keyboard widget 11 years ago
chrox fa9878301f disable double tap detection by default in gesture detector
since the gesture detector will block the main thread
(the only thread in the lua part) for 300 ms on each tap
waiting for the arrival of the second tap, it makes the whole
application less responsive. 300 ms of latency is well perceived
in this case. This patch will simply disable double tap detection by
default as no widget now handles double_tap gestures. We could
temporarily enable double tap detection when this gesture is indeed
needed after.
11 years ago
chrox 19d70f2719 fix delChar decreasing charpos on blank charlist 11 years ago
Giorgio Micotti 8fa01bc76c Fixes for higher DPI; make the X easier to reach. 11 years ago
chrox 4e4df37f7b fix fast refresh waveform 11 years ago
chrox ef7f3fec90 fix keyboard in landscape 11 years ago
chrox 32bd30aae9 UI tweaks 11 years ago
chrox 196f72a053 add onGotoPage handler in readerpaging 11 years ago
chrox b774c1468f refactoring font face variable in ScrollText widget 11 years ago
chrox 6457f42407 fix fractional pixel coordinates in paintTo function 11 years ago
chrox 57a5f18406 add goto page menu entry for pdfreader 11 years ago
chrox fb4b6979f5 add on-screen keyboard widget 11 years ago
{Qingping,Dave} Hou 0024ad6503 Merge pull request #188 from chrox/scroll_text
add missing scrollbar widget
11 years ago
chrox c6f3388e35 add missing scrollbar widget 11 years ago
{Qingping,Dave} Hou caf5d678c0 Merge pull request #187 from chrox/scroll_text
fix long definition not shown properly in dictionary window
11 years ago
chrox 6c7641cd0b fix long definition not shown properly in dictionary window 11 years ago
chrox 872ffa5767 add vertically scrollable text widget 11 years ago
chrox 668e84290e fix fractional pix returned by scaleByDPI 11 years ago
Qingping Hou a8a589c27b only set two pages mode for crengine in kindle dxg 11 years ago
chrox 3f36fa80fd fix nil pos bug in readerhighlight 11 years ago
Qingping Hou 201e63b2b2 fix require error 11 years ago
Huang Xin 5eb1fb7e06 Merge pull request #174 from giorgio130/master
WIP kobo light support
11 years ago
Giorgio Micotti 70963a0ddc Merge branch 'master' of https://github.com/koreader/koreader 11 years ago
Giorgio Micotti e4b8fc3266 NOT WORKING initial kobo light support. 11 years ago
Paulo Matias b814eaf6f3 Fix a rare crash on ReaderHighlight 11 years ago
chrox b3a068d3bb fix wrong calculation of textwidget height 11 years ago
chrox 3f672b5894 fix typo error that invalidate forced partial refresh 11 years ago
chrox 294f47c0ed full refresh config panel 11 years ago
chrox 210e2fcef8 update image dimen in paintTo method 11 years ago
chrox 467e7bf4fc UI tweaks on dictionary window 11 years ago
chrox 07de799237 set fast refresh mode in setDirty method 11 years ago
chrox 08a1422ad4 fix regional screen refresh 11 years ago
{Qingping,Dave} Hou b7a49e04f9 Merge pull request #167 from chrox/refresh_mode
add regional screen refresh support
11 years ago
chrox 0c9c4d7af1 fix regional screen refresh 11 years ago
chrox f3bcbd3b4e use regional update when displaying dict windows 11 years ago
chrox 8dbaa2c76c use regional update when selecting config panels 11 years ago
chrox f2a6b7c4e3 use WAVEFORM_MODE_A2 when scrolling page 11 years ago
chrox ee6c93a516 add regional screen refresh support
and waveform mode can be specified when calling screen refresh
11 years ago
chrox 8c73c19e50 fix missing underline in config window 11 years ago
chrox 2b29c70250 fix Geom:combine when sizeof rect is zero 11 years ago
Paulo Matias f0b352b0e3 Fix multiple crash bugs on GestureDector (with double-finger) and ReaderFrontLight (closes Issue #165) 11 years ago
chrox 8f051b4c44 bugfix: update width of dict window in readerdictionary 11 years ago
chrox 725bef08e6 add multi-dictionary support 11 years ago
chrox b24db8a1ca refactoring using centercontainer in button widget 11 years ago
chrox f9344faefe refactoring using updated dimen 11 years ago
chrox e8cfeb979c update framecontainer dimen in paintTo function 11 years ago
chrox 05965e386e factor out buttontable as a vertical group 11 years ago
{Qingping,Dave} Hou bc15daf06f Merge pull request #163 from chrox/ocr_language
add document language option in config dialog
11 years ago
chrox 6dc53df5b5 word gap is set to smallest when selcting CJK languages 11 years ago
chrox 71d6395fba add Translate button when selecting multiple words 11 years ago
chrox 1808c7e5c3 add document language option in config dialog
Document language setting is used for better text extraction and OCR.
11 years ago
{Qingping,Dave} Hou ffb2264133 Merge pull request #161 from chrox/config_dialog
bugfix: show last used panel when opening config dialog
11 years ago
chrox 167e6ca0aa bugfix: show last used panel when opening config dialog 11 years ago
{Qingping,Dave} Hou af2e9436dc Merge pull request #160 from chrox/master
if original zoom mode is not "content", set zoom mode to "contentwidth" after cropping
11 years ago
Huang Xin c8a1fb4935 if original zoom mode is not "content", set zoom mode to "contentwidth" after cropping
Otherwise, users will feel confused that the view stays the same after cropping if current mode is fit-to-page.
11 years ago
chrox 03faf70fd5 show last used panel when opening config dialog 11 years ago
{Qingping,Dave} Hou bb62d0c5e2 Merge pull request #157 from chrox/path_compress
compress paths like "test/pdf/../epub" into "test/epub" in FileChooser
11 years ago
chrox 6c4248251c compress paths like "test/pdf/../epub" into "test/epub" in FileChooser
This patch fixes Bug #107
11 years ago
{Qingping,Dave} Hou 8c8977567c Merge pull request #156 from chrox/landscape_ori
toggle landscape will change orientation for landscape mode
11 years ago
chrox 52c4ada111 save rotation mode in doc settings 11 years ago
chrox c19de743ba toggle landscape will change orientation for landscape mode 11 years ago
chrox 7f1d682a98 adapt gesture detector for 90 degrees rotation 11 years ago
chrox 703e9da698 add 90 degrees of landscape mode 11 years ago
chrox cee6f6a616 fix typo in readerrotation.lua 11 years ago
chrox 2e5d2b9930 add semi-auto bbox option in page crop dialog 11 years ago
chrox 87296fe884 set larger toggle switch width 11 years ago
chrox 56c8b28f7c Fix bug #151
Check if there is only one line between the two positions and no
word boxes are found, if so break the loop immediately.
11 years ago
Giorgio Micotti 6c9b76de4f Fix bug #144. 11 years ago
Giorgio Micotti c91e3834bb Added detection of single kobo models. Also a script to launch koreader is included and the related Makefile changes. 11 years ago
chrox 5b1ca4b101 remove associated scroll mode setting with zoom mode 11 years ago
Qingping Hou 0d902a1a4c add scrollmode and fullscreen mode to defaults 11 years ago
Qingping Hou 561c7902ca move defaults.lua to root directory 11 years ago
Qingping Hou 18122fe067 add defaults.lua 11 years ago
chrox d8e45b4e7c bugfix: embedded css toggle now shows correct status 11 years ago
chrox 94526fa26d add page margin options in CREOptions 11 years ago
chrox 67816852ac option value can be dict now 11 years ago
chrox f87c67308a toggle scroll mode on when zooming to content*
and toggle scrool mode off when zooming to page*.
11 years ago
chrox 84e67ff122 disable scroll mode in flipping for better performance 11 years ago
chrox 6601b19e4d disable scroll mode by default
since the default zoom mode is page while continuous paging is
useless in page zoom mode.
11 years ago
chrox 35f71bb04a add fake tap to dismiss temp hightlight after hightlight is saved 11 years ago
{Qingping,Dave} Hou ef66e106cb Merge pull request #125 from chrox/highlight
bugfix: remove selected word only if hold moves out of word box
11 years ago
chrox 18fbc0f248 export hightlights to My Clippings 11 years ago
chrox 8ae528629c bugfix: make a fresh copy of Geom before transforming 11 years ago
chrox c116b34e71 parameterize lighten color in displaying saved highlights 11 years ago
chrox e3da8e41f1 remove selected word if hold moves out of word box 11 years ago
chrox bbfa6428aa add glyph fallbacks
if glyph is not found in specified fontface, fallback fonts are checked
on by one until a glyph is found.
11 years ago
chrox 2e4485c396 add strings in highlight dialog for translation 11 years ago
chrox c246696de9 add enable/disable method for Button widget 11 years ago
chrox e947c9b4b2 add bgcolor/fgcolor for TextWidget 11 years ago
chrox eb4c76bd15 add highlight in pdf reader 11 years ago
chrox eb2e26160a add faked tap when closing dict window 11 years ago
chrox c8df7a460d strip punctuation characters around selected word 11 years ago
chrox 6687208525 add hold_release and hold_pan gestures 11 years ago
Giorgio Micotti fc2d607d78 Fixed Landscape input handling. 11 years ago
Giorgio Micotti 70178aaf57 Fixed coordinates swapping and gesture detection. 11 years ago
Qingping Hou 5c0dc66e11 add eventAdjustHook for kobo 11 years ago
Giorgio Micotti eed989b349 Add support for Kobo runtime detection, and its single touch protocol. 11 years ago
chrox 47a58bebe4 split non-ascii characters like Chinese in which there is no space 11 years ago
Qingping Hou cc411efc92 update rolling status after cre view mode change 12 years ago
chrox c3dc712169 fix reader crash when hold pos is outside of page area 12 years ago
chrox 7c78e83e49 add hightlight/dictionary lookup in scanned pdf/djvu 12 years ago
chrox 81294e804a fix page rect to screen rect transform when scale is larger than 1 12 years ago
chrox 390135d02d escape quotes and other funny characters in word when popening sdcv 12 years ago
chrox bda282ffa4 fix ineffective default options of full screen and scroll mode 12 years ago
chrox e560c20c6d add word lookup with stardict 12 years ago
chrox a5a7cebd73 dict windlow fit to landscape screen width 12 years ago
chrox 5b6e9a8e03 OCR is almost stable, so enable it now 12 years ago
chrox ecb797a097 enlarge hightlight box in readerhightlight.lus 12 years ago
chrox 5b3aedbea5 save model information for later retrieval 12 years ago
{Qingping,Dave} Hou 15a40cd9bb Merge pull request #88 from chrox/reading_pos
save/restore reading position on each page
12 years ago
chrox 7b97ce4eeb comment revision 12 years ago
chrox 19f227f7b1 enlarge OCR region 12 years ago
chrox b85a39d3f6 add reading position on each page
Page position is a fractional number ranging from 0 to 1, indicating the read percentage on
certain page. With the position information on each page whenever users change font size,
page margin or line spacing or close and reopen the book, the page view will be roughly the same.
12 years ago
chrox d18b58036f update dictionary backend name in kpvbooklet 12 years ago
chrox 695e095a1a add a demo version dictionary 12 years ago
chrox 46c605d256 disable word OCR for now
Since it will crash the reader with a strange error message saying
"terminate called after throwing an instance of 'DJVU::GException'"
even though only PDF file is opened.
12 years ago
chrox 936dfc6fd1 add text highlight in both reflow and non-reflow mode 12 years ago
chrox 7f53ddacbe add activity indicator when configuring in reflow mode
For now pillow activityIndicator is used to draw animated waiting icon
at the upper left corner of the screen. So pillow service should be
enabled to use this feature, but eventually we should implement an
activity indicator that is independent of native system.
12 years ago
chrox 313525e961 add cpath in reader.lua 12 years ago
Qingping Hou 0660ae379b enable scroll using pan gesture in readerrolling 12 years ago
Qingping Hou b011bc405b fix: set ReaderView.view_mode instead of ReaderUi.view_mode 12 years ago
chrox 8df55b8318 recalculate zoom when changing font size 12 years ago
chrox d505f39c79 recalculate zoom when toggling flipping mode 12 years ago
chrox a60cfc4e10 fix occasionally failed lipc invocation 12 years ago
Qingping Hou 3ab79f69e9 add simple readerhyphenation menu 12 years ago
Qingping Hou 92cbbabbcf bug fix in touchmenu, reset menu page on go up 12 years ago
Qingping Hou 0a40658a9d bug fix in touchmenu: properly set max menu height 12 years ago
chrox 598772562d bugfix: use ceil to keep index greater than or equal to 1 12 years ago
{Qingping,Dave} Hou 1781b8bc91 Merge pull request #66 from chrox/fl_adjust
add front light intensity adjustment by vertical two_finger_pan
12 years ago
{Qingping,Dave} Hou 75b1096a65 Merge pull request #65 from chrox/pan_scroll
add panning of page in scroll mode
12 years ago
chrox ed33937af2 add front light intensity adjustment by vertical two_finger_pan 12 years ago
chrox 1c9388cd17 add swipe rolling for crereader 12 years ago
chrox 4fbebe0d4c horizontal swipe in flipping mode will use stepped paging
Proportional to swipe distance the page increment is stepped as
0, 1, 2, 5, 10, 20, 50 and 100.
12 years ago
chrox d24131b13b add panning of page in scroll mode 12 years ago
chrox fb05f9a428 add auto page crop 12 years ago
chrox e56bea89aa rotate page 90 degree instead of 270 degree before reflowing for vertical text 12 years ago
Huang Xin f6b2b2653c Merge pull request #52 from houqp/houqp-master
update translation from transifex
12 years ago
{Qingping,Dave} Hou 5d563223af Merge pull request #55 from chrox/quality_fix
default render quality is set to 1 which will avoid most text resampling
12 years ago
chrox 0a8ca756cc default render quality is set to 1 which will avoid most text resampling 12 years ago
Qingping Hou 114e330fdc remove misleading language menu item 12 years ago
Qingping Hou 6f89796b84 revert readerconfig since we updated xgettext script 12 years ago
Twobob bb15773853 Added Help Tip to Help menu 12 years ago
chrox a133b33eab use char(95)(underscore) to avoid conflict with gettext macro 12 years ago
Huang Xin b6fcc85a45 Merge pull request #44 from th0mass/fe3fc9039909e6051321dd7d0b5ffbd42c886b8a
having a bigger close icon could be a good idea
12 years ago
chrox 22b650d0c7 move kopt/cre options into ui/data directory & wrap strings in config options 12 years ago
Qingping Hou 5a96c00142 update text in menu help item 12 years ago
Qingping Hou ce0ab36908 add gettext to all widgets 12 years ago
Qingping Hou 3602c61b1f add gettext to all reader widgets 12 years ago
Qingping Hou f36279ed53 wrap text with gettext in readercropping and readerfont 12 years ago
Qingping Hou fb16790958 add gettext to inputevent.lua 12 years ago
Qingping Hou b40be3d0f8 remove trailing white spaces 12 years ago
Huang Xin e42c8f7956 Merge pull request #36 from houqp/houqp-master
add gettext support
12 years ago
Qingping Hou ff7f6e0740 require gettext module in uimanager.lua 12 years ago
Qingping Hou 2d0090c6de remove debug name 12 years ago
Qingping Hou 734bf63863 add gettext to readermenu 12 years ago
Qingping Hou b639b34d5c use gettext in readertoc 12 years ago
Qingping Hou a95c20b436 use gettext in readermenu 12 years ago
Qingping Hou 1fe2e5c377 use DroidSansFallback for all major fonts
we need DroidSansFallback for internalization :)
12 years ago
th0mass fe3fc90399 having an easy to press close button
though it is a bit "ugly" hence I'm not sure everybody will happy with this
12 years ago
{Qingping,Dave} Hou e7fe768497 Merge pull request #28 from chrox/flipping_tweak
disable reflow in flipping mode
12 years ago
{Qingping,Dave} Hou 65c3acc23f Merge pull request #27 from chrox/bbox_tweak
increase fine tuning factor in bbox to 10
12 years ago
chrox 11c0741afe increase fine tuning factor in bbox to 10
So that the finest adjustment of bbox is 5 pixels
considering pan threshold is 50 pixels.
12 years ago
chrox 9e985cde96 cleanup: add new line at the end of source file 12 years ago
chrox dd19d446cf disable reflow in flipping mode 12 years ago
chrox df308a895f set active area for config menu to 1/12 of screen height 12 years ago
chrox bbda1362e3 tweaks on widget alignment in touch menu 12 years ago
chrox 2fc897bc25 add time information in menu footer by neoquest in hi-pda forum 12 years ago
chrox f4b74cea95 use rotate gesture to set screen mode 12 years ago
chrox 7fcc2e5972 fix DEBUG location in case ges_ev is nil 12 years ago
chrox a105d463a8 use pinch/spread gestures to set zoom mode 12 years ago
chrox d262ffecab fix direction rectification of pinch/spread gestures 12 years ago
chrox ae40aad56e use new directions in pan/swipe gesture 12 years ago
chrox 15eccb4da7 add pinch, spread, rotate and inward/outward pan gestures 12 years ago
chrox 9ef581e69c add two_finger_pan_release gesture & some refactorings in tap state 12 years ago
chrox dbe663de46 use two finger swipe gesture to return to original page in flipping mode 12 years ago
chrox d713bf7732 add two finger swipe gesture 12 years ago
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.
12 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.
12 years ago
Qingping Hou 2495d2c862 include dbg instead for settings for DEBUG in font.lua 12 years ago
chrox ceae778c0d bugfix: update current pageno to the very last part in current view 12 years ago
chrox 607c4baf2e add fine tuning of font size in koptinterface 12 years ago
chrox a16dba8daa rewind current page after initiating the scroll page states 12 years ago
chrox cd52704b62 remove original page when toggling flip mode off 12 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
12 years ago
Qingping Hou 77117e0709 add help page in readermenu 12 years ago
Qingping Hou cef7d9e3c8 add on tap close to infomessage widget 12 years ago
clenton ef953587e1 Add a home button to readermenu 12 years ago
Huang Xin 6d545b6959 Merge pull request #808 from houqp/new_ui_houqp
add callback to touchmenu icon
12 years ago
Qingping Hou bf2b853fd8 add callback to touchmenu bar icon 12 years ago
Qingping Hou 7f03dcd82b remove LvDEBUG call 12 years ago
Qingping Hou 9831c40dc7 remove debug information 12 years ago
Qingping Hou b6e0a4ca9a add show_parent in readermenu 12 years ago
Qingping Hou 935ed5576c add show_parent to menu widget 12 years ago
Qingping Hou 2a4282e8f5 bug fix in item_table_stack
should create a new one for each menu widget invoke
12 years ago
{Qingping,Dave} Hou 82d26e9a6d Merge pull request #805 from chrox/font_color
use inverted font color in toggle switch
12 years ago
{Qingping,Dave} Hou c7b12667ee Merge pull request #806 from chrox/two_finger_pan
add fine tuning of bbox by swipe gesture
12 years ago
chrox fa579cface change to a formal name 12 years ago
chrox 17d8b8ef8b make larger valid region for screenshot 12 years ago
chrox 152782b412 add two_finger_pan gesture 12 years ago
chrox 90260baf00 add fine tuning of bbox by swipe gesture 12 years ago
chrox 6ec22c73a0 use inverted font color in toggle switch 12 years ago
chrox 26e2435fc6 render text with background and foreground 'color' 12 years ago
chrox 17e967a227 bugfix: calculate width of TouchMenu each time when TouchMenu is created 12 years ago
Qingping Hou 4dfb683b78 remove done todo 12 years ago
Qingping Hou 241420b8bc more minor cleanup 12 years ago
Qingping Hou a4b17061a5 add page counting in touchmenu & bug fix for sub_item_table 12 years ago
Qingping Hou e44bedfea2 listen swipe gesture in touchmenu 12 years ago
Qingping Hou 28e5907d51 use scaleByDPI in all widgets 12 years ago
Qingping Hou 495a173ed0 add scaleByDPI and use it in touchmenu 12 years ago
chrox e2b16a18a3 comments for clamping scroll offsets 12 years ago
chrox 94792a4574 bugfix: clamp scroll offsets 12 years ago
Huang Xin 2927d728d7 Merge pull request #798 from houqp/new_ui_houqp
add touchmenu
12 years ago
Qingping Hou ad704fa9c2 give a better name for parent 12 years ago
Qingping Hou eaf43dc30b add go back button to touchmenu 12 years ago
Qingping Hou c9c72522b9 add submenu support for touchmenu 12 years ago
Qingping Hou bab5192a86 fix: add empty Input.modifiers for KT from eureka 12 years ago
Qingping Hou 20447e820b fix: properly initilize key_map for KT 12 years ago
chrox d3c9b6866a bugfix: fix loop scrolling at the beginning/end of the document 12 years ago
Qingping Hou 9840a71335 put menu item callback and closing ops to scheduler
Otherwise, inverted menu item will not be shown
12 years ago
Qingping Hou 3c97c65f5c minor fixes, add TouchMenu example to wtest.lua 12 years ago
Qingping Hou 1fcb5281a0 use touchmenu widget in readermenu 12 years ago
Qingping Hou 38a6ea96d7 fix: set parent on TouchMenuItem 12 years ago
Qingping Hou 44d0a99efd first demo of touch menu 12 years ago
Qingping Hou e0813ad789 return true on iconbutton click event 12 years ago
Qingping Hou b4c5f28164 add iconbutton widget 12 years ago
chrox bf303093ed bugfix: fix loop scrolling in shorter pages 12 years ago
Qingping Hou c94767d9d6 add width and invert to FrameContainer 12 years ago
{Qingping,Dave} Hou 6c50123c20 Merge pull request #792 from chrox/new_ui_code
bugfix: require button widget
12 years ago
Qingping Hou bd0145da4a Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_houqp 12 years ago
Qingping Hou 557ceb7a4b add vertical_align to UnderlineContainer 12 years ago
Qingping Hou f87fd8ae07 remove screen rotation in readermenu 12 years ago
Qingping Hou c5ff50abdf remove trailing spaces 12 years ago
chrox 94ea2b8250 bugfix: require button widget 12 years ago
Qingping Hou 10d980ed87 rearranged source tree 12 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.
12 years ago
Huang Xin 7a4248faef Merge pull request #786 from houqp/new_ui_code
add last documents history and fix wtest.lua
12 years ago
Qingping Hou e492e451ec handle nil width for button widget 12 years ago
Qingping Hou 738d08a8bf adapt confirmbox to button widget changes 12 years ago
chrox 3660625cca bugfix: detect pan release to update flipping page on which the page
calculation of the following flip is based.
12 years ago
chrox 617613e763 bugfix: adjust coordinates of pan gesture 12 years ago
chrox da2a3ff753 detect pan release gesture 12 years ago
chrox 824de2cb9c bugfix: send SetDimensions event when toggling full screen on/off 12 years ago
chrox 418ba943ed bugfix: recalculate screen offset 12 years ago
chrox 63e5e7e577 add scroll mode for pdf/djvu reader 12 years ago
chrox 64949444f6 bugfix: calculate page zoom before hinting 12 years ago
chrox 9e5a036c6e cleanup: remove unnecessary debug info 12 years ago
chrox dc22370cf1 bugfix: intersected geom should be initiated with a fresh copy of self 12 years ago
chrox 7fb3b02117 make reader screenshot widget always active 12 years ago
chrox 71c4f2dfc5 add active widgets in window stack that will always handle events 12 years ago
chrox 5c2d9bb1ad screenshot with finger touch at the two corners of the diagonal 12 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.
12 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.
12 years ago
chrox c3d7d2df47 add two-finger tap gesture 12 years ago
chrox f5b89744c5 feed evs in all slots to state machine 12 years ago
chrox 87eec1b539 save/restore view mode and embedded css mode 12 years ago
chrox 1bd8dfcee1 add flipping mode in pdf/djvu reader
By tapping on the upper left corner of the reader one can toggling flipping mode on/off.
In flipping mode swiping right/down and left/up  will paging backward and forward
accordingly with pages proportional to swiping distance.
12 years ago
chrox fcfe82f4a5 add direction and distance in pan/swipe gesture 12 years ago
chrox 27935a2f3c set rate in pan GestureRange in bbox widget 12 years ago
chrox 94a69b87a7 add gesture emitting rate in GestureRange 12 years ago
chrox 4d4ad5fd4b cleanup: use local variables in time arithmetic 12 years ago
chrox 14bbcde422 add multiple slots in gesture detector
So that gesture detecting in one slot won't block gestures in the other slots.
12 years ago
Qingping Hou d4e2cb708e record multiple slots for multi-touch input
for now, only slot 0 is parsed, the rest are ignored.
12 years ago
Huang Xin 253a18b7b2 Merge pull request #772 from houqp/new_ui_houqp
fix whitespaces
12 years ago
Qingping Hou 712f964d43 fix whitespaces 12 years ago
chrox 37d22f2d17 set widget spacing according to screen DPI 12 years ago
chrox 5bf9df5d15 set bgcolor to gray in cropping dialog 12 years ago
Huang Xin 12d6ec1740 Merge pull request #770 from houqp/new_ui_houqp
add ev_log replay script & bug fix in gesturedetector
12 years ago
Qingping Hou 6d6ddc85c3 remove debug output for input_event 12 years ago
Qingping Hou 331ec3a6ce fix: properly record last_tev in gesturedetector 12 years ago
chrox 1ecbb69ab2 do full refresh every six page turning/rolling 12 years ago
chrox 01c5bcff8c set page background color to white in pdf/djvu reader 12 years ago
chrox 3dfa9aa51d add a dog-ear-like icon at the above right corner of bookmarked page
And tap the above right corner will toggle the bookmark on this page on/off.
12 years ago
chrox 781821b883 bugfix: use pageno from listened events other than the page in view state
As the view state may not be updated yet when PageUpdate event is triggered.
12 years ago
Qingping Hou 4841d1bda9 Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_houqp 12 years ago
{Qingping,Dave} Hou d730f0d27b Merge pull request #766 from chrox/progress_bar
add reading progress bar at the bottom of ReaderView for pdf/djvu reader
12 years ago
chrox 86dab2ebee rename footer.lua to readerfooter.lua 12 years ago
chrox 02a159eaf8 a better looking progress bar widget 12 years ago
Qingping Hou 186712d401 add ev log in debug mode 12 years ago
chrox c5b4d958bb add reading progress bar at the bottom of ReaderView for pdf/djvu reader
And there is also a toggle full screen option to turn on/off the progress bar.
12 years ago
chrox 16c2ea23b6 add double tap gesture on page area to confirm cropping
And round bbox coordinates.
12 years ago
chrox 7f179c1fa7 confirm and cancel gestures in cropping dialog are replaced by OK/Cancel buttons
Now only "tap" and "pan" gestures are allowed in cropping dialog.
12 years ago
chrox e9567fc2d1 keep bbox in page area 12 years ago
chrox e1d4b1f160 use eight anchor points to adjust bbox
Including the vertices and the midpoints on each edge of the rectangle.
12 years ago
chrox 7117cb8710 add bbox adjust by panning gesture 12 years ago