Newer
Older
Tue, 24 Aug 2010 19:23:36 +0200 Daniel Friesel <derf@chaosdorf.de>
* Add --fullscreen option, --full-screen is now deprecated
* Removed --menu-border option, it is largely useless
* Add short options: -P for --cache-thumbnails,
-K for --caption-papth,
-G for --draw-actions
and -J for --thumb-redraw
* Patch by Noel Cragg: Improve support for tiling window managers
* Set correct window title when starting feh in paused mode
* Add Up/Down keys for zooming
* When zooming via keyboard: Always zoom around the center of the window
* The image can now be panned with Ctrl + arrow keys
Fri, 25 Jun 2010 16:07:20 +0200 Daniel Friesel <derf@chaosdorf.de>
* Don't make the --thumbnails window fullscreen. The images launched from
thumbnail mode may be fullscreen, though. You can still use 'v' to
toggle fullscreen, should you really need it.
* --font now sets the global default font (for action/filename display etc.)
Birte Kristina Friesel
committed
* Rename --screen-clip 0 to --no-screen-clip
* Allow multiline theme definitions (via backslash, like in the shell)
* Center the image after pressing <keypad /> or <keypad *>
Birte Kristina Friesel
committed
* Saving the filelist from thumbnail mode caused undefined behaviour due
to handling of uninitialised memory. Since I consider this a rarely
useful action, the feature has been disabled for thumbnail mode.
Birte Kristina Friesel
committed
* Remove -G/--wget-timestamp option. It was probably not working
correctly, plus it contained a code execution hole when used with
Birte Kristina Friesel
committed
malicious URLs containing shell metacharacters (but only if those URLs
led to a valid file)
* Don't add ?randomnumber to URLs when downloading them, it confuses some
Thu Jun 10 12:12:04 CEST 2010 Daniel Friesel <derf@chaosdorf.de>
* Fix segfault in Thumbnail mode when trying to open a no longer
existing image (e.g. when the file was renamed by a previous action)
Birte Kristina Friesel
committed
* Set a negative slideshow-delay to start the slideshow in paused mode
* Remove Shift+Key bindings, they were doing the same as Nothing+Key
anyways. Plus, I might want to bind Shift + <already used key> to other
stuff in the future
* Documentation improvements
* Remove undocumented hjkl menu keys. Most of the menu options can also be
accessed directly with keys, plus the number of non-qwerty users (which
have no use for these shortcuts) is growing.
Birte Kristina Friesel
committed
* Draw a nice little message when in caption editing mode with empty
caption (to indicate that caption editing is actually active)
* caption mode: Automatically create caption directory if it doesn't exist
* Slideshow mode: SIGUSR1 = next image, SIGUSR2 = previous image
Sat Jun 5 21:35:25 CEST 2010 Daniel Friesel <derf@chaosdorf.de
* Fix omitted image borders at high zoom levels
* Re-add getopt_long files (possibly relevant for non-glibc systems)
* Do not require a running X server for -L, -u, -U options
Tue Jun 1 10:21:19 CEST 2010 Daniel Friesel <derf@chaosdorf.de>
* Patch by aaptel: Support numpad keys for actions
* Center images in index/thumbnail mode relative to the text below them
Birte Kristina Friesel
committed
* Support caching of "large" (up to 256x256 pixels) thumbnails
* New --thumb-redraw option as workaround to speed up thumbnail mode
(thumbnail mode redrawing is quite slow, so now a redraw only happens
every 10 thumbnails by default - can be changed with this option)
* Because of that: Major speed improvements for --thumbnails, especially
with cached thumbnails
* Do not link against Xext and freetype, they're only used by other libs
* Fix "make uninstall". You do NOT want to call this for feh versions
1.4.2 to 1.5
Thu May 6 08:34:39 CEST 2010 Daniel Friesel <derf@chaosdorf.de>
* Release v1.5
* Rewrite parts of the menu code & fix a memory leak while there
* Make --start-at work with filenames instead of list positions
* Add keybinding to toggle pointer visibility (see --hide-pointer)
Thu Apr 22 22:28:09 CEST 2010 Daniel Friesel <derf@chaosdorf.de>
* Release v1.4.3
* Warp the pointer when reaching a window border in pan mode
* Various zoom mode improvements, should be more intuitive now
+ When entering zoom mode, always continue from previous zoom level
+ The image part you clicked on to start zoom mode will remain where it
is. The zoom happen around at that pixel.
Fri Apr 2 16:20:55 CEST 2010 Daniel Friesel <derf@chaosdorf.de>
* Release v1.4.2
* patch by decklin: Use z key to randomly jump in the filelist
* patch by muennich: Correctly set [Paused] window title in slideshow mode
* patch by dylan: Remove temporary files if url opening fails
* Fix problems with unexpectedly empty filelists
Tue Mar 16 07:56:36 CET 2010 Daniel Friesel <derf@chaosdorf.de>
* Fix chrome theme in the default .fehrc
* Rename cam to feh-cam and gen_cam_menu.sh to gen-cam-menu
* Add manual for feh-cam and gen-cam-menu (from Debian)
* Fix lossless rotate for filenames with spaces etc.
Thu Mar 4 14:55:02 CET 2010 Daniel Friesel <derf@chaosdorf.de>
* Release v1.4
* Lots of documentation fixes/improvements
(including previously undocumented options)
* Fix --(un)loadable option
* Add --draw-actions (show defined actions and their number)
* Use <keypad begin> to antialias the image
* Fix some keypad keys (+,-,/,*)
* The button-related options have changed (NOT backwards-compatible)
* Remove --xinerama option
* Use jpegtran binary instead of libjpeg for lossless rotation
* Add --bg-fill option (patch by Anonymous)
Mon Feb 8 21:47:56 CET 2010 Daniel Friesel <derf@chaosdorf.de>
* Release v1.3.5
* Import various Debian patches
* Update feh(1) manpage
* Make feh -l / feh -O work without a running X
* Don't die after encountering three or more unloadable images
(former "No more slides in show" error)
* Depracate --xinerama <0|1>, use --no-xinerama or nothing instead
* Fix transparency in thumbnail mode
Sat Oct 1 08:05:06 EDT 2005 Richard Lowe <richlowe@richlowe.net>
* (imlib.c): Fix double free in feh_http_load_image
when using builtin HTTP support.
Sat Oct 1 07:25:00 EDT 2005 Richard Lowe <richlowe@richlowe.net>
* (imlib.c): Fix http grabbing via wget, wget --cache 0 is no longer valid
and treats the 0 as another URL. Debian bug #330912.
I view this as wget's fault, I'm sure others won't, however.
* (imlib.c): Tidy up a minor bit of bothersome logic while there.
Fri Aug 05 17:29:55 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Patch from Matthias Drochner to fix compilation on older systems.
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
Sat Jul 23 00:30:09 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Include the necessary jpegint header to get lossless rotation working in
the short term.
Wed Jun 22 21:29:20 EDT 2005 Richard Lowe <richlowe@richlowe.net>
* (support.c): Better fix for debiag bug#292020
Wed Jun 22 02:41:06 EDT 2005 Richard Lowe <richlowe@richlowe.net>
* (support.c): Ugly change to deal with the New (and guaranteed)
way E17 tells us it's IPC window is a phony.
* (support.h): Support for the above.
Wed Jun 22 01:04:20 EDT 2005 Richard Lowe <richlowe@richlowe.net>
* (support.c): Check for E17 via the presence of the
ENLIGHTENMENT_VERSION atom, which right now is only there
on E16. I asked for this on E17, and two ints showing
MAJOR and MINOR. Let's see what happens (I'll fix the
check if it comes).
Tue Jun 21 23:34:17 EDT 2005 Richard Lowe <richlowe@richlowe.net>
* (support.c): Change references to Eterm to reference feh.
* (support.c): Fix Debian bug#292020 'feh crashes when it
can't create ~/.fehbg file'.
Wed Jun 01 12:29:40 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* fix transupp.c - ditching JPEG_INTERNALS broke exif tag preservation
* releasing as 1.3.3
Fri May 06 20:23:39 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* back out fmmode (buggy, unportable) for now
Sun May 01 00:15:11 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Releasing 1.3.1
Sun May 01 00:05:43 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Patch from From: Mathias Gumz <mathias.gumz@gmail.com>
When setting a tiled background, tile the image into a root-sized
pixmap, rather than letting X do the tiling...
* fix a bug with --action's and thumbnail mode
* disable thumbnail caching by default :/ The spec doesn't support
user-specified thumbnail sizes at the moment, and feh does.
Use --cache-thumbnails to enable caching for now.
* New option --cycle-once to exit a slideshow after one loop through it.
Mon Mar 07 23:56:03 GMT 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Patch from Falko Schmidt <kaethorn@stud.uni-stuttgart.de>
Adds --fmmode. I quote:
> In short, it enables the user to use feh as an image viewer used by a
> file manager like ROX-Filer or Nautilus when invoked with the --fmmode
> option. The file manager passes the file that the user wants to view to
> feh. My function then reads the directory in which the file resides and
> first passes the current image, then alphabetically all the following
> images and at last the images that are alphabetically before the current
> file to the 'filelist'.
> Afaik that's the default behaviour of gqview and gthumb.
Mon Jan 24 15:34:53 GMT 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Patch from Ulrich Spoerlein <q@uni.de>
* Displays image num/total when in fullscreen
Tue Jan 04 23:50:08 GMT 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Added option to hide the mouse pointer in full screen: --hide-pointer
* released 1.3.0 (1.2.[89]) were minor, feature-specific releases.
Sat Sep 04 15:51:14 BST 2004 Tom Gilbert <tom@linuxbrit.co.uk>
* Require giblib 1.2.4 now.
* Preparing for release of 1.2.7
Sat Sep 04 15:43:22 BST 2004 Tom Gilbert <tom@linuxbrit.co.uk>
* Applied large patch from Claes Nasten <pekdon@pekdon.net>
* Several tweaks to thumbnail.c including support for the "Thumbnail
Managing Standard" described at freedesktop.org. Thumbnails are cached in
a way which makes them accessible to other programs, under ~/.thumbnails
using md5sum filenames.
* He had to invoke libpng directly to write out the comments/tags required
by the spec, but that seems to be a trend with feh now so what the hell :p
Sat Sep 04 12:35:46 BST 2004 Tom Gilbert <tom@linuxbrit.co.uk>
* Nice patch from JC <jcm314@yahoo.com>
* Alongside the original --action option, adds --action1 through --action9,
allowing you to define multiple actions which can be run using the number
keys. Lets you set up a list of commands for organising images.
Fri Sep 03 13:40:48 BST 2004 Tom Gilbert <tom@linuxbrit.co.uk>
* Moved to subversion, previous CVS history lost...
* New method for rotating jpegs - does a lossless jpeg rotation (thanks,
IJG) and preserves EXIF data, as requested by many users :)
* Fix minor documentation omissions (debian bug reports)
Sat Jul 24 14:52:19 BST 2004 Tom Gilbert <tom@linuxbrit.co.uk>
* Various warning fixes from Claes Nasten <pekdon@pekdon.net>
Thu Jun 10 23:14:36 BST 2004 Tom Gilbert <tom@linuxbrit.co.uk>
* Support full X geometry flags
Sat Jan 03 19:04:11 EST 2004 Paul Duncan <pabs@pablotron.org>,
* removed extraneous XFlush
* switched to global file list length (avoid recalculating it
constantly)
Tue May 27 14:55:02 BST 2003 Tom Gilbert <tom@linuxbrit.co.uk>
* Released 1.2.6
Fri May 23 14:23:49 BST 2003 Tom Gilbert <tom@linuxbrit.co.uk>
* Fix debian bug #193964. segv on 'm' followed by cursor movement.
Fri Apr 11 11:46:55 BST 2003 Tom Gilbert <tom@linuxbrit.co.uk>
* Patch from Eric Dorland <eric.dorland@mail.mcgill.ca>
* Set icon name as well as title on change.
Fri Apr 11 11:34:41 BST 2003 Tom Gilbert <tom@linuxbrit.co.uk>
* Patch from Rami Lehti <rammer@vapaa.dc.inet.fi>
* New option not to jump to start of filelist when it's re-sorted.
Tue Mar 18 19:07:17 GMT 2003 Tom Gilbert <tom@linuxbrit.co.uk>
* Fix bug reloading http images that fail to download on subsequent
attempts.
Sun Feb 23 16:23:00 GMT 2003 Tom Gilbert <tom@linuxbrit.co.uk>
* Released 1.2.5, for small bugfix below.
Sun Feb 23 16:19:15 GMT 2003 Tom Gilbert <tom@linuxbrit.co.uk>
* Fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=169911
* Start of IPC code, not used yet.
Mon Dec 23 01:19:17 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Experimental speedup for caption editing. Caches the bg pixmap for the
image (which doesn't change when you're just editing a caption) so only
the overlay needs to be re-rendered on each change to the caption.
Definitely makes a difference when editing captions on a large, fullscreen
image.
Sun Dec 22 22:59:31 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Tweak event handling - don't nuke queued keyevents when we're accepting
input for caption entry.
Sun Dec 22 13:50:16 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Fixed wrapping for long lines with no spaces
* Caption editing, also requested by David Blackman <david@whizziwig.com>
Hit 'c', edit caption, enter to confirm the changes or Escape to revert.
(Only when --captions-path has been specified).
* Spotted a couple of minor bugs as I went through stuff, fixed those two.
Sat Dec 21 20:32:40 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* New option --captions-path. Specify a path (relative to each image) to a
directory with captions in and feh will overlay them on the image. It even
does text wrapping and centering!
Example, run feh --captions-path captions testimages
for image testimages/donna1.jpg, feh will look for a caption in
testimages/captions/donna1.jpg.txt
* This feature was requested by David Blackman <david@whizziwig.com>
Thu Dec 19 23:09:19 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Fixed bug - segv when last image in slideshow is deleted.
Thu Dec 05 16:04:24 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Released 1.2.3
Thu Dec 05 03:32:29 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Got rid of black background for the "draw filename" and zoom display
texts. Added a dropshadow to aid visibility when there's no contrast
against the background.
Thu Dec 05 01:28:44 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Keyboard control for menus :)
* Press 'm' to open the menu, escape to close it, arrow keys (or hjkl) to
navigate and space or enter to activate.
Wed Dec 04 23:12:44 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Changed the way the menus work - you don't have to hold the mouse button
down to keep them open any more. I prefer the old way but that way doesn't
allow keyboard menu control.
Wed Dec 04 21:30:29 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Found a couple of case statements without breaks in options.c
* New default menu, tweaked the menus a little, added code to specify the
menu bg image border and let the user tweak it.
Sun Nov 24 22:47:43 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Patch from Daniel Ashbrook <anjiro@cc.gatech.edu> to bind a key (v) to
switching between window and fullscreen mode
Sun Oct 20 22:45:01 2002 EDT, Paul Duncan <pabs@pablotron.org>
* added requested screen-clip option (allows you to disable window size
clipping based on screen geometry; ie, you can make pathologically large
windows, assuming you have the images to do so)
* disabled xinerama geometry check when using feh to set the background.
* cleaned up spelling and capitalization in menus
Sun Oct 20 20:12:23 2002 EDT, Paul Duncan <pabs@pablotron.org>
* src/support.c: xinerama bugfix from Jon Bernard <jbernard@roanoke.edu>
* src/options.c: added 'Use Xinerama' toggle to option menu
* src/options.c: changed 'Keep http files' to 'Keep HTTP Files'
(pet peeve ;P)
* src/options.c: added 'Auto-Zoom' toggle to option menu
* feh.1: added info about --xinerama flag
* AUTHORS: added Jon Bernard
Sun Oct 20 14:49:46 2002 EDT, Paul Duncan <pabs@pablotron.org>
* New beveled, off-white background image for menus. I made it the
default after consulting with the boss (eg Sue Gilbert). Tom thinks
it's okay too.
Sun Oct 20 05:48:40 2002 EDT Paul Duncan <pabs@pablotron.org>
* Added Xinerama support. Currently defaults to fullscreen on the
first head (this can be fixed with a little work).
* Added winwidget_{move,get_geometry}();
Wed Sep 11 19:53:31 BST 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* REALLY release 1.2.1
Wed Sep 11 19:52:24 BST 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* autoconf fixes
* throw out the damn non-free "public domain" fonts.
* stick in yudit.ttf. it's not as pretty, but it is, apparently, DFSG
compliant etc.
Wed Sep 11 19:44:25 BST 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Release 1.2.1
Wed Sep 11 19:43:24 BST 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Patch from Panagiotis Issaris <takis.issaris@skynet.be>
- adds support for using the numeric keypad to scroll and zoom the image.
Wed Jul 31 22:31:21 BST 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Fixed --draw-filename (was --draw_filename but not documented as such -
oops, that's been broken a terribly long time :))
Tue Apr 16 19:19:11 BST 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Release 1.2.0
Fri Mar 08 21:04:07 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Patch from Omar Harriott <omar.harriott@csun.edu>
* fix filelist handling for filenames with spaces.
Fri Feb 08 21:52:48 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Don't segv on save if win->file is NULL, use the mode + .png for the
filename, or noname.png as a last resort. Reported by mousey.
Sun Feb 03 19:28:19 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Erp. s/wprintf/weprintf - I didn't notice the typo because wprintf is a
wide character printf. Luckily someone compiled feh on PPC and noticed the
bug.
Wed Jan 30 13:54:29 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* New menu colour/style - "feh -Tblack src/testimages"
Wed Jan 30 13:29:21 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Patch from Jens Laas <jens.laas@data.slu.se>
* Adds --zoom option. Here's what he said about it:
> What it does:
> zooms images by a fixed amount but never larger than the screen.
> Why:
> This is nice if you got a collection of images where some are small and
> can stand a small zoom. Large images are unaffected.
> When does it work, and how?
> You have to be in fullscreen mode _and_ have auto-zoom turned on.
> "feh -FZ --zoom 130 imagefile" will do the trick.
> -zoom percent -- is the new switch.
> 100 = orignal size,
> 130 is 30% larger.
* I tweaked it abit to allow it to work (differently) without -Z.
feh -F --zoom 200 will zoom each image to 200%, regardless of the
resulting size. feh -FZ --zoom 200 will zoom each image up to a maximum
of 200%, but without generating an image larger than the screen.
Sat Jan 26 16:20:43 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Use giblib fontstyles for menus, instead of hardcoding the shadow.
* Let users choose menu style with --menu-style. Standard giblib
semantics.
Sat Jan 26 15:34:26 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* make sure fullscreen windows are really fullscreen.
* Haha! feh uses giblib now, pointless me maintaining two list
implementations and two imlib2 wrappers. Plus now I can add fontstyles :)
Sat Jan 26 14:10:54 GMT 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Goodbye, non-free fonts, hello, free font. Turns out the guy who made
those "public domain" fonts doesn't actually want to release them under a
free license, so they gotta go.
Mon Jan 14 19:51:18 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Fixed --bg-seamless from the commandline.
* When you set a bg with feh, it now stores the necessary
commandline to restore that bg in ~/.fehbg. So for non-E
windowmanagers, that don't remember the bg, you can put "eval `cat
$HOME/.fehbg" in your .xsession, and your setting are remembered
when you restart X.
Sun Jan 13 21:12:42 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Gah. imlib_image_set_format("JPG") does not work, yet jpg
does. I think that's dumb :( This work around makes saving work
with uppercase filenames.
Sat Jan 12 03:01:59 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Stopped the bg code uselessly creating temp images when not
needed.
Sun Jan 6 01:37:40 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Use < or > keys to do in place edit rotations, 90 degrees left
or right.
Sun Jan 6 01:16:04 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Fix unlikely but naughty segv.
Sun Jan 6 00:49:35 2002 Tom Gilbert <tom@linuxbrit.co.uk>
* Some basic in place editing. Feh is not an editor, but when
viewing images I just grabbed from the digicam, it's really useful
to fix up the ones needing rotation.
Tue Sep 4 23:47:42 2001 Tom Gilbert <tom@linuxbrit.co.uk>
* --loadable and --unloadable modes should run --action on
matching files, fixed.
Sun Aug 26 18:06:51 2001 Tom Gilbert <tom@linuxbrit.co.uk>
* Slightly tweaked menu sliding behaviour.
* About to release 1.1.0.
Sat Aug 25 21:58:31 2001 Tom Gilbert <tom@linuxbrit.co.uk>
* Show zoom and new image size when zooming.
Sat Aug 25 18:36:30 2001 Tom Gilbert <tom@linuxbrit.co.uk>
* No need for cam to use -w as it spawns multiple feh processes.
* Can use options menu to switch between fullscreen and window
modes.
* Some fullscreen code cleanups. Now a per-window option.
* Menu code cleanups.
Sat Aug 25 17:46:35 2001 Tom Gilbert <tom@linuxbrit.co.uk>
* Fixed --geometry mode. When you resized the window it would still
center/size to the size you specified in --geometry. I think
--geometry should just say "don't change the window size", but the
user should still be able to :)
* Added a new menu option for freezing/unfreezing the window size.
Sat Aug 25 02:49:54 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* okay. feh menus now support toggleable items.
* I was gonna use ellipses for the toggle state, but I found that
I had broken ellipses in imlib2 a while back (at least I think it
was me). So it's rectangles. I fixed imlib2 now, but there won't
be a release for a while.
* A couple of options can now be configured through the menus,
will add more in time.
* some other stuff I forget, I'm tired :)
Fri Aug 24 08:44:46 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Even better, you can copy a pixmap between displays :) This is
much faster than Xput/get. Cheers raster.
Thu Aug 23 19:04:57 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Okay. So you can't copy a pixmap between two displays using
XCopyArea :) Fair enough, back to blechy XPut/XGetImage. It works
now with or without E, and Eterm is happy. Managed to avoid
leaking data into X through imlib2 or my own cached GCs, which is
nice :)
* Tested commandline too, works great with E or without. Finally.
* Also fixed a bug with the non-E centering code, it would only
have really worked for square images before ;-)
Wed Aug 22 22:44:13 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Okay, setting the pixmap and atoms works now, bar an imlib2 bug
we need to fix. So right now, rather than dump core, I leak X
connections whenever you set a BG. No big hit unless you do
thousands, and it's only temporary until we fix imlib2.
* This is mainly for raster to check out right now.
Wed Aug 22 17:01:08 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Okay, setting bg from cmdline when not running E was broken,
basically because we didn't XFlush before exiting. My bad.
* Ugh. I'm trying to emulate Esetroot, by setting the atoms needed to
tell Eterm where the bg pixmap is. Of course, when feh exits, the
pixmap is cleaned up by X, unless I do an XSetCloseDownMode(disp,
RetainPermanent); However, this means all my crap hangs around, I want
it to be cleaned up. So anyone know how I can make the pixmap stick
around in X, without leaving windows and other pixmaps there too?
(Esetroot lets it all hang out basically, but it's non graphical and
can afford to. It always exits after doing it's job and the next time
you run it, it frees the last pixmap it made).
Mon Aug 20 20:58:47 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* If you specify a font that can't be loaded, feh attempts to fall
back to 'fixed', then '*'.
Sat Aug 18 19:15:22 2001 Tom Gilber <tom@linuxbrit.co.uk>
* Added, 'w, W' and a menu option to resize the window to the
current image dimensions.
Thu Aug 16 23:07:33 2001 Tom Gilbert <tom@linuxbrit.co.uk>
* Added 'x' to close a window but not exit everything.
Thu Aug 16 00:23:26 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fook. Broke backgrounding in E for 1.0, enlightenment IPC does
NOT support "filename with a space" at all. You can't do
it. ARGH. Okay, so back that out.
* Add setting bg from commandline, quite useful because it'll use
E if it's there or fallback to X, i.e. it should always do the
right thing (hopes).
* FYI, it's --bg-scale, --bg-center, --bg-seamless, --bg-tile.
Mon Aug 13 22:21:44 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fixed bug when using -g to reduce image proportionally,
calculated zoom was incorrect because I am a dick.
Sun Aug 12 18:13:39 2001 Till Adam <till@adam-lilienthal.de>
* slide menus to the left and/or up if they are off the screen and the
cursor is close to the right and/or bottom edge of the screen
Sun Aug 12 00:24:38 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Uh that's not all I changed in the last commit.
* Panning is different now. It used to be ctrl+button 3, but this
was redefinable using cmdline/theme options. Now, instead, it's
combined with the next image button.
* ie. by default a single click of button 1 will change images, if
there is more than one image in the slideshow. Clicking and
dragging button 1 will pan, if the image is bigger than its
window. I find this more convenient, but let me know.
Sun Aug 12 00:15:06 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Oops. Fixed bug with zooming out larger images when -g is used.
* Other fixes.
Sat Aug 11 23:29:32 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fixed annoying bug where feh would limit window size to desktop
size only on the first image.
Sat Aug 11 23:20:09 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Added -g, --geometry setting to fix feh's geometry. Stops
repeated resizing when browsing lots of pics. Please test this for
me as I want to get 1.0 out soon :)p
Sat Aug 11 01:41:21 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Add image and filelist saving to context menus.
* Tidy menus.
Sat Aug 11 01:25:15 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fixed missing break; in keyevent handler
* Changed the slideshow pause key from "s,S" to "h,H"
* New slideshow key "s,S" to save the current image to a unique
filename (generated in the same way as saved webcam images).
* New slideshow key "f,F" to save the current filelist, also to a
unique filename.
* Little cleanups.
Thu Aug 9 23:57:41 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Oops. Went back to getopt_long. getopt_long_only is cool if you
only have a few cmdline options, but feh has a bunch and most
short option combos were coming up as "ambiguous". i.e. feh -Vw
actually ignores the -w. Fixed.
Thu Aug 9 23:39:02 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Remembered some things I changed a while back and didn't put in
here, but they need to be in here or I'll forget forever.
* Fixed a race with multiple webcam-viewing feh instances by
adding feh PID to the tmp filename used to cache the downloaded
images. Other fixups to the remote-getting code.
Thu Aug 9 23:16:58 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Load menu font just once and keep it around.
* New menu backgrounds.
* Fix detection of bad fonts.
* Allow use of --fontpath multiple times to add many paths
to the fontpath.
Thu Aug 9 22:45:05 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Progressive loading is gone. It's useless in imlib2 because
imlib2 can't load from filehandles, it's real application is
gone. Plus people say without seeing the image load it "feels"
faster. This also simplifies a bunch of code and I feel cleaner
without it.
* Less pointless redraws, should be faster switching images now.
* Other bits.
Thu Feb 15 11:25:45 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* A patch from labisso (David LaBissoniere <labiss@usit.net>)
to allow pausing of slideshows. Handy.
Sun Jan 28 13:20:45 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* cam was using -Cwebcam, should be -Twebcam
* default generated ~/.fehrc used --keep-http in webcam mode, this
is probably not what most people want for the default, so I
removed it. Either blow away your ~/.fehrc or make this change
yourself to get it....
* Maybe fixed a memleak. I hope so, but it will take 3 days of
running cam to find out :-)
* After an idea and partial patch from KainX, added -G,
--wget-timestamp to use wget timestamping when downloading http
images. Useful when watching webcams, the idea is that wget only
downloads the webcam if it has changed since the last time. Nice
bandwidth saver. However, there is currently a bug in wget that
prevents this from working. KainX found it and I think he reported
it, so the next version should contain a fix.
Wed Jan 17 20:33:31 2001 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Reverted to using wget by default - the builtin stuff isn't
quite so tolerant about hangups and stuff, it kinda just blocks a
lot. Needs more work before replacing use of wget, which "just
works".
Mon Dec 11 19:25:10 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Added a super-sweet patch from Benjamin Elijah Griffin
<bgriffin@cddb.com> to actually implement the builtin http
collection I started ages ago. I screwed with it only slightly,
it's a great patch. So now we can grab http images without
spawning a subprocess, and I have to say here it seems a little
faster too ;-)
* Added -Q, --wget option to use wget to grab http data just in
case you need to use a proxy, or something else stops the builtin
stuff from working...
* Misc tidyups etc..
Tue Nov 28 00:45:38 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Added support for --slideshow-delay as a float. -D0.25 for
example.
Sat Oct 28 23:32:11 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Better check for imlib2.
* Only create files in current dir if keeping http images. Ones
that will be deleted on exit go in /tmp.
Sun Oct 22 02:01:33 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Swapped the default right mouse button config. You now hold
ctrl to pan, or don't to get menus.
* Changed --no-menu-ctrl-mask to --menu-ctrl-mask
* Added --no-pan-ctrl-mask
* Use the options feh --no-pan-ctrl-mask --menu-ctrl-mask to
simulate the old behaviour, or add that line to ~/.fehrc to keep
it.
* Need to change all the --*-ctrl-mask options to booleans so it
is properly configurable, I think.
Sat Oct 21 23:22:09 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fixed the -k option (to save files viewed by http). It now saves
the files into the *current* directory, with better filenames, eg
feh_000001_image.jpg for a file called image.jpg.
* Removed the use of the evil mkstemp function, not needed any
more.
Fri Aug 25 16:41:29 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* rotation wasn't reset when image changed in fullscreen mode
Sat Aug 19 16:07:29 2000 Paul Duncan <pabs@pablotron.org>
* added multiple key loading to cam. also updated the
documentation and chnaged the version number to 0.3.
Fri Aug 4 12:09:29 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Sweet patch from Eric, changes window title to "Reloading:
<Former title>" when reloading an image. Neato :)
Thu Aug 3 23:11:23 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Another fine patch from Eric Dorland, allows the configuration
of the reload button, --reload-button NUM. Also patches cam to use
button 1 to reload webcams :) Nifty ;)
Thu Aug 3 23:04:38 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Patch from David LaBissoniere <labiss@usit.net>
Adds a --start-at NUM option for jumping to number NUM of the
filelist (either from a file or the commandline).
* Thanks David.
Fri Jul 28 21:07:32 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Added --scale-down to automatically scale images down if they
are too big to fit on the screen. Only works with -P right now
because I am lame, but I'm on the case...
* The start of some builtin http code to replace wget. Part-done
and #ifdef'd out for now...
Sun Jul 9 00:03:27 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fixed an ickle memleak when reloading a rotated image.
Tue Jun 27 17:16:21 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* More --title stuff from Eric. It now works in thumbnail mode,
and an additional --thumb-title can be used to set the title of
the individual thumbnail windows.
Sun Jun 25 03:39:57 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Spec file fixes (I suck).
* Okay, if DEBUG is defined, then --debug-level NUM shows only
debug messages with a level equal to or below that
specified. Right now I'm using 0-5.
Sun Jun 25 02:46:58 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Started reworking the debugging macros. Nothing to see here, yet
;)
* Another patch from Eric Dorland, makes --title work in all the
other modes but thumbnail mode.
Sat Jun 24 23:43:03 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Hehehe. Patch from Eric Dorland <dorland@lords.com> arrived
just after the release ;-)
* New format specifiers, --title works in multiwindow mode, and
--title is passed through feh_printf, so the new format specifiers
may be used in it... Coolio.
Sat Jun 24 21:27:05 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Released 0.9.9.
Sat Jun 24 19:06:26 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* In multiwindow mode, handle events whilst opening windows. This
is very handy for when you accidentally do feh -rw / and have 14
million images opening. 'q' will quit at any time ;)
Sat Jun 24 18:57:22 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fixes for blending transparent stuff onto transparent stuff.
* Reindent and cleanup prior to release.
Sat Jun 24 18:34:39 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fix for a reload when rotated.
Sat Jun 24 18:27:49 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Check panning after a zoom, move within constraints if
necessary.
Sat Jun 24 18:15:35 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Constraints for panning.
Sat Jun 24 17:00:59 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Context menu for thumbnail mode.
Sat Jun 24 16:44:19 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fix for segv when tring to get image info for a generated (not
on fs) image.
Sat Jun 24 16:28:11 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fix for rotation and panning and zooming in fullscreen mode.
Sat Jun 24 12:21:02 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Added --title, with a nice clean patch from Eric Dorland
<dorland@lords.com>, allows you to set the window title to be used
for slideshow mode. He also modified cam to use this to label it's
windows. A combined perl and C patch - neato ;-)
Sat Jun 24 00:46:54 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* New menu item, Reset. It resets the zoom/pan/rotate etc.
* Currently only with -P (to be fixed), a reload does not force a
reset like it did before, so you can zoom a webcam and not have it
reset on reload.
Sat Jun 24 00:13:53 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Thumbnails, when clicked, now all open the clicked image in the
same window. Much better for browsing.
* Menu fixups, more efficient now. Also, better context menus,
having the right options for the right window types.
* If you open a thumbnail, and then delete it or remove it from
the filelist, the thumbnail view will update to show the
fact. This is cool :-)
Fri Jun 23 17:15:07 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Depreciated the FEH_OPTIONS envrionment variable in favour of
the configuration file themes.
Fri Jun 23 14:46:21 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Mwahahaha. Asynchronous events for index, thumbnails and
collages. All events are handled while the images are
generated. You can quit, bring up menus, zoom, pan and rotate, all
whilst the image is still being created. Much better.
* Pass the progress function around instead of using the
context. Kills two bugs.
Fri Jun 23 14:11:56 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Documentation fixups.
* --thumnbails can also be called with -t now.
* --title-font no longer has a short option.
* --theme is now also -T.
* Release preparations.
Fri Jun 23 12:54:49 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* You can now select --bg trans to give indexes, collages,
montages and thumbnail selectors a transparent background.
Fri Jun 23 12:18:44 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fixed a couple of minor bugs
* You can now open the same image multiple times... If you really
want to...
Fri Jun 23 11:37:56 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Thumbnails now stored in a linked list.
Thu Jun 22 23:57:33 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Optimisations to thumb hilites. Only show hilite when you can
click to open an image, don't show when over emtpy space, and
don't re-render if the selection hasn't changed from the last
mouseover. Speeds it up a lot.
Thu Jun 22 23:49:07 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Now thumbnails show as they load too.
* AND :-)
* Thumbnail hiliting on mouseover from richlowe. Coolio ;-)
Thu Jun 22 23:32:45 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Same for collage mode :)
Thu Jun 22 23:28:33 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Woop. Something I should've done a WHILE ago. If progressive
loading is enabled (ie not -P), you can see the index/montage
being created in front of your eyes ;-) It's sweet.
* Next I will make it respond to events during the creation
(quiting/zooming while still creating), and make it work for
thumbnail and collage modes too.
Thu Jun 22 22:23:48 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fix for trying to reload a montage
* Rewrite of all linked-list code to a more generic form so I can
do more with it. I may have introduced bugs in this (big) rewrite,
so test test test ;-)
* Misc fixups
Wed Jun 21 23:49:00 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Can set background from multiwindow and thumbnail modes now.
Wed Jun 21 22:43:37 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Initial thumbnail mode, thanks to patches from richlowe and
modifications by me. Nice work dude. More to come, right now
there's just the click (although it works with a panned or zoomed
thumbnail list). To come - opening thumbs in a single window,
hiliting, and hey, the rest will be a surprise, okay? ;-)
* This is *initial* btw. I plan to properly add this to index and
montage modes, as it needn't be a seperate mode. There's lots of
duplication in the source right now, which needs to be cut down.
Tue Jun 20 20:02:57 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
* Fixed mousebutton swapping option code. It was broken for