summaryrefslogtreecommitdiffstats
path: root/src/dialogs/stroke-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Partial fix for bug 980157.Bryce Harrington2007-02-201-61/+14
| | | | | | | | | | 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)
* Only evaluate stock markers if the inkscape:stockid tag is actuallyBryce Harrington2007-01-101-5/+7
| | | | | | defined. Fixes bug 1631906. (bzr r2170)
* Fix 1516933 (text stroke crash inkscape)gustav_b2006-12-311-0/+3
| | | (bzr r2112)
* Marker menus now display custom markers in a document that are presentBryce Harrington2006-12-071-46/+73
| | | | | | | when the document is loaded. The menus won't update with new markers, though, and there's a couple other issues that need to be addressed before its 100% reliable. (bzr r2080)
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-061-1/+1
| | | (bzr r2077)
* Documenting all routines in stroke-style.cppBryce Harrington2006-11-271-8/+111
| | | (bzr r2043)
* undo annotationsbulia byak2006-10-101-10/+10
| | | (bzr r1793)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-9/+18
| | | (bzr r1315)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-2/+3
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-16/+16
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-1/+1
| | | (bzr r439)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1726
(bzr r1)