summaryrefslogtreecommitdiffstats
path: root/thumbs.c
AgeCommit message (Expand)Author
2011-07-26Major code refactoringBert
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
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
2011-04-07Load thumbnails from cacheBert
2011-04-07Write thumbnail cache files on exitBert
2011-04-07First things for thumbnail cachingBert
2011-04-07Small refactoring in tns_load()Bert
2011-04-04Do not check file-type at startupBert
2011-03-15Use imlib-handles in thumbs.c instead of pixmapsBert
2011-03-09White background for images with alphaBert
2011-03-01Support for external commands like mogrify & jpegtranBert
2011-02-27Small refactorings, removed over-ambitious todoBert
2011-02-27Revert "Save rotated png-files with S-key"Bert
2011-02-27Save rotated png-files with S-keyBert
2011-02-25Refactored imlib context handlingBert
2011-02-21Always support thumbs; start thumb-mode with single -tBert
2011-02-20Replaced -T flag with -tt; default thumbnail sizeBert
2011-02-20Mouse-wheel scrolling in thumb modeBert
2011-02-19Sync thumb selection & fileidx; check thumb viewBert
2011-02-19Update title when moving selectionBert
2011-02-18Nicer tns_move_selectionBert
2011-02-18Fixed moving of selection while loading thumbnailsBert
2011-02-18Nicer tns_translateBert
2011-02-18Center humbnails in windowBert
2011-02-17Use Button1 to open thumbnailBert
2011-02-17Select and open thumbnailsBert
2011-02-17Highlight selected thumbnailBert
2011-02-17Linked thumbnails to filesBert
2011-02-17Removed debug outputBert
2011-02-17Appropriate title for thumbnail modeBert
2011-02-17Immediately respond to events while loading thumbsBert
2011-02-17Who needs threads to load thumbnails?Bert
2011-02-16Use pthread to load thumbnailsBert
2011-02-16Refactored thumbs, new files thumbs.[ch]Bert