summaryrefslogtreecommitdiffstats
path: root/thumbs.c
AgeCommit message (Collapse)Author
2013-11-14Highlight edges of marked images in thumbnail modeBert Münnich
2013-08-22Added options for anti-alias & alpha layer coloring to config.def.hBert Münnich
Also removed now obsolete -p command line option; fixes issue #98
2013-02-08Refactored function definitions to use dangling braceBert Münnich
2013-02-08Updated/corrected license headerBert Münnich
2013-01-12Moved thumbnail cache to ~/.sxiv/cache/Bert Münnich
2012-07-15Made remote changes adhere to code styleBert Münnich
2012-07-15handle count prefix in thumbnail movementsbaskerville
2012-05-13Fixed mem-leak in tns_init/tns_freeBert Münnich
2012-03-16Fixed it_scroll_move(DIR_DOWN) in thumb mode for last lineBert Münnich
2012-03-02Fixed issue #41, added WIN_FS_COLOR to config.hBert Münnich
2012-02-15Already in the year 2012Bert Münnich
2012-02-15Added own exif tag handling in files exif.[ch]Bert Münnich
2012-02-14Fix recreation of thumbnail cache file after manual reloadBert Münnich
2012-02-12Added text bar on bottom of windowBert Münnich
2012-02-11Removed exif support; made gif support non-optionalBert Münnich
2011-11-13Fixed issue #28 (again)Bert Münnich
2011-11-05Thumbnails only get scaled down, fixed issue #27Bert Münnich
2011-10-27Added screen-wise scrolling for thumbnail modeBert Münnich
2011-10-14Updated contact informationBert Münnich
2011-10-13Strictly adhere to ANSI-C standardBert Münnich
2011-10-12Use void for empty argument listsBert Münnich
2011-09-29Made all conditionals more preciseBert Münnich
2011-09-29Transformed function macros in util.h to inline functionsBert Münnich
2011-09-26Added STREQ macroBert Münnich
2011-09-17Use win_t member in img_t & tns_t instead of parametersBert Münnich
2011-09-12Much nicer handling of compile-time featuresBert
- *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings
2011-09-11Added own bool typeBert
2011-09-08Strict conformance to IEEE Std 1003.1-2001Bert
2011-09-08Fixed exif-only typo in tns_load()Bert
2011-09-08Added EXIF_SUPPORT macro for optional dependency on libexifBert
2011-09-08Added EXIF auto-orientationBert
2011-09-04Made i(t)_toggle_alpha command work in thumbnail mode tooBert
2011-09-03Reformated license headerBert
2011-09-03Unified feature test macro requirementsBert
2011-08-19Added force parameter to tns_load() to disregard cacheBert
2011-08-19Uniform thumbnail selection border sizeBert
- Consistent handling of thumbnails - Makes it easier to select very small thumbnails with mouse
2011-08-18Corrected FSF address in license headersBert
2011-08-18Revised handling of file names & pathsBert
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-06-28Fix compile error on NetBSDBert
2011-06-06Fixed mtime cache check on filesystems supporting nsec resolutionBert
2011-04-11Remove invalid images when loading them; refactoringsBert
2011-04-08Removed debug outputBert
2011-04-08New option: -C, clean thumbnail cacheBert
2011-04-08Refactored thumbs.cBert
2011-04-07Do not create cache files for cache filesBert