Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | ||||||
* | Fixed issue #72 | muennich | 2012-12-20 | 2 | -3/+5 | |
| | ||||||
* | Merge branch 'winname' | Bert Münnich | 2012-12-01 | 5 | -3/+14 | |
|\ | ||||||
| * | New option: -N, set X window resource name | Bert Münnich | 2012-10-29 | 5 | -3/+14 | |
| | | ||||||
* | | Merge branch 'newdraw' | Bert Münnich | 2012-12-01 | 3 | -19/+48 | |
|\ \ | ||||||
| * | | Fixed BadDrawable errors caused by invalid window pixmap | Bert Münnich | 2012-10-29 | 1 | -6/+5 | |
| | | | ||||||
| * | | Overhauled window drawing | Bert Münnich | 2012-10-29 | 3 | -17/+47 | |
| |/ | | | | | | | | | | | | | - 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 #71 | Bert Münnich | 2012-10-31 | 2 | -2/+2 | |
| | | ||||||
* | | Smaller minimum gif delay, fixed issue #71 | Bert Münnich | 2012-10-29 | 2 | -2/+2 | |
|/ | ||||||
* | Changed default font to support more encodings; fixed issue #66 | Bert Münnich | 2012-08-24 | 2 | -2/+2 | |
| | ||||||
* | Disregard obsolete events, fixed issue #64 | Bert Münnich | 2012-08-17 | 2 | -4/+12 | |
| | ||||||
* | Simplified zoomdiff function | Bert Münnich | 2012-08-16 | 2 | -10/+1 | |
| | ||||||
* | New command: i_alternate, go to last image, issue #65 | Bert Münnich | 2012-08-16 | 4 | -0/+14 | |
| | ||||||
* | Corrected zoom level handling | Bert Münnich | 2012-08-16 | 3 | -9/+21 | |
| | ||||||
* | Slightly changed the doc after merging remote changes | Bert Münnich | 2012-08-07 | 2 | -4/+4 | |
| | ||||||
* | Merge remote-tracking branch 'baskerville/master' | Bert Münnich | 2012-08-07 | 7 | -6/+30 | |
|\ | ||||||
| * | New commands: fit to the window's height/width | baskerville | 2012-07-19 | 7 | -6/+30 | |
| | | ||||||
* | | Removed dropped slideshow mappings from man page & README | Bert Münnich | 2012-08-07 | 2 | -20/+0 | |
| | | ||||||
* | | Fixed WMProtocols registration order (before mapping window) | Bert Münnich | 2012-08-07 | 2 | -4/+5 | |
|/ | ||||||
* | Made remote changes adhere to code style | Bert Münnich | 2012-07-15 | 1 | -7/+9 | |
| | ||||||
* | handle count prefix in thumbnail movements | baskerville | 2012-07-15 | 5 | -18/+21 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | Bert Münnich | 2012-06-07 | 1 | -1/+1 | |
|\ | ||||||
| * | Fixed mail address in man page | muennich | 2012-05-16 | 1 | -1/+1 | |
| | | ||||||
* | | Reduced file size of screenshots, thanks Kevin | Bert Münnich | 2012-06-07 | 2 | -0/+0 | |
|/ |