aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Allow opening directories non-recursivelyParide Legovini2016-09-281-5/+1
* Use Xft for font loading and text drawingBert Münnich2016-08-061-2/+2
* Provide image width and height to image-info script; fixes issue #159Bert Münnich2016-08-061-1/+4
* Revised error handlingBert Münnich2015-10-281-57/+44
* Prefix safe allocation functions with 'e' instead of 's_'Bert Münnich2015-10-281-5/+5
* Removed unnecessary buffer size constantsBert Münnich2015-10-281-7/+2
* Use XSI realpath(3)Bert Münnich2015-10-281-15/+0
* Use POSIX.1-2008 getline(3)Bert Münnich2015-10-281-4/+5
* Removed feature test macro definitions from source filesBert Münnich2015-10-281-3/+2
* Removed overcautious parameter checksBert Münnich2015-10-281-8/+3
* Always run image-info script after key-handler in image mode; fixes issue #213Bert Münnich2015-08-191-3/+3
* Pass real paths to key handler instead of the paths provided by the userBert Münnich2015-01-181-1/+1
* Cache out of view thumbnails in the backgroundBert Münnich2015-01-041-9/+15
* Use bit-field for boolean flags in fileinfo structBert Münnich2015-01-041-11/+14
* Ignore SIGPIPE, caused by key handler exiting before all files got printed, f...Bert Münnich2014-12-011-0/+2
* Pass file paths to key handler via stdin; fixes issue #187Bert Münnich2014-11-271-37/+48
* Fixed leakage of pipe descriptors in case of failing forkBert Münnich2014-11-271-8/+10
* Do not print could-not-open-warnings for files found by directory traversalBert Münnich2014-10-241-7/+8
* Corrected & refactored handling of window bar content...Bert Münnich2014-10-011-27/+39
* Fixed segfault on image removal with uninitialized thumbnails; fixes issue #177Bert Münnich2014-10-011-5/+6
* Unified file count variable for image & thumbnail modeBert Münnich2014-09-301-10/+7
* Changed image mark in thumbnail view to small rectangleBert Münnich2014-09-271-1/+1
* Refactored main loop; properly fixes startup issueBert Münnich2014-09-261-32/+27
* Fixed startup in thumbnail mode with floating windowBert Münnich2014-09-261-3/+5
* Revised thumbnail loading...Bert Münnich2014-09-261-20/+13
* Fixed segfault caused by image removal in thumbnail modeBert Münnich2014-09-111-1/+1
* Simplified img_frame_animateBert Münnich2014-09-011-1/+1
* Corrected i_alternate, fixes issue #171Bert Münnich2014-08-291-3/+5
* Bug #165: Deletion of unnecessary null pointer checksMarkus Elfring2014-08-221-2/+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-0/+2
* Fixed wrong thumbnail-to-file mappings caused by file deletionsBert Münnich2014-08-161-4/+4
* Pass marked files to external key handler in thumbnail mode; fixes issue #135Bert Münnich2014-08-161-32/+49
* Count number of marked filesBert Münnich2014-08-161-0/+4
* Unified file index variable for image & thumbnail modeBert Münnich2014-08-161-26/+22
* Generalized thumbnail loading, allows easier reloading of thumbnails later onBert Münnich2014-08-161-8/+11
* Overhauled window drawing, yet again; fixes issue #155Bert Münnich2014-07-281-7/+5
* Added support for multiple commands per key/button mapping; elegant fix for i...Bert Münnich2014-07-231-4/+8
* Revised command structure and key and mouse button mappingsBert Münnich2014-07-231-12/+6
* Show key handler status in bar while it is runningBert Münnich2014-06-151-7/+17
* Timeout initial redrawMiroslav Koskar2014-05-241-1/+1
* Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes iss...Bert Münnich2014-03-171-3/+15
* Warn once when external key combo is used and key-handler not installedBert Münnich2014-02-181-4/+14
* Unified X atom initializationBert Münnich2014-02-021-1/+1
* Merged pull request #129Bert Münnich2014-01-311-10/+9
|\
| * Use a prefix key to execute the key handlerAndrás Mohari2014-01-311-2/+12
|/
* Double click on thumbnail to open imageBert Münnich2014-01-111-6/+10
* Adhere to XDG Base Directory Specification; fixes issue #124Bert Münnich2014-01-111-28/+26
* Allow config.h to use multimedia keys (XF86_XK_*); fixes issue #123Bert Münnich2014-01-091-0/+1
* Fixed handling of overloaded key mappingsBert Münnich2014-01-081-8/+20