summaryrefslogtreecommitdiffstats
path: root/src/ui/cache/svg_preview_cache.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2012-08-20Fix for 165865 : markers must take object's stroke colorJohn Smith1-0/+1
(bzr r11614)
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-2/+8
(bzr r10666)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-1/+1
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-9/+14
(bzr r10347.1.21)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2008-08-04NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen1-1/+1
(bzr r6561)
2007-02-21Fixes issue where a modified stock marker's preview image appears in theBryce Harrington1-2/+2
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)
2007-02-20Moving cache management code from .h to .cpp.Bryce Harrington1-34/+6
Making the marker dropdowns static so they can be updated. (bzr r2403)
2007-02-20Moving functions from svg_preview_cache.h to a new .cppBryce Harrington1-68/+70
(bzr r2402)
2007-02-20Partial fix for bug 980157.Bryce Harrington1-0/+78
This commit disables the code that prevents stock markers from appearing at the top of the marker menu, as discussed in the bug report. Additionally, this patch factors out the pixmap rendering code, which is nearly identical to the rendering code in icon.cpp (and perhaps elsewhere). (bzr r2401)