| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make zoomdiff compare impact on image dimensions | Bert Münnich | 2018-01-22 | 1 | -6/+6 |
* | Use float for ox/oy compare values | Bert Münnich | 2018-01-22 | 1 | -4/+4 |
* | Use argument to select between two drag methods | phi | 2018-01-22 | 4 | -8/+22 |
* | Refactoring | Bert Münnich | 2018-01-09 | 2 | -10/+8 |
* | Fix a potential uninitialized variable | Hyleus | 2018-01-09 | 1 | -2/+5 |
* | Fix autoreload-nop accidentally selecting on stdin | Leonardo Taccari | 2017-12-13 | 1 | -1/+1 |
* | Separate bar fields only by spaces | Bert Münnich | 2017-12-07 | 2 | -6/+8 |
* | Simplify drawing of bar text | Bert Münnich | 2017-12-07 | 1 | -53/+34 |
* | Replace utf8codepoint with Chris Wellons' utf8_decode | Bert Münnich | 2017-12-07 | 4 | -34/+75 |
* | win_textwidth is no longer needed outside window.c | Bert Münnich | 2017-12-07 | 2 | -12/+8 |
* | Remove obsolete files[].base | Bert Münnich | 2017-12-07 | 2 | -6/+0 |
* | Left bar shows file name as given by user | Bert Münnich | 2017-12-07 | 2 | -20/+6 |
* | Try to match a fallback font if needed | Squibby | 2017-12-06 | 5 | -10/+75 |
* | Reject text files resembling TGA images | Bert Münnich | 2017-11-23 | 3 | -18/+26 |
* | Stable version 24 | Bert Münnich | 2017-10-27 | 2 | -2/+12 |
* | Fix navigating from last to previous image over invalid files | Bert Münnich | 2017-10-26 | 2 | -4/+5 |
* | Set LC_COLLATE for -r file list sorting | Bert Münnich | 2017-10-24 | 2 | -1/+4 |
* | List objs in Makefile not srcs | Bert Münnich | 2017-10-23 | 1 | -3/+2 |
* | Make clean removes all object files | Bert Münnich | 2017-10-23 | 1 | -2/+2 |
* | Always take {C,CPP,LD}FLAGS from environment | Bert Münnich | 2017-10-22 | 1 | -9/+9 |
* | Back to VPATH for out-of-source builds | Bert Münnich | 2017-10-19 | 1 | -6/+4 |
* | Addendum to 1ace4fb0 | Bert Münnich | 2017-10-19 | 1 | -3/+1 |
* | No more automatic dependency tracking | Bert Münnich | 2017-10-16 | 1 | -7/+3 |
* | No more config.mk | Bert Münnich | 2017-10-16 | 1 | -2/+0 |
* | Small refinements in Makefile | Bert Münnich | 2017-10-16 | 1 | -4/+4 |
* | 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 |