summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change default font to a CSS valid default font (Sans -> sans-serif).Tavmjong Bah2012-05-212-5/+5
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-0/+1
* Loop index type cleanupJon A. Cruz2012-04-161-7/+14
* support vertical text on path such that baseline is perpendiclar to the path ...Veronika Irvine2012-04-132-20/+39
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-292-3/+5
* emf output. loosen the tolerance on text positioning (Bug 939688)Alvin Penner2012-02-261-1/+1
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-084-4/+4
* load Win32 symbol fonts. disable USE_PANGO_WIN32 (Bug 165665)Alvin Penner2011-11-171-1/+1
* 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