summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * work in progress cmake commit:Campbell Barton2011-06-121-18/+17
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
* | Fixed font problem on win32.Jasper van de Gronde2011-06-041-7/+13
* | work around an assert, to fix a crash at startup on windowsJohan B. C. Engelen2011-04-081-1/+3
* | Merge from trunkKrzysztof Kosi??ski2011-04-076-29/+39
|\|
| * Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz2011-03-201-2/+12
| * update to latest 2geom !Johan B. C. Engelen2011-02-027-29/+29
* | Merge from trunkKrzysztof Kosi??ski2010-11-2515-15/+15
|\|
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-1715-15/+15
* | Fix glyph outlines to always consist of closed pathsKrzysztof Kosi??ski2010-08-143-100/+79
* | merge from trunkKrzysztof Kosi??ski2010-08-081-11/+30
|\|
| * Fix rendering of "plain" SVG text.Tavmjong Bah2010-07-281-11/+30
* | Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski2010-08-059-694/+0
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-042-6/+1
|/
* 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