aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Update unstable version numberBert Münnich2016-08-101-1/+1
* Use Xft for font loading and text drawingBert Münnich2016-08-061-3/+3
* Fix option -q; commit d3a70a2 completely broke it; fixes issue #223Bert Münnich2015-12-281-1/+1
* Fix 32-bit unsigned integer shiftBert Münnich2015-12-261-1/+1
* Make image-info script more steady to special symbols in file namesSudo Nice2015-12-251-1/+1
* Stable version 1.3.2Bert Münnich2015-12-201-1/+1
* Build-time option for default thumbnail size; fixes issue #207Bert Münnich2015-12-201-1/+1
* Use POSIX.1-2008 getline(3)Bert Münnich2015-10-281-1/+1
* Removed overcautious parameter checksBert Münnich2015-10-281-1/+1
* Always run image-info script after key-handler in image mode; fixes issue #213Bert Münnich2015-08-191-1/+1
* Thumbnail cache file format depending on existance of alpha layerBert Münnich2015-07-221-1/+1
* Clarified comments in key-handler, fixes issue #206Bert Münnich2015-05-181-1/+1
* Round integer cast of image offset during rendering; fixes issue #197Bert Münnich2015-02-061-1/+1
* Pass real paths to key handler instead of the paths provided by the userBert Münnich2015-01-181-1/+1
* Simplified command argumentsBert Münnich2015-01-111-1/+1
* Updated documentation regarding gamma correctionBert Münnich2015-01-071-1/+1
* The Icon key should not contain extensionValentin Hăloiu2015-01-061-1/+1
* Apply gamma value on thumbnails too; fixes issue #193Bert Münnich2015-01-051-1/+1
* Use bit-field for boolean flags in fileinfo structBert Münnich2015-01-041-1/+1
* Removed obsolete ss_delays array, fixes issue #191Bert Münnich2014-12-221-1/+1
* Grouped optional dependencies in MakefileBert Münnich2014-12-081-3/+14
* Ignore SIGPIPE, caused by key handler exiting before all files got printed, f...Bert Münnich2014-12-011-1/+1
* Limit thumbnail selection border width to 4pxBert Münnich2014-11-271-1/+1
* Stable version 1.3.1Bert Münnich2014-11-161-1/+1
* Added -MP dependency generation option to compile flagsBert Münnich2014-11-141-2/+2
* Use and depend on GNU make...Bert Münnich2014-11-021-22/+16
* 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
* 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
* 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
* Revised handling of GIF animationsBert Münnich2014-07-251-1/+1
* 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