summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+6
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+0
* static code analysisKris De Gussem2015-11-061-1/+6
* create SPObject factoryLiam P. White2015-02-251-10/+0
* prevent possible usage of -1 array indexKris De Gussem2014-12-281-12/+14
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-1/+1
* Update to trunk r13648Liam P. White2014-10-311-25/+24
|\
| * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-25/+24
* | Update to experimental r13619Liam P. White2014-10-181-10/+13
|\|
| * Removed dangerous GTK-mimicking macros.Jon A. Cruz2014-10-161-10/+13
* | Update to experimental r13464Liam P. White2014-08-081-19/+0
|\|
| * Fixed some unused variables warnings.Markus Engel2014-07-221-19/+0
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-1/+1
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
* Added some consts.Markus Engel2013-10-261-21/+18
* Add 3d Box displayName and descriptionMartin Owens2013-10-061-0/+9
* Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-5/+2
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
* Merged Item.Markus Engel2013-04-051-1/+0
* Merged more classes.Markus Engel2013-04-051-1/+0
* Merged Group and subclasses.Markus Engel2013-04-051-51/+28
* Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-021-0/+10
* Added constructors to SP classes.Markus Engel2013-04-011-4/+13
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
* Renamed virtual function names.Markus Engel2013-03-291-13/+13
* merged from trunkMarkus Engel2013-03-291-112/+9
|\
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-40/+11
| * cppcheck: use gobject casts in box3d and hide dead codeAlex Valavanis2012-10-271-17/+19
| * code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-1/+1
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-4/+4
* | Various changes.Markus Engel2013-03-141-1/+1
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-3/+3
* | Added "virtual pad" to SPBox3D.Markus Engel2012-08-191-39/+92
|/
* remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen2011-07-191-1/+1
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-2/+2
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-3/+3
* Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz2011-07-021-2/+5
* Merge from trunkKrzysztof Kosi??ski2011-04-071-22/+20
|\
| * Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-16/+14
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-58/+63
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-58/+63
| |\
| | * More in XML privatisation with new create3DBox function and other supplements...Abhishek Sharma Public2010-07-171-0/+12
| | * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-22/+29
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-5/+5
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-7/+7
| |/
* / Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-3/+3
|/