index
:
forks/imv
master
Fork of imv, replacing icu with libgrapheme
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
loader.c
Age
Commit message (
Expand
)
Author
2016-02-08
Fix #78
Harry Jeffery
2016-01-14
Loading image data from standard input
Dmitrij D. Czarkoff
2016-01-13
Sort static functions
Dmitrij D. Czarkoff
2016-01-13
Declare static functions above all code
Dmitrij D. Czarkoff
2016-01-13
Remove "imv_loader_" prefix from static functions
Dmitrij D. Czarkoff
2016-01-13
In 'void *' functions return NULL instead of 0
Dmitrij D. Czarkoff
2016-01-13
Fix strict build on GCC
Harry Jeffery
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-10
Make imv_loader_get_image more informative
Harry Jeffery
2015-11-28
Improve cancellation responsiveness
Harry Jeffery
2015-11-28
Improve responsiveness by allowing bg threads to co-exist
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
Start performing loading in BG
Harry Jeffery
2015-11-19
Rename imv_image -> imv_loader to prepare for refactoring
Harry Jeffery