Newer
Older
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
* For packaging reasons, I have changed the scripts to run feh in
the current dir, if it is there, but to fall back on the installed
copy.
Sun Dec 19 20:29:33 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Added a .spec file for feh. Contributed by Alistair Sutton
<metallica@freenet.co.uk>, (who is obviously a metallica fan ;),
and has written specs for me before ::) Thanks dude :)
* Urm. I haven't actually tested this yet :)
Sun Dec 19 18:55:39 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Slideshow mode now has keyboard control ::)
Mouse button 1 still changes slides, but you now have:
p, P, <BACKSPACE>, <LEFT> Goto previous slide
n, N, <SPACE>, <RIGHT> Goto next slide
<HOME> Goto first slide
<END> Goto last slide
<DELETE> Delete the file currently being viewed
q, Q Quit the slideshow
More to come.
Sun Dec 19 15:43:07 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Big performance improvements in the main loop. Squashed another
couple of bugs, and made things real stable. Tightened up the
tests somewhat, and split the source up more clearly.
Sun Dec 19 02:58:35 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fixed a number of bugs introduced by the new progressive loading
and zooming code ::)
Sat Dec 18 22:11:02 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Whee. Progressive loading works :) It can be disabled with -P,
--noprogressive, if you don't want it. Can't think why though. It
rocks. Thanks again go to Raster. Progressive loading callbacks
*rule*.
Sat Dec 18 18:15:18 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* The fonts are now installed, and loaded from the installation
directory.
Sat Dec 18 15:45:39 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Okay then, there is now a checkerboard background when
zooming out. There is a more memory efficent way of doing this,
but I'll do that later...
Sat Dec 18 14:31:58 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Wheeeee! Thanks to Raster's example code, we now have zooming
Raster, you are my hero :)
So, middle-mouse button and drag -> zoom.
There are some things to tidy up (eg adding a background when
zooming out), but these are trivial compared to getting the
zooming working with multiple windows, which I just did ::)
Fri Dec 17 22:00:57 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Added titles to index prints. A title will only be printed if
you specify --title-font.
Fri Dec 17 21:33:55 1999 Michael Jennings <mej@eterm.org>
* Added "make test" to run the test scripts one by one.
Fri Dec 17 21:32:16 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Added more info the the index output :) Try test14 now :)
Fri Dec 17 21:01:21 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Added a couple of fonts, found one small for doing index prints,
tidied the directory structure a bit.
Fri Dec 17 18:37:14 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Added some new options, here's an excerpt from --help
-S, --slideshow Enable slideshow mode. With this setting, instead
of opening multiple windows for multiple image
files, one window will be opened. Press mouse
button one to flick through the images.
-i, --index Enable Index mode. Index mode is similar to
montage mode, and accepts the same options. It
creates an index print of thumbails, printing user-
defined information beneath each thumbnail. Index
mode enables certain other options, see INDEX MODE
OPTIONS
-f FONT Use FONT to print the information under each
thumbnail. FONT should be defined in the form
fontname/size(points). eg -f myfont/12
Now all I need is a font which is legible in very small point :)
I also added a couple of new tests for these options.
Fri Dec 17 03:09:46 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Made the test scripts more verbose. It appears that people who
run a test called test07_bork_non_image_files still expect it to
work ;) hehe.
Fri Dec 17 02:09:20 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Right-clicking in multi-image mode now closes ALL windows. I'll
add a popup menu soon.
Thu Dec 16 22:58:21 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Changed --help output to fit into 80 characters...
Thu Dec 16 22:10:50 1999 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Initial import. Feh is currently at 0.5.0 release level.