aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Corrected thumbnail loading and timeout handlingBert2011-09-021-21/+21
* Data driven timeout handlingBert2011-09-021-69/+111
* Added command to toggle gif animationsBert2011-08-191-2/+6
* Added support for gif animationBert2011-08-191-3/+17
* Refactored img_load_gif()Bert2011-08-191-1/+1
* Added support for multi-frame imagesBert2011-08-191-4/+11
* Put event handling back into main.c; events -> commandsBert2011-08-191-2/+194
* Added force parameter to tns_load() to disregard cacheBert2011-08-191-1/+1
* Renamed application modesBert2011-08-191-3/+3
* Corrected FSF address in license headersBert2011-08-181-7/+7
* Revised handling of file names & pathsBert2011-08-181-28/+41
* Major code refactoringBert2011-07-261-603/+47
* Reduced usage of preprocessor macrosBert2011-07-221-48/+33
* Support XK_KP_{Add,Subtract} for zoomingBert2011-06-281-0/+3
* All timeouts in millisecondsBert2011-06-281-9/+9
* Small refactoringBert2011-06-241-3/+2
* New mappings: ctrl-[hjkl], pan image one window width/heightBert2011-06-031-12/+19
* Use getline instead of readlineBert2011-05-291-10/+15
* New option: -n, start at given pictureBert2011-05-251-4/+4
* Show image dimension in window titleBert2011-05-221-3/+4
* H/J/K/L mappings to pan to edgesBert2011-05-161-0/+13
* 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