| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | for bbox calculation, disable call to Path::Coalesce (Bug 906952) | Alvin Penner | 2012-01-04 | 1 | -3/+7 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r10835) | |||||
| * | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -2/+2 | |
| | | | | (bzr r10830) | |||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+2 | |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -1/+1 | |
| | | | | | | | | 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) | |||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -4/+9 | |
| |\ | | | | | (bzr r9508.1.89) | |||||
| | * | Fix crashes on empty marker definitions. | Johan B. C. Engelen | 2011-05-01 | 1 | -1/+6 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/774834 (bzr r10195) | |||||
| | * | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2011-04-17 | 1 | -3/+3 | |
| | | | | | | | | | | | change Preferences > Steps to this new widget (bzr r10177) | |||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -117/+172 | |
| |\| | | | | | (bzr r9508.1.73) | |||||
| | * | add curve before LPE to SPShape. this is useful for helperpath display. It ↵ | Johan B. C. Engelen | 2011-04-01 | 1 | -21/+54 | |
| | | | | | | | | | | | | | | | | | was inspired from fixing bug 407008 Fixed bugs: - https://launchpad.net/bugs/407008 (bzr r10142) | |||||
| | * | Linked Offset. Merge branch lp:~ado-papas/inkscape/bug_167419 (Bug #167419, ↵ | Nicolas Dufour | 2011-03-17 | 1 | -5/+2 | |
| | | | | | | | | | | | Bug #184341, Bug #239430). (bzr r10109) | |||||
| | * | Allow for item groups in marker definitions when calculating the path outline. | Johan B. C. Engelen | 2011-03-12 | 1 | -11/+30 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/733010 (bzr r10098) | |||||
| | * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 1 | -58/+64 | |
| | | | | | | | (bzr r10066) | |||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -24/+24 | |
| | | | | | | | (bzr r10025) | |||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -57/+61 | |
| |\| | | | | | (bzr r9508.1.72) | |||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -57/+61 | |
| | |\ | | | | | | | (bzr r9945.1.1) | |||||
| | | * | SPShape c++ified to the extent it was possible and more changes done for XML ↵ | Abhishek Sharma Public | 2010-07-14 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7) | |||||
| | | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5) | |||||
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | |||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -19/+19 | |
| | | | | | | | | | | | | | | | | 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) | |||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -9/+16 | |
| |\| | | | | | | | | (bzr r9508.1.70) | |||||
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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) | |||||
| | * | | Don't try displaying markers for completely empty paths, fixes crash. | Johan B. C. Engelen | 2010-10-23 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/511577 (bzr r9843) | |||||
| | * | | fix bug where bbox is calculated wrong for paths with markers when the path ↵ | Johan B. C. Engelen | 2010-08-29 | 1 | -8/+7 | |
| | |/ | | | | | | | | | | | | | | | has a transform applied. the transform was applied twice (sp_shape_marker_get_transform_at_start already takes care of rotation and translation, and scale is taken care of by item_outline call within item_outline_add_marker) Fixed bugs: - https://launchpad.net/bugs/624775 (bzr r9731) | |||||
| * / | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -1/+0 | |
| |/ | | | (bzr r9508.1.47) | |||||
| * | * improve boundingbox calculation: include strokecaps. | Johan B. C. Engelen | 2010-04-10 | 1 | -0/+244 | |
| | | | | | | * increasing boundingbox calculation precision for selection to marker, selection to pattern and fit canvas to selection (bzr r9307) | |||||
| * | Patch for 456148 by Johan | Josh Andler | 2009-11-08 | 1 | -22/+44 | |
| | | | | (bzr r8825) | |||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 | |
| | | | | | | which cannot be fixed easily. (bzr r8422) | |||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 | |
| | | | | (bzr r8404) | |||||
| * | fix simplify, combine, break for LPE paths | bulia byak | 2009-03-29 | 1 | -3/+3 | |
| | | | | (bzr r7586) | |||||
| * | Allow path exclusion to work on an arbitrary number of paths. Fixes bug | Krzysztof Kosi??ski | 2009-02-26 | 1 | -5/+4 | |
| | | | | | | #335110. (bzr r7381) | |||||
| * | make 'marker' property work (shorthand for start, mid and end markers); ↵ | Johan B. C. Engelen | 2009-01-02 | 1 | -34/+40 | |
| | | | | | | inkscape now passes svg testsuite painting-marker-03-f.svg (bzr r7061) | |||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -9/+9 | |
| | | | | (bzr r7032) | |||||
| * | fix bug #166937 (with viewBox, simplify oversimplifies) | Thomas Holder | 2008-12-19 | 1 | -0/+3 | |
| | | | | (bzr r7014) | |||||
| * | * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by | Thomas Holder | 2008-12-16 | 1 | -5/+5 | |
| | | | | | | | | | | | | | sp_item_i2doc_affine or sp_item_i2d_affine respectively * remove sp_root_bbox, root->c2p was considered in the wrong place there * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root node, because <svg> node does not have a transform attribute * fix style scaling for boolean operations (with viewBox) * fix zoom to fit drawing (with viewBox) * fix export area size for "export drawing" (with viewBox) * fix simultaneous movement of clone + original (with viewBox) (bzr r7010) | |||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+2 | |
| | | | | (bzr r6891) | |||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -66/+68 | |
| | | | | (bzr r6885) | |||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -2/+2 | |
| | | | | (bzr r6884) | |||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -13/+14 | |
| | | | | (bzr r6839) | |||||
| * | remove unused include files and methods | Johan B. C. Engelen | 2008-08-31 | 1 | -64/+0 | |
| | | | | (bzr r6738) | |||||
| * | Fix for Bug 238113 (preserve title/desc for various Inkscape operations) | Jeff Schiller | 2008-08-24 | 1 | -7/+50 | |
| | | | | (bzr r6712) | |||||
| * | Eliminate more of SP_ACTIVE_DESKTOP | Maximilian Albert | 2008-08-15 | 1 | -60/+48 | |
| | | | | (bzr r6633) | |||||
| * | fix marker behavior for moveto-only paths | Johan B. C. Engelen | 2008-08-08 | 1 | -3/+12 | |
| | | | | (bzr r6596) | |||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -5/+5 | |
| | | | | (bzr r6593) | |||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -3/+3 | |
| | | | | (bzr r6569) | |||||
| * | Refactoring the object-snapper to use 2geom paths | Diederik van Lierop | 2008-08-03 | 1 | -48/+25 | |
| | | | | (bzr r6552) | |||||
| * | convert path to linears and cubics only before creating outline. (workaround ↵ | Johan B. C. Engelen | 2008-08-03 | 1 | -2/+9 | |
| | | | | | | for a bug in livarot) (bzr r6548) | |||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -4/+1 | |
| | | | | (bzr r6540) | |||||
| * | fix 253915: do not use style attr, only SPStyle | bulia byak | 2008-08-01 | 1 | -26/+12 | |
| | | | | (bzr r6518) | |||||
| * | Implement snapping of clipping paths and masks | Diederik van Lierop | 2008-07-21 | 1 | -10/+12 | |
| | | | | (bzr r6386) | |||||
