summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-shape.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-565/+0
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-91/+46
* Implement handling of the clip-rule property. Partially based onKrzysztof Kosi??ski2011-07-101-3/+9
* Redesign the rendering pipeline. Clipping paths are now rasterized.Krzysztof Kosi??ski2011-07-091-13/+12
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-8/+8
* Warning cleanup.Jon A. Cruz2011-06-221-10/+14
* Fix outline viewKrzysztof Kosi??ski2011-06-191-1/+3
* Initialize cached patterns to NULL in NRStyle, should fix crashesKrzysztof Kosi??ski2011-04-091-1/+2
* Merge from trunkKrzysztof Kosi??ski2011-04-071-4/+1
|\
| * 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-7/+7
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-17/+17
* | 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-10/+6
* | Fix rendering failures caused by markers with markerUnits="strokeWidth"Krzysztof Kosi??ski2010-08-111-1/+2
* | Minor cleanupsKrzysztof Kosi??ski2010-08-051-0/+1
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-1/+1
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-2/+0
* | Fix group opacityKrzysztof Kosi??ski2010-07-071-10/+0
* | Remove some cruftKrzysztof Kosi??ski2010-07-041-5/+2
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-137/+18
* | Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-281-211/+26
* | Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski2010-06-261-721/+117
* | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-122/+137
|/
* Fix for bug #455302 and bug #165529, also partially fixes bounding box of var...Jasper van de Gronde2010-04-181-17/+16
* refactoring of previous commit + add separation to glyph renderer alsoFelipe Corr??a da Silva Sanches2009-12-111-33/+5
* - new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches2009-12-111-11/+52
* separate bbox (calculated by subclasses) and drawbox, which includes filters ...bulia byak2009-03-091-1/+0
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-1/+1
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-2/+0
* Merge from fe-movedTed Gould2008-11-211-36/+46
* From trunkTed Gould2008-10-271-1/+0
* Merging from trunkTed Gould2008-10-111-26/+26
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-1/+1
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-9/+9
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-4/+2
* 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
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-2/+6
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...Johan B. C. Engelen2008-07-041-6/+6
* even with zero opacity, paths must be selectable in outline modebulia byak2008-06-291-3/+5
* use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen2008-06-261-4/+4
* use pathv_matrix_point_bbox_wind_distance instead of nr_path_matrix_point_bbo...Johan B. C. Engelen2008-06-261-4/+2
* use exact bbox again in updating shapesJohan B. C. Engelen2008-06-231-4/+2
* sorry to have broken buildJohan B. C. Engelen2008-06-231-1/+1
* convert optimizing check into 2geom terms. hopefully correct, please review i...Johan B. C. Engelen2008-06-231-2/+26
* use LoadPathVector instead of LoadArtBPath everywhereJohan B. C. Engelen2008-06-221-4/+4
* add comment (original update code used exact bbox)Johan B. C. Engelen2008-06-161-0/+2