summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
* **/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
* #define -> typedefDavid Yip2006-05-251-2/+2
* fix for backwards compatibility with FreeType 2.1.xDavid Yip2006-05-251-4/+17
* Fix compile error.Peter Moulder2006-05-251-4/+4
* remove unnecessary casts which didn't compile on old versions of FreeTypeRichard Hughes2006-05-211-5/+5
* * src/libnrtype/FontInstance.cpp: patch from David Turner of themjwybrow2006-05-201-10/+12
* remove inclusion of internal freetype headers (which weren't needed anyway)Richard Hughes2006-05-191-4/+0
* * Check for a valid font family in the text toolbox's selection_changed callbackMilosz Derezynski2006-05-181-0/+8
* * Remove old/stale code from font-lister.h/cppMilosz Derezynski2006-05-172-725/+2
* * Fix build for gcc 4.x (Remove additional class name qualifier inside class ...Milosz Derezynski2006-05-173-0/+896
* bug 1466130: operator== for font_style was not transitive, making hash_map ge...Richard Hughes2006-05-031-22/+7
* bug 1441767: allow device fonts (eg opentype with postscript outlines or plai...Richard Hughes2006-03-021-1/+1
* make soft hyphens workRichard Hughes2006-02-111-1/+0
* bug 1412504: infinite loop when moving a word to the left when already at the...Richard Hughes2006-02-101-1/+1
* bug 1412947: crash with some (non-truetype?) fontsRichard Hughes2006-02-101-1/+2
* r10887@tres: ted | 2006-02-05 23:16:41 -0800Ted Gould2006-02-061-2/+2
* (bzr r90)Ted Gould2006-02-061-2/+2
* silence warningsbulia byak2006-02-061-2/+2
* optional start index and length in getBoundingBox, for tspan bboxesbulia byak2006-02-052-2/+8
* optimized includesRalf Stephan2006-01-181-1/+1
* moving trunk for module inkscapeMenTaLguY2006-01-1636-0/+9087