summaryrefslogtreecommitdiffstats
path: root/src/helper/stock-items.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cppcheck: Fix a couple of leaksAlex Valavanis2012-10-281-0/+1
| | | (bzr r11845)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-1/+1
| | | (bzr r11736)
* Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-201-4/+8
| | | (bzr r11614)
* Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵John Smith2012-08-041-1/+3
| | | | | after reloading the file (bzr r11588)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+3
| | | (bzr r11030)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-4/+4
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-11/+11
| | | (bzr r10067)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-24/+18
|\ | | | | (bzr r9945.1.1)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-3/+3
| | | | | | (bzr r9546.1.4)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-8/+8
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-5/+5
|/ | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-1/+1
| | | (bzr r9169)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-11/+11
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-11/+11
| | | (bzr r8405)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-3/+6
| | | (bzr r2723)
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-061-1/+1
| | | (bzr r2077)
* Added CREATE v0.1 support for gradients/swatches/patternsJoshua L. Blocher2006-04-281-0/+12
| | | (bzr r601)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-2/+2
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+267
(bzr r1)