aboutsummaryrefslogtreecommitdiff
path: root/thumbs.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed Imlib file handle type, issue #117Bert Münnich2013-12-131-3/+3
* Highlight edges of marked images in thumbnail modeBert Münnich2013-11-141-11/+38
* Added options for anti-alias & alpha layer coloring to config.def.hBert Münnich2013-08-221-1/+2
* Refactored function definitions to use dangling braceBert Münnich2013-02-081-13/+26
* Updated/corrected license headerBert Münnich2013-02-081-13/+13
* Moved thumbnail cache to ~/.sxiv/cache/Bert Münnich2013-01-121-5/+7
* Made remote changes adhere to code styleBert Münnich2012-07-151-7/+9
* handle count prefix in thumbnail movementsbaskerville2012-07-151-11/+6
* Fixed mem-leak in tns_init/tns_freeBert Münnich2012-05-131-1/+1
* Fixed it_scroll_move(DIR_DOWN) in thumb mode for last lineBert Münnich2012-03-161-8/+10
* Fixed issue #41, added WIN_FS_COLOR to config.hBert Münnich2012-03-021-1/+1
* Already in the year 2012Bert Münnich2012-02-151-1/+1
* Added own exif tag handling in files exif.[ch]Bert Münnich2012-02-151-0/+3
* Fix recreation of thumbnail cache file after manual reloadBert Münnich2012-02-141-1/+1
* Added text bar on bottom of windowBert Münnich2012-02-121-1/+0
* Removed exif support; made gif support non-optionalBert Münnich2012-02-111-10/+1
* Fixed issue #28 (again)Bert Münnich2011-11-131-4/+6
* Thumbnails only get scaled down, fixed issue #27Bert Münnich2011-11-051-0/+1
* Added screen-wise scrolling for thumbnail modeBert Münnich2011-10-271-8/+13
* Updated contact informationBert Münnich2011-10-141-1/+1
* Strictly adhere to ANSI-C standardBert Münnich2011-10-131-1/+1
* Use void for empty argument listsBert Münnich2011-10-121-1/+1
* Made all conditionals more preciseBert Münnich2011-09-291-62/+61
* Transformed function macros in util.h to inline functionsBert Münnich2011-09-291-1/+1
* Added STREQ macroBert Münnich2011-09-261-1/+1
* Use win_t member in img_t & tns_t instead of parametersBert Münnich2011-09-171-13/+18
* Much nicer handling of compile-time featuresBert2011-09-121-2/+3
* Added own bool typeBert2011-09-111-39/+40
* Strict conformance to IEEE Std 1003.1-2001Bert2011-09-081-19/+9
* Fixed exif-only typo in tns_load()Bert2011-09-081-1/+1
* Added EXIF_SUPPORT macro for optional dependency on libexifBert2011-09-081-5/+10
* Added EXIF auto-orientationBert2011-09-081-0/+9
* Made i(t)_toggle_alpha command work in thumbnail mode tooBert2011-09-041-0/+5
* Reformated license headerBert2011-09-031-11/+11
* Unified feature test macro requirementsBert2011-09-031-2/+2
* Added force parameter to tns_load() to disregard cacheBert2011-08-191-6/+8
* Uniform thumbnail selection border sizeBert2011-08-191-9/+7
* Corrected FSF address in license headersBert2011-08-181-7/+7
* Revised handling of file names & pathsBert2011-08-181-30/+19
* Simpler thumbnail selection borderBert2011-07-271-5/+2
* Nicer thumbnail selection border; new default colorsBert2011-07-261-1/+4
* Major code refactoringBert2011-07-261-4/+6
* Reduced usage of preprocessor macrosBert2011-07-221-9/+9
* Made selection border in thumb mode 3px wideBert2011-07-171-2/+2
* Fix compile error on NetBSDBert2011-06-281-0/+5
* Fixed mtime cache check on filesystems supporting nsec resolutionBert2011-06-061-2/+2
* Remove invalid images when loading them; refactoringsBert2011-04-111-29/+25
* Removed debug outputBert2011-04-081-4/+1
* New option: -C, clean thumbnail cacheBert2011-04-081-16/+68
* Refactored thumbs.cBert2011-04-081-104/+98