aboutsummaryrefslogtreecommitdiff
path: root/thumbs.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Refactored thumbs, new files thumbs.[ch]Bert2011-02-161-0/+113