summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-bpath.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-5/+5
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
|
* Decrease contrast of phantom bpathJabier Arraiza Cenoz2016-08-291-1/+1
| | | (bzr r15091)
* Partial fix for bug 172063 while we find a better solution for XOR in helper ↵Jabier Arraiza Cenoz2016-08-291-9/+25
| | | | | lines (bzr r15090)
* Minor pass of header cleanupLiam P. White2014-08-301-3/+0
| | | (bzr r13341.1.189)
* More GObject boilerplate reductionAlex Valavanis2014-08-241-29/+5
| | | (bzr r13341.1.175)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-14/+7
| | | (bzr r11469.1.1)
* Revert r11370. Fix crash with grid in default templateAlex Valavanis2012-05-191-8/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1001724 (bzr r11386)
* Drop some GtkObject usageAlex Valavanis2012-05-161-14/+8
| | | (bzr r11370)
* Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis2012-02-151-0/+1
| | | (bzr r10988)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-7/+8
| | | (bzr r10873)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
| | | (bzr r10666)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-3/+1
| | | (bzr r10582.1.3)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* Switch to GObjectAlex Valavanis2011-06-241-10/+12
| | | (bzr r10350.1.3)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-8/+7
|\ | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | | | | (bzr r10025)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-16/+6
| | | | | | | | | | header. (bzr r9978.1.1)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | (bzr r9508.1.70)
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-10/+0
| | | | | | (bzr r9508.1.67)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-2/+2
| | | | | | (bzr r9508.1.48)
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-4/+3
| | | | | | (bzr r9508.1.8)
* | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-14/+8
|/ | | (bzr r9508.1.1)
* move canvastext to its own file (no linking error for me anymore), add ↵bulia byak2009-03-111-247/+0
| | | | | outline to fix 334758 (bzr r7470)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-1/+0
| | | (bzr r7046)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-2/+0
| | | (bzr r7045)
* Merge from fe-movedTed Gould2008-11-211-7/+13
| | | (bzr r6891)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-23/+23
| | | (bzr r6839)
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵Johan B. C. Engelen2008-09-071-1/+0
| | | | | references to nr-path.h) (bzr r6774)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-4/+4
| | | (bzr r6593)
* add dashed path optionbulia byak2008-08-061-1/+6
| | | (bzr r6572)
* Fixed const-correctnessJon A. Cruz2008-08-031-2/+2
| | | (bzr r6545)
* Move coordinate transform workaround to a more logical placeMaximilian Albert2008-07-301-10/+16
| | | (bzr r6471)
* Temporarily move the code from display/canvas-text.(h|cpp) to ↵Maximilian Albert2008-07-291-0/+252
| | | | | display/canvas-bpath.(h|cpp) to avoid a strange linker error :( (bzr r6465)
* remove last calls to spcurve::get_length outside of spcurve. (canvas-bpath ↵Johan B. C. Engelen2008-07-151-2/+2
| | | | | rendering code) (bzr r6312)
* use 2geom path for bbox calculation. (gets rid of yet another reference to ↵Johan B. C. Engelen2008-06-261-9/+6
| | | | | old nartbpath in spcurve!) (bzr r6077)
* use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen2008-06-261-3/+3
| | | (bzr r6070)
* use pathv_matrix_point_bbox_wind_distance instead of ↵Johan B. C. Engelen2008-06-261-4/+2
| | | | | nr_path_matrix_point_bbox_wind_distance everywhere (bzr r6068)
* delivarotify, render with cairo, use nr_path functions for bbox and distancebulia byak2008-06-241-291/+67
| | | (bzr r6044)
* use LoadPathVector instead of LoadArtBPath everywhereJohan B. C. Engelen2008-06-221-1/+2
| | | (bzr r6017)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-2/+2
| | | (bzr r5823)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-2/+2
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-3/+3
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Remove warningsBob Jamison2008-05-041-1/+1
| | | (bzr r5604)
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵Peter Moulder2007-09-291-154/+166
| | | | | for indentation. (bzr r3816)