summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-08-19Added support for multi-frame imagesBert
2011-08-19Fixed include in thumbs.hBert
2011-08-19Put event handling back into main.c; events -> commandsBert
2011-08-19Added force parameter to tns_load() to disregard cacheBert
2011-08-19Renamed application modesBert
2011-08-19Renamed key/mouse commands to indicate supported modesBert
2011-08-19Uniform thumbnail selection border sizeBert
- Consistent handling of thumbnails - Makes it easier to select very small thumbnails with mouse
2011-08-18Small refactoringsBert
2011-08-18Fixed hyphen-used-as-minus-sign issues in man pageBert
2011-08-18Corrected FSF address in license headersBert
2011-08-18Revised handling of file names & pathsBert
2011-08-17Fixed keyboard mappingsv0.90.9Bert
2011-08-17Stable version 0.9Bert
2011-08-12No more need for CLEANMASK macroBert
2011-08-12Made run_command() a normal key/button handlerBert
2011-08-12Much better drag()Bert
No more need to pass XEvent* to handler functions
2011-08-05Renamed scroll() to pan_screen()Bert
2011-08-05Added -O2 flag to CFLAGSBert
2011-07-27Simpler thumbnail selection borderBert
2011-07-26Nicer thumbnail selection border; new default colorsBert
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