Commit Graph

14 Commits (2a2a0828c8be75c51ad12f2f070704d9902fc879)

Author SHA1 Message Date
Qingping Hou 00fb7773c7 add fix KEY_LPG{BCK,FWD} listening for helppage 12 years ago
Qingping Hou 3306346dba use debug to print debug info 12 years ago
Dobrica Pavlinusic 4604f75ac0 word "click" seems to me somehow wrong here 12 years ago
traycold 6031d2066b some fixes about coding style (#62) and removed debug code 12 years ago
traycold 429f572827 modification to take into account new version of mupdf 12 years ago
traycold 02dd9b023f Merge remote branch 'hwhw/master'
* hwhw/master: (183 commits)
  show infomessage on document open
  use InfoMessage for empty TOC, jump history and highlights
  copy resources dir on customupdate
  add resource: info icon
  display document open error message
  added infomessage dialog implementation
  bugfix, removed old test constant
  Added widget abstraction framework
  added interface to get blitbuffers from JPEG/PNG files
  fix typo
  added reading of pan_margin settings
  fix full screen refresh command, close #99
  add: sleep and usleep in util module
  fix: add back KEY_FW{LEFT,RIGHT} commands to NumInputBox
  reverted removal of last-doc shortcut, introduced framework restart
  kill our own child process. not quite finished.
  added line spacing setting for crereader
  remove page:getPageText debug dump to improve performance on device
  remove page:getPageText debug dump to improve performance on device
  display crash.log on error
  ...

Conflicts:
	ft.c
	helppage.lua
	inputbox.lua
	rendertext.lua
	rendertext_example.lua
	unireader.lua
12 years ago
traycold 6c9ec8c896 refactoring for display help page 12 years ago
HW 57d769e0ae added wrapper function for input.waitForEvent that retries on EINTR 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 ecd56a3745 mod: prefix global variables width and height with G_ 12 years ago
traycold ce30d9c652 use font metric to better display help page (to exted to other pages in future) 12 years ago
traycold bfcad367bb using font module for getting fonts (commit f95231d789)
renamed function names using camelCase (issue #62)
12 years ago
traycold 496ab3720e small bugfix 12 years ago
traycold 943b511b7c complete implementation of issue #55
created a help page
12 years ago