summaryrefslogtreecommitdiffstats
path: root/src/sp-clippath.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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)
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-4/+4
| | | | | | (bzr r9508.1.47)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-1/+0
|/ | | (bzr r9508.1.45)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8404)
* gcc warning cleanup:Felipe Corr??a da Silva Sanches2009-02-081-2/+2
| | | | | | warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251)
* NR -> 2Geom, more h and cpp filesJoshua L. Blocher2008-12-051-5/+5
| | | (bzr r6952)
* Merging from trunkTed Gould2008-10-111-2/+3
| | | (bzr r6884)
* remove extra unref; now ref/unref is done by show/hide; this used to stop ↵bulia byak2008-09-161-2/+0
| | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-8/+6
| | | (bzr r5149)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+2
| | | (bzr r4629)
* Warning cleanupJon A. Cruz2007-11-041-10/+10
| | | (bzr r4025)
* pass the geometric bbox flag when taking bbox for clipping; unfortunately ↵bulia byak2007-07-281-2/+2
| | | | | this still does not fix the clip-by-clone crash, now it crashes in the show method instead of bbox... (bzr r3333)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-2/+4
| | | | | create methods to match DOM (bzr r2253)
* rewrote sp_clippath_get_bbox correctly to fix 1455885bulia byak2006-03-221-6/+18
| | | (bzr r272)
* Mask/Clippath transformations on masking/unmaskingAndrius Ramanauskas2006-03-221-2/+8
| | | (bzr r269)
* patch by Andrius R. for (un)clip and (un)mask commandsbulia byak2006-03-191-0/+22
| | | (bzr r263)
* coding stylebulia byak2006-03-161-73/+36
| | | (bzr r255)
* add a method to get bbox of a clippath, fix the update-while-update warningsbulia byak2006-02-061-1/+11
| | | (bzr r98)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+408
(bzr r1)