| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix rendering of "plain" SVG text. | Tavmjong Bah | 2010-07-28 | 1 | -1/+1 |
| | | | | (bzr r9665) | ||||
| * | Add support for baseline-shift attribute (all possible values). | Tavmjong Bah | 2010-06-04 | 1 | -0/+2 |
| | | | | | | | | | Add superscript and subscript support to Text toolbar. Missing icons for superscript and subscript. Known bug: adding a character to a superscript or subscript text string resets baseline-shift attribute. (bzr r9475) | ||||
| * | Add dx (kerning), dy (vertical shifting), and rotate widgets to | Tavmjong Bah | 2010-05-14 | 1 | -0/+72 |
| | | | | | | text toolbar along with routines needed by them. (bzr r9417) | ||||
| * | Fixing conts correctness. | Jon A. Cruz | 2010-01-20 | 1 | -1/+1 |
| | | | | (bzr r9009) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -4/+3 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | utilities and UI support for identifying truncated flowtext and text-on-path | buliabyak | 2009-12-21 | 1 | -2/+8 |
| | | | | (bzr r8898) | ||||
| * | Position of baseline anchor is now dependent of the text alignment | Diederik van Lierop | 2009-12-13 | 1 | -23/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168329 (bzr r8887) | ||||
| * | Text alignment is now taken into account when snapping a text object | Diederik van Lierop | 2009-12-05 | 1 | -2/+23 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/412746 (bzr r8867) | ||||
| * | patch by Richard Hughes for 417777 | bulia byak | 2009-08-26 | 1 | -3/+3 |
| | | | | (bzr r8534) | ||||
| * | 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) | ||||
| * | More accurate wording in snap tooltips | Diederik van Lierop | 2009-02-27 | 1 | -1/+1 |
| | | | | (bzr r7388) | ||||
| * | fix scaling of text without font size set | bulia byak | 2009-02-24 | 1 | -1/+1 |
| | | | | (bzr r7358) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -3/+4 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2008-12-05 | 1 | -2/+2 |
| | | | | (bzr r6947) | ||||
| * | NR -> 2geom some headers in src/ | Joshua L. Blocher | 2008-12-04 | 1 | -8/+8 |
| | | | | (bzr r6935) | ||||
| * | NR->Geom conversion of some text functions and tweak-context | Joshua L. Blocher | 2008-11-28 | 1 | -25/+25 |
| | | | | (bzr r6915) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -2/+2 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -5/+6 |
| | | | | (bzr r6884) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -3/+3 |
| | | | | (bzr r6839) | ||||
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 1 | -1/+1 |
| | | | | (bzr r6793) | ||||
| * | Support for title and desc elements when serializing as Plain SVG. | Jeff Schiller | 2008-08-23 | 1 | -0/+4 |
| | | | | (bzr r6709) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | Patch from codedread. Prevents rendering of title/desc/metadata elements in ↵ | Stephen Silver | 2008-07-08 | 1 | -1/+1 |
| | | | | | | text (fixes bug 238093). (bzr r6226) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -2/+2 |
| | | | | (bzr r5915) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -5/+4 |
| | | | | (bzr r5884) | ||||
| * | bug 190722: crash adding newline to simple text object (gcc4.3+) | Richard Hughes | 2008-02-13 | 1 | -3/+6 |
| | | | | (bzr r4728) | ||||
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | (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) | ||||
| * | fix bug 168751 (sf1749738) | bulia byak | 2007-12-30 | 1 | -1/+1 |
| | | | | (bzr r4340) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -1/+1 |
| | | | | (bzr r3706) | ||||
| * | now this is the correct way to avoid nested updates, instead of the hack i ↵ | bulia byak | 2007-07-29 | 1 | -2/+14 |
| | | | | | | recently removed from sptspan set method (bzr r3338) | ||||
| * | bug 1243190: add tref element support; limited editing support thus far ↵ | Richard Hughes | 2007-07-11 | 1 | -0/+7 |
| | | | | | | (patch by gbanaszk) (bzr r3227) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -2/+3 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | Filtering now works with text and image objects | Niko Kiirala | 2006-10-10 | 1 | -0/+2 |
| | | | | (bzr r1794) | ||||
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 1 | -0/+2 |
| | | | | (bzr r1252) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -1/+1 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | Before the rev 10880 fix in xml/simple-node.cpp, text updating when dragging ↵ | bulia byak | 2006-04-09 | 1 | -0/+14 |
| | | | | | | gradient handle worked solely due to a bug: a fake attribute change was fired on style= though it did not in fact change. Now that these fake change events are eliminated, we need to explicitly update the style of the text's arena items in _modified, same as is done e.g. in sp_shape_modified. (bzr r461) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+913 |
| (bzr r1) | |||||
