summaryrefslogtreecommitdiffstats
path: root/src/dialogs/unclump.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-388/+0
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-1/+0
(bzr r7045)
2008-11-21Merge from fe-movedTed Gould1-10/+18
(bzr r6891)
2008-10-11Merging from trunkTed Gould1-2/+2
(bzr r6884)
2008-09-18Yet another NR ==> Geom changeMaximilian Albert1-70/+70
(bzr r6840)
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-6/+6
(bzr r6593)
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
(bzr r6569)
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-4/+4
(bzr r5915)
2007-03-18add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY1-0/+1
from mellum (Falk Hueffner) (bzr r2696)
2007-03-04adapt code to new Maybe/bbox regimeMenTaLguY1-7/+16
(bzr r2538)
2007-03-04switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY1-2/+2
rect handling, though) (bzr r2536)