summaryrefslogtreecommitdiff
path: root/src/gtk/screenshot.cc
AgeCommit message (Expand)AuthorFilesLines
2009-11-11If a screenshot is already in the cache of loaded images, actually use it ins...Daniel Burrows1-1/+9
2009-11-10Actually add the screenshot to its containing EventBox.Daniel Burrows1-0/+1
2009-11-10Remove an unnecessary call to image.show() in the screenshot code.Daniel Burrows1-1/+0
2009-11-09Make images not clickable by default.Daniel Burrows1-1/+2
2009-11-09Overhaul how download failures are handled, for better logging and so the ico...Daniel Burrows1-11/+48
2009-11-09Factor out the code to set up the "missing" icon.Daniel Burrows1-21/+15
2009-11-09Make the screenshot class always have a GdkWindow, and add support for displa...Daniel Burrows1-15/+51
2009-11-06Don't make screenshots self-show.Daniel Burrows1-1/+0
2009-11-05Add support for an EventBox-based screenshot wrapper that has support for act...Daniel Burrows1-0/+42
2009-11-05Use an intermediate method to process area updates of screenshots.Daniel Burrows1-1/+9
2009-11-05Use separate logging categories for the screenshot cache and the image widget.Daniel Burrows1-4/+4
2009-11-05Create a screenshot_key object that encapsulates the information needed to id...Daniel Burrows1-1/+1
2009-11-05Redesign how the screenshot object handles canceling downloads.Daniel Burrows1-65/+14
2009-11-05Add a first cut of a widget to actually display screenshots.Daniel Burrows1-0/+181