summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix potential null pointer derefJohan B. C. Engelen2011-10-281-1/+1
* update cmake file listsCampbell Barton2011-10-081-1/+0
* Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz2011-10-051-5/+6
* More forward.h purging.Jon A. Cruz2011-10-046-25/+7
* Purging some forward.h files.Jon A. Cruz2011-10-043-3/+3
* Fix bugs in text stroke rendering and pickingKrzysztof Kosi??ski2011-09-051-1/+1
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-274-5/+0
* Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-271-3/+2
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-272-24/+14
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-062-11/+11
* Patch from Andreas Becker to fix bug 805238 (Crash when setting empty font fa...Tavmjong Bah2011-07-221-1/+4
* Minor code safety tweak to null out stale pointer.Jon A. Cruz2011-07-191-0/+1
* consistency fix (potential bug)Johan B. C. Engelen2011-07-181-1/+1
* Allow em and ex as units on font-size.Tavmjong Bah2011-07-101-1/+1
* added missing headerCampbell Barton2011-07-021-0/+3
* Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop2011-06-302-0/+23
* get cmake working again.Campbell Barton2011-06-221-4/+0
* Merge from trunkKrzysztof Kosi??ski2011-06-192-19/+40
|\
| * cmake:Campbell Barton2011-06-131-1/+22
| * cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-2/+2
| * cmake:Campbell Barton2011-06-131-2/+3
| * cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton2011-06-121-2/+2
| * 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