aboutsummaryrefslogtreecommitdiff
path: root/thumbs.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings
* 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
| | | | | - Consistent handling of thumbnails - Makes it easier to select very small thumbnails with mouse
* 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
| | | | | - Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch]
* 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
|
* Do not create cache files for cache filesBert2011-04-071-7/+10
|
* Use directory structure in cache dirBert2011-04-071-13/+14
|
* Refactored thumbnail cache_dirBert2011-04-071-18/+24
|
* Write cache file for thumbnail directly after creating itBert2011-04-071-9/+11
|
* Load thumbnails from cacheBert2011-04-071-7/+30
|
* Write thumbnail cache files on exitBert2011-04-071-0/+69
|
* First things for thumbnail cachingBert2011-04-071-0/+33
|
* Small refactoring in tns_load()Bert2011-04-071-4/+7
|
* Do not check file-type at startupBert2011-04-041-2/+2
|
* Use imlib-handles in thumbs.c instead of pixmapsBert2011-03-151-16/+21
|
* White background for images with alphaBert2011-03-091-1/+13
|