summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1359/+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-12Update POTFILES.in etc. after renamingStefano Facchini1-1/+1
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-6/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+6
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+0
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-5/+5
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-10/+10
(bzr r14954.1.19)
2015-11-06static code analysisKris De Gussem1-1/+6
(bzr r14448)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2014-12-28prevent possible usage of -1 array indexKris De Gussem1-12/+14
(bzr r13826)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-1/+1
(bzr r13768)
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz1-25/+24
(bzr r13634)
2014-10-16Removed dangerous GTK-mimicking macros.Jon A. Cruz1-10/+13
(bzr r13619)
2014-07-22Fixed some unused variables warnings.Markus Engel1-19/+0
(bzr r13458)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-1/+1
disallow pointers to Application (bzr r13341.5.9)
2014-06-251. make it compileLiam P. White1-1/+1
(bzr r13341.5.1)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
(bzr r12785)
2013-10-26Added some consts.Markus Engel1-21/+18
(bzr r12729)
2013-10-06Add 3d Box displayName and descriptionMartin Owens1-0/+9
(bzr r12665)
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-5/+2
Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
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-51/+28
(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-4/+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-13/+13
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-4/+4
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-23Clean up more GObject type definitionsAlex Valavanis1-40/+11
(bzr r12055)
2012-10-27cppcheck: use gobject casts in box3d and hide dead codeAlex Valavanis1-17/+19
(bzr r11839)
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-3/+3
(bzr r11608.1.46)
2012-10-04code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton1-1/+1
they are not used elsewhere. (bzr r11735)
2012-08-19Added "virtual pad" to SPBox3D.Markus Engel1-39/+92
(bzr r11608.1.18)
2011-07-19remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen1-1/+1
(bzr r10477)
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen1-2/+2
item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-3/+3
(bzr r10461)
2011-07-02Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz1-2/+5
(bzr r10399)
2011-02-20Pass removing some outdated C-macro use.Jon A. Cruz1-16/+14
(bzr r10059)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-6/+6
(bzr r10025)
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-3/+3
(bzr r9508.1.48)
2010-07-17More in XML privatisation with new create3DBox function and other ↵Abhishek Sharma Public1-0/+12
supplements to efficiently hide information. (bzr r9546.1.8)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-22/+29
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-7/+7
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-12-26Major simplification of 3D box code.Maximilian Albert1-65/+2
(bzr r8911)