summaryrefslogtreecommitdiffstats
path: root/src/graphlayout.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10659)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-3/+3
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Merge from trunkKrzysztof Kosi??ski2011-07-061-3/+4
|\ | | | | (bzr r10347.1.5)
| * compatibility for building with clang, this failed for 2 reasons.Campbell Barton2011-07-021-3/+4
| | | | | | | | | | | | | | | | - redefining the variable 'i' - the comparison between iterators didn't work. double checked this is the only use of shadowed 'i' so this has no functional changes. (bzr r10398)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
|/ | | (bzr r10347.1.2)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-2/+3
|\ | | | | (bzr r9945.1.1)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-2/+2
| | | | | | | | | | 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)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-0/+262
Also remove the obsolete IDL file stub. (bzr r9194)