summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-09-10Added slideshow supportBert
2011-09-10List additional features in usage message (-v)Bert
2011-09-08Strict conformance to IEEE Std 1003.1-2001Bert
2011-09-08Added screenshots to README.mdBert
2011-09-08Added feature overview to README.mdBert
2011-09-08Updated docBert
2011-09-08Fixed exif-only typo in tns_load()Bert
2011-09-08Added section "Additional features" to README.mdBert
2011-09-08Added EXIF_SUPPORT macro for optional dependency on libexifBert
2011-09-08Added EXIF auto-orientationBert
2011-09-08Overhauled buildingBert
- config.h -> config.def.h - Create config.h during make, if it does not exist - Nice make output - Use XFLAGS and XLIBS to include additional compile-time features, which depend on third-party libraries
2011-09-06Load as much of a corrupted gif file as possibleBert
2011-09-06Removed useless zl_cnt variableBert
2011-09-06Avoid conflicting macrosBert
2011-09-04Fixed title-update in thumb modeBert
2011-09-04Made i(t)_toggle_alpha command work in thumbnail mode tooBert
2011-09-03Reformated license headerBert
2011-09-03Fixed pointer-to-int-cast warnings on x86_64Bert
2011-09-03Fixed remove_file()Bert
2011-09-03Simplified cursor resettingBert
2011-09-03Simplified it_shell_cmd() using SXIV_IMG env-variableBert
2011-09-03Unified feature test macro requirementsBert
2011-09-02Updated docsBert
2011-09-02Corrected timeout handlingBert
2011-09-02Corrected thumbnail loading and timeout handlingBert
2011-09-02Data driven timeout handlingBert
2011-08-20Mention origin of img_load_gif() in commentBert
2011-08-19Added command to toggle gif animationsBert
2011-08-19Added support for gif animationBert
2011-08-19Added HAVE_GIFLIB macro for optional dependency on giflibBert
2011-08-19Refactored img_load_gif()Bert
- Corrected handling of transparency settings for individual frames - Corrected handling of different frame dimensions & offsets
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