summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2012-08-07Removed dropped slideshow mappings from man page & READMEBert Münnich
2012-08-07Fixed WMProtocols registration order (before mapping window)Bert Münnich
2012-07-19New commands: fit to the window's height/widthbaskerville
2012-07-15Made remote changes adhere to code styleBert Münnich
2012-07-15handle count prefix in thumbnail movementsbaskerville
2012-06-07Merge remote-tracking branch 'origin/master'Bert Münnich
2012-06-07Reduced file size of screenshots, thanks KevinBert Münnich
2012-05-16Fixed mail address in man pagemuennich
2012-05-15Added baskerville to Contributors list in man pageBert Münnich
2012-05-14Updated screenshotsBert Münnich
2012-05-14Fixed issue #51, no more bar artifact when switching to fullscreenBert Münnich
2012-05-14Added section CONTRIBUTORS to man pageBert Münnich
2012-05-13Fixed mem-leak in tns_init/tns_freeBert Münnich