summaryrefslogtreecommitdiffstats
path: root/src/object/sp-symbol.cpp (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-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-21Move global functions into SPPrintContext methods.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
(bzr r15025)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2014-02-15Symbols: turn off viewBox-related debug messages (from r13002)su_v1-2/+2
(bzr r13029)
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-227/+7
Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002)
2013-10-26Added some consts.Markus Engel1-1/+1
(bzr r12729)
2013-06-15Big change in symbols ui and selection chemistry.Martin Owens1-5/+2
(bzr r12374)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
(bzr r11608.1.86)
2013-04-05Merged Item.Markus Engel1-1/+0
(bzr r11608.1.81)
2013-04-05Merged more classes.Markus Engel1-1/+0
(bzr r11608.1.78)
2013-04-05Merged Group and subclasses.Markus Engel1-130/+134
(bzr r11608.1.77)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+10
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-3/+13
(bzr r11608.1.67)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-23/+23
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-6/+6
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-19Fixing regressionjtx1-12/+21
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-21/+12
(bzr r11950.1.56)
2013-03-16Warning cleanupAlex Valavanis1-12/+21
(bzr r12211)
2013-03-14Various changes.Markus Engel1-1/+1
(bzr r11608.1.48)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-51/+26
(bzr r12064)
2012-10-11Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah1-0/+5
(bzr r11782)
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-4/+4
(bzr r11608.1.46)
2012-08-19Added "virtual pad" to SPSymbol.Markus Engel1-56/+112
(bzr r11608.1.21)
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-31/+25
(bzr r10582.1.5)
2011-08-27Remove NRRect use from the extension systemKrzysztof Kosi??ski1-1/+1
(bzr r10582.1.2)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-3/+5
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-4/+4
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-7/+9
(bzr r10347.1.21)
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-93/+46
(bzr r10461)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-5/+5
(bzr r10067)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-6/+6
(bzr r10025)
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-2/+0
(bzr r9508.1.45)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-2/+2
Privatisation tweaks (bzr r9546.1.6)
2010-07-06C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public1-2/+5
Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-2/+2
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8404)
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-2/+2
(bzr r7032)
2008-12-12typo in xMaxYMidThomas Holder1-1/+1
(bzr r6990)
2008-12-11bug #166885 (preserveAspectRatio="none" misinterpreted)Thomas Holder1-1/+1
(bzr r6988)