aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
...
| * When using -g hint the WM that we've got user specified geometrytv2013-01-301-1/+0
* | Refactored function definitions to use dangling braceBert Münnich2013-02-081-20/+40
* | Updated/corrected license headerBert Münnich2013-02-081-13/+13
|/
* Simplified status bar, filled by user scriptmuennich2013-01-121-55/+90
* Fixed issue #73Bert Münnich2012-12-271-1/+1
* Fixed issue #72muennich2012-12-201-2/+4
* Merge branch 'newdraw'Bert Münnich2012-12-011-6/+18
|\
| * Overhauled window drawingBert Münnich2012-10-291-6/+18
* | Next try to fix issue #71Bert Münnich2012-10-311-1/+1
|/
* Disregard obsolete events, fixed issue #64Bert Münnich2012-08-171-3/+11
* New command: i_alternate, go to last image, issue #65Bert Münnich2012-08-161-0/+2
* Optimized redraw timeout after window resize for tiling window managers; rela...Bert Münnich2012-03-131-1/+15
* Fixed issue #39: missing include of <sys/select.h>Bert Münnich2012-02-271-0/+1
* Display full name in info bar, if there is enough spaceBert Münnich2012-02-211-12/+31
* Show info message in bar while loading thumbnailsBert Münnich2012-02-151-9/+12
* Already in the year 2012Bert Münnich2012-02-151-1/+1
* Added symbol BAR_SEPARATORBert Münnich2012-02-151-9/+9
* Added text bar on bottom of windowBert Münnich2012-02-121-29/+38
* Nicer window titleBert Münnich2012-02-111-5/+5
* Removed slideshow supportBert Münnich2012-02-111-35/+6
* Better fix for issue #25Bert Münnich2011-11-011-2/+5
* Added screen-wise scrolling for thumbnail modeBert Münnich2011-10-271-1/+2
* Pan by pixel count, if number prefix givenBert Münnich2011-10-161-2/+4
* Added support for number prefix for commandsBert Münnich2011-10-161-0/+9
* Updated contact informationBert Münnich2011-10-141-1/+1
* Strictly adhere to ANSI-C standardBert Münnich2011-10-131-3/+3
* Use void for empty argument listsBert Münnich2011-10-121-11/+11
* Made all conditionals more preciseBert Münnich2011-09-291-52/+56
* Transformed function macros in util.h to inline functionsBert Münnich2011-09-291-3/+3
* Make use of EXIT_* macros (2)Bert Münnich2011-09-261-3/+3
* make use of EXIT_ macrosrck2011-09-261-3/+3
* Use win_t member in img_t & tns_t instead of parametersBert Münnich2011-09-171-7/+6
* Added own bool typeBert2011-09-111-44/+41
* Added slideshow supportBert2011-09-101-17/+47
* Strict conformance to IEEE Std 1003.1-2001Bert2011-09-081-2/+7
* Load as much of a corrupted gif file as possibleBert2011-09-061-6/+6
* Avoid conflicting macrosBert2011-09-061-6/+6
* Fixed title-update in thumb modeBert2011-09-041-1/+1
* Reformated license headerBert2011-09-031-11/+11
* Fixed remove_file()Bert2011-09-031-5/+5
* Simplified cursor resettingBert2011-09-031-25/+32
* Corrected timeout handlingBert2011-09-021-6/+7
* 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