summaryrefslogtreecommitdiffstats
path: root/src/unclump.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-6/+6
| | | | | 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)
* Cleanup on id access.Jon A. Cruz2010-03-021-17/+17
| | | (bzr r9127)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+388
should be. Build libinkscape.a - should reduce link time. (bzr r7337)