Commit Graph

41 Commits (2a2a0828c8be75c51ad12f2f070704d9902fc879)

Author SHA1 Message Date
Dobrica Pavlinusic c688e6e20c few more places in which repeat key is useful 12 years ago
Qingping Hou a89c88f40f add zip format support 12 years ago
Qingping Hou dbb49505f1 add doc format support
Though I don't like doc at all.
12 years ago
Dobrica Pavlinusic 18f0cf8043 added mobi to CREReader #131 12 years ago
Qingping Hou 8d74649642 adjust wording 12 years ago
Qingping Hou 95a1f30843 add fix KEY_LPG{BCK,FWD} listening for filesearcher 12 years ago
Qingping Hou 3306346dba use debug to print debug info 12 years ago
Qingping Hou 8cdcca148b fix: page number calculation in file{chooser,searcher} 12 years ago
Dobrica Pavlinusic 0f487650b5 use new refresh_mode arg 12 years ago
Dobrica Pavlinusic 76c58d601f added InfoMessage "Reading filenames..." 12 years ago
HW 57d769e0ae added wrapper function for input.waitForEvent that retries on EINTR 12 years ago
Qingping Hou 6041603468 fix: use new width and height drawing after screen rotate 12 years ago
Qingping Hou 28b1f5330a Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
HW ec2eda0c05 switched font handling to only work with external fonts
now you can use a environment variable, FONTDIR, to point
to a font dir. Otherwise, "./fonts" is used by default.
Subdirectories are indexed.
12 years ago
Qingping Hou 81c9ff1cf5 fix: typo in selectmenu.lua 12 years ago
Qingping Hou ecd56a3745 mod: prefix global variables width and height with G_ 12 years ago
Qingping Hou d62e3423a2 fix: save keywords in filesearcher 12 years ago
Qingping Hou 7fdec8a980 fix: handle screen resolution correctly in filesearcher 12 years ago
Qingping Hou 7f0faa20bb mod: rewrite filesearcher with command module 12 years ago
Qingping Hou 1593c56803 mod: add html support in crereader 12 years ago
Qingping Hou 4821f10dda half done demo for crengine 12 years ago
traycold bfcad367bb using font module for getting fonts (commit f95231d789)
renamed function names using camelCase (issue #62)
12 years ago
Qingping Hou f95231d789 add: status bar in reading menu & font.lua
* Since fontchooser is replaced by selectmenu, it
is no longer needed. So I rewrite it into font.lua
module which can cache faces that shared among all
UIs.

* add progressBar method in graphics.lua to draw
reading progress.

* add reading progress information in reading menu.
It is just a demo. Should be clean up in next release
when the real reading menu is out. :)
12 years ago
Qingping Hou 3dbf9877bc add: 90 degree rotation support
demo for issue #51
12 years ago
Qingping Hou e0f1564c7a fix: exit filesearcher with home key 12 years ago
Qingping Hou b318ca08e3 mod: merge djvu branch with master 12 years ago
Qingping Hou 1b1fc2b3ae integrate djvu support 12 years ago
Qingping Hou 8a03358139 fix: fail to set search path correctly in readdir() 12 years ago
Qingping Hou 6614bbe33d mod: handle shift and alt key events in adjustKeyEvents() 12 years ago
Qingping Hou 53d4016c64 fix: move shiftmode and altmode to global
now shiftmode and altmode is recoreded in Keys module.  So all the UIs
are sharing these two mode instead of remembering their own. These fix
the bug in UI switchings.

For instance, you use combo 'Alt'+'b' to fire up some menu in pdfreader,
the altmode is set, but the alt key was released after the menu show
up. Then the key release event will only be captured by the menu. So
after you exit from the menu, the altmode is still set in pdfreader,
which is not what we want.
12 years ago
Qingping Hou ec33e51d87 fix: bug in font menu 12 years ago
Qingping Hou fd1ccee911 mod: add font menu in filesearcher 12 years ago
Qingping Hou cb982f5da6 mod: error message for not found 12 years ago
Qingping Hou 85cb570e88 fix: unify font changes to all menus 12 years ago
Qingping Hou 83fa148583 mod: return to searcher if file is opened in searcher 12 years ago
Qingping Hou e5769a4cc0 fix: a foolish bug that open wrong file 12 years ago
Qingping Hou 417ef640a7 Merge branch 'rotate'
Conflicts:
	filechooser.lua

* merge rotate branch with search branch
* fix font display bug in font menu

not fully tested the new rotation implemention yet.
12 years ago
Qingping Hou 060ad5cb01 finished search feature! 12 years ago
Qingping Hou f9804a1c92 searcher demo finished!
waiting for refractory.
12 years ago
Qingping Hou 32d1bede8c start working on filesearcher 12 years ago
Qingping Hou 85fedef7a4 add: filesearcher 12 years ago