| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | One header file for type definitions and function declarations | Bert Münnich | 2017-10-16 | 18 | -687/+483 |
* | Fix dep file include in Makefile | Bert Münnich | 2017-10-16 | 1 | -1/+1 |
* | Zoom into mouse cursor position | Bert Münnich | 2017-10-16 | 2 | -3/+10 |
* | Much more portable Makefile | Bert Münnich | 2017-10-12 | 2 | -48/+57 |
* | Always include non-configurable part of CPPFLAGS | Bert Münnich | 2017-10-08 | 1 | -1/+1 |
* | Move DEPFLAGS from Makefile to config.mk | Bert Münnich | 2017-10-08 | 2 | -1/+1 |
* | Mention GNU make requirement in Makefile | Bert Münnich | 2017-10-08 | 1 | -0/+2 |
* | Get rid of SRCDIR macro, VPATH on make cmd line suffices | Bert Münnich | 2017-10-08 | 2 | -6/+2 |
* | Add missing description for Button3 to man page | Bert Münnich | 2017-10-06 | 1 | -0/+2 |
* | Improve mouse support | Bert Münnich | 2017-10-06 | 8 | -34/+52 |
* | Simplify cursor reset in image mode | Bert Münnich | 2017-10-05 | 2 | -3/+3 |
* | Own win method for mouse cursor location | Bert Münnich | 2017-10-05 | 3 | -6/+16 |
* | Simplify cursor handling | Bert Münnich | 2017-10-05 | 3 | -32/+25 |
* | Mouse drag translates pointer position to image area | Bert Münnich | 2017-10-04 | 7 | -64/+40 |
* | Fix linker command line | Bert Münnich | 2017-09-11 | 1 | -1/+1 |
* | Only use targets in build messages | Bert Münnich | 2017-09-11 | 1 | -1/+1 |
* | Add -p flag to disable writing of cache and temporary files | Antti Korpi | 2017-09-08 | 4 | -4/+16 |
* | Move special targets to bottom of Makefile | Bert Münnich | 2017-09-08 | 1 | -7/+6 |
* | Non-verbose build | Bert Münnich | 2017-09-08 | 1 | -0/+12 |
* | Support out-of-source builds | Bert Münnich | 2017-09-08 | 2 | -2/+6 |
* | Simplify config.mk | Bert Münnich | 2017-09-08 | 2 | -16/+21 |
* | Move configuration parts from Makefile into config.mk | Bert Münnich | 2017-09-06 | 2 | -26/+28 |
* | Make pan fraction configurable | jcalve | 2017-09-06 | 2 | -3/+6 |
* | Add Max Voit to list of contributors | Bert Münnich | 2017-09-06 | 1 | -0/+1 |
* | Add key-handler action to copy image to clipboard | Bert Münnich | 2017-09-02 | 1 | -1/+2 |
* | Adapt inotify_nop to API changes | Bert Münnich | 2017-05-17 | 1 | -9/+8 |
* | Update copyright notice in autoreload_inotify.c | Bert Münnich | 2017-05-17 | 1 | -1/+1 |
* | Merge branch 'autoreload' | Bert Münnich | 2017-05-17 | 5 | -3/+219 |
|\ |
|
| * | Detect all file overwrites in autoreload_inotify | Bert Münnich | 2017-05-17 | 3 | -72/+51 |
| * | Compiler independent buffer alignment | Bert Münnich | 2017-05-17 | 1 | -3/+7 |
| * | Read all available inotify events | Bert Münnich | 2017-05-17 | 1 | -27/+32 |
| * | Simplify inotify cleanup | Bert Münnich | 2017-05-17 | 1 | -2/+2 |
| * | Revised error reporting in autoreload_inotify | Bert Münnich | 2017-05-17 | 1 | -20/+11 |
| * | Fix code-style in autoreload_inotify.c | Bert Münnich | 2017-05-17 | 1 | -38/+23 |
| * | Simplify autoreload backend selection in Makefile | Bert Münnich | 2017-05-17 | 1 | -8/+5 |
| * | Revised autoreload interface | Bert Münnich | 2017-05-17 | 4 | -91/+100 |
| * | Add autoreload support by inotify (and dummy backend nop) | Max Voit | 2017-05-17 | 5 | -1/+247 |
|/ |
|
* | Properly quit when window gets closed; fixes issue #27 | Bert Münnich | 2017-05-17 | 1 | -1/+1 |
* | State the purpose of CLEANUP macro | Bert Münnich | 2017-05-17 | 2 | -1/+5 |
* | Merge branch 'diogocp/patch-1' | Bert Münnich | 2017-02-15 | 1 | -1/+1 |
|\ |
|
| * | Add Netpbm, TGA and XPM MIME types to sxiv.desktop | Diogo Pereira | 2017-01-27 | 1 | -1/+1 |
* | | Fix typo | Jakub Wilk | 2017-02-15 | 1 | -1/+1 |
* | | Fix missing quote in key-handler from commit 5c607ad | Bert Münnich | 2017-02-13 | 2 | -2/+2 |
|/ |
|
* | Pass given file names to key-handler instead of real paths | Bert Münnich | 2017-01-07 | 3 | -3/+3 |
* | Fix unused-variable warnings in conditionally compiled code | Bert Münnich | 2016-12-28 | 2 | -4/+3 |
* | Merge vaygr/opt-dep | Bert Münnich | 2016-12-28 | 1 | -1/+4 |
|\ |
|
| * | Add build options for optional dependencies | Vlad Glagolev | 2016-12-26 | 1 | -1/+4 |
|/ |
|
* | Merge djhejna/floatdelay | Bert Münnich | 2016-12-01 | 6 | -9/+17 |
|\ |
|
| * | Support for DELAY as a floating point number including less than 1 | Don Hejna | 2016-11-27 | 6 | -11/+12 |
* | | Ignore button and key events while key-handler is running | Bert Münnich | 2016-11-30 | 2 | -1/+10 |