summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-07-26Major code refactoringBert
- Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch]
2011-07-22Reduced usage of preprocessor macrosBert
2011-07-17Made selection border in thumb mode 3px wideBert
2011-07-17Fixed dependency on Makefile & config.hBert
2011-07-17Lighter selection colorBert
2011-07-07Mention the vi key bindings in the READMEBert
2011-06-29Stable version 0.8.2v0.8.20.8.2Bert
2011-06-29Fixed Makefile.netbsdBert
2011-06-28Added Makefile for NetBSDBert
2011-06-28Fixed MakefileBert
2011-06-28Fix compile error on NetBSDBert
2011-06-28Support XK_KP_{Add,Subtract} for zoomingBert
2011-06-28All timeouts in millisecondsBert
2011-06-24Small refactoringBert
2011-06-08Made Makefile POSIX compliantBert
2011-06-06Fixed mtime cache check on filesystems supporting nsec resolutionBert
2011-06-03New mappings: ctrl-[hjkl], pan image one window width/heightBert
2011-05-29Use getline instead of readlineBert
2011-05-25New option: -n, start at given pictureBert
2011-05-22Show image dimension in window titleBert
2011-05-16Updated docBert
2011-05-16H/J/K/L mappings to pan to edgesBert
2011-05-10Unstable version number in MakefileBert
2011-05-10Support DESTDIRPetr Sabata
GNU coding standard recommends supporting DESTDIR in projects Makefiles. This is already expected by many GNU/Linux distributions. This patch adds DESTDIR support to sxiv Makefile. Signed-off-by: Petr Sabata <psabata@redhat.com>
2011-05-08Stable version 0.8.1v0.8.1Bert
2011-04-19Made fullscreen work under buggy window managersBert
2011-04-19Fixed background color for non-EWMH-compliant WMsBert
2011-04-19Center zoomed areaBert
2011-04-15Fixed mouse cursorBert
2011-04-14Fix fullscreen modeBert
2011-04-14Slightly changed config.hv0.8Bert
2011-04-14Merged commands.h into config.hBert
2011-04-14Stable version 0.8Bert
2011-04-11Renamed option -C -> -cBert
2011-04-11Slightly changed introductory textBert
2011-04-11Removed invalid iconBert
2011-04-11Removed option -aBert
2011-04-11Remove invalid images when loading them; refactoringsBert
2011-04-11Refactored main.cBert
2011-04-11Merge branch 'tcache'Bert
Conflicts: main.c
2011-04-08Removed debug outputBert
2011-04-08Updated doc for thumbnail cacheBert
2011-04-08New option: -C, clean thumbnail cacheBert
2011-04-08Refactored thumbs.cBert
2011-04-08Refactored recursive directory util functionsBert
2011-04-07Moved read_dir_rec into util.cBert
2011-04-07Do not create cache files for cache filesBert
2011-04-07Use directory structure in cache dirBert
2011-04-07Refactored thumbnail cache_dirBert
2011-04-07Write cache file for thumbnail directly after creating itBert