summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-4/+5
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-0/+1
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-4/+4
* Cmake: added livarot as a lib, fixes problem with linkingJoshua L. Blocher2008-04-271-0/+2
* Cmake: more fixs for C internal libsJoshua L. Blocher2008-04-071-1/+1
* delete remaining .cvsignore filesAdib Taraben2008-04-011-5/+0
* add CMakeFiles for libcroco, libgdl, libnr, libnrtype.Johan B. C. Engelen2008-03-301-0/+37
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-213-19/+20
* bug 189516: text selection highlight is in the wrong place for text-on-path w...Richard Hughes2008-02-061-4/+5
* bug 185761: crash when editing text with the text & font dialog due to readin...Richard Hughes2008-01-261-1/+1
* Fix for Bug #181663 (Font style errors / assert when changing style)Gail Carmichael2008-01-101-4/+0