summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix rendering of "plain" SVG text.Tavmjong Bah2010-07-281-11/+30
* Add support for baseline-shift attribute (all possible values).Tavmjong Bah2010-06-042-5/+18
* Prevent vertical kerning from changing line spacing. Fixes bug 516216.Tavmjong Bah2010-06-011-15/+54
* Subtract letter_spacing from width at end of line so centerTavmjong Bah2010-05-211-2/+20
* Correct #endif placement. Should fix win32 build.Jon A. Cruz2010-04-181-1/+1
* Added/Fixed Pango font weights. Included Jon's workaround for PangoTavmjong Bah2010-04-181-8/+13
* Temp build-break workaround for systems with Pango older than 1.24.Jon A. Cruz2010-04-173-0/+21
* Whitespace and brace cleanup. Minor refactoring of font_style_equal.Jon A. Cruz2010-04-173-380/+425
* First step in fixing the changing of font faces (must also updateTavmjong Bah2010-04-152-65/+168
* Added missing Pango Weights.Tavmjong Bah2010-04-152-4/+16
* Fix incorrect use of std::auto_ptr<char> in FontInstance.cpp (LP #549317)Krzysztof Kosi??ski2010-03-271-4/+5
* Clean up the unordered containers fix.Krzysztof Kosi??ski2010-03-042-30/+21
* Fixing build breakage with more proper autoconf usage.Jon A. Cruz2010-03-042-4/+4
* Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2010-03-022-4/+4
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-203-15/+11
* Fixed object leak.Jon A. Cruz2010-01-151-0/+1
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-142-4/+6
* * Merge from trunkKrzysztof Kosi??ski2010-01-149-105/+201
|\
| * a better truncation detection, suggested by Richard Hughesbuliabyak2010-01-074-70/+10
| * Use correct text anchor for vertical text and when aligning or distributingDiederik van Lierop2009-12-281-2/+6
| * Encapsulating use of gcc hash_map extension.Jon A. Cruz2009-12-274-102/+154
| * utilities and UI support for identifying truncated flowtext and text-on-pathbuliabyak2009-12-212-0/+71
| * Position of baseline anchor is now dependent of the text alignmentDiederik van Lierop2009-12-132-2/+31
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-294-8/+8
|/
* Patch by Adib for 248721. Thanks Adib!Josh Andler2009-09-251-26/+16
* Fix for 181663 by The Adib. Yay for working Italics button on the toolbar!Josh Andler2009-09-231-115/+141
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-8/+1
* gcc warning cleanup:Felipe Corr??a da Silva Sanches2009-02-081-3/+3
* FIX for bug 317964; SVG crashes on empthy flow-text elementAdib Taraben2009-02-011-2/+8
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-121-1/+1
* More NR ==> Geom changesJoshua L. Blocher2008-12-282-9/+9
* Merge from fe-movedTed Gould2008-11-218-8/+16
* Merge from trunkTed Gould2008-10-313-0/+6
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-234-17/+27
* bug 202103: crash then putting text containing a soft hyphen character (u00AD...Richard Hughes2008-09-161-3/+4
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-1111-155/+159
* null check fixes patch from bug 261475bulia byak2008-08-283-22/+26
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-4/+5
* patch from bug 169004bulia byak2008-08-111-1/+15
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-3/+3
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-056-7/+11
* Warning cleanupJon A. Cruz2008-07-201-2/+2
* add parameter for going n lines up/downbulia byak2008-07-182-20/+26
* remove no longer used methods (livarot to nartbpath ; font glyphs to nartbpath)Johan B. C. Engelen2008-07-123-23/+0
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-121-9/+5
* render glyphs using 2geom pathvector instead of artbpath of font-glyphJohan B. C. Engelen2008-07-081-12/+10
* add 2geom pathvector to glyph font-glyphJohan B. C. Engelen2008-07-083-3/+26
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-37/+17
* warning cleanupFelipe Corr??a da Silva Sanches2008-06-222-18/+22
* Changing the executable bit that shouldn't be there.Ted Gould2008-05-218-0/+0