Always close the pixbufloader.
[automanga.git] / manga / reader.py
2013-05-17 Fredrik TolfAlways close the pixbufloader.
2013-05-15 Fredrik TolfUse a PixbufLoader to load image data.
2013-05-15 Fredrik TolfSave current zoom mode.
2013-05-15 Fredrik TolfChanged profile interface a bit.
2013-05-13 Fredrik TolfAdded page refresh(/retry) feature.
2013-05-12 Fredrik TolfKeep track of current page in the profile.
2013-05-11 Fredrik TolfChanged the reader threading model to do callbacks...
2013-05-11 Fredrik TolfFixed a couple of minor reader issues.
2013-05-11 Fredrik TolfAdded page selection comboboxes.
2013-05-11 Fredrik TolfAbstracted common parts of various background processes.
2013-05-11 Fredrik TolfDisplay progress of preloading.
2013-05-11 Fredrik TolfImplemented somewhat proper background-fetching of...
2013-05-11 Fredrik TolfCall gtk.main_quit in reader.quit.
2013-05-11 Fredrik TolfMoved the mangaview functionality directly into the...
2013-05-11 Fredrik TolfAdded initial reader interface, with zooming and pannin...