aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-08-22Added options for anti-alias & alpha layer coloring to config.def.hBert Münnich
Also removed now obsolete -p command line option; fixes issue #98
2013-08-22Only print marked files when -o is givenBert Münnich
Fallback to print all files, if no images are marked, was kind of irritating.
2013-08-10Added file marks; fixes issue #94Bert Münnich
- 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
2013-08-10Updated unstable version numberBert Münnich
2013-08-10Changed key bindings for flipping to bar & underscoreBert Münnich
2013-08-10Refactored merged rotation codeBert Münnich
2013-08-10Handle 180 degrees image rotationBastien Dejean
2013-06-02Fixed typo in README.mdBert Münnich
2013-06-02Stable version 1.1.1v1.1.1Bert Münnich
2013-04-21Fixed build for giflib version >= 5.0; fixed issue #90Bert Münnich
2013-04-14Use bgcol as window background pixel; fixed issue #89Bert Münnich
2013-04-06Updated source tarball URLs in README.mdBert Münnich
2013-04-06Fixed non-ASCII characters in window bar, issue #88Bert Münnich
2013-04-02Updated .gitignoreBert Münnich
2013-04-02Updated source tarball URLs in README.mdBert Münnich
2013-04-02Fixed segfault caused by FD_ISSET() on negative fdBert Münnich
Reported by Kris Siwiec
2013-03-30Stable version 1.1v1.11.1Bert Münnich
2013-03-19New options: -[io], read/write files from/to stdin/outBert Münnich
Fixes issue #84
2013-03-19Merge branch 'asyncinfo'Bert Münnich
2013-03-19Made bar fields more distinguishableBert Münnich
2013-03-19Polished info script executionBert Münnich
2013-03-19Spawn info script & update bar contents only when neededBert Münnich
2013-03-19Spawn and read from info script without blockingBert Münnich
2013-03-04Applied code style on merged changesBert Münnich
2013-03-04Merge pointer warping in i_drag from Rob PillingBert Münnich
2013-03-03Wrap the pointer when the edge of the window is reachedRob Pilling
2013-02-11Ignore dotfiles for -rBert Münnich
2013-02-09Merge branch 'sizehints', fixed issue #78Bert Münnich
2013-02-09No checks on window size, use whatever the user has specifiedBert Münnich
2013-02-09Correctly set window height after i_fit_to_img()Bert Münnich
2013-02-09Refined US{Position,Size} & WinGravity handlingBert Münnich
2013-02-09Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehintsBert Münnich
Conflicts: window.c
2013-02-08Correctly updated window pixmap after i_fit_to_img()Bert Münnich
2013-02-08Use bool from stdbool.h after switching to C99Bert Münnich
2013-02-08Be honest about using C99Bert Münnich
2013-02-08Refactored function definitions to use dangling braceBert Münnich
2013-02-08Updated/corrected license headerBert Münnich
2013-01-30When using -g hint the WM that we've got user specified geometrytv
Without this some window managers (e.g. fvwm) will ignore the initial window position and place it according to it's own rules.
2013-01-29Fixed issue #77, limit geometry info to first image frameBert Münnich
2013-01-27Merge branch 'userinfo'Bert Münnich
2013-01-27Added documentation for image-info scriptBert Münnich
2013-01-27Removed old definitions from commands.hhut
2013-01-12Added skeleton for image-info user scriptBert Münnich
2013-01-12Moved thumbnail cache to ~/.sxiv/cache/Bert Münnich
2013-01-12Simplified status bar, filled by user scriptmuennich
2013-01-12Fixed completely insane {C,LD}FLAGS -I/-L settingsBert Münnich
2013-01-10Made Makefile more verboseBert Münnich
2013-01-04Fixed compilation with giflib version 4.2.1Bert Münnich
2012-12-27Fixed issue #74, conditional compilation of gif supportBert Münnich
2012-12-27Fixed issue #73Bert Münnich