Dobrica Pavlinusic
89fd8d22d6
make on-screen keyboard lower case by default
...
close #194
2012-06-13 16:03:06 +02:00
HW
ee7472be96
Merge pull request #202 from tchaikov/mac-fixes
...
fixes for mac
2012-06-10 12:02:09 -07:00
HW
a853dbbb1d
Merge pull request #201 from tchaikov/remove-dependency
...
remove dependency on <linux/input.h>
2012-06-10 12:01:18 -07:00
Kefu Chai
896c435840
remove dependency on <linux/input.h>
...
* and kill a warning
2012-06-11 02:49:45 +08:00
Kefu Chai
1ecab97c6f
fixes for mac
...
* per http://luajit.org/install.html , otherwise LuaJIT always fails
to get desired memory chunk from mmap(2)
* kill a warning of clang
2012-06-11 02:46:50 +08:00
HW
4fb745a0df
Merge pull request #198 from tchaikov/remove-dependency
...
remove dependency on <linux/fb.h>
2012-06-10 03:00:56 -07:00
Kefu Chai
0e561c610a
remove dependency on <linux/fb.h>
2012-06-09 21:56:19 +08:00
Qingping Hou
794e9188fc
update building section in Makefile
2012-06-09 20:22:15 +08:00
Qingping Hou
1e3d72df70
update README, for emulator example
2012-06-09 20:18:32 +08:00
Qingping Hou
ad7a8d044c
update self.items and self.current after file deletion
2012-06-09 18:10:05 +08:00
{Qingping,Dave} Hou
9b263ca23a
Merge pull request #197 from tchaikov/remove-position-saved
...
stay at current page after deletion
2012-06-09 03:00:31 -07:00
Kefu Chai
8665a7567f
stay at current page after deletion
...
* prefer os.remove() to 'os.execute("rm "...)'
2012-06-09 14:46:45 +08:00
Dobrica Pavlinušić
388d4fb2ac
Merge pull request #196 from houqp/master
...
fix for #127
2012-06-08 07:35:53 -07:00
Qingping Hou
0558a5ec5a
reread current directory files after unplug from PC
2012-06-08 00:53:45 +08:00
Qingping Hou
2485a552eb
first try to fix #127
2012-06-07 23:39:28 +08:00
Dobrica Pavlinušić
9b0cb24200
Merge pull request #195 from houqp/master
...
add usb charging events
2012-06-07 08:01:51 -07:00
Qingping Hou
7ab59e9a5c
add usb charging events
...
for issue #127
2012-06-07 22:00:09 +08:00
Dobrica Pavlinušić
b46a4f5dbb
Merge pull request #192 from houqp/master
...
build environment & bookmark navi bug fix
2012-06-07 03:33:30 -07:00
Qingping Hou
2dfbf3177f
revert shift+page turn bindings
...
previously, they are overwritten by mistakes
2012-06-06 20:43:11 +08:00
Qingping Hou
dec86586e8
bug fix in CREReader:prevBookMarkedPage
...
handle two more corner situations
2012-06-06 20:16:40 +08:00
Qingping Hou
8ef6eb8b73
bug fix in CREReader:prevBookMarkedPage
2012-06-06 19:52:41 +08:00
Qingping Hou
772a298d48
fix CC for luajit compilation
2012-06-06 19:41:16 +08:00
HW
454611afb7
Merge pull request #191 from houqp/master
...
three changes
2012-06-06 02:35:58 -07:00
Qingping Hou
d0e7f2240d
add bookmark navigation function to crereader
2012-06-06 16:21:25 +08:00
Qingping Hou
d04370464b
add getPosFromXPointer in cre.cpp
2012-06-06 16:20:13 +08:00
Qingping Hou
763e2223d2
sort bookmark table after addition
2012-06-06 15:35:45 +08:00
Qingping Hou
b76be2b87d
add bookmark navigation functions in unireader.lua
2012-06-06 15:30:16 +08:00
Qingping Hou
e2e3f12463
fix cleanthirdparty target
2012-06-06 14:33:35 +08:00
Qingping Hou
25e943cb84
bump crengine version to 3.0.57-15
2012-06-06 14:20:08 +08:00
HW
4660781c84
removed local config file
2012-06-04 00:56:10 +02:00
HW
906a5bd48c
removed debugging cruft
2012-06-04 00:53:24 +02:00
HW
a0b538affd
update to freetype-2.4.9
2012-06-04 00:51:20 +02:00
HW
0d12ff70cd
rename debug() to Debug() to stop clashing with the debug submodule from Lua
2012-06-04 00:49:23 +02:00
HW
ccd91b58e3
Merge branch 'luajit'
2012-06-03 23:04:38 +02:00
Qingping Hou
eb0c6b3619
fix #187
2012-06-03 21:03:55 +08:00
HW
942ab0d3d4
fixed issue that made CREngine default font working after restart only
...
in the earlier version, the static crereader.default_font wasn't
changed, so a new default font only got used after a restart
2012-06-03 02:20:19 +02:00
HW
978fd9313a
added compilation for ARM (Kindle device) with LuaJIT
2012-06-03 02:17:59 +02:00
HW
e35339a398
fixed wrong escape sequences in strings
...
again, LuaJIT will choke on these, Lua-5.1.n did just ignore them
2012-06-03 01:52:16 +02:00
HW
b07470535f
fixed missing return values
...
those did not trigger problems with Lua-5.1.x, but they do with LuaJIT
2012-06-03 01:51:05 +02:00
HW
7952220b41
switch to LuaJIT-2.0
...
LuaJIT is a JIT compiler for Lua code. It's phenomenal work, and
you can read about it here: http://luajit.org/
2012-06-03 01:49:55 +02:00
HW
054c63704c
Added code for KEY_LPGFWD to KDX key list for K2 compatibility
2012-06-03 01:06:43 +02:00
HW
22ce736e11
added jump-to-percent dialog for CREngine reader
2012-06-03 00:39:17 +02:00
HW
e2af463bac
enable key repeat in SDL emulation mode
2012-06-02 23:57:25 +02:00
HW
02c40b6078
configurable default font for CREngine
...
when in CREngine mode, the current font can be made the default
document font by pressing Shift-F
in order to store this setting, the reader_settings variable was
promoted to the declared global G_reader_settings
close #184
2012-06-02 23:51:55 +02:00
HW
4d2036fa7b
bugfix for #185 , close #185
2012-06-02 23:09:59 +02:00
HW
202b6fc039
Merge pull request #178 from dpavlin/master
...
NuPogodi code drop from 2012-05-27
v2012.05
2012-05-28 12:40:08 -07:00
HW
497e1d89de
added shortcuts for Kite
...
as per suggestion from NuPogodi:
http://www.mobileread.com/forums/showpost.php?p=2090800&postcount=465
2012-05-28 19:55:04 +02:00
HW
ab400b97ac
faster refresh path for the cursor
2012-05-28 19:45:08 +02:00
Dobrica Pavlinusic
ae9be768ab
use lfs.currentdir to specify clipboard directory
...
This will make clipboard usable on emulator
2012-05-28 19:35:59 +02:00
NuPogodi
944a3b5b05
NuPogodi code drop from 2012-05-27
...
- zip files don't require double extensions any more
- filechooser has 'H' shortcut to display keys
- new function for files and folders (^ == shift)
^N - new folder
Del - delete document/folder
^C - copy file into clipboard
^X - cut (move) file to clipboard
^V - paste files from clipboard
^R - rename file
- configurable keyboard for input box
2012-05-28 19:19:21 +02:00