| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -1/+0 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -0/+1 |
| | | | | (bzr r6885) | ||||
| * | Snap to intersections of any kind of path (were we previously only could ↵ | Diederik van Lierop | 2008-08-08 | 1 | -1/+1 |
| | | | | | | snap to intersections of line-segments) (bzr r6597) | ||||
| * | initial handling of <script> tag | Felipe Corr??a da Silva Sanches | 2008-07-22 | 1 | -0/+1 |
| | | | | | | | | | Some people develope SVG files that contain javascript. We should not erase their script nodes! Also, we could develop a scripting IDE in inkscape. Look at http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE (bzr r6391) | ||||
| * | * implemented handling of font-style, font-variant, font-weight, and | Felipe Corr??a da Silva Sanches | 2008-05-12 | 1 | -7/+7 |
| | | | | | | | | font-stretch attributes on font-face tags * fixed typo on v-ideographic attribute on attributes.cpp * fixed typo on src/sp-font-face.h (bzr r5652) | ||||
| * | Next steps in implementing the snapping indicator | Diederik van Lierop | 2008-05-04 | 1 | -0/+1 |
| | | | | (bzr r5600) | ||||
| * | Snap to page border | Diederik van Lierop | 2008-03-12 | 1 | -0/+1 |
| | | | | (bzr r5059) | ||||
| * | Fixed run-time error | Jon A. Cruz | 2008-02-27 | 1 | -4/+4 |
| | | | | (bzr r4877) | ||||
| * | more boilerplate for SVGFonts | Felipe Corr??a da Silva Sanches | 2008-02-27 | 1 | -0/+50 |
| | | | | (bzr r4872) | ||||
| * | more SVGFonts boilerplate code | Felipe Corr??a da Silva Sanches | 2008-02-26 | 1 | -0/+8 |
| | | | | (bzr r4867) | ||||
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392) | ||||
| * | glib/gtestutils.h is not available on gutsy, so switching to include of | Bryce Harrington | 2008-01-05 | 1 | -1/+1 |
| | | | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390) | ||||
| * | Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy | Bryce Harrington | 2008-01-05 | 1 | -0/+1 |
| | | | | | | currently. (bzr r4389) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -7/+12 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | Add global snapping toggle | Diederik van Lierop | 2007-12-12 | 1 | -0/+1 |
| | | | | (bzr r4221) | ||||
| * | Snap to intersections of line segments | Diederik van Lierop | 2007-11-14 | 1 | -0/+2 |
| | | | | (bzr r4082) | ||||
| * | Improve the user interaction for snapping of bounding boxes, and add an new ↵ | Diederik van Lierop | 2007-11-05 | 1 | -0/+2 |
| | | | | | | tab in document properties for detailed snapping options (bzr r4033) | ||||
| * | Fix bug [ 1818794 ] Showing grid on opening svg | Johan B. C. Engelen | 2007-10-24 | 1 | -0/+1 |
| | | | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957) | ||||
| * | Implement snapping of guides while dragging them, and snap TO item centers ↵ | Diederik van Lierop | 2007-08-28 | 1 | -0/+1 |
| | | | | | | (we only had snapping FROM item centers so far) (bzr r3603) | ||||
| * | Remember last used style for single 3D box faces (also fixes bug with ↵ | Maximilian Albert | 2007-08-16 | 1 | -0/+1 |
| | | | | | | wrongly assigned faces for duplicated boxes, e.g.) (bzr r3481) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -0/+4 |
| | | | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | ||||
| * | 1) Make snapping of object's center optional 2) Optimize snapping ↵ | Diederik van Lierop | 2007-08-06 | 1 | -0/+1 |
| | | | | | | preferences dialog (bzr r3399) | ||||
| * | Write/read perspectives to/from SVG; store ratios of the distances from ↵ | Maximilian Albert | 2007-08-06 | 1 | -0/+1 |
| | | | | | | corners to VPs (preparation for dragging) (bzr r3388) | ||||
| * | Rearrange snapping preferences, put distinction between paths and nodes back ↵ | Diederik van Lierop | 2007-08-03 | 1 | -0/+2 |
| | | | | | | in, and a bit of refactoring (bzr r3361) | ||||
| * | 1) Changes to snapping preferences dialog | Diederik van Lierop | 2007-07-28 | 1 | -8/+2 |
| | | | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331) | ||||
| * | Patch from Jean-René Reinhard: support for feDiffuseLighting and | Niko Kiirala | 2007-07-20 | 1 | -0/+10 |
| | | | | | | feSpecularLighting filter primitives (bzr r3269) | ||||
| * | Write distinguished corners of 3D boxes to the svg representation from which ↵ | Maximilian Albert | 2007-07-14 | 1 | -0/+5 |
| | | | | | | | | the box can be recomputed. This is used to fix several bugs related to the editing of boxes resulting from cloning, undo operations or newly opened documents (we had stray pointers to SPPaths before that made Inkscape crash). (bzr r3239) | ||||
| * | Added support for in-parameter in filter primitives | Niko Kiirala | 2007-05-29 | 1 | -0/+3 |
| | | | | (bzr r3041) | ||||
| * | Removal of old grid code - fully enabled new grid code. | Johan B. C. Engelen | 2007-04-15 | 1 | -10/+0 |
| | | | | (bzr r2904) | ||||
| * | Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from ↵ | Diederik van Lierop | 2007-04-12 | 1 | -2/+2 |
| | | | | | | document properties (bzr r2868) | ||||
| * | purge unused and considered-harmful has_abs_tolerance | bulia byak | 2007-03-26 | 1 | -1/+0 |
| | | | | (bzr r2763) | ||||
| * | Purging old axonometric grid code: reworked it into the new grid class ↵ | Johan B. C. Engelen | 2007-03-25 | 1 | -3/+0 |
| | | | | | | structure. Still needs alot of work (snapping mostly and code cleansing). (bzr r2757) | ||||
| * | (bzr r2207) | Bryce Harrington | 2007-01-13 | 1 | -2/+1 |
| | | |||||
| * | AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵ | Johan B. C. Engelen | 2006-09-21 | 1 | -0/+4 |
| | | | | | | diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :) (bzr r1716) | ||||
| * | Added skeleton files for other filter primitives' SP-objects. Added blur ↵ | Hugo Rodrigues | 2006-08-02 | 1 | -3/+65 |
| | | | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542) | ||||
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 1 | -0/+6 |
| | | | | (bzr r1252) | ||||
| * | SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵ | Andrius Ramanauskas | 2006-04-20 | 1 | -0/+4 |
| | | | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556) | ||||
| * | Adding support for <color-profile> element | Jon A. Cruz | 2006-04-02 | 1 | -0/+4 |
| | | | | (bzr r401) | ||||
| * | remember rotation centers, correctly this time (by johncliff and me) | bulia byak | 2006-01-26 | 1 | -0/+2 |
| | | | | (bzr r28) | ||||
| * | * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp, | mjwybrow | 2006-01-20 | 1 | -0/+1 |
| | | | | | | | | | | | | src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp, src/sp-namedview.h, src/attributes.cpp, src/attributes.h, src/attributes-test.cpp: Added a "Spacing" control to the connector toolbar which allows the user to adjust the amount of space left around avoided shapes for the purpose of determining auto-routing connector paths. (bzr r18) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+348 |
| (bzr r1) | |||||
