summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-bpath.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-6/+6
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2016-08-29Decrease contrast of phantom bpathJabier Arraiza Cenoz1-1/+1
2016-08-29Partial fix for bug 172063 while we find a better solution for XOR in helper ...Jabier Arraiza Cenoz1-9/+25
2014-09-27Update to experimental r13565Liam P. White1-3/+0
2014-08-30Minor pass of header cleanupLiam P. White1-3/+0
2014-08-24More GObject boilerplate reductionAlex Valavanis1-29/+5
2013-04-18updates to colorsJabier Arraiza Cenoz1-1/+1
2013-04-17Update color lines overlay, with halo of 1 px matched by Gez. Fix some crash ...root1-1/+1
2013-04-15adding compositeJabier Arraiza Cenoz1-2/+12
2013-04-14Go backroot1-30/+8
2013-04-14haloJabier Arraiza Cenoz1-12/+30
2013-04-13testing haloJabier Arraiza Cenoz1-7/+9
2013-04-12changing colorsjtx1-1/+7
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-14/+7
2012-05-19Revert r11370. Fix crash with grid in default templateAlex Valavanis1-8/+14
2012-05-16Drop some GtkObject usageAlex Valavanis1-14/+8
2012-02-15Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis1-0/+1
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-7/+8
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-1/+0
2011-08-27Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski1-3/+1
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
2011-06-24Switch to GObjectAlex Valavanis1-10/+12
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-16/+6
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-10/+0
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-2/+2
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-4/+3
2010-06-22Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski1-14/+8
2009-03-11move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak1-247/+0
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-1/+0
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-2/+0
2008-11-21Merge from fe-movedTed Gould1-7/+13
2008-10-11Merging from trunkTed Gould1-1/+1
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-23/+23
2008-09-07LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen1-1/+0
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-4/+4
2008-08-06add dashed path optionbulia byak1-1/+6
2008-08-03Fixed const-correctnessJon A. Cruz1-2/+2
2008-07-30Move coordinate transform workaround to a more logical placeMaximilian Albert1-10/+16
2008-07-29Temporarily move the code from display/canvas-text.(h|cpp) to display/canvas-...Maximilian Albert1-0/+252
2008-07-15remove last calls to spcurve::get_length outside of spcurve. (canvas-bpath re...Johan B. C. Engelen1-2/+2
2008-06-26use 2geom path for bbox calculation. (gets rid of yet another reference to ol...Johan B. C. Engelen1-9/+6
2008-06-26use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen1-3/+3
2008-06-26use pathv_matrix_point_bbox_wind_distance instead of nr_path_matrix_point_bbo...Johan B. C. Engelen1-4/+2
2008-06-24delivarotify, render with cairo, use nr_path functions for bbox and distancebulia byak1-291/+67