aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Always take {C,CPP,LD}FLAGS from environmentBert Münnich2017-10-221-9/+9
* Back to VPATH for out-of-source buildsBert Münnich2017-10-191-6/+4
* Addendum to 1ace4fb0Bert Münnich2017-10-191-3/+1
* No more automatic dependency trackingBert Münnich2017-10-161-7/+3
* No more config.mkBert Münnich2017-10-161-2/+0
* Small refinements in MakefileBert Münnich2017-10-161-4/+4
* One header file for type definitions and function declarationsBert Münnich2017-10-1618-687/+483
* Fix dep file include in MakefileBert Münnich2017-10-161-1/+1
* Zoom into mouse cursor positionBert Münnich2017-10-162-3/+10
* Much more portable MakefileBert Münnich2017-10-122-48/+57
* Always include non-configurable part of CPPFLAGSBert Münnich2017-10-081-1/+1
* Move DEPFLAGS from Makefile to config.mkBert Münnich2017-10-082-1/+1
* Mention GNU make requirement in MakefileBert Münnich2017-10-081-0/+2
* Get rid of SRCDIR macro, VPATH on make cmd line sufficesBert Münnich2017-10-082-6/+2
* Add missing description for Button3 to man pageBert Münnich2017-10-061-0/+2
* Improve mouse supportBert Münnich2017-10-068-34/+52
* Simplify cursor reset in image modeBert Münnich2017-10-052-3/+3
* Own win method for mouse cursor locationBert Münnich2017-10-053-6/+16
* Simplify cursor handlingBert Münnich2017-10-053-32/+25
* Mouse drag translates pointer position to image areaBert Münnich2017-10-047-64/+40
* Fix linker command lineBert Münnich2017-09-111-1/+1
* Only use targets in build messagesBert Münnich2017-09-111-1/+1
* Add -p flag to disable writing of cache and temporary filesAntti Korpi2017-09-084-4/+16
* Move special targets to bottom of MakefileBert Münnich2017-09-081-7/+6
* Non-verbose buildBert Münnich2017-09-081-0/+12
* Support out-of-source buildsBert Münnich2017-09-082-2/+6
* Simplify config.mkBert Münnich2017-09-082-16/+21
* Move configuration parts from Makefile into config.mkBert Münnich2017-09-062-26/+28
* Make pan fraction configurablejcalve2017-09-062-3/+6
* Add Max Voit to list of contributorsBert Münnich2017-09-061-0/+1
* Add key-handler action to copy image to clipboardBert Münnich2017-09-021-1/+2
* Adapt inotify_nop to API changesBert Münnich2017-05-171-9/+8
* Update copyright notice in autoreload_inotify.cBert Münnich2017-05-171-1/+1
* Merge branch 'autoreload'Bert Münnich2017-05-175-3/+219
|\
| * Detect all file overwrites in autoreload_inotifyBert Münnich2017-05-173-72/+51
| * Compiler independent buffer alignmentBert Münnich2017-05-171-3/+7
| * Read all available inotify eventsBert Münnich2017-05-171-27/+32
| * Simplify inotify cleanupBert Münnich2017-05-171-2/+2
| * Revised error reporting in autoreload_inotifyBert Münnich2017-05-171-20/+11
| * Fix code-style in autoreload_inotify.cBert Münnich2017-05-171-38/+23
| * Simplify autoreload backend selection in MakefileBert Münnich2017-05-171-8/+5
| * Revised autoreload interfaceBert Münnich2017-05-174-91/+100
| * Add autoreload support by inotify (and dummy backend nop)Max Voit2017-05-175-1/+247
|/
* Properly quit when window gets closed; fixes issue #27Bert Münnich2017-05-171-1/+1
* State the purpose of CLEANUP macroBert Münnich2017-05-172-1/+5
* Merge branch 'diogocp/patch-1'Bert Münnich2017-02-151-1/+1
|\
| * Add Netpbm, TGA and XPM MIME types to sxiv.desktopDiogo Pereira2017-01-271-1/+1
* | Fix typoJakub Wilk2017-02-151-1/+1
* | Fix missing quote in key-handler from commit 5c607adBert Münnich2017-02-132-2/+2
|/
* Pass given file names to key-handler instead of real pathsBert Münnich2017-01-073-3/+3