| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added support for in-parameter in filter primitives | Niko Kiirala | 2007-05-29 | 12 | -27/+170 |
| | | | | (bzr r3041) | ||||
| * | Add auto gap filling for Paint Bucket and implement "safety valve" to ↵ | John Bintz | 2007-05-28 | 3 | -13/+96 |
| | | | | | | prevent runaway fill operations (bzr r3040) | ||||
| * | Remove a printf from style-test (added in r8425, apparently intended just ↵ | Peter Moulder | 2007-05-27 | 1 | -1/+0 |
| | | | | | | for debugging, though I haven't asked Ted). (bzr r3038) | ||||
| * | Handle snapping of nodes in sp_knot_handler. From now on the nodes of ↵ | Diederik van Lierop | 2007-05-24 | 3 | -54/+41 |
| | | | | | | transformed items will snap correctly. On top of that, we now only need a single call to the snapmanager. (bzr r3037) | ||||
| * | Clone Tiler: Change bbox calculation from the default APPROXIMATE_BBOX to ↵ | Peter Moulder | 2007-05-23 | 1 | -1/+7 |
| | | | | | | GEOMETRIC_BBOX, as requested in bug #1722238. (bzr r3036) | ||||
| * | Refactoring work for filter effects renderer initialization | Niko Kiirala | 2007-05-21 | 11 | -189/+266 |
| | | | | (bzr r3035) | ||||
| * | noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers. | Peter Moulder | 2007-05-20 | 3 | -24/+25 |
| | | | | (bzr r3032) | ||||
| * | doc | Peter Moulder | 2007-05-20 | 1 | -0/+2 |
| | | | | (bzr r3031) | ||||
| * | Applied Yossi's patch 1721693 for bugs 1718405, 1718934, and 1720822 | Bob Jamison | 2007-05-19 | 2 | -8/+55 |
| | | | | (bzr r3030) | ||||
| * | noop: Fix truncated vim modeline. | Peter Moulder | 2007-05-19 | 1 | -1/+2 |
| | | | | (bzr r3029) | ||||
| * | Apply Yossi's patch | Bob Jamison | 2007-05-18 | 1 | -39/+0 |
| | | | | (bzr r3028) | ||||
| * | Avoid a gtk g_critical message when building Document Properties dialog. | Peter Moulder | 2007-05-17 | 1 | -3/+3 |
| | | | | (bzr r3024) | ||||
| * | noop: Use G_N_ELEMENTS in attach_all callers instead of passing sizeof. | Peter Moulder | 2007-05-17 | 1 | -7/+7 |
| | | | | (bzr r3023) | ||||
| * | noop: Fix const usage/confusion. | Peter Moulder | 2007-05-17 | 1 | -9/+9 |
| | | | | (bzr r3022) | ||||
| * | CodingStyle: Use static for file-local function as per wiki CodingStyle ↵ | Peter Moulder | 2007-05-17 | 1 | -5/+1 |
| | | | | | | document. (I didn't notice the anonymous namespace wrapping.) (bzr r3021) | ||||
| * | doc: document a minor bug (or unexpected behaviour). | Peter Moulder | 2007-05-17 | 1 | -1/+3 |
| | | | | (bzr r3020) | ||||
| * | Fix a couple of unannotated transactions causing g_warning from ↵ | Peter Moulder | 2007-05-17 | 2 | -4/+4 |
| | | | | | | finish_incomplete_transaction. (Thanks to johanengelen for help with this.) (bzr r3019) | ||||
| * | Implement object-snapping for clones (see bug #1511260) | Diederik van Lierop | 2007-05-16 | 2 | -8/+30 |
| | | | | (bzr r3018) | ||||
| * | Fixed some feBlend rendering bugs | Niko Kiirala | 2007-05-16 | 1 | -27/+45 |
| | | | | (bzr r3017) | ||||
| * | Fix crash in sp-skeleton. | Johan B. C. Engelen | 2007-05-14 | 1 | -1/+1 |
| | | | | (bzr r3016) | ||||
| * | Added renderer support for feBlend filter effect | Niko Kiirala | 2007-05-14 | 9 | -14/+461 |
| | | | | (bzr r3015) | ||||
| * | Initial set of style test. Will uncomment as style code is fixed. | Jon A. Cruz | 2007-05-13 | 1 | -0/+63 |
| | | | | (bzr r3014) | ||||
| * | Correcting extraction of "url(...)" for paint | Jon A. Cruz | 2007-05-13 | 2 | -19/+96 |
| | | | | (bzr r3013) | ||||
| * | Cleaned up test doc creation | Jon A. Cruz | 2007-05-12 | 4 | -8/+4 |
| | | | | (bzr r3007) | ||||
| * | Fixed print specifier | Jon A. Cruz | 2007-05-12 | 1 | -1/+1 |
| | | | | (bzr r3006) | ||||
| * | Applied gorodish's patch 1714710 for bug 1709383. Passes the test. | Bob Jamison | 2007-05-11 | 1 | -6/+10 |
| | | | | (bzr r3002) | ||||
| * | Apply yfarjoun's one-line patch to remove any stroke from fill(), to ↵ | Bob Jamison | 2007-05-11 | 1 | -1/+1 |
| | | | | | | accomodate strokeless objects. Strokes are handled separately in stroke(). (bzr r3001) | ||||
| * | fixed fixme's in shapeeditor and changed verbs for node editting. helps with ↵ | Johan B. C. Engelen | 2007-05-11 | 5 | -59/+97 |
| | | | | | | multiple nodepath implementation in shape-editor. (bzr r3000) | ||||
| * | Fixing compile warnings | Jon A. Cruz | 2007-05-11 | 1 | -1/+1 |
| | | | | (bzr r2999) | ||||
| * | fixed crash when parameter viewbox=null in ↵ | Johan B. C. Engelen | 2007-05-10 | 1 | -2/+2 |
| | | | | | | nr_path_matrix_point_bbox_wind_distance (bzr r2998) | ||||
| * | add document to action events (when possible) | MenTaLguY | 2007-05-10 | 1 | -3/+5 |
| | | | | (bzr r2997) | ||||
| * | add document to action events | MenTaLguY | 2007-05-10 | 1 | -0/+6 |
| | | | | (bzr r2996) | ||||
| * | log inkscape version | MenTaLguY | 2007-05-10 | 1 | -1/+11 |
| | | | | (bzr r2995) | ||||
| * | add logging of basic display properties | MenTaLguY | 2007-05-10 | 4 | -0/+130 |
| | | | | (bzr r2994) | ||||
| * | really fix formatting this time | MenTaLguY | 2007-05-10 | 1 | -1/+3 |
| | | | | (bzr r2993) | ||||
| * | fix formatting | MenTaLguY | 2007-05-10 | 1 | -3/+3 |
| | | | | (bzr r2992) | ||||
| * | Explicit child events and formatted properties. | MenTaLguY | 2007-05-10 | 3 | -0/+24 |
| | | | | (bzr r2991) | ||||
| * | add configuration event type | MenTaLguY | 2007-05-10 | 2 | -0/+2 |
| | | | | (bzr r2990) | ||||
| * | add document serial numbers | MenTaLguY | 2007-05-10 | 4 | -0/+14 |
| | | | | (bzr r2989) | ||||
| * | make sure microseconds get the right number of decimal places | MenTaLguY | 2007-05-10 | 1 | -1/+1 |
| | | | | (bzr r2988) | ||||
| * | cairo ps output patch | theAdib | 2007-05-09 | 7 | -71/+358 |
| | | | | (bzr r2987) | ||||
| * | Added preference to allow for system toolbox size | Jon A. Cruz | 2007-05-08 | 4 | -3/+28 |
| | | | | (bzr r2985) | ||||
| * | committed patch #1713558 by John Faith. adds the definition of isinf for Mac ↵ | JiHO | 2007-05-07 | 1 | -0/+2 |
| | | | | | | OS 10.3. Should only affect this platform (bzr r2984) | ||||
| * | fix speeling of calligraphy tool verb name | MenTaLguY | 2007-05-06 | 1 | -1/+1 |
| | | | | (bzr r2982) | ||||
| * | remove description for privacy reasons, and allow nesting under commit | MenTaLguY | 2007-05-06 | 1 | -5/+3 |
| | | | | | | element (bzr r2981) | ||||
| * | allow nesting under verb events | MenTaLguY | 2007-05-06 | 1 | -1/+2 |
| | | | | (bzr r2980) | ||||
| * | instrument undo commits | MenTaLguY | 2007-05-06 | 1 | -0/+34 |
| | | | | (bzr r2979) | ||||
| * | instrument actions | MenTaLguY | 2007-05-06 | 1 | -0/+26 |
| | | | | (bzr r2978) | ||||
| * | add INTERACTION to filters in the environment variable | MenTaLguY | 2007-05-06 | 1 | -0/+1 |
| | | | | (bzr r2977) | ||||
| * | touch up logging infrastructure in preparation for interaction logging | MenTaLguY | 2007-05-06 | 5 | -1/+160 |
| | | | | (bzr r2976) | ||||
