| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use 2geom types to calculate bounding box when updating arena shape | Johan B. C. Engelen | 2008-06-14 | 1 | -84/+39 |
| | | | | (bzr r5936) | ||||
| * | update 2geom | Johan B. C. Engelen | 2008-06-14 | 1 | -2/+2 |
| | | | | (bzr r5935) | ||||
| * | update 2geom, fixes includes | Johan B. C. Engelen | 2008-06-14 | 3 | -52/+6 |
| | | | | (bzr r5934) | ||||
| * | update 2geom | Johan B. C. Engelen | 2008-06-14 | 20 | -421/+652 |
| | | | | (bzr r5931) | ||||
| * | fixed another typo | Alexandre Prokoudine | 2008-06-14 | 1 | -2/+2 |
| | | | | (bzr r5930) | ||||
| * | Added duplicate layer command. Fixes bug #171246. | Jon A. Cruz | 2008-06-14 | 6 | -14/+56 |
| | | | | (bzr r5927) | ||||
| * | disable unused pdf-input-cairo | bulia byak | 2008-06-14 | 1 | -1/+1 |
| | | | | (bzr r5923) | ||||
| * | Added the ability to toggle a layer "solo". Fixes bug #171530. | Jon A. Cruz | 2008-06-13 | 5 | -3/+48 |
| | | | | (bzr r5922) | ||||
| * | Resolve ID clashes when importing files (fixes bug 168626). | Stephen Silver | 2008-06-13 | 1 | -3/+205 |
| | | | | (bzr r5921) | ||||
| * | Fixed preferences dialog to be usable on small screens, like on the Eee PC. | Jon A. Cruz | 2008-06-13 | 1 | -1/+6 |
| | | | | (bzr r5920) | ||||
| * | general rearrange and copyedit | bulia byak | 2008-06-13 | 2 | -77/+103 |
| | | | | (bzr r5919) | ||||
| * | add svg_write and read methods for Geom::Matrix | Johan B. C. Engelen | 2008-06-12 | 2 | -0/+31 |
| | | | | (bzr r5917) | ||||
| * | add commentary to some methods about 2geom replacements | Johan B. C. Engelen | 2008-06-12 | 1 | -2/+2 |
| | | | | (bzr r5916) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 61 | -193/+206 |
| | | | | (bzr r5915) | ||||
| * | update 2geom | Johan B. C. Engelen | 2008-06-12 | 1 | -0/+1 |
| | | | | (bzr r5914) | ||||
| * | Set DOM_STANDALONE | Bob Jamison | 2008-06-12 | 1 | -1/+1 |
| | | | | (bzr r5913) | ||||
| * | Missed two * -> Ptr conversions | Bob Jamison | 2008-06-12 | 1 | -10/+12 |
| | | | | (bzr r5912) | ||||
| * | LPE Enveloppe: return input path when xx and yy are both false | Johan B. C. Engelen | 2008-06-12 | 1 | -0/+3 |
| | | | | (bzr r5911) | ||||
| * | Fix to work with a changed api for 0.8.3's GfxFont::getNextChar(). many ↵ | Bob Jamison | 2008-06-12 | 1 | -0/+148 |
| | | | | | | thanks to <tsdgeos>. (bzr r5909) | ||||
| * | fix crash when ungrouping lpe paths | bulia byak | 2008-06-12 | 1 | -7/+9 |
| | | | | (bzr r5908) | ||||
| * | prevent crashing by not running prefs dialog when in command line mode | bulia byak | 2008-06-12 | 1 | -7/+16 |
| | | | | (bzr r5907) | ||||
| * | Fix bug: allow curved paths again when switching back from 'wait for path' ↵ | Maximilian Albert | 2008-06-12 | 1 | -4/+3 |
| | | | | | | mode in pen context (bzr r5906) | ||||
| * | whitespace | Maximilian Albert | 2008-06-12 | 5 | -8/+8 |
| | | | | (bzr r5905) | ||||
| * | When expecting mouse clicks for a LPE in pen context, don't concatenate with ↵ | Maximilian Albert | 2008-06-12 | 3 | -33/+44 |
| | | | | | | or continue existing paths (bzr r5904) | ||||
| * | More infrastructure to have waiting LPEs that are freshly created and ↵ | Maximilian Albert | 2008-06-12 | 4 | -8/+16 |
| | | | | | | applied to yet-to-be-drawn paths (bzr r5903) | ||||
| * | Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait ↵ | Maximilian Albert | 2008-06-12 | 7 | -24/+97 |
| | | | | | | for parameter path' mode; make LPEMirrorReflect use this to let the user specify the mirroring line (bzr r5902) | ||||
| * | Pen context can now wait for a specified number of clicks and finish the ↵ | Maximilian Albert | 2008-06-12 | 2 | -3/+34 |
| | | | | | | path afterwards; together with the new polylines mode this will be used to pass paths as arguments to LPEs (bzr r5901) | ||||
| * | Remove obsolete variable 'onlycurves' from pen-context.(h|cpp) | Maximilian Albert | 2008-06-12 | 2 | -3/+1 |
| | | | | (bzr r5900) | ||||
| * | New 'polylines only' mode in pen context; to be used later when LPEs are ↵ | Maximilian Albert | 2008-06-12 | 2 | -4/+17 |
| | | | | | | waiting for mouse input (bzr r5899) | ||||
| * | Committing fixed patch for autosave. Fixes bug #171092. | Jon A. Cruz | 2008-06-12 | 5 | -0/+200 |
| | | | | (bzr r5898) | ||||
| * | Fixed uninitialized variables, including modified-since-save. | Jon A. Cruz | 2008-06-12 | 2 | -27/+24 |
| | | | | (bzr r5897) | ||||
| * | patch 185522 | bulia byak | 2008-06-12 | 1 | -7/+8 |
| | | | | (bzr r5896) | ||||
| * | Cmake: Fix Dependencies with multiple include directories. | Joshua L. Blocher | 2008-06-12 | 1 | -0/+2 |
| | | | | (bzr r5894) | ||||
| * | patch 181692 | bulia byak | 2008-06-12 | 2 | -2/+12 |
| | | | | (bzr r5893) | ||||
| * | Add interface enumerations to element enumerations | Bob Jamison | 2008-06-11 | 2 | -94/+212 |
| | | | | (bzr r5891) | ||||
| * | fix crashing on additional data dialog when running input or effect ↵ | bulia byak | 2008-06-11 | 1 | -1/+4 |
| | | | | | | extension from command line (bzr r5890) | ||||
| * | fix bug #239092 | MenTaLguY | 2008-06-11 | 1 | -2/+2 |
| | | | | (bzr r5886) | ||||
| * | re-enable assertions | MenTaLguY | 2008-06-11 | 1 | -2/+2 |
| | | | | (bzr r5885) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 77 | -362/+313 |
| | | | | (bzr r5884) | ||||
| * | handle PI nodes | MenTaLguY | 2008-06-11 | 1 | -0/+3 |
| | | | | (bzr r5882) | ||||
| * | use object's document | MenTaLguY | 2008-06-11 | 1 | -4/+2 |
| | | | | (bzr r5881) | ||||
| * | Remove any baseProfile attribute, as we don't respect it. (See bug 166958.) | Stephen Silver | 2008-06-11 | 1 | -0/+3 |
| | | | | (bzr r5879) | ||||
| * | Back out the `document != NULL' assertions added to SimpleNode constructors ↵ | Peter Moulder | 2008-06-11 | 1 | -2/+2 |
| | | | | | | in r18847 (see https://bugs.launchpad.net/inkscape/+bug/239101). (bzr r5878) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-06-11 | 4 | -7/+7 |
| | | | | (bzr r5877) | ||||
| * | New LPE: Mirror reflection | Maximilian Albert | 2008-06-10 | 5 | -3/+159 |
| | | | | (bzr r5875) | ||||
| * | Get rid of get_bpath() in lpe-tangent_to_curve.cpp | Maximilian Albert | 2008-06-10 | 1 | -3/+2 |
| | | | | (bzr r5874) | ||||
| * | Don't convert path to straight line for LPE perpendicular bisector | Maximilian Albert | 2008-06-10 | 1 | -0/+2 |
| | | | | (bzr r5873) | ||||
| * | Make broken doOnApply() for LPEs work again | Maximilian Albert | 2008-06-10 | 1 | -0/+2 |
| | | | | (bzr r5872) | ||||
| * | Remove debugging messages | Maximilian Albert | 2008-06-10 | 1 | -5/+0 |
| | | | | (bzr r5871) | ||||
| * | Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed | Maximilian Albert | 2008-06-10 | 7 | -42/+26 |
| | | | | (bzr r5870) | ||||
