Specify GTK version explicitly to shut GI up.
[automanga.git] / manga / reader.py
2016-01-03 Fredrik TolfSpecify GTK version explicitly to shut GI up.
2015-12-31 Fredrik TolfRaise slightly more helpful error on idpageget failure.
2015-11-16 Fredrik TolfInitial port of core code to Python3.
2015-11-15 Fredrik TolfFixed up GTK alignments.
2015-11-15 Fredrik TolfIgnore double errors from pixbuf-loader closing.
2015-11-15 Fredrik TolfInitial port to GIR and GTK 3.
2013-07-19 Fredrik TolfFixed pan bug when reallocating pageview.
2013-07-19 Fredrik TolfMake {,back}space pan between the edges of a zoomed...
2013-05-17 Fredrik TolfFixed progressbar bug.
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...