2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Markismus
c390d6fca4 offset and resize Kobo Aura screen because of obscuration by black bezel 2014-06-21 18:24:37 +02:00
Markismus
3b113800fe 1. wtest.lua crashed. So I cut&paste some lines from reader.lua to fix it.
2. I added the function TestVisible to assess the extreme coordinates still visible on the Kobo Aura.
2014-04-22 19:57:47 +02:00
Markismus
52c3594f6b wtest crashed: ./luajit: ./frontend/document/credocument.lua:21: attempt to index global 'G_reader_settings' (a nil value)
A little copy-paste from reader.lua has it working again.
2014-04-22 16:40:55 +02:00
chrox
92219a1f1e cleanup: expand tab to 4 spaces 2014-03-13 21:52:43 +08:00
Qingping Hou
d91bb04afa update wtest to use new ffi modules 2013-12-20 11:07:12 -05:00
chrox
f476715874 update keyboard widget test in wtest 2013-07-30 23:08:10 +08:00
chrox
63ee951a19 add keyboard widget test in wtest 2013-07-30 16:21:27 +08:00
Qingping Hou
bf2b853fd8 add callback to touchmenu bar icon 2013-03-16 14:47:58 -04:00
chrox
17e967a227 bugfix: calculate width of TouchMenu each time when TouchMenu is created 2013-03-16 14:07:59 +08:00
Qingping Hou
a98fe518bf update wtest according to new touchmenu api 2013-03-15 05:28:03 -04:00
Qingping Hou
3c97c65f5c minor fixes, add TouchMenu example to wtest.lua 2013-03-14 13:59:59 +08:00
Qingping Hou
d4bc583aa7 add dbg in wtest.lua 2013-03-13 10:50:16 +08:00
Qingping Hou
10d980ed87 rearranged source tree 2013-03-13 01:18:53 +08:00
Qingping Hou
6f08f246d1 fix crash in wtest.lua 2013-03-12 13:08:30 +08:00
Qingping Hou
84c435ebdc use getProvider and openDocument in reader.lua
we use getProvider for file extension filter
2012-06-12 14:38:52 +08:00
HW
5025be971d separated dialog.lua into source files for each individual function 2012-06-10 17:52:09 +02:00
HW
ce5614ef6f cleanup, also removal of G_* constants
a bit of cleanup, switched width/height combo over to use
Geom() objects, moved framebuffer handling to Screen object,
callback syntax sanitizing, lots of small changes
2012-06-10 17:36:19 +02:00
Qingping Hou
293f22c7ad update wtest.lua for two new document engines 2012-06-05 15:24:32 +08:00
HW
9e531fc2db file reorganisation
all lua frontend files are now in the frontend/ directory.
all old code is cleaned up.
2012-05-19 01:10:57 +02:00
HW
2a2a0828c8 added example usage for reader widget 2012-05-19 00:50:57 +02:00
Qingping Hou
e300881361 update test file & add TestGrid widget for debug 2012-05-02 20:38:36 +08:00
Qingping Hou
b47d5b76eb add demo menu widget in new ui framework 2012-04-29 23:53:48 +08:00
Qingping Hou
5b61cf0865 test TextBoxWidget & new ConfirmBox in wtest.lua 2012-04-25 12:41:21 +08:00
Qingping Hou
198a3fc4de add dummy span widgets & make clock count on seconds 2012-04-24 23:41:37 +08:00
HW
08278d6beb new UI code 2012-04-22 21:29:48 +02:00