summaryrefslogtreecommitdiffstats
path: root/src/unclump.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+4
A lot of header clean-up.
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-2/+2
2016-04-21minor warning cleanup.Jon A. Cruz1-2/+6
(bzr r14861)
2015-10-29static code analysisKris De Gussem1-5/+5
(bzr r14436)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-5/+5
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-17/+19
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-31/+26
change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
2014-09-27Update to experimental r13565Liam P. White1-0/+1
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-0/+1
GThread deprecation errors. (bzr r13341.1.190)
2012-10-04code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton1-9/+10
they are not used elsewhere. (bzr r11735)
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10659)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-2/+2
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen1-4/+4
item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
(bzr r10347.1.2)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-2/+2
(bzr r10067)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
(bzr r10025)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-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)
2010-03-02Cleanup on id access.Jon A. Cruz1-17/+17
(bzr r9127)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-0/+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)