Commit Graph

2098 Commits (2492ca247a3f162fa5e124384176aca9e0de37dd)
 

Author SHA1 Message Date
Paulo Matias 2492ca247a Use ffi/lulip.lua from koreader-base; change package.path 11 years ago
Paulo Matias ed7d4070c0 Update koreader-base 11 years ago
{Qingping,Dave} Hou 7537f3acc0 Merge pull request #229 from thotypous/lulip-ffi-util
Remove ffi.cdef to avoid conflict with ffi/util.lua from koreader-base
11 years ago
Paulo Matias 9ce281873c Remove ffi.cdef to avoid conflict with ffi/util.lua from koreader-base 11 years ago
Paulo Matias d9bc98a7ce Merge pull request #228 from chrox/master
update k2pdfopt to version 1.66
11 years ago
chrox 4f85030099 update k2pdfopt to version 1.66 11 years ago
{Qingping,Dave} Hou 380c626b25 Merge pull request #227 from chrox/jpeg_fix
fix bug #179 and #224
11 years ago
chrox 0c17b6a163 update koreader-base to fix bug #224 11 years ago
Huang Xin b8dc272d68 Merge pull request #225 from giorgio130/master
Don't kill nickel software on kobo
11 years ago
Giorgio Micotti 12f920b0ec Don't kill nickel software, it's not really needed and might prevent issues with database corruption. 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
{Qingping,Dave} Hou 4f30037953 Merge pull request #222 from chrox/master
bugfix: fix screen ghosting after swiping north/south in scroll mode
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
Huang Xin 777273c4cb Merge pull request #221 from thotypous/master
update koreader-base
11 years ago
Paulo Matias 40aef0ad88 update koreader-base 11 years ago
{Qingping,Dave} Hou 8db9179f04 Merge pull request #219 from thotypous/master
Initialize FileChooser with root_path, otherwise the command line argument (directory) is ignored
11 years ago
Paulo Matias 04ebaf0964 Use `lfs.currentdir()` to get default `root_dir` as an absolute path 11 years ago
Paulo Matias 48d6020930 Initialize FileChooser with root_path, otherwise the command line argument (directory) is ignored 11 years ago
{Qingping,Dave} Hou 89decc25d5 Merge pull request #218 from chrox/master
transfer libk2pdfopt to koreader
11 years ago
chrox d09c399d5f transfer libk2pdfopt to koreader 11 years ago
Huang Xin d4568ee0eb Merge pull request #205 from hwhw/master
Adaptions for dynamic library aware koreader-base and some streamlining
11 years ago
HW 8d71e110c3 update koreader-base submodule 11 years ago
HW 62a2c6738d consolidated Makefile, adapted to dynlib approach 11 years ago
HW f2e0eb3dfd interim merge of latest upstream 11 years ago
Huang Xin a269384cb6 Merge pull request #217 from houqp/houqp-master
fix out-of-bound bug in filemanager
11 years ago
Qingping Hou 656f02c7f6 fix out-of-bound bug in filemanager 11 years ago
Huang Xin 6da7722706 Merge pull request #216 from houqp/houqp-master
add missing import for group widget in readerview
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 f65ae9a2b5 check frontlight before setting intensity 11 years ago
Qingping Hou caf7ebb9ae bug fix & 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
{Qingping,Dave} Hou 7f57996499 Merge pull request #212 from thotypous/frontlight3
Frontlight bugfixes and refactoring
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
Huang Xin 7c680a181d Merge pull request #211 from houqp/houqp-master
move emu_event to /tmp for vagrant box
11 years ago
Paulo Matias 1c3bf6f2cb Update koreader-base 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
Huang Xin 0d421afbe4 Merge pull request #208 from houqp/houqp-master
fix unnecessary frontlight module require
11 years ago
{Qingping,Dave} Hou e0c4b46ee2 Merge pull request #204 from thotypous/master
Added LuaJIT profiling support (lulip), better cmdline option handling.
11 years ago
Paulo Matias aaa646aa56 Only assign DEBUG to a no-op function if Dbg.is_on==false 11 years ago