summaryrefslogtreecommitdiffstats
path: root/src/dialogs/stroke-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix 1777084bulia byak2007-08-201-0/+7
| | | (bzr r3545)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-271-3/+3
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* more unreffing temporary styles properlybulia byak2007-06-271-3/+3
| | | (bzr r3114)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+2
| | | (bzr r2723)
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-41/+60
| | | (bzr r2538)
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-58/+39
| | | | | rect handling, though) (bzr r2536)
* Disabling transientize callback - it's currently causing some data lossBryce Harrington2007-02-231-9/+11
| | | | | when switching between windows. (bzr r2419)
* When selecting 'none', the marker wasn't getting removed from the line.Bryce Harrington2007-02-231-30/+47
| | | | | This fixes that. (bzr r2418)
* Adjusting how items in the marker menu are selected, so the recentlyBryce Harrington2007-02-211-4/+2
| | | | | selected marker at the top of the menu shows as the selection. (bzr r2415)
* Fixes issue where a modified stock marker's preview image appears in theBryce Harrington2007-02-211-1/+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)
* Adding handler for switching documents, to regenerate the marker menusBryce Harrington2007-02-211-24/+24
| | | (bzr r2412)
* Completes fix for 980157. Markers in current document's defs is nowBryce Harrington2007-02-201-46/+87
| | | | | | | | | | | | shown in top of the marker dropdown menu. When you select a marker from the dropdown, all three menus are updated to show what you selected at the top. Note that to implement this, a marker cache is introduced, because otherwise the regeneration of the menus would be noticeably too slow. There is still a modest pause during the regeneration, but it's fairly reasonable on my machine. (bzr r2404)
* Moving cache management code from .h to .cpp.Bryce Harrington2007-02-201-17/+21
| | | | | 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-2/+1
| | | (bzr r2402)
* 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)