Commit Graph

9 Commits

Author SHA1 Message Date
xiangfu 933f92b86b add SDL_ttf freetype to LIBS
Signed-off-by: xiangfu <xiangfu@openmobilefree.net>
2010-10-19 21:22:03 -08:00
Xiangfu Liu 16ccc7f946 some improvements to imgv
- zooming the image keeps the center at the same place
- if the image is smaller than the screen it is centered
- zooming a rotated image keeps the rotation
- the current path and file name is displayed above the image (can be hidden
with "d")
- you can add more than one image file as parameter (run "imgv a.jpg b.jpg
*.png" and cycle through them by pressing "n" or "p")
- start / stop slideshow by pressing "s" (will load the next image after 5
seconds)

According to the TODO file, Niels would call this version 0.3.0.

If you want to use it on one of the newer OpenWrt images with uclibc-0.9.32
you have to link it against libpthread (so add "-lpthread" the the LIBS
variable in the Makefile).

Niels
2010-10-20 10:13:18 +08:00
Xiangfu Liu 0db77db043 add TODO file. copy from Fernando's email
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-31 17:29:18 +08:00
Xiangfu Liu 8ebb970095 cleanup Makefile for openwrt-package.git
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-31 01:07:02 +08:00
Xiangfu Liu d63ca92d16 some cleanup of Makefile
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-30 23:42:50 +08:00
Xiangfu Liu 9858e27172 use argv[1] as filename
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-30 23:41:14 +08:00
Xiangfu Liu 6525c34980 add changelog, copy form Fernando's email
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-30 23:17:45 +08:00
Xiangfu Liu f4ff893123 update to 0.2.1
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-30 23:11:43 +08:00
Xiangfu Liu 3cf62be38d init, version: 0.2.0
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-30 23:09:58 +08:00