summaryrefslogtreecommitdiffstats
path: root/src/ui/cache/svg_preview_cache.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-201-0/+1
| | | (bzr r11614)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-2/+8
| | | (bzr r10666)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-1/+1
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-9/+14
| | | (bzr r10347.1.21)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-1/+1
| | | (bzr r6561)
* Fixes issue where a modified stock marker's preview image appears in theBryce Harrington2007-02-211-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)
* Moving cache management code from .h to .cpp.Bryce Harrington2007-02-201-34/+6
| | | | | 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-68/+70
| | | (bzr r2402)
* Partial fix for bug 980157.Bryce Harrington2007-02-201-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)