aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Write thumbnail cache files on exitBert2011-04-073-1/+155
* First things for thumbnail cachingBert2011-04-072-0/+34
* Small refactoring in tns_load()Bert2011-04-071-4/+7
* Removed escape key mappingBert2011-04-071-3/+0
* Refactored key/mouse mappings in man pageBert2011-04-071-14/+17
* Refactored key/mouse mappings in READMEBert2011-04-072-24/+19
* New key mapping: D, remove image from file listBert2011-04-063-8/+42
* New option: -a, do not filter out unsupported filesBert2011-04-067-15/+35
* Readded file-type check at startupBert2011-04-053-5/+27
* Do not check file-type at startupBert2011-04-045-209/+187
* More accurate READMEBert2011-03-171-6/+6
* Filename cosmeticsBert2011-03-172-2/+3
* Use imlib-handles in thumbs.c instead of pixmapsBert2011-03-155-46/+32
* Updated docBert2011-03-102-0/+4
* Toggle image transparency with A-keyBert2011-03-104-2/+8
* White background for images with alphaBert2011-03-094-17/+35
* Use ctrl for ext cmds, disable them in config.hBert2011-03-094-20/+34
* Use "/bin/sh -c" for external commandsBert2011-03-033-58/+44
* Slightly refactored commands.hBert2011-03-011-8/+13
* Support for external commands like mogrify & jpegtranBert2011-03-016-12/+115
* Shorter typedefsBert2011-03-016-12/+12
* Shorter version informationBert2011-02-271-1/+1
* Small refactorings, removed over-ambitious todoBert2011-02-275-55/+51
* Revert "Save rotated png-files with S-key"Bert2011-02-276-81/+50
* Save rotated png-files with S-keyBert2011-02-276-50/+81
* Stable version 0.7Bert2011-02-261-1/+1
* Sort directory entries when using -rBert2011-02-261-1/+14
* Align big images on top-left cornerBert2011-02-262-2/+9
* Refactored imlib context handlingBert2011-02-255-38/+55
* Todo: save rotated imagesBert2011-02-252-1/+2
* Correct timeout handling, more complexBert2011-02-211-41/+52
* Fixed cursor hiding after switching to thumb modeBert2011-02-211-0/+1
* Hide cursor on redraw or after 1.5s mouse inactivityBert2011-02-213-17/+67
* Updated docBert2011-02-212-16/+27
* Fixed title for thumbnail modeBert2011-02-213-7/+25
* Always support thumbs; start thumb-mode with single -tBert2011-02-214-64/+66
* Mode-guard in on_motionnotifyBert2011-02-201-1/+1
* Replaced -T flag with -tt; default thumbnail sizeBert2011-02-204-20/+12
* Mouse-wheel scrolling in thumb modeBert2011-02-204-20/+61
* g/G key mappings in thumbnail modeBert2011-02-191-12/+22
* Double click thumb to openBert2011-02-191-4/+9
* Merge branch 'master' into thumbsBert2011-02-191-2/+2
|\
| * Fixed offsets in resize win to imageBert2011-02-192-3/+3
* | Sync thumb selection & fileidx; check thumb viewBert2011-02-194-56/+76
* | Lighter selection color (for fullscreen)Bert2011-02-191-3/+3
* | Update title when moving selectionBert2011-02-194-13/+22
* | Nicer tns_move_selectionBert2011-02-182-20/+17
* | Fixed moving of selection while loading thumbnailsBert2011-02-182-5/+4
* | Nicer tns_translateBert2011-02-181-2/+4
* | Center humbnails in windowBert2011-02-183-5/+10