Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-16 | Trim usage information for -h | Harry Jeffery | |
2016-01-14 | Loading image data from standard input | Dmitrij D. Czarkoff | |
This commit changes processing of arguments: * When called without arguments (with or without flags), imv reads list of files from standard input. * When called with "-" among arguments, read image data from standard input. | |||
2016-01-13 | Use PATH_MAX for buffers holding paths | Dmitrij D. Czarkoff | |
2016-01-01 | Include <limits.h> | Dmitrij D. Czarkoff | |
2015-12-30 | Reduce amount of stat(2) calls | Dmitrij D. Czarkoff | |
Add 8-bit variable that is passed to imv_navigator_poll_changed(). Decrement it on each run of main loop. When it gets to 0, call stat(2). | |||
2015-12-30 | Allow fractional slideshow timeout | Dmitrij D. Czarkoff | |
Accept slideshow timeout expressed as fractional numbers. It is intentionally lax, so that arguments like ".1" or "5." are accepted and give no surprises. | |||
2015-12-28 | Hide functions that are not exposed via headers | Dmitrij D. Czarkoff | |
2015-12-28 | Remove names from file copyright headers | Harry Jeffery | |
2015-12-28 | Use stat(2) to monitor file changes | Dmitrij D. Czarkoff | |
Makes file monitoring in imv completely POSIX. | |||
2015-12-26 | Improve readability of g_options | Harry Jeffery | |
The default options block was getting quite ridiculous to try and read. Let's improve the readability. | |||
2015-12-26 | Merge pull request #62 from czarkoff/font | Harry Jeffery | |
Use default font | |||
2015-12-25 | Document default font change in help text | Dmitrij D. Czarkoff | |
2015-12-25 | Use default font | Dmitrij D. Czarkoff | |
"Monospace" is a font name reserved for default monospace font, which is supposed to be set to particular font user prefers. | |||
2015-12-25 | Don't use "stdin" variable name | Dmitrij D. Czarkoff | |
At least on OpenBSD stdin, stdout and stderr are macros, and thus they are expanded before compilation. | |||
2015-12-10 | don't create chequered bg if its not used | Aleksandra Kosiacka | |
fixes #40 | |||
2015-12-10 | hide mouse on key press | Aleksandra Kosiacka | |
fixes #37 | |||
2015-12-10 | Add support for reloading files | Jose Diez | |
Closes #8. | |||
2015-12-10 | Move text rendering into a util function | Harry Jeffery | |
2015-12-10 | Make imv_loader_get_image more informative | Harry Jeffery | |
2015-12-10 | Clean up redraw logic | Harry Jeffery | |
2015-12-10 | add -l option for listing all open images on exit | Aleksandra Kosiacka | |
fixes #43 | |||
2015-12-09 | Add slideshow option. | Hannes Koerber | |
2015-12-08 | Refactor imv_navigator interface | Harry Jeffery | |
2015-12-07 | Permit falling back to software renderer | Harry Jeffery | |
2015-12-04 | Handle null window/renderer gracefully | Harry Jeffery | |
2015-11-30 | Comment main.c more thoroughly | Harry Jeffery | |
2015-11-28 | Clean up overlays on exit | Harry Jeffery | |
2015-11-28 | Don't use a possibly NULL current_path | Harry Jeffery | |
2015-11-28 | Use correct free function for SDL_Surface | Harry Jeffery | |
2015-11-28 | Resume playback on image change | Harry Jeffery | |
2015-11-28 | Remove unused parameter | Harry Jeffery | |
2015-11-28 | Move utility functions from main.c to util.c | Harry Jeffery | |
2015-11-28 | Reintroduce text overlay | Harry Jeffery | |
2015-11-28 | Hack image changing logic back into shape | Harry Jeffery | |
2015-11-28 | Fix pausing | Harry Jeffery | |
2015-11-28 | Implement background frame loading | Harry Jeffery | |
2015-11-28 | Add some infrastructure for gif playback | Harry Jeffery | |
2015-11-28 | Load still images in the background | Harry Jeffery | |
2015-11-27 | Retrive viewport image dimensions from texture, not loader | Harry Jeffery | |
2015-11-20 | Add support for -n PATH starting specifier | Harry Jeffery | |
Fixes #36 | |||
2015-11-19 | Rename imv_image -> imv_loader to prepare for refactoring | Harry Jeffery | |
2015-11-19 | Use fontconfig to search for fonts | Harry Jeffery | |
2015-11-19 | Don't recommend -i in documentation | Harry Jeffery | |
2015-11-17 | Add an overlay option '-d'. | Harry Jeffery | |
TODO: The font needs to be configurable with an option. Refs #35 | |||
2015-11-16 | Support upper-case hex | Harry Jeffery | |
Fixes #32 | |||
2015-11-14 | Rework zooming | Harry Jeffery | |
2015-11-14 | Add -u option for nearest neighbour resampling | Harry Jeffery | |
2015-11-14 | Add -b option to set background | Harry Jeffery | |
2015-11-14 | Add support for chequered/colored backgrounds | Harry Jeffery | |
2015-11-13 | Remove obsolete 's' hotkey | Harry Jeffery | |