summaryrefslogtreecommitdiffstats
path: root/src/persp3d.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged trunkAdrian Boguszewski2016-08-031-2/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
| | | | | | (bzr r15025)
* | Changed arguments and names of selection chemistry functionsAdrian Boguszewski2016-07-201-2/+2
| | | | | | (bzr r14954.1.22)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-2/+2
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-6/+7
|/ | | (bzr r14954.1.19)
* static code analysisKris De Gussem2015-11-131-4/+4
| | | (bzr r14464)
* create SPObject factoryLiam P. White2015-02-251-10/+0
| | | (bzr r13939.1.1)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+2
| | | (bzr r13809)
* Store 3d box tool coordinates stored in 'user units'.Tavmjong Bah2014-12-041-42/+70
| | | (bzr r13784)
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-3/+3
| | | (bzr r13768)
* 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-4/+4
| | | | | disallow pointers to Application (bzr r13341.5.9)
* 1. make it compileLiam P. White2014-06-251-1/+1
| | | (bzr r13341.5.1)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-2/+2
| | | (bzr r12782)
* Merge from trunk.Matthew Petroff2013-09-201-58/+32
|\ | | | | (bzr r12475.1.29)
| * Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-18/+9
| | | | | | (bzr r11608.1.111)
| * Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-8/+5
| | | | | | (bzr r11608.1.86)
| * Merged more classes.Markus Engel2013-04-061-41/+14
| | | | | | (bzr r11608.1.84)
| * Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel2013-04-021-0/+10
| | | | | | | | | | rewritten, as they aren't real classes. (bzr r11608.1.69)
| * Added constructors to SP classes.Markus Engel2013-04-011-7/+13
| | | | | | (bzr r11608.1.67)
| * Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | | | | | (bzr r11608.1.63)
| * Renamed virtual function names.Markus Engel2013-03-291-9/+9
| | | | | | (bzr r11608.1.57)
| * merged from trunkMarkus Engel2013-03-291-171/+3
| |\ | | | | | | (bzr r11608.1.56)
| * | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-4/+4
| | | | | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
| * | Added "virtual pads" forMarkus Engel2013-03-291-10/+145
| | | | | | | | | | | | | | | | | | | | | - ColorProfile - LivePathEffectObject - Persp3D (bzr r11608.1.51)
| * | Various changes.Markus Engel2013-03-141-3/+4
| | | | | | | | | (bzr r11608.1.48)
* | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-3/+4
| |/ |/| | | (bzr r12475.1.2)
* | More GObject boilerplate reductionAlex Valavanis2013-01-261-29/+1
|/ | | (bzr r12064)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+1
| | | (bzr r11030)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-3/+3
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-10/+10
| | | (bzr r10067)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-31/+27
|\ | | | | (bzr r9945.1.1)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-4/+4
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-3/+3
| | | | | | (bzr r9546.1.4)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-2/+2
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| | | | | | (bzr r9546.1.2)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Major simplification of 3D box code.Maximilian Albert2009-12-261-142/+8
| | | (bzr r8911)
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵Maximilian Albert2009-12-261-100/+153
| | | | | perspectives. (bzr r8910)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-5/+5
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-5/+5
| | | (bzr r8404)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-1/+1
| | | | | suggested parentheses (bzr r7252)
* More NR::Point ==> Geom::PointMaximilian Albert2008-09-181-9/+9
| | | (bzr r6837)
* commentsMaximilian Albert2008-07-301-0/+7
| | | (bzr r6480)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)