Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed Imlib file handle type, issue #117 | Bert Münnich | 2013-12-13 | 5 | -8/+8 |
| | |||||
* | Updated unstable version number | Bert Münnich | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | Close info file descriptor after reading | Bastien Dejean | 2013-11-17 | 1 | -0/+1 |
| | |||||
* | Fixed segfault when removing first image from file list, fixes issue #112 | Bert Münnich | 2013-11-16 | 2 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'baskerville/reverse-marks' | Bert Münnich | 2013-11-14 | 5 | -1/+19 |
|\ | |||||
| * | Add command to reverse marked images | Bastien Dejean | 2013-11-14 | 5 | -0/+18 |
| | | |||||
* | | Correct out-of-range gamma values given on command line | Bert Münnich | 2013-11-14 | 1 | -1/+1 |
| | | |||||
* | | Refactored remote changes | Bert Münnich | 2013-11-14 | 7 | -46/+66 |
| | | |||||
* | | Merge remote-tracking branch 'ariand/gamma' | Bert Münnich | 2013-11-14 | 9 | -3/+91 |
|\ \ | |||||
| * | | Add support for changing the gamma value | András Mohari | 2013-11-13 | 9 | -3/+91 |
| |/ | |||||
* / | Highlight edges of marked images in thumbnail mode | Bert Münnich | 2013-11-14 | 5 | -16/+50 |
|/ | |||||
* | Fixed inconsistencies in navigation when removing invalid files | Bert Münnich | 2013-10-21 | 2 | -3/+8 |
| | |||||
* | Seek over EXIF APP0 frame instead of reading and discarding it | Bert Münnich | 2013-10-05 | 2 | -3/+4 |
| | |||||
* | Fixed image orientation if a JFIF APP0 segment is present in a JPEG header. | Jacek Naglak | 2013-09-24 | 2 | -5/+12 |
| | |||||
* | Updated unstable version number | Bert Münnich | 2013-09-07 | 1 | -1/+1 |
| | |||||
* | Warp pointer on first/last pixel | Peter Hofmann | 2013-09-07 | 1 | -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.h | Bert Münnich | 2013-08-22 | 8 | -15/+23 |
| | | | | Also removed now obsolete -p command line option; fixes issue #98 | ||||
* | Only print marked files when -o is given | Bert Münnich | 2013-08-22 | 4 | -8/+8 |
| | | | | | Fallback to print all files, if no images are marked, was kind of irritating. | ||||
* | Added file marks; fixes issue #94 | Bert Münnich | 2013-08-10 | 7 | -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 number | Bert Münnich | 2013-08-10 | 1 | -1/+1 |
| | |||||
* | Changed key bindings for flipping to bar & underscore | Bert Münnich | 2013-08-10 | 3 | -5/+5 |
| | |||||
* | Refactored merged rotation code | Bert Münnich | 2013-08-10 | 5 | -30/+20 |
| | |||||
* | Handle 180 degrees image rotation | Bastien Dejean | 2013-08-10 | 7 | -26/+34 |
| | |||||
* | Fixed typo in README.md | Bert Münnich | 2013-06-02 | 2 | -2/+2 |
| | |||||
* | Stable version 1.1.1 | Bert Münnich | 2013-06-02 | 2 | -1/+6 |
| | |||||
* | Fixed build for giflib version >= 5.0; fixed issue #90 | Bert Münnich | 2013-04-21 | 2 | -1/+5 |
| | |||||
* | Use bgcol as window background pixel; fixed issue #89 | Bert Münnich | 2013-04-14 | 2 | -2/+7 |
| | |||||
* | Updated source tarball URLs in README.md | Bert Münnich | 2013-04-06 | 1 | -14/+14 |
| | |||||
* | Fixed non-ASCII characters in window bar, issue #88 | Bert Münnich | 2013-04-06 | 2 | -10/+6 |
| | |||||
* | Updated .gitignore | Bert Münnich | 2013-04-02 | 1 | -4/+0 |
| | |||||
* | Updated source tarball URLs in README.md | Bert Münnich | 2013-04-02 | 1 | -14/+15 |
| | |||||
* | Fixed segfault caused by FD_ISSET() on negative fd | Bert Münnich | 2013-04-02 | 2 | -2/+2 |
| | | | | Reported by Kris Siwiec | ||||
* | Stable version 1.1 | Bert Münnich | 2013-03-30 | 3 | -2/+11 |
| | |||||
* | New options: -[io], read/write files from/to stdin/out | Bert Münnich | 2013-03-19 | 6 | -37/+59 |
| | | | | Fixes issue #84 | ||||
* | Merge branch 'asyncinfo' | Bert Münnich | 2013-03-19 | 5 | -93/+158 |
|\ | |||||
| * | Made bar fields more distinguishable | Bert Münnich | 2013-03-19 | 2 | -4/+6 |
| | | |||||
| * | Polished info script execution | Bert Münnich | 2013-03-19 | 1 | -1/+2 |
| | | |||||
| * | Spawn info script & update bar contents only when needed | Bert Münnich | 2013-03-19 | 3 | -11/+26 |
| | | |||||
| * | Spawn and read from info script without blocking | Bert Münnich | 2013-03-19 | 3 | -84/+131 |
|/ | |||||
* | Applied code style on merged changes | Bert Münnich | 2013-03-04 | 2 | -15/+10 |
| | |||||
* | Merge pointer warping in i_drag from Rob Pilling | Bert Münnich | 2013-03-04 | 1 | -3/+22 |
|\ | |||||
| * | Wrap the pointer when the edge of the window is reached | Rob Pilling | 2013-03-03 | 1 | -3/+22 |
|/ | |||||
* | Ignore dotfiles for -r | Bert Münnich | 2013-02-11 | 2 | -2/+2 |
| | |||||
* | Merge branch 'sizehints', fixed issue #78 | Bert Münnich | 2013-02-09 | 4 | -28/+51 |
|\ | |||||
| * | No checks on window size, use whatever the user has specified | Bert Münnich | 2013-02-09 | 2 | -15/+4 |
| | | |||||
| * | Refined US{Position,Size} & WinGravity handling | Bert Münnich | 2013-02-09 | 1 | -39/+39 |
| | | |||||
| * | Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehints | Bert Münnich | 2013-02-09 | 3 | -19/+53 |
| |\ | | | | | | | | | | | | | Conflicts: window.c | ||||
| | * | When using -g hint the WM that we've got user specified geometry | tv | 2013-01-30 | 3 | -19/+53 |
| | | | | | | | | | | | | | | | Without this some window managers (e.g. fvwm) will ignore the initial window position and place it according to it's own rules. | ||||
* | | | Correctly set window height after i_fit_to_img() | Bert Münnich | 2013-02-09 | 1 | -0/+3 |
|/ / | |||||
* | | Correctly updated window pixmap after i_fit_to_img() | Bert Münnich | 2013-02-08 | 1 | -0/+5 |
| | |