summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Applying Gail's patch for font-specificationBryce Harrington2008-01-055-148/+537
* Warning cleanupJon A. Cruz2007-11-103-16/+16
* noop: Slight simplification now that we already require gtk >= 2.6 (and indee...Peter Moulder2007-11-051-3/+0
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-048-9/+9
* **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder2007-09-121-3/+3
* Purged fill type enumJon A. Cruz2007-09-101-2/+2
* add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY2007-03-181-0/+1
* Eliminate remaining sources of empty NR::RectsMenTaLguY2007-03-116-37/+46
* roll back a part of revision 12016, in an attempt to fix bug 1496718Richard Hughes2007-03-091-3/+5
* Check for GGO_UNHINTED not being definedBob Jamison2007-02-261-0/+5
* bug 1652188: text-anchor:start means left even in rtlRichard Hughes2007-02-171-2/+2
* bug 1614678: infinite loop on text containing a character pango describes as ...Richard Hughes2006-12-181-3/+3
* bug 1598337 / patch 1603279 by atwupack: crash deleting invisible layersRichard Hughes2006-11-272-4/+4
* bug 1602461: never use font-stretch on win32 because Pango/GDI don't support ...Richard Hughes2006-11-261-1/+5
* bug 1500287: Arabic and other RTL text not being shaped correctlyRichard Hughes2006-11-201-5/+26
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+123
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+19
* replace two uses of hash_map with standard STL mapMenTaLguY2006-07-212-3/+4
* replace #ifdef PANGO_WEIGHT_SEMIBOLD with #if GTK_CHECK_VERSION(2,6,0), fixes...Ralf Stephan2006-06-252-2/+5
* glib-2.4 system fixes: some includes to get prototypes, some version checksRalf Stephan2006-06-252-0/+6
* crash when we try to rasterise with a font that pango can't cope withRichard Hughes2006-05-291-0/+2
* replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY2006-05-283-15/+18
* bug 1495265: css fallback fonts broken on win32Richard Hughes2006-05-273-10/+46