summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-3/+3
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-4/+4
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-6/+6
2010-03-29Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ...Jon A. Cruz1-1/+8
2010-03-27Phase 2 - remove duplicated code and leave a single copy of each function.Jon A. Cruz1-611/+1
2010-03-27Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit p...Jon A. Cruz1-202/+404
2010-03-23Update to reflect "swatch" gradients as being assumed to be shared.Jon A. Cruz1-1/+1
2010-03-22C++-ification of enums.Jon A. Cruz1-18/+18
2010-03-22C++-ification of paint selector.Jon A. Cruz1-20/+17
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-3/+4
2010-03-06New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz1-1/+7
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-17/+17
2009-08-05SPDocument->Documentjohnce1-17/+17
2009-06-03* [INTL:*] translator comments for all context strings addedIvan Mas??r1-0/+2
2009-05-12When selecting a path with markers but without a stroke, then one should be a...Diederik van Lierop1-3/+37
2009-03-06Zero page size, to accommodate stricter GTK+ API. Fixes bug #338196.Jon A. Cruz1-2/+2
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-1/+1
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-41/+41
2008-11-21Merge from fe-movedTed Gould1-15/+6
2008-10-27From trunkTed Gould1-2/+7
2008-10-11Merging from trunkTed Gould1-2/+2
2008-09-16fix leak of the arena and arenaitembulia byak1-0/+3
2008-08-09gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert1-434/+382
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-08-04NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen1-1/+1
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-2/+2
2008-03-10noop: Address constness warning.Peter Moulder1-16/+16
2007-12-04fix bug: mid and end markers showed previews from start markersbulia byak1-2/+4
2007-11-08warning cleanupJon A. Cruz1-48/+29
2007-09-25Initial support for icc color selection including CMYKJon A. Cruz1-4/+1
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz1-33/+50
2007-09-10Purged fill type enumJon A. Cruz1-10/+10
2007-08-20fix 1777084bulia byak1-0/+7
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak1-3/+3
2007-06-27more unreffing temporary styles properlybulia byak1-3/+3
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+2
2007-03-04adapt code to new Maybe/bbox regimeMenTaLguY1-41/+60
2007-03-04switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY1-58/+39
2007-02-23Disabling transientize callback - it's currently causing some data lossBryce Harrington1-9/+11
2007-02-23When selecting 'none', the marker wasn't getting removed from the line.Bryce Harrington1-30/+47
2007-02-21Adjusting how items in the marker menu are selected, so the recentlyBryce Harrington1-4/+2
2007-02-21Fixes issue where a modified stock marker's preview image appears in theBryce Harrington1-1/+2
2007-02-21Adding handler for switching documents, to regenerate the marker menusBryce Harrington1-24/+24
2007-02-20Completes fix for 980157. Markers in current document's defs is nowBryce Harrington1-46/+87
2007-02-20Moving cache management code from .h to .cpp.Bryce Harrington1-17/+21
2007-02-20Moving functions from svg_preview_cache.h to a new .cppBryce Harrington1-2/+1
2007-02-20Partial fix for bug 980157.Bryce Harrington1-61/+14
2007-01-10Only evaluate stock markers if the inkscape:stockid tag is actuallyBryce Harrington1-5/+7