summaryrefslogtreecommitdiffstats
path: root/src/persp3d.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Patch from sas to avoid GC warning during vacuum defs (closes LP #236816)Maximilian Albert2008-06-081-1/+0
| | | (bzr r5852)
* Changed Persp3D::boxes_transformed to a std::map pointer since it was not ↵John Faith2008-04-041-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)
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-28/+45
| | | (bzr r5122)
* If present, use existent perspective as default for new boxes when opening a ↵Maximilian Albert2008-03-061-0/+13
| | | | | document. (bzr r4978)
* Fix LP #196893 (weird snapping of 3D box Z handles)Maximilian Albert2008-03-031-1/+1
| | | (bzr r4933)
* less arbitrary default perspectivebulia byak2008-02-271-3/+3
| | | (bzr r4875)
* Fix LP #194718Maximilian Albert2008-02-231-3/+3
| | | (bzr r4836)
* Clean up comments and remove (already commented) debugging messagesMaximilian Albert2008-02-221-32/+2
| | | (bzr r4824)
* Don't store perspectives in plain SVGMaximilian Albert2008-02-171-1/+1
| | | (bzr r4755)
* Check for perspective in document defs (to avoid hanging/crashes after ↵Maximilian Albert2008-01-111-0/+21
| | | | | vacuum defs or when opening pre-0.46 documents); partly fixes LP #182031 (bzr r4461)
* fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent ↵Johan B. C. Engelen2008-01-091-1/+1
| | | | | name clash on windows compile. (bzr r4437)
* Enable 3D box toolbarMaximilian Albert2008-01-081-3/+4
| | | (bzr r4436)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-1/+1
| | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392)
* Recompute box corners relative to new perspective when merging persps (to ↵Maximilian Albert2007-12-261-8/+2
| | | | | prevent boxes from jumping randomly) (bzr r4311)
* noop: remove unused variableMaximilian Albert2007-12-261-1/+0
| | | (bzr r4307)
* Fix bug #178004 [assert when saving as plain svg]Maximilian Albert2007-12-261-4/+5
| | | (bzr r4302)
* Bug fix: prevent perspectives from being transformed more than once (by ↵Maximilian Albert2007-12-231-2/+98
| | | | | keeping track of selected boxes and their transformations). (bzr r4291)
* Warning cleanupJon A. Cruz2007-12-151-6/+6
| | | (bzr r4234)
* If necessary, split up perspectives when applying transformations to boxes; ↵Maximilian Albert2007-12-131-2/+32
| | | | | moreover, fix crash caused by listening to already destroyed perspectives (bzr r4227)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-0/+546
this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)