Commit Graph

15 Commits (503c9b077d546ec8d33d09461a46a271bb48b1b9)

Author SHA1 Message Date
Tigran Aivazian 503c9b077d Initial commit of picviewer.
Conflicts:

	Makefile
	extentions.lua
	pic.c
	reader.lua
12 years ago
NiLuJe 6041e5c0eb Forgot to revert that too, useless now :). 12 years ago
NiLuJe 2572dd0657 Kill a bit of cruft, explain the reasonning behind the kill/traps, and
fix a potential buffering issue eating the first slider event
12 years ago
NiLuJe 26e10c6069 Fix input device closing, and fix lipc-wait-event handling (using
popen-noshell from http://code.google.com/p/popen-noshell/)

Conflicts:

	input.c
12 years ago
HW 0a4d49edfb added tracebacks on error 12 years ago
HW 38afb59b3f added interface to get blitbuffers from JPEG/PNG files
this is supposed to help us in the UI code.
12 years ago
Qingping Hou 4821f10dda half done demo for crengine 12 years ago
HW 9ee7afa86d separate DC out of pdf.c and djvu.c (cleanup) 12 years ago
Qingping Hou 1b1fc2b3ae integrate djvu support 12 years ago
HW 8816285ec7 removed SQLite and lsqlite for the moment 12 years ago
HW f93538256a added missing header file 13 years ago
HW f06b0f1dd3 added building/linking of luafilesystem
for info about luafilesystem, see
http://keplerproject.github.com/luafilesystem/
13 years ago
HW f307264fb6 added freetype text rendering (still buggy)
this allows to render glyphs and also brings a simple
engine for rendering UTF-8 strings onto the framebuffer.
blitting to uneven offset is implemented here, too, but
needs more work and is still buggy.

In the end, this will allow for a simple GUI.
13 years ago
HW 12edfa7627 integrated sqlite3 + luasqlite3 in build
This will pull in support for SQLite3.
For the API, see here:
http://lua.sqlite.org/index.cgi/index
13 years ago
HW 0c24e3c7e0 initial project, basic reader working 13 years ago