summaryrefslogtreecommitdiffstats
path: root/src/ui/cache (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+1
| | | | | rather than for every subdirectory. (bzr r7336)
* 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-042-8/+8
| | | (bzr r6561)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-2/+1
| | | (bzr r6046)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-3/+3
| | | (bzr r5379)
* add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen2008-03-301-0/+4
| | | (bzr r5240)
* 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)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* 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-212-6/+10
| | | | | | 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-202-34/+53
| | | | | 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-204-68/+198
| | | (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)
* New dir for UI cache management codeBryce Harrington2007-02-181-0/+3
(bzr r2393)