aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Show metadata of image on Ctrl-e in exec/key-handlerBert Münnich2014-01-051-0/+2
|
* Copy image path to primary on Ctrl-c in exec/key-handlerBert Münnich2014-01-051-0/+2
|
* Slideshow mode is back, in a simplified versionBert Münnich2014-01-0411-31/+111
|
* Simplified EXIF tag extraction in exec/image-infoBert Münnich2014-01-032-2/+2
|
* Moved external shell commands into exec/key-handler scriptBert Münnich2014-01-027-100/+98
| | | | | 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-024-112/+110
|
* Refactored remote changesBert Münnich2013-12-314-24/+14
|
* Read GIF's repeat information from file.Aleksander Nitecki2013-12-303-3/+26
|
* Fixed Imlib file handle type, issue #117Bert Münnich2013-12-135-8/+8
|
* Updated unstable version numberBert Münnich2013-11-171-1/+1
|
* 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-162-3/+3
|
* Merge remote-tracking branch 'baskerville/reverse-marks'Bert Münnich2013-11-145-1/+19
|\
| * Add command to reverse marked imagesBastien Dejean2013-11-145-0/+18
| |
* | Correct out-of-range gamma values given on command lineBert Münnich2013-11-141-1/+1
| |
* | Refactored remote changesBert Münnich2013-11-147-46/+66
| |
* | Merge remote-tracking branch 'ariand/gamma'Bert Münnich2013-11-149-3/+91
|\ \
| * | Add support for changing the gamma valueAndrás Mohari2013-11-139-3/+91
| |/
* / Highlight edges of marked images in thumbnail modeBert Münnich2013-11-145-16/+50
|/
* Fixed inconsistencies in navigation when removing invalid filesBert Münnich2013-10-212-3/+8
|
* Seek over EXIF APP0 frame instead of reading and discarding itBert Münnich2013-10-052-3/+4
|
* Fixed image orientation if a JFIF APP0 segment is present in a JPEG header.Jacek Naglak2013-09-242-5/+12
|
* Updated unstable version numberBert Münnich2013-09-071-1/+1
|
* Warp pointer on first/last pixelPeter Hofmann2013-09-071-8/+8
| | | | | | | | | | | Previously, the pointer would get warped when it had left the window. This doesn't work when sxiv is run in fullscreen mode (or similar -- see dwm's monocle mode): The pointer can never leave the window in such situations. To fix this, warp the pointer when it's on the first/last pixel. To avoid an endless warping loop, the new position must be at least one pixel away from the next warp position.
* Added options for anti-alias & alpha layer coloring to config.def.hBert Münnich2013-08-228-15/+23
| | | | Also removed now obsolete -p command line option; fixes issue #98
* Only print marked files when -o is givenBert Münnich2013-08-224-8/+8
| | | | | Fallback to print all files, if no images are marked, was kind of irritating.
* Added file marks; fixes issue #94Bert Münnich2013-08-107-6/+77
| | | | | | | | - 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
* Updated unstable version numberBert Münnich2013-08-101-1/+1
|
* Changed key bindings for flipping to bar & underscoreBert Münnich2013-08-103-5/+5
|
* Refactored merged rotation codeBert Münnich2013-08-105-30/+20
|
* Handle 180 degrees image rotationBastien Dejean2013-08-107-26/+34
|
* Fixed typo in README.mdBert Münnich2013-06-022-2/+2
|
* Stable version 1.1.1Bert Münnich2013-06-022-1/+6
|
* Fixed build for giflib version >= 5.0; fixed issue #90Bert Münnich2013-04-212-1/+5
|
* Use bgcol as window background pixel; fixed issue #89Bert Münnich2013-04-142-2/+7
|
* Updated source tarball URLs in README.mdBert Münnich2013-04-061-14/+14
|
* Fixed non-ASCII characters in window bar, issue #88Bert Münnich2013-04-062-10/+6
|
* Updated .gitignoreBert Münnich2013-04-021-4/+0
|
* Updated source tarball URLs in README.mdBert Münnich2013-04-021-14/+15
|
* Fixed segfault caused by FD_ISSET() on negative fdBert Münnich2013-04-022-2/+2
| | | | Reported by Kris Siwiec
* Stable version 1.1Bert Münnich2013-03-303-2/+11
|
* New options: -[io], read/write files from/to stdin/outBert Münnich2013-03-196-37/+59
| | | | Fixes issue #84
* Merge branch 'asyncinfo'Bert Münnich2013-03-195-93/+158
|\
| * Made bar fields more distinguishableBert Münnich2013-03-192-4/+6
| |
| * Polished info script executionBert Münnich2013-03-191-1/+2
| |
| * Spawn info script & update bar contents only when neededBert Münnich2013-03-193-11/+26
| |
| * Spawn and read from info script without blockingBert Münnich2013-03-193-84/+131
|/
* Applied code style on merged changesBert Münnich2013-03-042-15/+10
|
* Merge pointer warping in i_drag from Rob PillingBert Münnich2013-03-041-3/+22
|\
| * Wrap the pointer when the edge of the window is reachedRob Pilling2013-03-031-3/+22
|/