summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-glyphs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-439/+0
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-92/+55
2011-07-10Implement handling of the clip-rule property. Partially based onKrzysztof Kosi??ski1-1/+9
2011-07-09Redesign the rendering pipeline. Clipping paths are now rasterized.Krzysztof Kosi??ski1-11/+20
2011-07-06Fix outline mode for text objects (LP #802354).Krzysztof Kosi??ski1-7/+7
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-4/+4
2011-06-22Warning cleanup.Jon A. Cruz1-10/+9
2011-05-28Port of 0.48.x branch revision 9781.Jon A. Cruz1-0/+1
2011-02-21NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen1-3/+11
2011-02-02update to latest 2geom !Johan B. C. Engelen1-6/+6
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-15Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski1-6/+4
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-1/+0
2010-07-07Fix group opacityKrzysztof Kosi??ski1-10/+0
2010-07-04Remove some cruftKrzysztof Kosi??ski1-2/+4
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-9/+7
2010-06-28Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski1-284/+73
2010-06-26Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski1-5/+6
2010-04-18Fix for bug #455302 and bug #165529, also partially fixes bounding box of var...Jasper van de Gronde1-4/+4
2010-03-28reinstate wrongly ignored delta in pick; makes selecting small text objects m...buliabyak1-2/+2
2009-12-11refactoring of previous commit + add separation to glyph renderer alsoFelipe Corr??a da Silva Sanches1-0/+9
2009-03-09separate bbox (calculated by subclasses) and drawbox, which includes filters ...bulia byak1-1/+0
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-5/+3
2008-10-27From trunkTed Gould1-5/+5
2008-10-11Merging from trunkTed Gould1-12/+12
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen1-3/+3
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-03Minor cleanup work on macrosJon A. Cruz1-3/+3
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-2/+0
2008-07-08render glyphs using 2geom pathvector instead of artbpath of font-glyphJohan B. C. Engelen1-9/+9
2008-06-26Fixed compilation when the new SVG font stuff is not enabled.Jon A. Cruz1-0/+2
2008-05-25* add rule in configure.ac so that only who has cairo > 1.6.4 (currently cair...Felipe Corr??a da Silva Sanches1-0/+2
2008-03-31lay groundwork for non-filter view modeMenTaLguY1-5/+5
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-19/+19
2008-03-11fix by Albin Sunnanbo for dash offset in textbulia byak1-0/+1
2008-03-10patch by Albin Sunnanbo for 168072bulia byak1-0/+1
2007-11-10Warning cleanupJon A. Cruz1-5/+5
2007-09-29noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder1-8/+8
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz1-10/+7
2007-09-10Purged fill type enumJon A. Cruz1-36/+35
2007-03-19use ::upgrade for getting NR::Rectbulia byak1-1/+1
2007-03-18optimize cairo paths by not drawing segments that are outside of view (for st...bulia byak1-1/+1
2007-03-02patch the RGBA/BGRA incompatibility (until we're not using cairo throughout)bulia byak1-1/+3
2007-03-02outline mode: render into the passed cairo_tbulia byak1-11/+3
2007-03-01API change: render methods now take a cairo_t (not yet used)bulia byak1-2/+2
2007-03-01render text in outline mode via cairo (still no endian-safe); factor out help...bulia byak1-1/+39
2007-02-04Unions Are Evil! When pixblock size is TINY, it stores data right in the data...bulia byak1-2/+2
2006-10-14deal with the possible failure to create pixblock due to insufficient memorybulia byak1-0/+14
2006-04-19Rendering optimisation, which gives best results for zoomed in drawings with ...Andrius Ramanauskas1-0/+2
2006-04-03CodingStyle: whitespace, and move a few declarations to first use.Peter Moulder1-447/+451