index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gtk
/
screenshot_cache.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-21
Rename the log4cxx namespace to logging.
Daniel Burrows
1
-1
/
+1
2009-11-20
Be paranoid about the fact that some architectures think file offsets are sig...
Daniel Burrows
1
-7
/
+10
2009-11-14
Eliminate accesses to freed memory when a callback destroyed the object conta...
Daniel Burrows
1
-0
/
+28
2009-11-13
More informative logging when a weak screenshot cache entry is revived.
Daniel Burrows
1
-1
/
+2
2009-11-13
Modify all the places where weak pointers are changed to strong pointers to u...
Daniel Burrows
1
-3
/
+3
2009-11-12
Rename the screenshot cache size configuration option.
Daniel Burrows
1
-1
/
+1
2009-11-12
Log when a screenshot cache entry is destroyed, to help debug whether entries...
Daniel Burrows
1
-0
/
+3
2009-11-11
Subject-verb agreement in a comment.
Daniel Burrows
1
-1
/
+1
2009-11-11
Downgrade a log message for a situation that turns out to be OK from WARN to ...
Daniel Burrows
1
-4
/
+4
2009-11-11
Don't zero out the size of screenshots that are evicted from the cache.
Daniel Burrows
1
-3
/
+0
2009-11-11
When returning entries from the weak cache, don't connect up their signals ag...
Daniel Burrows
1
-0
/
+5
2009-11-11
Log a message when we can't find a weak cache entry.
Daniel Burrows
1
-1
/
+5
2009-11-11
Don't crash when logging a message about dropping a weak entry from the cache.
Daniel Burrows
1
-1
/
+1
2009-11-11
Log useful information about the computed size of a screenshot.
Daniel Burrows
1
-1
/
+11
2009-11-11
Ensure that we catch changes to the amount of cached pixbuf data caused by no...
Daniel Burrows
1
-0
/
+4
2009-11-11
Instead of connecting area_prepared to both a cache entry's area_prepared() m...
Daniel Burrows
1
-2
/
+7
2009-11-11
When an entry is returned from screenshot_cache::find(), move it to the end o...
Daniel Burrows
1
-1
/
+12
2009-11-11
Fix update_entry_size() to only update the entry's size if it's still in the ...
Daniel Burrows
1
-11
/
+11
2009-11-10
Add theoretical support for holding weak pointers to stuff that was evicted f...
Daniel Burrows
1
-3
/
+95
2009-11-10
Use a key extractor for the package name -> screenshot mapping, so we don't h...
Daniel Burrows
1
-26
/
+8
2009-11-05
Don't create an initial pixbuf loader; wait till we get a partial download.
Daniel Burrows
1
-1
/
+1
2009-11-05
Slightly more idiomatic test for a missing pixbuf loader.
Daniel Burrows
1
-1
/
+1
2009-11-05
More logging of incremental loads.
Daniel Burrows
1
-0
/
+3
2009-11-05
Better logging around incremental loading of screenshots.
Daniel Burrows
1
-0
/
+4
2009-11-05
Fix the order of arguments to lseek64.
Daniel Burrows
1
-1
/
+1
2009-11-05
Log when we decide not to try incremental loading.
Daniel Burrows
1
-0
/
+7
2009-11-05
Fix the signature of screenshot_cache_entry::partial_download so it actually ...
Daniel Burrows
1
-4
/
+5
2009-11-05
Add more copious logging of download events on screenshots.
Daniel Burrows
1
-0
/
+10
2009-11-05
Use separate logging categories for the screenshot cache and the image widget.
Daniel Burrows
1
-25
/
+25
2009-11-05
Create a screenshot_key object that encapsulates the information needed to id...
Daniel Burrows
1
-77
/
+35
2009-11-05
Actually add entries into the screenshot cache and return previously existing...
Daniel Burrows
1
-7
/
+28
2009-11-05
Log a message when a new image has been loaded for a screenshot.
Daniel Burrows
1
-0
/
+4
2009-11-05
Cleanly handle errors from Gdk::PixbufLoader::close().
Daniel Burrows
1
-3
/
+43
2009-11-05
Don't erase invalid iterators when dropping screenshots from the cache.
Daniel Burrows
1
-1
/
+1
2009-11-04
Don't start the download in the constructor of screenshot cache entries, so t...
Daniel Burrows
1
-0
/
+12
2009-11-04
Make sure to always close() the PixbufLoader when we're done with it; GTK+ do...
Daniel Burrows
1
-0
/
+15
2009-11-04
Add definitions of some missing members of screenshot_cache.
Daniel Burrows
1
-0
/
+3
2009-11-04
Move ~cached_screenshot() into the .cc file, since it can't be inlined anyway.
Daniel Burrows
1
-0
/
+4
2009-11-04
Implement gui::get_screenshot().
Daniel Burrows
1
-0
/
+6
2009-11-04
Initial implementation of code to download screenshots from the GUI.
Daniel Burrows
1
-0
/
+643