summaryrefslogtreecommitdiffstats
path: root/src/ui/cache/svg_preview_cache.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-1/+0
| | | (bzr r7332)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-7/+7
| | | (bzr r6561)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-4/+3
| | | (bzr r5149)
* warning cleanupJon A. Cruz2007-11-081-3/+3
| | | (bzr r4043)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
| | | (bzr r2472)
* Fixes issue where a modified stock marker's preview image appears in theBryce Harrington2007-02-211-4/+8
| | | | | | marker dropdown with the same preview image as the unmodified stock marker. This adds the source document's uri to the cache index. (bzr r2413)
* Moving cache management code from .h to .cpp.Bryce Harrington2007-02-201-0/+47
| | | | | Making the marker dropdowns static so they can be updated. (bzr r2403)
* Moving functions from svg_preview_cache.h to a new .cppBryce Harrington2007-02-201-0/+100
(bzr r2402)