sxiv

Simple X Image Viewer; use git clone git://wowana.me/forked/sxiv.git to clone this repository.


datecommitbyfiles+-
border + custom colour for marked filesopal hart5+14-8
Do not keep track of fullscreen stateBert Münnich5+8-58
gitignore: Ignore autogenerated version.hChris Down1+1-0
Fix comparison broken by signednessBert Münnich1+17-16
config.h: change zoom levelsopal hart1+2-2
remove -o flag, always print marked files to stdoutopal hart3+1-6
config.h: remove fullscreen keybindopal hart1+0-1
add my config.hopal hart1+150-0
don't gitignore config.h for my repoopal hart1+0-1
allow '0' to be keymappedopal hart1+1-1
flip "animate" & "hide_bar" optionsopal hart1+4-4
Add rawtherapee entry to key-handlerBert Münnich1+1-0
Copy to primary buffer and clipboardBert Münnich1+1-1
Remove tags from image-infoBert Münnich1+1-3
Remove tagging from key-handlerBert Münnich1+1-24
Document undocumented "-" behaviorBert Münnich1+1-1
Fix file list indexes when deleting last imageBert Münnich1+3-3
Set window title only once at startupBert Münnich2+0-12
Revise MakefileBert Münnich1+18-24
Set executable bit on scripts in exec folderPatryk Czachurski2+0-0
Respect updated path format when cleaning cacheKacper Gutowski1+2-11
Don't skip dot files when cleaning cacheKacper Gutowski4+12-6
Simplify cg_mark_range furtherBert Münnich1+3-5
Set global markidx whenever a single img is (un)markedBert Münnich2+4-4
(Un)mark thumbnails while holding Button3 downBert Münnich1+13-4
(Un)mark single image through generic functionBert Münnich2+18-14
Simplify cg_mark_rangeBert Münnich1+11-22
Rename variable toggledidx to markidxBert Münnich2+9-9
Fix cg_mark_range after removing images from file listBert Münnich1+2-0
Remove unnecessary special cases in cg_mark_rangeBert Münnich2+1-6
Change default key-bindings of mark commandsBert Münnich1+3-3
Add mark range functionDaniel Lublin5+42-0
New version schemeBert Münnich2+13-3
Initialize window bar buffers to empty stringBert Münnich2+3-1
Revise waiting for child processesBert Münnich1+20-6
Close image-info explicitlyBert Münnich2+22-19
Skip imlib cache when reloading due to inotify eventBert Münnich1+1-0
Ignore outdated inotify eventsBert Münnich1+7-7
Do not limit fit-to-win to smallest zoom levelBert Münnich1+4-7
Make zoomdiff compare impact on image dimensionsBert Münnich1+6-6
Use float for ox/oy compare valuesBert Münnich1+4-4
Use argument to select between two drag methodsphi4+22-8
RefactoringBert Münnich2+8-10
Fix a potential uninitialized variableHyleus1+5-2
Fix autoreload-nop accidentally selecting on stdinLeonardo Taccari1+1-1
Separate bar fields only by spacesBert Münnich2+8-6
Simplify drawing of bar textBert Münnich1+34-53
Replace utf8codepoint with Chris Wellons' utf8_decodeBert Münnich4+75-34
win_textwidth is no longer needed outside window.cBert Münnich2+8-12
Remove obsolete files[].baseBert Münnich2+0-6
Left bar shows file name as given by userBert Münnich2+6-20
Try to match a fallback font if neededSquibby5+75-10
Reject text files resembling TGA imagesBert Münnich3+26-18
Stable version 24Bert Münnich2+12-2
Fix navigating from last to previous image over invalid filesBert Münnich2+5-4
Set LC_COLLATE for -r file list sortingBert Münnich2+4-1
List objs in Makefile not srcsBert Münnich1+2-3
Make clean removes all object filesBert Münnich1+2-2
Always take {C,CPP,LD}FLAGS from environmentBert Münnich1+9-9
Back to VPATH for out-of-source buildsBert Münnich1+4-6
Addendum to 1ace4fb0Bert Münnich1+1-3
No more automatic dependency trackingBert Münnich1+3-7
No more config.mkBert Münnich1+0-2
Small refinements in MakefileBert Münnich1+4-4
One header file for type definitions and function declarationsBert Münnich18+483-687
Fix dep file include in MakefileBert Münnich1+1-1
Zoom into mouse cursor positionBert Münnich2+10-3
Much more portable MakefileBert Münnich2+57-48
Always include non-configurable part of CPPFLAGSBert Münnich1+1-1
Move DEPFLAGS from Makefile to config.mkBert Münnich2+1-1
Mention GNU make requirement in MakefileBert Münnich1+2-0
Get rid of SRCDIR macro, VPATH on make cmd line sufficesBert Münnich2+2-6
Add missing description for Button3 to man pageBert Münnich1+2-0
Improve mouse supportBert Münnich8+52-34
Simplify cursor reset in image modeBert Münnich2+3-3
Own win method for mouse cursor locationBert Münnich3+16-6
Simplify cursor handlingBert Münnich3+25-32
Mouse drag translates pointer position to image areaBert Münnich7+40-64
Fix linker command lineBert Münnich1+1-1
Only use targets in build messagesBert Münnich1+1-1
Add -p flag to disable writing of cache and temporary filesAntti Korpi4+16-4
Move special targets to bottom of MakefileBert Münnich1+6-7
Non-verbose buildBert Münnich1+12-0
Support out-of-source buildsBert Münnich2+6-2
Simplify config.mkBert Münnich2+21-16
Move configuration parts from Makefile into config.mkBert Münnich2+28-26
Make pan fraction configurablejcalve2+6-3
Add Max Voit to list of contributorsBert Münnich1+1-0
Add key-handler action to copy image to clipboardBert Münnich1+2-1
Adapt inotify_nop to API changesBert Münnich1+8-9
Update copyright notice in autoreload_inotify.cBert Münnich1+1-1
Merge branch 'autoreload'Bert Münnich5+219-3
Detect all file overwrites in autoreload_inotifyBert Münnich3+51-72
Compiler independent buffer alignmentBert Münnich1+7-3
Read all available inotify eventsBert Münnich1+32-27
Simplify inotify cleanupBert Münnich1+2-2
Revised error reporting in autoreload_inotifyBert Münnich1+11-20
Fix code-style in autoreload_inotify.cBert Münnich1+23-38
Simplify autoreload backend selection in MakefileBert Münnich1+5-8
Revised autoreload interfaceBert Münnich4+100-91
Add autoreload support by inotify (and dummy backend nop)Max Voit5+247-1
Properly quit when window gets closed; fixes issue #27Bert Münnich1+1-1
State the purpose of CLEANUP macroBert Münnich2+5-1
Merge branch 'diogocp/patch-1'Bert Münnich1+1-1
Fix typoJakub Wilk1+1-1
Fix missing quote in key-handler from commit 5c607adBert Münnich2+2-2
Add Netpbm, TGA and XPM MIME types to sxiv.desktopDiogo Pereira1+1-1
Pass given file names to key-handler instead of real pathsBert Münnich3+3-3
Fix unused-variable warnings in conditionally compiled codeBert Münnich2+3-4
Merge vaygr/opt-depBert Münnich1+4-1
Add build options for optional dependenciesVlad Glagolev1+4-1
Merge djhejna/floatdelayBert Münnich6+17-9
Ignore button and key events while key-handler is runningBert Münnich2+10-1
Merge dwminer/framerateBert Münnich6+22-4
Support for DELAY as a floating point number including less than 1 second while maintaining backward compatibiitiy with integer arguments.Don Hejna6+12-11
Document -A optiondwminer1+5-0
Add -A option to force framerate on animated imagesdwminer4+14-2
Document new -e flagBert Münnich1+6-0
Use -e for X window embeddingBert Münnich4+13-16
added support for XEMBED into other windows (ie tabbed) with -wshuall4+16-3
Only open regular files; fixes issue #252Bert Münnich3+15-8
Silence error messages in image-info scriptBert Münnich1+2-0
Allow opening directories non-recursivelyParide Legovini5+8-10
Update unstable version numberBert Münnich1+1-1
Add TODO listBert Münnich1+5-0
Use Xft for font loading and text drawingBert Münnich8+56-98
Provide image width and height to image-info script; fixes issue #159Bert Münnich3+12-5
Removed usage information from README, refer to man pageBert Münnich1+1-88
Refined grouping of key/mouse mappings in man pageBert Münnich1+24-13
Fix option -q; commit d3a70a2 completely broke it; fixes issue #223Bert Münnich2+4-1
Make navigate_frame command respect a count prefixBert Münnich3+9-3
Fix 32-bit unsigned integer shiftBert Münnich2+2-2
Make image-info script more steady to special symbols in file namesSudo Nice2+5-7
Stable version 1.3.2Bert Münnich2+8-1
Build-time option for default thumbnail size; fixes issue #207Bert Münnich3+6-3
Simplified r_mkdir()Bert Münnich3+18-31
Revised error handlingBert Münnich12+108-138
Prefix safe allocation functions with 'e' instead of 's_'Bert Münnich6+34-35
Removed unnecessary buffer size constantsBert Münnich2+3-14
Use XSI realpath(3)Bert Münnich3+0-85
Use POSIX.1-2008 getline(3)Bert Münnich4+6-37
Removed feature test macro definitions from source filesBert Münnich7+13-21
Removed overcautious parameter checksBert Münnich6+11-147
Always run image-info script after key-handler in image mode; fixes issue #213Bert Münnich2+4-4
Thumbnail cache file format depending on existance of alpha layerBert Münnich2+9-5
Clarified comments in key-handler, fixes issue #206Bert Münnich3+7-7
Round integer cast of image offset during rendering; fixes issue #197Bert Münnich2+3-3
Pass real paths to key handler instead of the paths provided by the userBert Münnich2+2-2
Simplified command argumentsBert Münnich4+125-144
Updated documentation regarding gamma correctionBert Münnich3+16-13
The Icon key should not contain extensionValentin Hăloiu2+2-2
Apply gamma value on thumbnails too; fixes issue #193Bert Münnich5+27-40
Cache out of view thumbnails in the backgroundBert Münnich5+45-25
Use bit-field for boolean flags in fileinfo structBert Münnich6+34-27
Removed obsolete ss_delays array, fixes issue #191Bert Münnich2+1-5
Grouped optional dependencies in MakefileBert Münnich1+14-3
Ignore SIGPIPE, caused by key handler exiting before all files got printed, fixes issue #188Bert Münnich2+3-1
Pass file paths to key handler via stdin; fixes issue #187Bert Münnich3+71-55
Fixed leakage of pipe descriptors in case of failing forkBert Münnich1+10-8
Enforced thumbnail reloading after key handlerBert Münnich1+1-1
Limit thumbnail selection border width to 4pxBert Münnich2+2-1
Stable version 1.3.1Bert Münnich2+7-1
Added -MP dependency generation option to compile flagsBert Münnich1+2-2
Use and depend on GNU make...Bert Münnich2+17-23
Updated unstable version numberBert Münnich1+1-1
optimized iconsoctos5+0-0
Do not cache thumbnails, which are smaller than the maximum sizeBert Münnich1+22-12
Discard cached & EXIF thumbnails, which are smaller than the configured maximum sizeBert Münnich1+21-12
Fixed leakage of resources allocated by EXIF libraryBert Münnich2+5-5
Fixed segfault when run with -cBert Münnich2+2-2
Fix Makefile depend file usageTim Harder1+4-3
Stable version 1.3Bert Münnich2+8-1
Do not print could-not-open-warnings for files found by directory traversalBert Münnich4+14-11
Use depend file for header build dependenciesBert Münnich2+10-1
Corrected & refactored handling of window bar content...Bert Münnich3+67-41
Fixed segfault on image removal with uninitialized thumbnails; fixes issue #177Bert Münnich2+7-6
Unified file count variable for image & thumbnail modeBert Münnich5+42-49
Set JPEG quality for thumbnail cache filesBert Münnich1+1-0
Fixed thumbnail creation for files with big aspect ratio factor; fixes issue #175Bert Münnich1+2-1
Scale thumbnail selection border width with thumbnail sizeBert Münnich2+11-7
Moved thumbnail sizes array to config.def.hBert Münnich2+13-7
Refactored thumbnail size dependent calculationsBert Münnich3+15-12
Removed obsolete thumbnail dimension configuration settingBert Münnich2+1-7
Added thumbnail zooming...Bert Münnich7+100-63
Changed image mark in thumbnail view to small rectangleBert Münnich3+5-6
Refactored main loop; properly fixes startup issueBert Münnich1+27-32
Fixed startup in thumbnail mode with floating windowBert Münnich1+5-3
Revised thumbnail loading...Bert Münnich5+71-45
Fixed segfault caused by image removal in thumbnail modeBert Münnich2+2-2
Simplified img_frame_animateBert Münnich4+8-13
Fixed segfault in ci_toggle_animation, fixes issue #173Bert Münnich2+9-8
Corrected i_alternate, fixes issue #171Bert Münnich2+6-4
Bug #165: Deletion of unnecessary null pointer checksMarkus Elfring3+10-19
Refactored rotation in key-handlerBert Münnich1+12-11
Added actions for tag addition & removal to key-handlerBert Münnich2+20-1
Unified rotate actions in key-handler; use lossless operation based on file typeBert Münnich1+13-18
Beautified thumbnail marks and selection borderBert Münnich1+12-14
Further simplified thumbnail marksBert Münnich3+5-7
Simplified thumbnail selection and marksBert Münnich3+15-19
Increased contrast in default color setBert Münnich1+2-2
Added command to remove all image marks, bound to Ctrl-m; fixes issue #163Bert Münnich5+18-0
Full redraw when removing files during thumbnail reloading; fixes issue #164Bert Münnich2+3-1
Fixed wrong thumbnail-to-file mappings caused by file deletionsBert Münnich4+24-22
Pass marked files to external key handler in thumbnail mode; fixes issue #135Bert Münnich6+76-56
Count number of marked filesBert Münnich2+11-3
Unified file index variable for image & thumbnail modeBert Münnich4+65-78
Generalized thumbnail loading, allows easier reloading of thumbnails later onBert Münnich4+16-10
Made argument of s_strdup constlucas83+3-3
Overhauled window drawing, yet again; fixes issue #155Bert Münnich6+54-75
Revised handling of GIF animationsBert Münnich9+36-49
Added support for multiple commands per key/button mapping; elegant fix for issue #150Bert Münnich4+22-22
Revised command structure and key and mouse button mappingsBert Münnich8+324-380
Show key handler status in bar while it is runningBert Münnich3+20-8
Create thumbnail cache dir automaticallyBert Münnich3+61-91
Small fix for thumbnail croppingBert Münnich2+2-2
Use thumbnails in EXIF tags; requirement for libexif is backBert Münnich6+107-221
Merge branch 'barthalion/master'Bert Münnich1+4-0
Use integers for mouse mappings and buttons 6+7 for horizontal scrollingBert Münnich2+12-10
Fix build with giflib >= 5.1.0.Bartłomiej Piotrowski1+4-0
Timeout initial redrawMiroslav Koskar1+1-1
Add a section about key-handler to the man page.Artem Bezsmertnyi2+17-1
Stable version 1.2Bert Münnich2+12-1
Do not center window on screen, workaround for issue #9Bert Münnich2+3-3
Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich11+45-46
Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes issue #137Bert Münnich2+22-9
Warn once when external key combo is used and key-handler not installedBert Münnich2+15-5
Check for background image allocation failureBert Münnich2+3-2
Use separate background image for alpha layer; fixes issue #132Bert Münnich2+31-9
Removed command line option -FBert Münnich7+21-52
Set scale mode at startup via argument to -s optionBert Münnich3+20-12
Revised scale mode and zoom level handlingBert Münnich5+21-33
Removed fit-win-to-img commandBert Münnich7+5-65
Preserve panning when switching images; fixes issue #131Bert Münnich4+29-57
Check if window manager supports fullscreen; related to issue #128Bert Münnich2+44-0
Unified X atom initializationBert Münnich4+30-15
Merged pull request #129Bert Münnich8+33-16
Fix tabs and wordingAndrás Mohari1+3-3
Use a prefix key to execute the key handlerAndrás Mohari4+25-5
Use logo in READMEBert Münnich1+1-2
Added window icons; fixes issue #125Bert Münnich10+320-0
Fixed -z option argument parsing; fixes issue #127Bert Münnich2+2-2
Double click on thumbnail to open imageBert Münnich2+12-7
Adhere to XDG Base Directory Specification; fixes issue #124Bert Münnich7+41-41
Allow config.h to use multimedia keys (XF86_XK_*); fixes issue #123Bert Münnich1+1-0
Second take at rotating & flipping multi-frame images; fixes issue #121Bert Münnich3+26-17
Revert "Apply flip & rotation on all frames of a multi-frame image; fixes issue #121"Bert Münnich3+11-30
Apply flip & rotation on all frames of a multi-frame image; fixes issue #121Bert Münnich3+30-11
Fixed handling of overloaded key mappingsBert Münnich3+134-116
Fixup for 9574150Bert Münnich1+6-4
Check file modification time after key handlerBert Münnich1+10-0
Fixed slideshow delay corruption after GIF animationBert Münnich2+3-2
Added doc header to exec/key-handlerBert Münnich1+11-0
Show metadata of image on Ctrl-e in exec/key-handlerBert Münnich1+2-0
Copy image path to primary on Ctrl-c in exec/key-handlerBert Münnich1+2-0
Slideshow mode is back, in a simplified versionBert Münnich11+111-31
Simplified EXIF tag extraction in exec/image-infoBert Münnich2+2-2
Moved external shell commands into exec/key-handler scriptBert Münnich7+98-100
Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappingsBert Münnich4+110-112
Refactored remote changesBert Münnich4+14-24
Read GIF's repeat information from file.Aleksander Nitecki3+26-3
Fixed Imlib file handle type, issue #117Bert Münnich5+8-8
Updated unstable version numberBert Münnich1+1-1
Close info file descriptor after readingBastien Dejean1+1-0
Fixed segfault when removing first image from file list, fixes issue #112Bert Münnich2+3-3
Merge remote-tracking branch 'baskerville/reverse-marks'Bert Münnich5+19-1
Correct out-of-range gamma values given on command lineBert Münnich1+1-1
Refactored remote changesBert Münnich7+66-46
Merge remote-tracking branch 'ariand/gamma'Bert Münnich9+91-3
Add command to reverse marked imagesBastien Dejean5+18-0
Highlight edges of marked images in thumbnail modeBert Münnich5+50-16
Add support for changing the gamma valueAndrás Mohari9+91-3
Fixed inconsistencies in navigation when removing invalid filesBert Münnich2+8-3
Seek over EXIF APP0 frame instead of reading and discarding itBert Münnich2+4-3
Fixed image orientation if a JFIF APP0 segment is present in a JPEG header.Jacek Naglak2+12-5
Updated unstable version numberBert Münnich1+1-1
Warp pointer on first/last pixelPeter Hofmann1+8-8
Added options for anti-alias & alpha layer coloring to config.def.hBert Münnich8+23-15
Only print marked files when -o is givenBert Münnich4+8-8
Added file marks; fixes issue #94Bert Münnich7+77-6
Updated unstable version numberBert Münnich1+1-1
Changed key bindings for flipping to bar & underscoreBert Münnich3+5-5
Refactored merged rotation codeBert Münnich5+20-30
Handle 180 degrees image rotationBastien Dejean7+34-26
Fixed typo in README.mdBert Münnich2+2-2
Stable version 1.1.1Bert Münnich2+6-1
Fixed build for giflib version >= 5.0; fixed issue #90Bert Münnich2+5-1
Use bgcol as window background pixel; fixed issue #89Bert Münnich2+7-2
Updated source tarball URLs in README.mdBert Münnich1+14-14
Fixed non-ASCII characters in window bar, issue #88Bert Münnich2+6-10
Updated .gitignoreBert Münnich1+0-4
Updated source tarball URLs in README.mdBert Münnich1+15-14
Fixed segfault caused by FD_ISSET() on negative fdBert Münnich2+2-2
Stable version 1.1Bert Münnich3+11-2
New options: -[io], read/write files from/to stdin/outBert Münnich6+59-37
Merge branch 'asyncinfo'Bert Münnich5+158-93
Made bar fields more distinguishableBert Münnich2+6-4
Polished info script executionBert Münnich1+2-1
Spawn info script & update bar contents only when neededBert Münnich3+26-11
Spawn and read from info script without blockingBert Münnich3+131-84
Applied code style on merged changesBert Münnich2+10-15
Merge pointer warping in i_drag from Rob PillingBert Münnich1+22-3
Wrap the pointer when the edge of the window is reachedRob Pilling1+22-3
Ignore dotfiles for -rBert Münnich2+2-2
Merge branch 'sizehints', fixed issue #78Bert Münnich4+51-28
No checks on window size, use whatever the user has specifiedBert Münnich2+4-15
Correctly set window height after i_fit_to_img()Bert Münnich1+3-0
Refined US{Position,Size} & WinGravity handlingBert Münnich1+39-39
Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehintsBert Münnich3+53-19
Correctly updated window pixmap after i_fit_to_img()Bert Münnich1+5-0
Use bool from stdbool.h after switching to C99Bert Münnich1+1-8
Be honest about using C99Bert Münnich1+1-1
Refactored function definitions to use dangling braceBert Münnich9+247-124
Updated/corrected license headerBert Münnich16+213-195
When using -g hint the WM that we've got user specified geometrytv3+53-19
Fixed issue #77, limit geometry info to first image frameBert Münnich2+2-2
Merge branch 'userinfo'Bert Münnich8+218-155
Added documentation for image-info scriptBert Münnich4+35-13
Removed old definitions from commands.hhut1+0-3
Added skeleton for image-info user scriptBert Münnich1+10-0
Moved thumbnail cache to ~/.sxiv/cache/Bert Münnich2+8-15
Simplified status bar, filled by user scriptmuennich3+170-132
Fixed completely insane {C,LD}FLAGS -I/-L settingsBert Münnich1+3-3
Made Makefile more verboseBert Münnich1+15-30
Fixed compilation with giflib version 4.2.1Bert Münnich2+6-6
Fixed issue #74, conditional compilation of gif supportBert Münnich2+9-3
Fixed issue #73Bert Münnich4+7-3
Moved screenshots to gh-pages branchBert Münnich2+0-0
Added Download/Changelog section to READMEBert Münnich1+116-11
Fixed issue #72muennich2+5-3
Merge branch 'winname'Bert Münnich5+14-3
Merge branch 'newdraw'Bert Münnich3+48-19
Next try to fix issue #71Bert Münnich2+2-2
Fixed BadDrawable errors caused by invalid window pixmapBert Münnich1+5-6
Smaller minimum gif delay, fixed issue #71Bert Münnich2+2-2
Overhauled window drawingBert Münnich3+47-17
New option: -N, set X window resource nameBert Münnich5+14-3
Changed default font to support more encodings; fixed issue #66Bert Münnich2+2-2
Disregard obsolete events, fixed issue #64Bert Münnich2+12-4
Simplified zoomdiff functionBert Münnich2+1-10
New command: i_alternate, go to last image, issue #65Bert Münnich4+14-0
Corrected zoom level handlingBert Münnich3+21-9
Slightly changed the doc after merging remote changesBert Münnich2+4-4
Merge remote-tracking branch 'baskerville/master'Bert Münnich7+30-6
Removed dropped slideshow mappings from man page & READMEBert Münnich2+0-20
Fixed WMProtocols registration order (before mapping window)Bert Münnich2+5-4
New commands: fit to the window's height/widthbaskerville7+30-6
Made remote changes adhere to code styleBert Münnich1+9-7
handle count prefix in thumbnail movementsbaskerville5+21-18
Merge remote-tracking branch 'origin/master'Bert Münnich1+1-1
Reduced file size of screenshots, thanks KevinBert Münnich2+0-0
Fixed mail address in man pagemuennich1+1-1
Added baskerville to Contributors list in man pageBert Münnich1+1-0
Updated screenshotsBert Münnich2+0-0
Fixed issue #51, no more bar artifact when switching to fullscreenBert Münnich1+1-1
Added section CONTRIBUTORS to man pageBert Münnich2+8-5
Fixed mem-leak in tns_init/tns_freeBert Münnich1+1-1
Simplified & sped up reloading of all thumbnailsBert Münnich5+12-20
Merge remote-tracking branch 'baskerville/master'Bert Münnich5+24-0
Made Makefile more POSIX-compliantBert Münnich1+9-7
Added a command to refresh the thumbnailsbaskerville5+24-0
Slightly refactored flippingBert Münnich5+19-28
Added horizontal and vertical flip commandsbaskerville8+57-0
Only provide the .desktop file, do not install it by defaultmuennich1+1-5
Fixed typo in Makefile; increases unstable version numberBert Münnich1+2-2
Add desktop file and appropriate lines to Makefile.Bartłomiej Piotrowski2+11-0
Fixed issue #47Bert Münnich2+2-2
Fixed issue #44Bert Münnich1+2-1
Fixed it_scroll_move(DIR_DOWN) in thumb mode for last lineBert Münnich2+11-9
Optimized redraw timeout after window resize for tiling window managers; related to issue #44Bert Münnich2+16-2
Fixed issue #41, added WIN_FS_COLOR to config.hBert Münnich4+7-7
Added alternative empty directory removal command line to manpage, fixed issue #40Bert Münnich1+9-0
Fixed issue #42: image dragging broken by commit b845827Bert Münnich2+4-2
Fixed issue #39: missing include of <sys/select.h>Bert Münnich2+2-1
Display full name in info bar, if there is enough spaceBert Münnich3+47-24
Updated homepage URL in manpageBert Münnich2+2-2
Added option -b: disable barBert Münnich6+18-6
Removed unneeded members from img typeBert Münnich2+1-4
Added it_toggle_bar command; default mapping: XK_bBert Münnich7+30-0
Removed debug outputBert Münnich1+0-1
Show info message in bar while loading thumbnailsBert Münnich1+12-9
Already in the year 2012Bert Münnich15+15-15
Added own exif tag handling in files exif.[ch]Bert Münnich6+212-1
Added symbol BAR_SEPARATORBert Münnich4+16-13
Fixed typo in MakefileBert Münnich1+1-1
Fix recreation of thumbnail cache file after manual reloadBert Münnich2+3-3
Changed default font string, removed missing fontset warningsBert Münnich2+2-5
Added text bar on bottom of windowBert Münnich8+211-64
Nicer window titleBert Münnich1+5-5
Removed exif support; made gif support non-optionalBert Münnich7+16-160
Removed slideshow supportBert Münnich7+8-115
Fixed issue #32: wrong antialias setting after it_shell_cmdBert Münnich2+2-2
Fixed issue #28 (again)Bert Münnich3+15-11
Fixed rendering after fit win to imgBert Münnich1+1-0
Removed target "dist" from MakefileBert Münnich1+0-9
Fixed issue #28Bert Münnich2+7-9
Thumbnails only get scaled down, fixed issue #27Bert Münnich2+2-1
Better fix for issue #25Bert Münnich3+7-7
Stable version 1.0Bert Münnich1+1-1
Fixed issue #25: invalid file cnt and sel in thumb modeBert Münnich2+5-2
Added screen-wise scrolling for thumbnail modeBert Münnich9+57-44
Fixed handling of gif disposal method (issue #23)Bert Münnich2+9-3
Updated docBert Münnich2+125-61
Added i_reset_slideshow: set slideshow delay to number prefixBert Münnich3+29-9
Multiply i_navigate argument with number prefixBert Münnich1+2-0
Fixed pixel-wise panning by chaning x, y vars to floatBert Münnich2+11-11
Added i_set_zoom command: set zoom to number prefixBert Münnich3+10-2
Pan by pixel count, if number prefix givenBert Münnich4+25-10
Added support for number prefix for commandsBert Münnich4+21-10
Mention min/max zoom level in config.def.hBert Münnich2+4-2
Updated contact informationBert Münnich13+13-13
Fix TV_ADD_MSEC macroBert Münnich1+2-2
Strictly adhere to ANSI-C standardBert Münnich8+26-35
Use void for empty argument listsBert Münnich7+23-23
Regard gif disposal method; fix bug #18Bert Münnich2+8-6
Made zoomdiff an inline functionBert Münnich1+8-4
Made all conditionals more preciseBert Münnich8+236-234
Transformed function macros in util.h to inline functionsBert Münnich7+35-24
Fix layering of small gif framesBert Münnich2+7-7
Fix include for ssize_tBert Münnich1+1-0
Added STREQ macroBert Münnich5+8-6
Make use of EXIT_* macros (2)Bert Münnich2+4-4
Merge commit '3a81af4'Bert Münnich4+12-12
make use of EXIT_ macrosrck4+12-12
Simplified config.cBert Münnich2+19-27
Use win_t member in img_t & tns_t instead of parametersBert Münnich7+150-135
270/90 = 3Daniel1+1-1
Updated docBert1+15-13
Renamed XLIBS to config, added -D/-l optionsBert4+52-30
Updated screenshot to reflect new title barBert1+0-0
Much nicer handling of compile-time featuresBert8+73-57
Shortened additional features sectionBert1+10-17
Removed Makefile.netbsdBert1+0-4
Made XFLAGS & XLIBS macros onlyBert2+8-9
Added own bool typeBert13+454-452
Added dirty flag to img structBert3+69-29
Added slideshow supportBert10+136-35
List additional features in usage message (-v)Bert3+26-15
Strict conformance to IEEE Std 1003.1-2001Bert8+64-38
Added screenshots to README.mdBert3+13-0
Added feature overview to README.mdBert1+16-1
Updated docBert1+11-7
Fixed exif-only typo in tns_load()Bert1+1-1
Added section "Additional features" to README.mdBert1+30-3
Added EXIF_SUPPORT macro for optional dependency on libexifBert2+42-30
Added EXIF auto-orientationBert2+56-1
Overhauled buildingBert5+59-24
Load as much of a corrupted gif file as possibleBert3+15-16
Removed useless zl_cnt variableBert1+3-5
Avoid conflicting macrosBert4+15-11
Fixed title-update in thumb modeBert1+1-1
Made i(t)_toggle_alpha command work in thumbnail mode tooBert6+15-10
Reformated license headerBert13+143-143
Fixed pointer-to-int-cast warnings on x86_64Bert1+3-3
Fixed remove_file()Bert1+5-5
Simplified cursor resettingBert4+48-44
Simplified it_shell_cmd() using SXIV_IMG env-variableBert2+28-43
Unified feature test macro requirementsBert4+10-10
Updated docsBert2+15-2
Corrected timeout handlingBert1+7-6
Corrected thumbnail loading and timeout handlingBert1+21-21
Data driven timeout handlingBert6+137-100
Mention origin of img_load_gif() in commentBert1+3-0
Added command to toggle gif animationsBert5+38-18
Added support for gif animationBert7+126-36
Added HAVE_GIFLIB macro for optional dependency on giflibBert3+13-3
Refactored img_load_gif()Bert3+63-41
Added support for multi-frame imagesBert7+206-5
Fixed include in thumbs.hBert1+1-0
Put event handling back into main.c; events -> commandsBert7+665-670
Added force parameter to tns_load() to disregard cacheBert4+14-12
Renamed application modesBert3+36-36
Renamed key/mouse commands to indicate supported modesBert3+197-189
Uniform thumbnail selection border sizeBert2+8-10
Small refactoringsBert2+5-5
Fixed hyphen-used-as-minus-sign issues in man pageBert1+2-2
Corrected FSF address in license headersBert13+91-91
Revised handling of file names & pathsBert10+100-81
Fixed keyboard mappingsBert2+12-8
Stable version 0.9Bert1+1-1
No more need for CLEANMASK macroBert1+0-2
Made run_command() a normal key/button handlerBert3+208-184
Much better drag()Bert3+106-101
Renamed scroll() to pan_screen()Bert4+11-11
Added -O2 flag to CFLAGSBert1+2-2
Simpler thumbnail selection borderBert1+2-5
Nicer thumbnail selection border; new default colorsBert2+6-3
Major code refactoringBert12+807-647
Reduced usage of preprocessor macrosBert12+113-120
Made selection border in thumb mode 3px wideBert1+2-2
Fixed dependency on Makefile & config.hBert1+3-1
Lighter selection colorBert1+1-1
Mention the vi key bindings in the READMEBert1+3-3
Stable version 0.8.2Bert1+1-1
Fixed Makefile.netbsdBert1+2-2
Added Makefile for NetBSDBert1+4-0
Fixed MakefileBert1+1-1
Fix compile error on NetBSDBert1+5-0
Support XK_KP_{Add,Subtract} for zoomingBert1+3-0
All timeouts in millisecondsBert3+22-15
Small refactoringBert2+3-4
Made Makefile POSIX compliantBert1+12-18
Fixed mtime cache check on filesystems supporting nsec resolutionBert2+3-3
New mappings: ctrl-[hjkl], pan image one window width/heightBert6+44-23
Use getline instead of readlineBert6+19-52
New option: -n, start at given pictureBert6+27-9
Show image dimension in window titleBert2+5-4
Updated docBert2+13-0
H/J/K/L mappings to pan to edgesBert4+44-1
Unstable version number in MakefileBert1+5-5
Support DESTDIRPetr Sabata1+5-4
Stable version 0.8.1Bert1+1-1
Made fullscreen work under buggy window managersBert1+1-2
Fixed background color for non-EWMH-compliant WMsBert1+5-1
Center zoomed areaBert4+19-19
Fixed mouse cursorBert2+20-19
Fix fullscreen modeBert2+2-2
Slightly changed config.hBert1+12-12
Merged commands.h into config.hBert3+33-29
Stable version 0.8Bert1+1-1
Renamed option -C -> -cBert3+7-7
Slightly changed introductory textBert2+7-7
Removed invalid iconBert1+0-0
Removed option -aBert4+3-15
Remove invalid images when loading them; refactoringsBert8+175-357
Refactored main.cBert2+93-91
Merge branch 'tcache'Bert10+506-99
Removed debug outputBert1+1-4
Updated doc for thumbnail cacheBert2+25-1
New option: -C, clean thumbnail cacheBert5+83-18
Refactored thumbs.cBert1+98-104
Refactored recursive directory util functionsBert4+139-94
Moved read_dir_rec into util.cBert3+91-76
Do not create cache files for cache filesBert1+10-7
Use directory structure in cache dirBert3+58-13
Refactored thumbnail cache_dirBert1+24-18
Write cache file for thumbnail directly after creating itBert2+12-10
Load thumbnails from cacheBert1+30-7
Write thumbnail cache files on exitBert3+155-1
Disable support for external commands by defaultBert2+22-24
First things for thumbnail cachingBert2+34-0
Small refactoring in tns_load()Bert1+7-4
Removed escape key mappingBert1+0-3
Refactored key/mouse mappings in man pageBert1+17-14
Refactored key/mouse mappings in READMEBert2+19-24
New key mapping: D, remove image from file listBert3+42-8
New option: -a, do not filter out unsupported filesBert7+35-15
Readded file-type check at startupBert3+27-5
Do not check file-type at startupBert5+187-209
More accurate READMEBert1+6-6
Filename cosmeticsBert2+3-2
Use imlib-handles in thumbs.c instead of pixmapsBert5+32-46
Updated docBert2+4-0
Toggle image transparency with A-keyBert4+8-2
White background for images with alphaBert4+35-17
Use ctrl for ext cmds, disable them in config.hBert4+34-20
Use "/bin/sh -c" for external commandsBert3+44-58
Slightly refactored commands.hBert1+13-8
Support for external commands like mogrify & jpegtranBert6+115-12
Shorter typedefsBert6+12-12
Shorter version informationBert1+1-1
Small refactorings, removed over-ambitious todoBert5+51-55
Revert "Save rotated png-files with S-key"Bert6+50-81
Save rotated png-files with S-keyBert6+81-50
Stable version 0.7Bert1+1-1
Sort directory entries when using -rBert1+14-1
Align big images on top-left cornerBert2+9-2
Refactored imlib context handlingBert5+55-38
Todo: save rotated imagesBert2+2-1
Correct timeout handling, more complexBert1+52-41
Fixed cursor hiding after switching to thumb modeBert1+1-0
Hide cursor on redraw or after 1.5s mouse inactivityBert3+67-17
Updated docBert2+27-16
Fixed title for thumbnail modeBert3+25-7
Always support thumbs; start thumb-mode with single -tBert4+66-64
Mode-guard in on_motionnotifyBert1+1-1
Replaced -T flag with -tt; default thumbnail sizeBert4+12-20
Mouse-wheel scrolling in thumb modeBert4+61-20
g/G key mappings in thumbnail modeBert1+22-12
Double click thumb to openBert1+9-4
Merge branch 'master' into thumbsBert1+2-2
Fixed offsets in resize win to imageBert2+3-3
Sync thumb selection & fileidx; check thumb viewBert4+76-56
Lighter selection color (for fullscreen)Bert1+3-3
Update title when moving selectionBert4+22-13
Nicer tns_move_selectionBert2+17-20
Fixed moving of selection while loading thumbnailsBert2+4-5
Nicer tns_translateBert1+4-2
Center humbnails in windowBert3+10-5
Activate thumb-mode with Return keyBert1+12-0
Fixed cursor when opening thumbBert1+2-0
Variable timeout (2)Bert1+5-5
Variable timeoutBert1+4-4
Use Button1 to open thumbnailBert3+74-41
Select and open thumbnailsBert3+78-2
Highlight selected thumbnailBert5+66-20
Linked thumbnails to filesBert3+13-16
Merge branch 'master' into thumbsBert2+177-178
Nicer icon for broken imagesBert2+177-178
Made key mappings mode-dependentBert1+111-105
Removed debug outputBert1+0-2
Appropriate title for thumbnail modeBert3+20-17
Fill window before loading thumbsBert2+3-2
Immediately respond to events while loading thumbsBert3+20-4
Merge branch 'master' into thumbsBert1+1-2
Nicer version infoBert2+2-3
Merge branch 'master' into thumbsBert1+1-1
Higher timeout, faster window resizingBert1+1-1
Use watch-cursor while loading thumbnailsBert3+20-10
Who needs threads to load thumbnails?Bert4+52-82
Use pthread to load thumbnailsBert4+55-14
Stable version 0.6Bert1+1-1
Refactored thumbs, new files thumbs.[ch]Bert8+191-89
Render thumbnailsBert6+76-24
Added app-modeBert1+24-14
Fixed thumbnail creationBert1+3-1
First things for thumbnail modeBert8+55-2
Fixed empty lines in readline()Bert3+5-5
More appropriate buffer sizesBert2+2-2
Updated man pageBert1+7-0
Merge remote-tracking branch 'origin/master'Bert1+1-1
Fixed indentationBert1+4-4
Read filenames from stdinBert6+64-12
Fixed typo in config.hBert2+2-2
Load warning icon only onceBert1+8-5
Handle image remove/rename while runningBert6+213-22
New author in man pageBert1+1-0
Handle WM_DELETE_WINDOW messages correctly, thanks to fungtBert3+11-1
Slightly refactored fungts utf-8 title commitBert2+10-11
Show correct utf-8 titlefungt1+10-0
Stable release 0.5Bert1+1-1
Updated doc, 0/W/w key-mappingsBert2+12-0
Nicer fit window to imageBert4+18-11
One less TODOBert1+0-1
New key mapping: W, resize window to fit imageBert5+63-23
Removed some warningsBert2+34-30
Split img_fit into internal/external functionBert3+25-19
New key mappings: 0/w, zoom to 100%/to fit windowBert3+19-8
Display filesize in window titleBert5+75-39
Manual event handling in main.cBert1+142-155
Fixed die/warn in util.cBert1+2-2
Refactored, new files util.[ch], C89Bert8+137-101
Fixed stupid memory leak in read_dir_recBert1+2-0
Fixed indentation in README.mdBert1+1-1
New option: -r, open all images in directoriesBert5+79-14
Skeleton for -rBert4+54-7
Stable release 0.4Bert1+1-1
Updated docBert2+6-1
New option: -F, fixed/floating windowBert3+20-8
Bug fix: handle negative offsets in -g arg correctlyBert2+5-1
Refactored img_open and img_checkBert1+12-10
New key command: r, reload imageBert3+16-9
new TODO: update filelistBert1+1-0
Check file timestamps before loading from cacheBert4+32-17
Revert "TODO: set wallpaper"Bert1+0-1
Replaced option -W with -q, seems more naturalBert5+15-16
Updated doc: dragging with button2, -g optionBert2+19-21
Replace -w with well-known geometry optionBert5+32-33
Unstable version numberBert1+1-1
Nicer key handling, does not fix problemsBert1+27-42
Explicitly enable printing of warningsBert8+31-20
TODO: set wallpaperBert1+1-0
Stable release 0.3.1Bert1+1-1
Fixed setuid and typo in Makefile, damn copy&pasteBert2+2-2
Mouse-panning while pressing button2Bert6+94-16
Removed one TODO itemBert1+0-1
Stable version 0.3Bert1+1-1
Map arrow keys to h/j/k/lBert3+21-9
Added plenty lots of optionsBert10+126-34
Added -w cmdline optionBert5+46-10
Updated section AUTHORS of man pageBert2+4-2
One more TODOBert1+1-0
Complete mouse supportBert5+101-31
Merge remote branch 'falconindy/mouse'Bert2+28-1
Removed anit-aliasing from TODO listBert1+0-1
Added a key-mapping for toggle anti-aliasingBert5+28-2
Fixed indentation in README.mdBert1+1-1
Added <,> mappings to rotate imageBert6+52-2
More standardish usage info in man pageBert1+1-1
Slightly changed README.mdBert1+4-3
Nicer man page homepage sectionBert1+1-2
Fixed usage info in man pageBert1+1-0
Stable version 0.2Bert1+1-1
Fixed MakefileBert1+2-2
Added man pageBert4+84-3
Moved VERSION macro into MakefileBert2+3-3
Updated README.md usage infoBert1+4-2
Implemented fullscreen modeBert4+46-7
main.c: add zooming on mousewheel eventsDave Reisner1+27-0
window.c: include ButtonPress events in InputDave Reisner1+1-1
Updated README.md usage sectionBert1+2-0
Unstable version numberBert1+1-1
Removed one item from TODO listBert1+0-1
Added [,] mappings for go 10 images back/forwardBert2+16-3
Added g/G mappings for goto first/last imageBert1+14-0
Fixed typo in README.mdBert1+8-10
Handle window resize events properlyBert4+63-32
version 0.1Bert1+1-1
Small corrections in README.mdBert1+2-2
Added README.mdBert2+44-0
Added todo listBert1+6-0
Implemented panningBert3+74-21
Made config.h a bit clearerBert1+5-5
Stricter object encapsulationBert5+25-31
Merged img_display() into img_render()Bert3+32-33
Described options in config.hBert1+8-4
Removed debug outputBert1+0-2
More robust key handlingBert1+27-10
Nicer zoomingBert2+45-26
First try on zoomingBert4+79-0
Bigger background pixmapBert1+7-4
No more expose handlingBert5+47-43
Put some useful information in the window titleBert3+37-2
Fixed initial window titleBert1+5-2
Check all given files before open the firstBert3+33-9
Go to next/previous imageBert1+14-0
Fixed filenames in parse_options()Bert1+3-3
Brighter default background colorBert1+1-1
Handle expose eventsBert3+39-22
Rebuild all object files after changing config.hBert1+1-1
Made parse_options voidBert3+5-7
Removed im member from img structBert2+4-5
Option handling, merged app.c & events.c into main.cBert10+189-209
Render image on windowBert6+75-7
Renamed FATAL to DIEBert3+5-5
Basic image loadingBert4+35-1
Initialize imlib2Bert4+18-1
Simplified keysym lookupBert1+1-3
Encapsulate window environment in win_env_tBert3+42-41
Fixed scalemode initializationBert1+1-1
Reordered function definitionsBert2+30-26
Added LICENSEBert1+339-0
Fixed compiler warning about missing includeBert1+1-0
Small refactoringsBert3+15-9
Return value != 0 on EscapeBert1+3-0
Gray window backgroundBert1+8-1
React to ConfigureNotifyBert3+24-2
Added event loopBert2+8-0
New BG_COLOR setting in config.hBert2+5-4
Added event handlersBert2+84-0
Added win_open & win_closeBert2+75-0
WARN and FATAL macrosBert1+18-0
Basic main skeletonBert1+12-2
Fixed scalemode enumBert1+5-5
Basic app_* stuffBert2+27-1
Fixed MakefileBert1+3-3
added .gitignoreBert1+5-0
Non-working skeletonBert10+262-0