Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Still to do: signal handler for sigint/quit/term
|
|
|
|
Problems so far:
* leaks zombie processes
* does not work when terminating feh with a signal (since the convert process
is no longer in feh's process group)
|
|
|
|
|
|
|
|
|
|
This reverts commit b257e011c4390900f14491e2cffe38b2d00892ec.
Conflicts:
ChangeLog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/exif.c
|
|
|
|
|
|
|
|
|
|
This reverts commit b6a1cff6db874f4708d5ff5ea6a17248610b7d90.
|
|
|
|
commit 9c8226a1a54d1246e086923bb1b36e3827b25767
Merge: e4483e5 132ecc0
Author: Dennis Real <github@tildepipe.org>
Date: Sun Feb 5 17:24:17 2012 +0100
Merge branch 'master' of ssh://github.com/reald/feh
commit e4483e5e25a1471728a31a18d22ba86def489509
Author: Dennis Real <github@tildepipe.org>
Date: Sun Feb 5 16:56:29 2012 +0100
- improved handling of images which have exif tags but not ours
- fixed uninitialized pointer in thumbnail mode
- added nikon lens info if available
commit 132ecc0f9f0a2243c4f6745d0af36be810bf9eba
Author: Dennis Real <github@tildepipe.org>
Date: Sun Feb 5 16:56:29 2012 +0100
- improved handling of images which have exif tags but not ours
- fixed uninitialzed pointer in thumbnail mode
- added nikon lens info if available
|
|
- fixed uninitialized pointer in thumbnail mode
- added nikon lens info if available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|