aboutsummaryrefslogtreecommitdiff
path: root/thumbs.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Support for external commands like mogrify & jpegtranBert2011-03-011-5/+3
|
* Small refactorings, removed over-ambitious todoBert2011-02-271-4/+14
|
* Revert "Save rotated png-files with S-key"Bert2011-02-271-14/+4
| | | | This reverts commit 090ee5405b70d6dfa16a8ca3a691dbd556c41bdb.
* Save rotated png-files with S-keyBert2011-02-271-4/+14
|
* Refactored imlib context handlingBert2011-02-251-1/+4
|
* Always support thumbs; start thumb-mode with single -tBert2011-02-211-26/+24
|
* Replaced -T flag with -tt; default thumbnail sizeBert2011-02-201-7/+6
|
* Mouse-wheel scrolling in thumb modeBert2011-02-201-8/+36
|
* Sync thumb selection & fileidx; check thumb viewBert2011-02-191-44/+71
|
* Update title when moving selectionBert2011-02-191-6/+12
|
* Nicer tns_move_selectionBert2011-02-181-19/+17
|
* Fixed moving of selection while loading thumbnailsBert2011-02-181-3/+3
|
* Nicer tns_translateBert2011-02-181-2/+4
|
* Center humbnails in windowBert2011-02-181-4/+7
|
* Use Button1 to open thumbnailBert2011-02-171-0/+16
|
* Select and open thumbnailsBert2011-02-171-1/+38
|
* Highlight selected thumbnailBert2011-02-171-2/+18
|
* Linked thumbnails to filesBert2011-02-171-5/+7
|
* Removed debug outputBert2011-02-171-2/+0
|
* Appropriate title for thumbnail modeBert2011-02-171-0/+1
|
* Immediately respond to events while loading thumbsBert2011-02-171-0/+2
|
* Who needs threads to load thumbnails?Bert2011-02-171-69/+35
|
* Use pthread to load thumbnailsBert2011-02-161-11/+48
|