summaryrefslogtreecommitdiffstats
path: root/src/object/sp-pattern.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-9/+9
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2015-07-14Fix for circular references detection in almost all cases, fixing ↵Marc Jeanmougin1-3/+2
https://bugs.launchpad.net/inkscape/+bug/167247 and a few of its duplicates. This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree. There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object. The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway) (bzr r14245)
2015-05-03renamed SPPattern methods to match coding styleTomasz Boczkowski1-25/+25
(bzr r14059.1.20)
2015-05-03Reformatted SPPatternTomasz Boczkowski1-38/+40
(bzr r14059.1.19)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-1/+1
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-1/+1
change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
2014-09-27Update to experimental r13565Liam P. White1-15/+16
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-15/+16
GThread deprecation errors. (bzr r13341.1.190)
2014-08-30Reduce header bloatAlex Valavanis1-5/+1
(bzr r13341.1.184)
2014-05-29SPPattern c++-sification: class fields are privateTomasz Boczkowski1-19/+18
(bzr r13341.6.23)
2014-05-29SPPattern c++-sification: replaced function by methods pt3Tomasz Boczkowski1-5/+19
(bzr r13341.6.22)
2014-05-28SPPattern c++-sification: replaced function by methodsTomasz Boczkowski1-5/+10
(bzr r13341.6.21)
2014-05-27SPPattern c++-sification: removed unused declatations and includesTomasz Boczkowski1-11/+9
(bzr r13341.6.20)
2014-05-27SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski1-8/+12
(bzr r13341.6.19)
2014-05-27SPPattern c++-sification: replaced GSList by std::listTomasz Boczkowski1-7/+14
(bzr r13341.6.18)
2014-05-26SPPattern c++-sification: replaced gchar* by Glib::ustringTomasz Boczkowski1-1/+1
(bzr r13341.6.17)
2014-05-26SPPattern c++-sification: replaced guint by bool and enumTomasz Boczkowski1-12/+12
(bzr r13341.6.16)
2014-05-16fix compliance test pservers-pattern-03-f - using fallback when pattern is emptyTomasz Boczkowski1-0/+2
(bzr r13341.1.34)
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-4/+2
Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002)
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
(bzr r11608.1.123)
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
(bzr r11608.1.122)
2013-08-03Cleaned up.Markus Engel1-1/+3
(bzr r11608.1.117)
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-1/+1
(bzr r11608.1.111)
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-21/+3
(bzr r11608.1.82)
2013-04-01Added constructors to SP classes.Markus Engel1-0/+1
(bzr r11608.1.67)
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-23/+21
(bzr r11608.1.64)
2013-03-29Renamed virtual function names.Markus Engel1-6/+6
(bzr r11608.1.57)
2013-03-19Fixing regressionjtx1-2/+1
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-1/+2
(bzr r11950.1.56)
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-2/+1
(bzr r12205)
2013-01-17const ....Johan B. C. Engelen1-7/+7
(bzr r12039)
2012-08-21Added "virtual pad" toMarkus Engel1-1/+24
- SPPaintServer - SPPattern - SPGradient - SPStop - SPLinearGradient - SPMeshGradient - SPMeshPatch - SPMeshRow - SPRadialGradient As all subclasses of SPPaintServer now have "virtual pads" with correct inheritance, the virtual function call to "onCreatePattern" was converted to C++ style. (bzr r11608.1.35)
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
(bzr r11011)
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz1-1/+2
the contents forward.h at all). (bzr r10667)
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
(bzr r10582.1.6)
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-2/+2
(bzr r10582.1.5)
2011-06-14Remove deprecated glib macro wrappersAlex Valavanis1-4/+4
(bzr r10302.1.1)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
(bzr r10025)
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-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-1/+0
(bzr r9508.1.44)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-1/+1
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8404)
2008-10-31Merge from trunkTed Gould1-4/+4
(bzr r6887)