| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove superfluous #include from lpe-skeleton.h | Maximilian Albert | 2008-06-18 | 1 | -1/+0 | |
| | | | | (bzr r5974) | |||||
| * | Fix wrong descriptions | Maximilian Albert | 2008-06-18 | 1 | -3/+3 | |
| | | | | (bzr r5973) | |||||
| * | work in progress | Bob Jamison | 2008-06-17 | 2 | -5223/+7956 | |
| | | | | (bzr r5972) | |||||
| * | fix for 2geom change (pointAndDerivative) | Johan B. C. Engelen | 2008-06-17 | 1 | -1/+1 | |
| | | | | (bzr r5971) | |||||
| * | update 2geom | Johan B. C. Engelen | 2008-06-17 | 10 | -52/+95 | |
| | | | | (bzr r5970) | |||||
| * | * src/unicoderange.cpp: s/malloc.h/stdlib.h/to fix compile error on Mac OS X. | mjwybrow | 2008-06-17 | 1 | -1/+1 | |
| | | | | (bzr r5969) | |||||
| * | use 2geom method to calc boundingbox of shape | Johan B. C. Engelen | 2008-06-16 | 3 | -7/+15 | |
| | | | | (bzr r5968) | |||||
| * | add comment (original update code used exact bbox) | Johan B. C. Engelen | 2008-06-16 | 1 | -0/+2 | |
| | | | | (bzr r5967) | |||||
| * | have bbox calculation code use new helper/geom.cpp function. This makes it ↵ | Johan B. C. Engelen | 2008-06-16 | 1 | -5/+3 | |
| | | | | | | easier to optimize it later. (bzr r5966) | |||||
| * | add geom helper file. this will contain Inkscape specific geometry ↵ | Johan B. C. Engelen | 2008-06-16 | 3 | -0/+65 | |
| | | | | | | calculation methods that are not (yet, if ever) provided by lib2geom. (bzr r5965) | |||||
| * | Merge interfaces and element types | Bob Jamison | 2008-06-16 | 1 | -0/+6901 | |
| | | | | (bzr r5964) | |||||
| * | Activate automatic knotholders for LPE PointParams | Maximilian Albert | 2008-06-16 | 4 | -21/+22 | |
| | | | | (bzr r5963) | |||||
| * | Temporarily add shortcuts in pen context to activate some LPEs which need ↵ | Maximilian Albert | 2008-06-16 | 1 | -0/+35 | |
| | | | | | | path input. Will be removed soon when we have a UI for this. (bzr r5962) | |||||
| * | Address compile warning | Maximilian Albert | 2008-06-16 | 1 | -2/+2 | |
| | | | | (bzr r5961) | |||||
| * | New LPE: Angle bisector | Maximilian Albert | 2008-06-16 | 5 | -1/+235 | |
| | | | | (bzr r5960) | |||||
| * | New LPE: circle through 3 points | Maximilian Albert | 2008-06-16 | 5 | -1/+159 | |
| | | | | (bzr r5959) | |||||
| * | Separate function to put pen context into 'wait for LPE mouse clicks' mode | Maximilian Albert | 2008-06-16 | 2 | -0/+11 | |
| | | | | (bzr r5958) | |||||
| * | copy complete LPE stack to clipboard instead of only the current active lpe | Johan B. C. Engelen | 2008-06-16 | 1 | -5/+6 | |
| | | | | (bzr r5957) | |||||
| * | Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ↵ | Maximilian Albert | 2008-06-16 | 4 | -14/+8 | |
| | | | | | | flashing when LPE already provides a helperpath (bzr r5956) | |||||
| * | Second step: try to make helper curves respond faster (don't recreate/delete ↵ | Maximilian Albert | 2008-06-16 | 8 | -47/+48 | |
| | | | | | | the temporary canvasitems each time the selection is modified); better use of flash paths (bzr r5955) | |||||
| * | First step towards making helper paths for LPE items work better | Maximilian Albert | 2008-06-16 | 14 | -49/+144 | |
| | | | | (bzr r5954) | |||||
| * | minor tweak for portability. linux compile was broken | Bob Jamison | 2008-06-16 | 1 | -1/+4 | |
| | | | | (bzr r5953) | |||||
| * | don't use exact bbox in nr_arena_shape_update (speed-up) | Johan B. C. Engelen | 2008-06-16 | 1 | -2/+2 | |
| | | | | (bzr r5952) | |||||
| * | Fix nr_arena_shape_add_bboxes to what it was in the past. (the NPE was ↵ | Johan B. C. Engelen | 2008-06-16 | 1 | -13/+17 | |
| | | | | | | caused by wrong copypaste of me...) (bzr r5951) | |||||
| * | Fixed NPE | Jon A. Cruz | 2008-06-16 | 1 | -2/+4 | |
| | | | | (bzr r5950) | |||||
| * | UnicodeRange class implementation. | Felipe Corr??a da Silva Sanches | 2008-06-16 | 6 | -6/+123 | |
| | | | | | | | This class represents a range of unicode codepoints as used in the u1 and u2 attributes of glyph kerning nodes. (bzr r5949) | |||||
| * | new command: relink clone to copied object | bulia byak | 2008-06-15 | 7 | -2/+96 | |
| | | | | (bzr r5948) | |||||
| * | Extend the .inx RELAX NG schema to allow the appearance="minimal" option ↵ | Stephen Silver | 2008-06-15 | 1 | -0/+5 | |
| | | | | | | | | that Jon Cruz recently added. All .inx files now validate against the schema again. (bzr r5947) | |||||
| * | Format the .inx RELAX NG schema, to make it more readable, and to allow ↵ | Stephen Silver | 2008-06-15 | 1 | -3/+319 | |
| | | | | | | diffs against it to be comprehensible. (bzr r5946) | |||||
| * | Minor fix to conform to the .inx RELAX NG schema. | Stephen Silver | 2008-06-15 | 1 | -4/+4 | |
| | | | | (bzr r5945) | |||||
| * | Cmake: fix config.h not being found | Joshua L. Blocher | 2008-06-14 | 4 | -17/+2 | |
| | | | | (bzr r5944) | |||||
| * | Improve "can't find" error msg for pkgconfig | Bob Jamison | 2008-06-14 | 1 | -1/+5 | |
| | | | | (bzr r5943) | |||||
| * | patch 188381 for tolerance control on pencil | bulia byak | 2008-06-14 | 1 | -2/+115 | |
| | | | | (bzr r5942) | |||||
| * | Add SVGValue class | Bob Jamison | 2008-06-14 | 1 | -0/+86 | |
| | | | | (bzr r5941) | |||||
| * | experimental version without multiple inheritance | Bob Jamison | 2008-06-14 | 1 | -0/+3488 | |
| | | | | (bzr r5940) | |||||
| * | catch cases where LPE Spiro generates non-continuous paths | Johan B. C. Engelen | 2008-06-14 | 1 | -0/+21 | |
| | | | | (bzr r5939) | |||||
| * | put exception catch block around all doEffect calls. (so in SP_LPE_ITEM) | Johan B. C. Engelen | 2008-06-14 | 2 | -16/+13 | |
| | | | | (bzr r5938) | |||||
| * | fix typo in feed_path_to_cairo, potential bug | Johan B. C. Engelen | 2008-06-14 | 1 | -1/+1 | |
| | | | | (bzr r5937) | |||||
| * | 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) | |||||
| * | Win32 fix: set stdout to binary mode before writing a file to it | Stephen Silver | 2008-06-14 | 1 | -84/+87 | |
| | | | | (bzr r5933) | |||||
| * | Updated RU translation | Alexandre Prokoudine | 2008-06-14 | 1 | -4120/+2964 | |
| | | | | (bzr r5932) | |||||
| * | 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) | |||||
| * | Switched more extensions to minimal mode | Alexandre Prokoudine | 2008-06-14 | 3 | -7/+7 | |
| | | | | (bzr r5929) | |||||
| * | Fixed typos and wrong filename reference | Alexandre Prokoudine | 2008-06-14 | 3 | -19/+19 | |
| | | | | (bzr r5928) | |||||
| * | Added duplicate layer command. Fixes bug #171246. | Jon A. Cruz | 2008-06-14 | 6 | -14/+56 | |
| | | | | (bzr r5927) | |||||
| * | name update | bulia byak | 2008-06-14 | 1 | -2/+2 | |
| | | | | (bzr r5926) | |||||
| * | remove unused | bulia byak | 2008-06-14 | 5 | -65/+0 | |
| | | | | (bzr r5925) | |||||
