aboutsummaryrefslogtreecommitdiff
path: root/thumbs.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed thumbnail creation for files with big aspect ratio factor; fixes issue ...Bert Münnich2014-09-291-1/+2
* Scale thumbnail selection border width with thumbnail sizeBert Münnich2014-09-291-7/+10
* Moved thumbnail sizes array to config.def.hBert Münnich2014-09-291-7/+7
* Refactored thumbnail size dependent calculationsBert Münnich2014-09-291-11/+13
* Added thumbnail zooming...Bert Münnich2014-09-281-36/+68
* Changed image mark in thumbnail view to small rectangleBert Münnich2014-09-271-4/+3
* Revised thumbnail loading...Bert Münnich2014-09-261-20/+52
* Bug #165: Deletion of unnecessary null pointer checksMarkus Elfring2014-08-221-6/+3
* Beautified thumbnail marks and selection borderBert Münnich2014-08-181-14/+12
* Further simplified thumbnail marksBert Münnich2014-08-181-5/+3
* Simplified thumbnail selection and marksBert Münnich2014-08-171-12/+9
* Fixed wrong thumbnail-to-file mappings caused by file deletionsBert Münnich2014-08-161-12/+14
* Pass marked files to external key handler in thumbnail mode; fixes issue #135Bert Münnich2014-08-161-4/+2
* Unified file index variable for image & thumbnail modeBert Münnich2014-08-161-22/+23
* Generalized thumbnail loading, allows easier reloading of thumbnails later onBert Münnich2014-08-161-1/+2
* Overhauled window drawing, yet again; fixes issue #155Bert Münnich2014-07-281-10/+10
* Create thumbnail cache dir automaticallyBert Münnich2014-06-101-70/+55
* Small fix for thumbnail croppingBert Münnich2014-06-101-1/+1
* Use thumbnails in EXIF tags; requirement for libexif is backBert Münnich2014-06-091-13/+66
* Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich2014-04-061-6/+0
* Adhere to XDG Base Directory Specification; fixes issue #124Bert Münnich2014-01-111-5/+8
* 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