summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Collapse)Author
2013-11-14Refactored remote changesBert Münnich
2013-11-14Merge remote-tracking branch 'ariand/gamma'Bert Münnich
2013-11-14Highlight edges of marked images in thumbnail modeBert Münnich
2013-11-13Add support for changing the gamma valueAndrás Mohari
2013-10-21Fixed inconsistencies in navigation when removing invalid filesBert Münnich
2013-08-10Added file marks; fixes issue #94Bert Münnich
- Command it_toggle_image_mark (bound to 'm') toggles mark of current image - Command it_navigate_marked (bound to 'N'/'P') can be used to go to the next/previous marked image - When option -o is given, all marked files get printed
2013-04-02Fixed segfault caused by FD_ISSET() on negative fdBert Münnich
Reported by Kris Siwiec
2013-03-19New options: -[io], read/write files from/to stdin/outBert Münnich
Fixes issue #84
2013-03-19Made bar fields more distinguishableBert Münnich
2013-03-19Polished info script executionBert Münnich
2013-03-19Spawn info script & update bar contents only when neededBert Münnich
2013-03-19Spawn and read from info script without blockingBert Münnich
2013-02-09Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehintsBert Münnich
Conflicts: window.c
2013-02-08Refactored function definitions to use dangling braceBert Münnich
2013-02-08Updated/corrected license headerBert Münnich
2013-01-30When using -g hint the WM that we've got user specified geometrytv
Without this some window managers (e.g. fvwm) will ignore the initial window position and place it according to it's own rules.
2013-01-12Simplified status bar, filled by user scriptmuennich
2012-12-27Fixed issue #73Bert Münnich
2012-12-20Fixed issue #72muennich
2012-12-01Merge branch 'newdraw'Bert Münnich
2012-10-31Next try to fix issue #71Bert Münnich
2012-10-29Overhauled window drawingBert Münnich
- Draw onto pixmap as before, but use the same size for the pixmap as for the window, allocate new pixmap after configure requests - Use XCopyArea() instead of XSetWindowBackgroundPixmap(), which now requires handling of Expose events
2012-08-17Disregard obsolete events, fixed issue #64Bert Münnich
2012-08-16New command: i_alternate, go to last image, issue #65Bert Münnich
2012-03-13Optimized redraw timeout after window resize for tiling window managers; ↵Bert Münnich
related to issue #44
2012-02-27Fixed issue #39: missing include of <sys/select.h>Bert Münnich
2012-02-21Display full name in info bar, if there is enough spaceBert Münnich
2012-02-15Show info message in bar while loading thumbnailsBert Münnich
2012-02-15Already in the year 2012Bert Münnich
2012-02-15Added symbol BAR_SEPARATORBert Münnich
2012-02-12Added text bar on bottom of windowBert Münnich
2012-02-11Nicer window titleBert Münnich
2012-02-11Removed slideshow supportBert Münnich
2011-11-01Better fix for issue #25Bert Münnich
2011-10-27Added screen-wise scrolling for thumbnail modeBert Münnich
2011-10-16Pan by pixel count, if number prefix givenBert Münnich
2011-10-16Added support for number prefix for commandsBert Münnich
2011-10-14Updated contact informationBert Münnich
2011-10-13Strictly adhere to ANSI-C standardBert Münnich
2011-10-12Use void for empty argument listsBert Münnich
2011-09-29Made all conditionals more preciseBert Münnich
2011-09-29Transformed function macros in util.h to inline functionsBert Münnich
2011-09-26Make use of EXIT_* macros (2)Bert Münnich
2011-09-26make use of EXIT_ macrosrck
2011-09-17Use win_t member in img_t & tns_t instead of parametersBert Münnich
2011-09-11Added own bool typeBert
2011-09-10Added slideshow supportBert
2011-09-08Strict conformance to IEEE Std 1003.1-2001Bert
2011-09-06Load as much of a corrupted gif file as possibleBert
2011-09-06Avoid conflicting macrosBert