Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
* | | Use bool from stdbool.h after switching to C99 | Bert Münnich | 2013-02-08 | 1 | -8/+1 | |
| | | ||||||
* | | Be honest about using C99 | Bert Münnich | 2013-02-08 | 1 | -1/+1 | |
| | | ||||||
* | | Refactored function definitions to use dangling brace | Bert Münnich | 2013-02-08 | 9 | -124/+247 | |
| | | ||||||
* | | Updated/corrected license header | Bert Münnich | 2013-02-08 | 16 | -195/+213 | |
|/ | ||||||
* | Fixed issue #77, limit geometry info to first image frame | Bert Münnich | 2013-01-29 | 2 | -2/+2 | |
| | ||||||
* | Merge branch 'userinfo' | Bert Münnich | 2013-01-27 | 8 | -155/+218 | |
|\ | ||||||
| * | Added documentation for image-info script | Bert Münnich | 2013-01-27 | 4 | -13/+35 | |
| | | ||||||
| * | Added skeleton for image-info user script | Bert Münnich | 2013-01-12 | 1 | -0/+10 | |
| | | ||||||
| * | Moved thumbnail cache to ~/.sxiv/cache/ | Bert Münnich | 2013-01-12 | 2 | -15/+8 | |
| | | ||||||
| * | Simplified status bar, filled by user script | muennich | 2013-01-12 | 3 | -132/+170 | |
| | | ||||||
* | | Removed old definitions from commands.h | hut | 2013-01-27 | 1 | -3/+0 | |
|/ | ||||||
* | Fixed completely insane {C,LD}FLAGS -I/-L settings | Bert Münnich | 2013-01-12 | 1 | -3/+3 | |
| | ||||||
* | Made Makefile more verbose | Bert Münnich | 2013-01-10 | 1 | -30/+15 | |
| | ||||||
* | Fixed compilation with giflib version 4.2.1 | Bert Münnich | 2013-01-04 | 2 | -6/+6 | |
| | ||||||
* | Fixed issue #74, conditional compilation of gif support | Bert Münnich | 2012-12-27 | 2 | -3/+9 | |
| | ||||||
* | Fixed issue #73 | Bert Münnich | 2012-12-27 | 4 | -3/+7 | |
| | ||||||
* | Moved screenshots to gh-pages branch | Bert Münnich | 2012-12-21 | 2 | -0/+0 | |
| | ||||||
* | Added Download/Changelog section to README | Bert Münnich | 2012-12-21 | 1 | -11/+116 | |
| |