summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-shape.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-565/+0
(bzr r10347.1.21)
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-91/+46
with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
2011-07-10Implement handling of the clip-rule property. Partially based onKrzysztof Kosi??ski1-3/+9
a patch by Andrew Lutomirski. Fixed bugs: - https://launchpad.net/bugs/171243 (bzr r10347.1.8)
2011-07-09Redesign the rendering pipeline. Clipping paths are now rasterized.Krzysztof Kosi??ski1-13/+12
This fixes breakage related to clipped groups and correctly handles nested clipping paths. Also add the ability to use text objects as clipping paths. (bzr r10347.1.7)
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-8/+8
(bzr r10347.1.2)
2011-06-22Warning cleanup.Jon A. Cruz1-10/+14
(bzr r10339)
2011-06-19Fix outline viewKrzysztof Kosi??ski1-1/+3
(bzr r9508.1.90)
2011-04-09Initialize cached patterns to NULL in NRStyle, should fix crashesKrzysztof Kosi??ski1-1/+2
(bzr r9508.1.80)
2011-02-21NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen1-3/+11
(bzr r10065)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-7/+7
(bzr r10025)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-17/+17
header. (bzr r9978.1.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-08-15Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski1-10/+6
to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68)
2010-08-11Fix rendering failures caused by markers with markerUnits="strokeWidth"Krzysztof Kosi??ski1-1/+2
on shapes with zero stroke width (bzr r9508.1.56)
2010-08-05Minor cleanupsKrzysztof Kosi??ski1-0/+1
(bzr r9508.1.51)
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-1/+1
(bzr r9508.1.48)
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-2/+0
(bzr r9508.1.44)
2010-07-07Fix group opacityKrzysztof Kosi??ski1-10/+0
(bzr r9508.1.13)
2010-07-04Remove some cruftKrzysztof Kosi??ski1-5/+2
(bzr r9508.1.10)
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-137/+18
(bzr r9508.1.8)
2010-06-28Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski1-211/+26
(bzr r9508.1.5)
2010-06-26Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski1-721/+117
(bzr r9508.1.4)
2010-06-22Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski1-122/+137
(bzr r9508.1.1)
2010-04-18Fix for bug #455302 and bug #165529, also partially fixes bounding box of ↵Jasper van de Gronde1-17/+16
various NR Arena Items as passed to filters (it used to explicitly make the bounding box larger) and makes nr-filter-displacement-map use rowstride (bzr r9350)
2009-12-11refactoring of previous commit + add separation to glyph renderer alsoFelipe Corr??a da Silva Sanches1-33/+5
(bzr r8882)
2009-12-11- new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches1-11/+52
- works with shapes. I still need to make it work with gradients and imported images (bzr r8881)
2009-03-09separate bbox (calculated by subclasses) and drawbox, which includes filters ↵bulia byak1-1/+0
margin and clip/mask cropping; this fixes runaway enlargement when dragging a blurred group. also, move request to dirty canvas rectangle from subclasses to NRArenaItem, which uses drawbox for this, fixing numerous rendering glitches with filters (bzr r7451)
2009-01-02Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen1-1/+1
(bzr r7058)
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-2/+0
(bzr r7046)
2008-11-21Merge from fe-movedTed Gould1-36/+46
(bzr r6891)
2008-10-27From trunkTed Gould1-1/+0
(bzr r6885)
2008-10-11Merging from trunkTed Gould1-26/+26
(bzr r6884)
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-1/+1
(bzr r6839)
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-9/+9
(bzr r6593)
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
(bzr r6569)
2008-08-05Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop1-4/+2
(bzr r6564)
2008-08-03Minor cleanup work on macrosJon A. Cruz1-3/+3
(bzr r6546)
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-2/+0
(bzr r6540)
2008-07-16update to latest 2geom (rev1497)Johan B. C. Engelen1-2/+6
(bzr r6332)
2008-07-04use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵Johan B. C. Engelen1-6/+6
for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment. (bzr r6158)
2008-06-29even with zero opacity, paths must be selectable in outline modebulia byak1-3/+5
(bzr r6093)
2008-06-26use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen1-4/+4
(bzr r6072)
2008-06-26use pathv_matrix_point_bbox_wind_distance instead of ↵Johan B. C. Engelen1-4/+2
nr_path_matrix_point_bbox_wind_distance everywhere (bzr r6068)
2008-06-23use exact bbox again in updating shapesJohan B. C. Engelen1-4/+2
(bzr r6034)
2008-06-23sorry to have broken buildJohan B. C. Engelen1-1/+1
(bzr r6031)
2008-06-23convert optimizing check into 2geom terms. hopefully correct, please review ↵Johan B. C. Engelen1-2/+26
if you have time (bzr r6030)
2008-06-22use LoadPathVector instead of LoadArtBPath everywhereJohan B. C. Engelen1-4/+4
(bzr r6017)
2008-06-16add comment (original update code used exact bbox)Johan B. C. Engelen1-0/+2
(bzr r5967)
2008-06-16have bbox calculation code use new helper/geom.cpp function. This makes it ↵Johan B. C. Engelen1-5/+3
easier to optimize it later. (bzr r5966)
2008-06-16don't use exact bbox in nr_arena_shape_update (speed-up)Johan B. C. Engelen1-2/+2
(bzr r5952)