Age | Commit message (Expand) | Author |
2019-02-02 | Add libtiff backend | Harry Jeffery |
2019-01-31 | Add libjpeg-turbo backend | Harry Jeffery |
2019-01-29 | Make backends optional | Harry Jeffery |
2019-01-29 | Add rsvg backend | Harry Jeffery |
2019-01-29 | Support multiple backends | Harry Jeffery |
2017-11-25 | Don't duplicate license text in all source files | Harry Jeffery |
2017-11-23 | Add support for a basic config file | Harry Jeffery |
2017-06-06 | Switch to new implementation | Harry Jeffery |
2017-04-15 | Let commands take an arbitrary pointer | Harry Jeffery |
2017-04-14 | Fix command text input | Harry Jeffery |
2017-04-14 | Minor clean up of main.c | Harry Jeffery |
2017-04-14 | Move parse_args to end of main.c | Harry Jeffery |
2017-04-14 | Move some globals back to locals | Harry Jeffery |
2017-04-14 | Move rendering into its own function | Harry Jeffery |
2017-04-14 | Refactor navigator poll rate limiting | Harry Jeffery |
2017-04-14 | Move event handling into its own function | Harry Jeffery |
2017-04-14 | Refactor navigator to new style | Harry Jeffery |
2017-04-14 | Refactor viewport to new style | Harry Jeffery |
2017-04-14 | Refactor texture to new style | Harry Jeffery |
2017-04-14 | Refactor loader to new style | Harry Jeffery |
2017-04-14 | Let's not have imv_commands use hidden globals | Harry Jeffery |
2017-04-14 | Add some aliases | Harry Jeffery |
2017-04-14 | Add a rough command mode | Harry Jeffery |
2017-04-12 | Move basic functionality into commands | Harry Jeffery |
2017-03-06 | Add command 'X' to remove image from disk too | Nicolas Cornu |
2017-02-09 | Show image scale in window title | Mark Oteiza |
2016-12-28 | Store getopt() return in a signed variable | crasm |
2016-12-23 | Fix indentation error | Harry Jeffery |
2016-11-16 | Reset slideshow timer when image changed via 'x' | Harry Jeffery |
2016-10-23 | Simplify hex color parser | Dmitrij D. Czarkoff |
2016-10-20 | Cap playback delta-time to 100 ms | Harry Jeffery |
2016-09-27 | Fix GetWidth/GetHeight typo in main.c | Harry Jeffery |
2016-05-01 | Make imv_navigator_add() return an integer value | Dmitrij D. Czarkoff |
2016-04-29 | Fix uninitialized use of "last_time" | Dmitrij D. Czarkoff |
2016-04-29 | Use single buffer for title and overlay | Dmitrij D. Czarkoff |
2016-04-26 | Reimplement '-x' flag | Dmitrij D. Czarkoff |
2016-04-26 | Indent fix | Dmitrij D. Czarkoff |
2016-04-26 | Add vim modelines | Dmitrij D. Czarkoff |
2016-04-26 | Conditionally ignore key repeat | Dmitrij D. Czarkoff |
2016-04-25 | Make '+' work on all layouts | Dmitrij D. Czarkoff |
2016-04-02 | Add -x switch to exit imv when reaching end of file list. | Hannes Koerber |
2016-03-06 | Read file list from standard input continuosly | Dmitrij D. Czarkoff |
2016-02-08 | Remove tabs | Harry Jeffery |
2016-01-24 | Fix bug in slideshow timing | Harry Jeffery |
2016-01-16 | Add third scaling mode: best fit | Dmitrij D. Czarkoff |
2016-01-16 | Provide some feedback to users when no arguments are given | Harry Jeffery |
2016-01-16 | Trim usage information for -h | Harry Jeffery |
2016-01-14 | Loading image data from standard input | Dmitrij D. Czarkoff |
2016-01-13 | Use PATH_MAX for buffers holding paths | Dmitrij D. Czarkoff |
2016-01-01 | Include <limits.h> | Dmitrij D. Czarkoff |