Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-31 | Do not needlessly link against libX11 and libfreetype | Daniel Friesel | |
2010-05-31 | major --thumbnails speed impromevents, new --thumb-redraw option | Daniel Friesel | |
See ChangeLog / man/feh.1 "--thumb-redraw" for more | |||
2010-05-31 | Update TODO | Daniel Friesel | |
2010-05-31 | Support caching of thumbnails up to 256x256 pixels (.thumbnails/large) | Daniel Friesel | |
Depending on --thumb-width/--thumb-height, either .thumbnails/normal or .thumbnails/large is used. For higher dimensions, thumbnail caching is still silently disabled, this should also be what the standard indicates. | |||
2010-05-30 | Silently disable thumbnail caching for thumbnails >= 128x128 pixels | Daniel Friesel | |
(This was actually meant to be included in f44207093fdd02efc3e6e03054775514787b108e) | |||
2010-05-30 | Update TODO | Daniel Friesel | |
2010-05-30 | Make --cache-thumbnails adhere more to the standard | Daniel Friesel | |
2010-05-30 | Center images in index/thumbnail mode | Daniel Friesel | |
Centering didn't work if the text below the thumbnail was wider than the thumbnail itself. Fixed. | |||
2010-05-30 | Fix blur mode | Daniel Friesel | |
The ButtonRelease check only knew pan mode, so releasing the blur key changed to the next image. | |||
2010-05-28 | Add actions keys to feh.1#SLIDESHOW KEYS | Daniel Friesel | |
2010-05-28 | Support keypad return/enter for action as well | Daniel Friesel | |
2010-05-28 | Patch by aaptel: Support numpad keys for actions | Daniel Friesel | |
2010-05-20 | cam/gen-cam-menu: Doesn't seem to use bashims, so make it #!/bin/sh | Daniel Friesel | |
2010-05-09 | test/feh.t: Give a proper error if PACKAGE / VERSION are undefined | Daniel Friesel | |
2010-05-09 | man/feh.1: Add DEPENDENCIES section | Daniel Friesel | |
2010-05-09 | Update test notes in README | Daniel Friesel | |
2010-05-09 | Only run mandoc test if mandoc is available | Daniel Friesel | |
2010-05-06 | Release v1.5 | Daniel Friesel | |
2010-05-06 | README: Add note about tests | Daniel Friesel | |
2010-05-06 | Use prove for tests. Might be a bit ugly right now... hm. | Daniel Friesel | |
2010-05-05 | Remove erroneously added file test/action | Daniel Friesel | |
2010-05-05 | Add some more tests | Daniel Friesel | |
2010-05-05 | Add a test script | Daniel Friesel | |
I know that there is one in the old SVN repo, but I think a rewrite (with an automated test script) is due. | |||
2010-05-05 | Print mini-usage on stderr | Daniel Friesel | |
2010-05-05 | Return failure after displaying usage on insufficient arguments etc. | Daniel Friesel | |
2010-05-04 | man/feh.1: Sort alphabetically | Daniel Friesel | |
2010-05-04 | Add my own website feh page to README | Daniel Friesel | |
2010-05-04 | Remove feh.spoc, it's outdated and doesn't belong in here anyways | Daniel Friesel | |
2010-05-04 | Update TODO | Daniel Friesel | |
2010-05-04 | Accept --hide-pointer in non-fullscreen mode as well | Daniel Friesel | |
2010-05-03 | Add keybinding to toggle cursor visibility at runtime | Daniel Friesel | |
2010-05-03 | menu: Remove xinerama toggle, add draw_actions toggle instead | Daniel Friesel | |
2010-05-03 | Fix remaining compiler warnings (I probably won't implement these options ↵ | Daniel Friesel | |
anyways) | |||
2010-05-03 | Make --start-at work with filenames instead of list positions | Daniel Friesel | |
2010-05-03 | Fix memory leak related to the menu | Daniel Friesel | |
The menu background images were not properly free()d | |||
2010-05-03 | TODO: Update notes about memory leaks | Daniel Friesel | |
2010-05-03 | Rework menu.c & fix various compiler warnings (from menu_code) + update TODO | Daniel Friesel | |
2010-05-01 | feh(1): --action: Also relevant for --loadable/--unloadable | Daniel Friesel | |
2010-04-22 | Version bump to 1.4.3 | Daniel Friesel | |
2010-04-22 | man/feh.1: Various fixes. Completely reviewed now. | Daniel Friesel | |
2010-04-22 | man/feh.1: two spaces after full stop. | Daniel Friesel | |
2010-04-22 | man/feh.1: Properly escape %P sequence | Daniel Friesel | |
2010-04-22 | Rewrite feh(1) using -mdoc macros | Daniel Friesel | |
2010-04-22 | Fix zoom mode once and for all[tm] | Daniel Friesel | |
2010-04-22 | events.c: comment the pointer warping | Daniel Friesel | |
2010-04-22 | Partially fix zoom mode | Daniel Friesel | |
Does not yet work with initial zoom value != 100% | |||
2010-04-21 | Update TODO. Again. | Daniel Friesel | |
2010-04-13 | Update TODO | Daniel Friesel | |
2010-04-12 | Rewrite manuals for feh-cam and gen-cam-menu | Daniel Friesel | |
2010-04-12 | Update feh(1) a bit | Daniel Friesel | |