aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated unstable version numberBert Münnich2014-11-021-1/+1
|
* Fixed leakage of resources allocated by EXIF libraryBert Münnich2014-10-311-1/+1
|
* Fixed segfault when run with -cBert Münnich2014-10-291-1/+1
|
* Fix Makefile depend file usageTim Harder2014-10-251-3/+4
| | | | | | Creating the .depend file requires the config.h file to exist and suppress make's complaints if the .depend file doesn't exist when initially parsing the makefile.
* Stable version 1.3Bert Münnich2014-10-241-1/+1
|
* Use depend file for header build dependenciesBert Münnich2014-10-241-1/+9
|
* Fixed segfault on image removal with uninitialized thumbnails; fixes issue #177Bert Münnich2014-10-011-1/+1
|
* Unified file count variable for image & thumbnail modeBert Münnich2014-09-301-1/+1
|
* Refactored thumbnail size dependent calculationsBert Münnich2014-09-291-1/+1
|
* Removed obsolete thumbnail dimension configuration settingBert Münnich2014-09-281-1/+1
|
* Changed image mark in thumbnail view to small rectangleBert Münnich2014-09-271-1/+1
|
* Revised thumbnail loading...Bert Münnich2014-09-261-1/+1
| | | | | | | - Only load the thumbnails that are currently visible in the window - Unload thumbnails that are leaving the visible area - Much less memory needed, but scrolling is now slower - This also unintentionally fixes issue #86
* Fixed segfault caused by image removal in thumbnail modeBert Münnich2014-09-111-1/+1
|
* Fixed segfault in ci_toggle_animation, fixes issue #173Bert Münnich2014-09-011-1/+1
|
* Corrected i_alternate, fixes issue #171Bert Münnich2014-08-291-1/+1
|
* Added actions for tag addition & removal to key-handlerBert Münnich2014-08-201-1/+1
|
* Further simplified thumbnail marksBert Münnich2014-08-181-1/+1
|
* Full redraw when removing files during thumbnail reloading; fixes issue #164Bert Münnich2014-08-171-1/+1
|
* Generalized thumbnail loading, allows easier reloading of thumbnails later onBert Münnich2014-08-161-1/+1
|
* Made argument of s_strdup constlucas82014-08-011-1/+1
|
* Overhauled window drawing, yet again; fixes issue #155Bert Münnich2014-07-281-1/+1
| | | | | | | | - Buffer for window content is bigger than the window, minimizes artifacts when window is resized - Back to using XSetWindowBackgroundPixmap() instead of XCopyArea(), no need to handle exposure events; X server can show gray background directly after resize event before sxiv redraws the window contents
* Revised handling of GIF animationsBert Münnich2014-07-251-1/+1
| | | | | | - New option `-a`: Play animations at startup - Ctrl-Space toggles animation for all GIF files - Infinite loop for all animations
* Revised command structure and key and mouse button mappingsBert Münnich2014-07-231-1/+1
|
* Show key handler status in bar while it is runningBert Münnich2014-06-151-1/+1
|
* Small fix for thumbnail croppingBert Münnich2014-06-101-1/+1
|
* Use thumbnails in EXIF tags; requirement for libexif is backBert Münnich2014-06-091-4/+4
|
* Use integers for mouse mappings and buttons 6+7 for horizontal scrollingBert Münnich2014-05-311-1/+1
| | | | Fixes issue #143
* Add a section about key-handler to the man page.Artem Bezsmertnyi2014-05-241-1/+1
|
* Stable version 1.2Bert Münnich2014-04-241-1/+1
|
* Do not center window on screen, workaround for issue #9Bert Münnich2014-04-211-1/+1
|
* Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich2014-04-061-1/+1
|
* Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes ↵Bert Münnich2014-03-171-6/+7
| | | | issue #137
* Warn once when external key combo is used and key-handler not installedBert Münnich2014-02-181-1/+1
|
* Check for background image allocation failureBert Münnich2014-02-071-1/+1
|
* Use separate background image for alpha layer; fixes issue #132Bert Münnich2014-02-061-1/+1
|
* Removed command line option -FBert Münnich2014-02-051-1/+1
|
* Preserve panning when switching images; fixes issue #131Bert Münnich2014-02-041-1/+1
|
* Unified X atom initializationBert Münnich2014-02-021-1/+1
|
* Merged pull request #129Bert Münnich2014-01-311-1/+1
|
* Fixed -z option argument parsing; fixes issue #127Bert Münnich2014-01-151-1/+1
|
* Adhere to XDG Base Directory Specification; fixes issue #124Bert Münnich2014-01-111-1/+1
|
* Second take at rotating & flipping multi-frame images; fixes issue #121Bert Münnich2014-01-091-1/+1
|
* Fixed slideshow delay corruption after GIF animationBert Münnich2014-01-081-1/+1
|
* Slideshow mode is back, in a simplified versionBert Münnich2014-01-041-1/+1
|
* Simplified EXIF tag extraction in exec/image-infoBert Münnich2014-01-031-1/+1
|
* Moved external shell commands into exec/key-handler scriptBert Münnich2014-01-021-2/+2
| | | | | Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea.
* Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappingsBert Münnich2014-01-021-1/+1
|
* Refactored remote changesBert Münnich2013-12-311-1/+1
|
* Fixed Imlib file handle type, issue #117Bert Münnich2013-12-131-1/+1
|
* Updated unstable version numberBert Münnich2013-11-171-1/+1
|