Commit Graph

2378 Commits (ee8838960b253a60799828a75d7ae43b16cdece7)
 

Author SHA1 Message Date
chrox ee8838960b add auto save settings option 11 years ago
chrox 32cd7b2a88 show both reader menu and config menu when tapping top
So the bottom tap zone is optional now and will be removed by default
in the future.
11 years ago
chrox e5de29bfbd remove redundant debug 11 years ago
Qingping Hou 004d867c3a Merge pull request #417 from hwhw/master
pull latest koreader-base with 16bpp blitbuffer fixes
11 years ago
Qingping Hou 1b3a28bd0c Merge pull request #416 from chrox/master
add Kindle-like dictionary window follow-up
11 years ago
HW 50e30d6adb pull latest koreader-base with 16bpp blitbuffer fixes 11 years ago
chrox b9d0d6d0e4 update koreader-base 11 years ago
chrox 13d70eec9b add Kindle-like dictionary window follow-up 11 years ago
chrox f12d8eb9b4 add align field in WidgetContainer 11 years ago
chrox 4c5d1caa92 detect touch event for more responsive UI 11 years ago
Qingping Hou 043b8cfd96 Merge pull request #415 from chrox/master
fix font size change when reopening the same credocument
11 years ago
chrox b5fd38f897 delayed calling of gotoXPointer when internal properties are changed
This should fix #400 and fix #300.
11 years ago
chrox b0d27a021d tweaks on menu font size 11 years ago
chrox 2f9e65871a invert item when tapping on filemanager 11 years ago
chrox 01046fe478 fix font size change when reopening the same credocument 11 years ago
Qingping Hou 27d7a7b1b6 Merge pull request #411 from Markismus/patch-1
Update input.lua
11 years ago
Qingping Hou 383bd13bd3 Merge pull request #412 from Markismus/patch-2
Update gesturedetector.lua
11 years ago
Markismus a30de54511 Update gesturedetector.lua
Aligns DEBUG line 84 with the DEBUG lines in input.lua for easier visual checking.
11 years ago
Qingping Hou 66cf0fad2a Merge pull request #410 from chrox/master
add dictionary lookup in crereader
11 years ago
Markismus 730b1880de Update input.lua
When the the power_off switch is pulled a empty SYN_REPORT is generated and koreader crashed on a DEBUG line.

The DEBUG lines now generate identically spaced output, which makes it easier to read by eye.
11 years ago
chrox 3b9eaafadd add dictionary lookup in crereader 11 years ago
Qingping Hou 2fc5034d6e Merge pull request #409 from chrox/master
update pot file
11 years ago
chrox 53d586bb12 update pot file 11 years ago
Qingping Hou b7f894797d Merge pull request #408 from chrox/master
add writing direction option when reflowing
11 years ago
chrox 7247a9e3a2 add writing direction option when reflowing
This probably will fix #195.
11 years ago
Huang Xin e5b1f83703 Merge pull request #405 from houqp/houqp-master
update wtest.lua to use new ffi modules
11 years ago
Qingping Hou d91bb04afa update wtest to use new ffi modules 11 years ago
Qingping Hou c1a9a2505f Merge pull request #404 from chrox/master
fix closing dict window will bookmark current page
11 years ago
chrox f476a638a8 fix highlight dialog triggering bookmark 11 years ago
chrox e5bf0eb13e fix closing dict window will bookmark current page
use `self.highlight:handleEvent(Event:new("Tap"))` instead of
`self.ui:handleEvent(Event:new("Tap"))` when clearing highlighted
text since Tap event in latter situation will be captured by
the dogear widget.
11 years ago
Qingping Hou 213c121e63 Merge pull request #403 from Markismus/MultitouchKoboAura
This should fix the pinch and expand gesture on Kobo Aura
11 years ago
Qingping Hou 1d08b69055 Merge pull request #401 from chrox/master
append page number in toc entry
11 years ago
Markismus 5e7eed3a17 I was not able to generate the gestures "pinch" and "expand" on Kobo Aura.
While debugging ```GestureDetector:panState(tev)```  I saw that the TRACK ID never had -1 values .
So back to debugging ```input.lua```.

Now the Kobo Aura can pinch and expand.
11 years ago
chrox 648b4f33ec add vertical span between title and content in filemanager 11 years ago
chrox 42c5ae2ac0 add option to display file size in filemanager
file size is not shown by default
11 years ago
chrox 5b31076025 calculate widgetcontainer dimension if not given 11 years ago
chrox 2bb3c7c286 append page number in toc entry 11 years ago
Qingping Hou 3951b0ca8b Merge pull request #399 from chrox/master
customizable tap zones for page flipping and bookmarking
11 years ago
chrox 93866822d0 always show progress bar in flipping mode
tap on progress bar in flipping mode will goto corresponding page
11 years ago
chrox da317ed14a customizable tap zones for top menu 11 years ago
chrox f0039cbb02 customizable tap zones for page flipping and bookmarking 11 years ago
chrox 3205f228d3 partial refresh when switching time display in progress bar 11 years ago
Huang Xin c052655989 Merge pull request #397 from Markismus/MultitouchKoboAura
Two small changes to improve use for Kobo ereaders
11 years ago
Markismus 74e03bc615 Kobo Aura Hd and Mini users get the error message:
/luajit: ./frontend/ui/gesturedetector.lua:84: attempt to concatenate field 'y' (a nil value)

Hopefully the use of the "," in the DEBUG function instead of the string concatenate operator gets rid of it.
11 years ago
Markismus 6465398731 If Nickel is not stopped, it interferes with Koreader.
The sleep function kicks in after the set time and it will freeze koreader.
Pulling the power switch gives back control momentarily, but it changes to standby within tens of seconds.
11 years ago
Qingping Hou 90cb40f9da Merge pull request #396 from chrox/master
add customizable tap zones for tap forward/backward and config
11 years ago
chrox 5dd96b8756 tap on reader footer will toggle time display 11 years ago
chrox 90d91d567a add content range method in BottomContainer 11 years ago
chrox 912a8a496b add customizable tap zones for tap forward/backward and config 11 years ago
Qingping Hou 9ed974910c Merge pull request #395 from chrox/master
set title bar height to height of text widget in Menu widget
11 years ago