aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2012-12-21Moved screenshots to gh-pages branchBert Münnich
2012-12-21Added Download/Changelog section to READMEBert Münnich
2012-12-20Fixed issue #72muennich
2012-12-01Merge branch 'winname'Bert Münnich
2012-12-01Merge branch 'newdraw'Bert Münnich
2012-10-31Next try to fix issue #71Bert Münnich
2012-10-29Fixed BadDrawable errors caused by invalid window pixmapBert Münnich
2012-10-29Smaller minimum gif delay, fixed issue #71Bert Münnich
2012-10-29Overhauled window drawingBert Münnich
- 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
2012-10-29New option: -N, set X window resource nameBert Münnich
2012-08-24Changed default font to support more encodings; fixed issue #66Bert Münnich
2012-08-17Disregard obsolete events, fixed issue #64Bert Münnich
2012-08-16Simplified zoomdiff functionBert Münnich
2012-08-16New command: i_alternate, go to last image, issue #65Bert Münnich
2012-08-16Corrected zoom level handlingBert Münnich
2012-08-07Slightly changed the doc after merging remote changesBert Münnich
2012-08-07Merge remote-tracking branch 'baskerville/master'Bert Münnich