aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed background color for non-EWMH-compliant WMsBert2011-04-191-1/+5
* Center zoomed areaBert2011-04-191-5/+5
* Fixed mouse cursorBert2011-04-151-18/+19
* Merged commands.h into config.hBert2011-04-141-5/+9
* Slightly changed introductory textBert2011-04-111-1/+1
* Remove invalid images when loading them; refactoringsBert2011-04-111-70/+84
* Refactored main.cBert2011-04-111-90/+92
* Merge branch 'tcache'Bert2011-04-111-79/+31
|\
| * New option: -C, clean thumbnail cacheBert2011-04-081-0/+6
| * Refactored recursive directory util functionsBert2011-04-081-12/+24
| * Moved read_dir_rec into util.cBert2011-04-071-76/+10
* | Disable support for external commands by defaultBert2011-04-071-3/+3
|/
* Removed escape key mappingBert2011-04-071-3/+0
* New key mapping: D, remove image from file listBert2011-04-061-4/+36
* New option: -a, do not filter out unsupported filesBert2011-04-061-11/+19
* Readded file-type check at startupBert2011-04-051-3/+8
* Do not check file-type at startupBert2011-04-041-5/+3
* Filename cosmeticsBert2011-03-171-1/+2
* Toggle image transparency with A-keyBert2011-03-101-0/+4
* Use ctrl for ext cmds, disable them in config.hBert2011-03-091-14/+24
* Use "/bin/sh -c" for external commandsBert2011-03-031-35/+37
* Support for external commands like mogrify & jpegtranBert2011-03-011-4/+80
* Shorter typedefsBert2011-03-011-1/+1
* Small refactorings, removed over-ambitious todoBert2011-02-271-48/+34
* Revert "Save rotated png-files with S-key"Bert2011-02-271-28/+40
* Save rotated png-files with S-keyBert2011-02-271-40/+28
* Sort directory entries when using -rBert2011-02-261-1/+14
* Refactored imlib context handlingBert2011-02-251-1/+5
* 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-211-14/+50
* Fixed title for thumbnail modeBert2011-02-211-2/+2
* Always support thumbs; start thumb-mode with single -tBert2011-02-211-35/+40
* Mode-guard in on_motionnotifyBert2011-02-201-1/+1
* Replaced -T flag with -tt; default thumbnail sizeBert2011-02-201-6/+0
* Mouse-wheel scrolling in thumb modeBert2011-02-201-4/+16
* 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-191-2/+2
* | Sync thumb selection & fileidx; check thumb viewBert2011-02-191-10/+3
* | Update title when moving selectionBert2011-02-191-5/+7
* | Activate thumb-mode with Return keyBert2011-02-171-0/+12
* | Fixed cursor when opening thumbBert2011-02-171-0/+2
* | Variable timeout (2)Bert2011-02-171-5/+5
|\|
| * Variable timeoutBert2011-02-171-4/+4
* | Use Button1 to open thumbnailBert2011-02-171-41/+56
* | Select and open thumbnailsBert2011-02-171-1/+31
* | Linked thumbnails to filesBert2011-02-171-10/+6
* | Made key mappings mode-dependentBert2011-02-171-105/+111