aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged pull request #129Bert Münnich2014-01-311-10/+9
|\
| * Use a prefix key to execute the key handlerAndrás Mohari2014-01-311-2/+12
|/ | | | | | The default prefix key is C-x, and can be changed in config.def.h. The first key pressed after the prefix key will be passed the external key handler, unless the key is Escape, which is used to cancel the prefix.
* Double click on thumbnail to open imageBert Münnich2014-01-111-6/+10
|
* Adhere to XDG Base Directory Specification; fixes issue #124Bert Münnich2014-01-111-28/+26
|
* Allow config.h to use multimedia keys (XF86_XK_*); fixes issue #123Bert Münnich2014-01-091-0/+1
|
* Fixed handling of overloaded key mappingsBert Münnich2014-01-081-8/+20
| | | | | Issue described here: https://bbs.archlinux.org/viewtopic.php?pid=1117294#p1117294
* Fixup for 9574150Bert Münnich2014-01-081-4/+6
|
* Check file modification time after key handlerBert Münnich2014-01-081-0/+10
|
* Fixed slideshow delay corruption after GIF animationBert Münnich2014-01-081-1/+2
|
* Slideshow mode is back, in a simplified versionBert Münnich2014-01-041-4/+23
|
* Moved external shell commands into exec/key-handler scriptBert Münnich2014-01-021-13/+77
| | | | | Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea.
* Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappingsBert Münnich2014-01-021-15/+15
|
* Close info file descriptor after readingBastien Dejean2013-11-171-0/+1
|
* Fixed segfault when removing first image from file list, fixes issue #112Bert Münnich2013-11-161-2/+2
|
* Refactored remote changesBert Münnich2013-11-141-3/+4
|
* Merge remote-tracking branch 'ariand/gamma'Bert Münnich2013-11-141-0/+2
|\
| * Add support for changing the gamma valueAndrás Mohari2013-11-131-0/+2
| |
* | Highlight edges of marked images in thumbnail modeBert Münnich2013-11-141-1/+7
|/
* Fixed inconsistencies in navigation when removing invalid filesBert Münnich2013-10-211-2/+7
|
* Added file marks; fixes issue #94Bert Münnich2013-08-101-2/+5
| | | | | | | | - 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
* Fixed segfault caused by FD_ISSET() on negative fdBert Münnich2013-04-021-1/+1
| | | | Reported by Kris Siwiec
* New options: -[io], read/write files from/to stdin/outBert Münnich2013-03-191-25/+24
| | | | Fixes issue #84
* Made bar fields more distinguishableBert Münnich2013-03-191-2/+2
|
* Polished info script executionBert Münnich2013-03-191-1/+2
|
* Spawn info script & update bar contents only when neededBert Münnich2013-03-191-7/+17
|
* Spawn and read from info script without blockingBert Münnich2013-03-191-52/+92
|
* Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehintsBert Münnich2013-02-091-1/+0
|\ | | | | | | | | Conflicts: window.c
| * When using -g hint the WM that we've got user specified geometrytv2013-01-301-1/+0
| | | | | | | | | | Without this some window managers (e.g. fvwm) will ignore the initial window position and place it according to it's own rules.
* | 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
| | | | | | | | | | | | | | - 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
* | 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; ↵Bert Münnich2012-03-131-1/+15
| | | | related to issue #44
* 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
|