Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-28 | Remove names from file copyright headers | Harry Jeffery | |
2015-12-28 | Add checks for malloc(3) | Dmitrij D. Czarkoff | |
Exit(3) if memory allocation fails. | |||
2015-12-28 | Use stat(2) to monitor file changes | Dmitrij D. Czarkoff | |
Makes file monitoring in imv completely POSIX. | |||
2015-12-28 | Use realloc(3) for extending buffer | Dmitrij D. Czarkoff | |
It may save some CPU cycles if there is enough space to grow the array without copying memory chunks. Two side effects of the change: proper error checking added and dangerous memcpy(3) call removed. | |||
2015-12-08 | Refactor imv_navigator interface | Harry Jeffery | |
2015-11-28 | Fix memory corruption bug in imv_navigator_remove_path | Harry Jeffery | |
2015-11-28 | Load still images in the background | Harry Jeffery | |
2015-11-27 | add imv_navigator_remove_path function | Harry Jeffery | |
2015-11-20 | Remove unnecessary malloc casts | Harry Jeffery | |
2015-11-20 | Add support for -n PATH starting specifier | Harry Jeffery | |
Fixes #36 | |||
2015-11-13 | imv_navigator_set_path | Michal Koutenský | |
2015-11-12 | Relicence imv to GPLv2+ | Harry Jeffery | |
2015-11-11 | Update makefile to use a build directory | Harry Jeffery | |