summaryrefslogtreecommitdiffstats
path: root/src/sp-tref.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-532/+0
A lot of header clean-up.
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2017-10-01First batchMarc Jeanmougin1-7/+3
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-1/+3
Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-3/+3
(bzr r14954.1.19)
2016-04-29Backout last commit as it introduced subtle errors.Tavmjong Bah1-2/+1
(bzr r14864)
2016-04-29SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah1-1/+2
(bzr r14863)
2015-12-05Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1522478 - https://launchpad.net/bugs/262528 - https://launchpad.net/bugs/168845 (bzr r14505)
2015-02-25create SPObject factoryLiam P. White1-13/+1
(bzr r13939.1.1)
2014-12-25Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah1-6/+2
(bzr r13822.1.5)
2014-07-28noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen1-7/+0
(bzr r13475)
2013-10-26Added some consts.Markus Engel1-5/+18
(bzr r12729)
2013-10-01Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski1-7/+7
Fixes #304407 and possibly a few other bugs. Revert incorrect _item_bbox changes from r12528. Fixed bugs: - https://launchpad.net/bugs/304407 (bzr r12648)
2013-09-24change names for displayName and detailedDescription, improve char code and ↵Martin Owens1-2/+2
remove const. (bzr r12584)
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-16/+18
Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
2013-09-16Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel1-1/+1
(bzr r11608.1.124)
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-6/+6
(bzr r11608.1.113)
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-1/+1
(bzr r11608.1.94)
2013-04-10Removed old SPObject factory.Markus Engel1-3/+1
(bzr r11608.1.91)
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-9/+7
(bzr r11608.1.81)
2013-04-05Merged more classes.Markus Engel1-146/+88
(bzr r11608.1.78)
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-1/+1
(bzr r11608.1.72)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+9
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-4/+12
(bzr r11608.1.67)
2013-04-01Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel1-2/+2
(bzr r11608.1.65)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-13/+13
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-5/+5
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-14Various changes.Markus Engel1-1/+1
(bzr r11608.1.48)
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-36/+11
(bzr r12059)
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-2/+2
(bzr r11608.1.46)
2012-08-19Added "virtual pad" to SPTRef.Markus Engel1-44/+87
(bzr r11608.1.28)
2012-02-15cppcheckKris De Gussem1-19/+21
(bzr r10987)
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-1/+1
(bzr r10830)
2011-09-04Fix crashes with empty text objectsKrzysztof Kosi??ski1-1/+1
(bzr r10617)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-19/+13
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-1/+0
(bzr r10347.1.21)
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-37/+41
(bzr r10060)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
(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 2Krzysztof Kosi??ski1-1/+0
(bzr r9508.1.45)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-6/+6
Privatisation tweaks (bzr r9546.1.6)
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-5/+5
(bzr r9546.1.4)
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-3/+3
which cannot be fixed easily. (bzr r8422)