summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-glyphs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-439/+0
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-92/+55
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-131-7/+5
|\
| * Fix outline mode for text objects (LP #802354).Krzysztof Kosi??ski2011-07-061-7/+7
* | Implement handling of the clip-rule property. Partially based onKrzysztof Kosi??ski2011-07-101-1/+9
* | Redesign the rendering pipeline. Clipping paths are now rasterized.Krzysztof Kosi??ski2011-07-091-11/+20
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-4/+4
|/
* Warning cleanup.Jon A. Cruz2011-06-221-10/+9
* Merge from trunkKrzysztof Kosi??ski2011-06-191-2/+0
|\
| * Port of 0.48.x branch revision 9781.Jon A. Cruz2011-05-281-0/+1
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-5/+5
|\|
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-3/+11
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\|
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski2010-08-151-6/+4
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-1/+0
* | Fix group opacityKrzysztof Kosi??ski2010-07-071-10/+0
* | Remove some cruftKrzysztof Kosi??ski2010-07-041-2/+4
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-9/+7
* | Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-281-284/+73
* | Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski2010-06-261-5/+6
|/
* Fix for bug #455302 and bug #165529, also partially fixes bounding box of var...Jasper van de Gronde2010-04-181-4/+4
* reinstate wrongly ignored delta in pick; makes selecting small text objects m...buliabyak2010-03-281-2/+2
* refactoring of previous commit + add separation to glyph renderer alsoFelipe Corr??a da Silva Sanches2009-12-111-0/+9
* separate bbox (calculated by subclasses) and drawbox, which includes filters ...bulia byak2009-03-091-1/+0
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-5/+3
* From trunkTed Gould2008-10-271-5/+5
* Merging from trunkTed Gould2008-10-111-12/+12
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-3/+3
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* Minor cleanup work on macrosJon A. Cruz2008-08-031-3/+3
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-2/+0
* render glyphs using 2geom pathvector instead of artbpath of font-glyphJohan B. C. Engelen2008-07-081-9/+9
* Fixed compilation when the new SVG font stuff is not enabled.Jon A. Cruz2008-06-261-0/+2
* * add rule in configure.ac so that only who has cairo > 1.6.4 (currently cair...Felipe Corr??a da Silva Sanches2008-05-251-0/+2
* lay groundwork for non-filter view modeMenTaLguY2008-03-311-5/+5
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-19/+19
* fix by Albin Sunnanbo for dash offset in textbulia byak2008-03-111-0/+1
* patch by Albin Sunnanbo for 168072bulia byak2008-03-101-0/+1
* Warning cleanupJon A. Cruz2007-11-101-5/+5
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder2007-09-291-8/+8
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-10/+7
* Purged fill type enumJon A. Cruz2007-09-101-36/+35
* use ::upgrade for getting NR::Rectbulia byak2007-03-191-1/+1
* optimize cairo paths by not drawing segments that are outside of view (for st...bulia byak2007-03-181-1/+1
* patch the RGBA/BGRA incompatibility (until we're not using cairo throughout)bulia byak2007-03-021-1/+3
* outline mode: render into the passed cairo_tbulia byak2007-03-021-11/+3
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-2/+2
* render text in outline mode via cairo (still no endian-safe); factor out help...bulia byak2007-03-011-1/+39