aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Correctly set window height after i_fit_to_img()Bert Münnich2013-02-091-0/+3
|/ /
* | Correctly updated window pixmap after i_fit_to_img()Bert Münnich2013-02-081-0/+5
| |
* | Use bool from stdbool.h after switching to C99Bert Münnich2013-02-081-8/+1
| |
* | Be honest about using C99Bert Münnich2013-02-081-1/+1
| |
* | Refactored function definitions to use dangling braceBert Münnich2013-02-089-124/+247
| |
* | Updated/corrected license headerBert Münnich2013-02-0816-195/+213
|/
* Fixed issue #77, limit geometry info to first image frameBert Münnich2013-01-292-2/+2
|
* Merge branch 'userinfo'Bert Münnich2013-01-278-155/+218
|\
| * Added documentation for image-info scriptBert Münnich2013-01-274-13/+35
| |
| * Added skeleton for image-info user scriptBert Münnich2013-01-121-0/+10
| |
| * Moved thumbnail cache to ~/.sxiv/cache/Bert Münnich2013-01-122-15/+8
| |
| * Simplified status bar, filled by user scriptmuennich2013-01-123-132/+170
| |
* | Removed old definitions from commands.hhut2013-01-271-3/+0
|/
* Fixed completely insane {C,LD}FLAGS -I/-L settingsBert Münnich2013-01-121-3/+3
|
* Made Makefile more verboseBert Münnich2013-01-101-30/+15
|
* Fixed compilation with giflib version 4.2.1Bert Münnich2013-01-042-6/+6
|
* Fixed issue #74, conditional compilation of gif supportBert Münnich2012-12-272-3/+9
|
* Fixed issue #73Bert Münnich2012-12-274-3/+7
|
* Moved screenshots to gh-pages branchBert Münnich2012-12-212-0/+0
|
* Added Download/Changelog section to READMEBert Münnich2012-12-211-11/+116
|
* Fixed issue #72muennich2012-12-202-3/+5
|
* Merge branch 'winname'Bert Münnich2012-12-015-3/+14
|\
| * New option: -N, set X window resource nameBert Münnich2012-10-295-3/+14
| |
* | Merge branch 'newdraw'Bert Münnich2012-12-013-19/+48
|\ \
| * | Fixed BadDrawable errors caused by invalid window pixmapBert Münnich2012-10-291-6/+5
| | |
| * | Overhauled window drawingBert Münnich2012-10-293-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 #71Bert Münnich2012-10-312-2/+2
| |
* | Smaller minimum gif delay, fixed issue #71Bert Münnich2012-10-292-2/+2
|/
* Changed default font to support more encodings; fixed issue #66Bert Münnich2012-08-242-2/+2
|
* Disregard obsolete events, fixed issue #64Bert Münnich2012-08-172-4/+12
|
* Simplified zoomdiff functionBert Münnich2012-08-162-10/+1
|
* New command: i_alternate, go to last image, issue #65Bert Münnich2012-08-164-0/+14
|
* Corrected zoom level handlingBert Münnich2012-08-163-9/+21
|
* Slightly changed the doc after merging remote changesBert Münnich2012-08-072-4/+4
|
* Merge remote-tracking branch 'baskerville/master'Bert Münnich2012-08-077-6/+30
|\
| * New commands: fit to the window's height/widthbaskerville2012-07-197-6/+30
| |
* | Removed dropped slideshow mappings from man page & READMEBert Münnich2012-08-072-20/+0
| |
* | Fixed WMProtocols registration order (before mapping window)Bert Münnich2012-08-072-4/+5
|/
* Made remote changes adhere to code styleBert Münnich2012-07-151-7/+9
|
* handle count prefix in thumbnail movementsbaskerville2012-07-155-18/+21
|
* Merge remote-tracking branch 'origin/master'Bert Münnich2012-06-071-1/+1
|\
| * Fixed mail address in man pagemuennich2012-05-161-1/+1
| |
* | Reduced file size of screenshots, thanks KevinBert Münnich2012-06-072-0/+0
|/
* Added baskerville to Contributors list in man pageBert Münnich2012-05-151-0/+1
|
* Updated screenshotsBert Münnich2012-05-142-0/+0
|
* Fixed issue #51, no more bar artifact when switching to fullscreenBert Münnich2012-05-141-1/+1
|
* Added section CONTRIBUTORS to man pageBert Münnich2012-05-142-5/+8
|
* Fixed mem-leak in tns_init/tns_freeBert Münnich2012-05-131-1/+1
|
* Simplified & sped up reloading of all thumbnailsBert Münnich2012-05-135-20/+12
|
* Merge remote-tracking branch 'baskerville/master'Bert Münnich2012-05-135-0/+24
|\