summaryrefslogtreecommitdiffstats
path: root/src/persp3d.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-578/+0
A lot of header clean-up.
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
(bzr r15025)
2016-07-20Changed arguments and names of selection chemistry functionsAdrian Boguszewski1-2/+2
(bzr r14954.1.22)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-2/+2
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-6/+7
(bzr r14954.1.19)
2015-11-13static code analysisKris De Gussem1-4/+4
(bzr r14464)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
(bzr r13820)
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+2
(bzr r13809)
2014-12-04Store 3d box tool coordinates stored in 'user units'.Tavmjong Bah1-42/+70
(bzr r13784)
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-3/+3
(bzr r13768)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-4/+4
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-11-07First step of moving tools into appropriate namespaces.Markus Engel1-2/+2
(bzr r12782)
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-3/+4
(bzr r12475.1.2)
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-18/+9
(bzr r11608.1.111)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-8/+5
(bzr r11608.1.86)
2013-04-06Merged more classes.Markus Engel1-41/+14
(bzr r11608.1.84)
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-7/+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-9/+9
(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-29Added "virtual pads" forMarkus Engel1-10/+145
- ColorProfile - LivePathEffectObject - Persp3D (bzr r11608.1.51)
2013-03-14Various changes.Markus Engel1-3/+4
(bzr r11608.1.48)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-29/+1
(bzr r12064)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+1
(bzr r11030)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz1-3/+3
SP_ROOT() gtk type function/macro. (bzr r10254)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-10/+10
(bzr r10067)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(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-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-4/+4
Privatisation tweaks (bzr r9546.1.6)
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-3/+3
(bzr r9546.1.4)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-2/+2
SPDocument based methods (bzr r9546.1.3)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
(bzr r9546.1.2)
2009-12-26Major simplification of 3D box code.Maximilian Albert1-142/+8
(bzr r8911)
2009-12-26Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵Maximilian Albert1-100/+153
perspectives. (bzr r8910)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-5/+5
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-5/+5
(bzr r8404)
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-1/+1
suggested parentheses (bzr r7252)
2008-09-18More NR::Point ==> Geom::PointMaximilian Albert1-9/+9
(bzr r6837)
2008-07-30commentsMaximilian Albert1-0/+7
(bzr r6480)
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+3
(bzr r5884)
2008-06-08Patch from sas to avoid GC warning during vacuum defs (closes LP #236816)Maximilian Albert1-1/+0
(bzr r5852)
2008-04-04Changed Persp3D::boxes_transformed to a std::map pointer since it was not ↵John Faith1-18/+21
being initialized automatically on OS X 10.3.9 and caused a crash when using the 3d bx tool. Launchpad bug 205659. (bzr r5329)
2008-03-19Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert1-28/+45
(bzr r5122)