summaryrefslogtreecommitdiffstats
path: root/src/box3d.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-104/+0
| | | | A lot of header clean-up.
* Update to trunk r13638Liam P. White2014-10-251-2/+1
|\ | | | | (bzr r13341.1.286)
| * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-2/+1
| | | | | | (bzr r13634)
* | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-10/+10
|/ | | | | GThread deprecation errors. (bzr r13341.1.190)
* Added some consts.Markus Engel2013-10-261-3/+3
| | | (bzr r12729)
* Add 3d Box displayName and descriptionMartin Owens2013-10-061-0/+2
| | | (bzr r12665)
* Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-1/+1
| | | (bzr r11608.1.115)
* Merged Group and subclasses.Markus Engel2013-04-051-21/+2
| | | (bzr r11608.1.77)
* Added constructors to SP classes.Markus Engel2013-04-011-0/+1
| | | (bzr r11608.1.67)
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
| | | (bzr r11608.1.64)
* Renamed virtual function names.Markus Engel2013-03-291-9/+9
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-2/+1
|\ | | | | (bzr r11608.1.56)
| * Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-2/+1
| | | | | | | | | | forward declarations (bzr r12203)
* | Added "virtual pad" to SPBox3D.Markus Engel2012-08-191-0/+24
|/ | | (bzr r11608.1.18)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+13
|\ | | | | (bzr r9945.1.1)
| * More in XML privatisation with new create3DBox function and other ↵Abhishek Sharma Public2010-07-171-0/+1
| | | | | | | | | | supplements to efficiently hide information. (bzr r9546.1.8)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-2/+4
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
* | 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-4/+0
| | | (bzr r8911)
* More NR::Point ==> Geom::PointMaximilian Albert2008-09-181-6/+6
| | | (bzr r6837)
* Fix passing wrong pointer type when using the tweak tool on 3D boxesMaximilian Albert2008-03-291-1/+1
| | | (bzr r5232)
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-1/+3
| | | (bzr r5122)
* fix converting 3d boxes to path and ungrouping - do not lose selection, ↵bulia byak2008-02-251-1/+1
| | | | | preserve style, id and clip/mask (bzr r4849)
* Clean up comments and remove (already commented) debugging messagesMaximilian Albert2008-02-221-4/+0
| | | (bzr r4824)
* Slightly more 'object-oriented' way to invoke item-specific ↵Maximilian Albert2008-01-151-1/+0
| | | | | conversion-to-guides methods (bzr r4499)
* Add possibility to convert objects (only rectangles and 3D boxes currently) ↵Maximilian Albert2008-01-111-0/+2
| | | | | to guidelines. Also see corresponding post on the mailing list; in particular, feel free to revert it if this is inappropriate during Frost phase. (bzr r4462)
* Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying ↵Maximilian Albert2008-01-091-0/+2
| | | | | 'convert to path' (closes LP #179693 and #176646). (bzr r4439)
* Recompute box corners relative to new perspective when merging persps (to ↵Maximilian Albert2007-12-261-1/+1
| | | | | prevent boxes from jumping randomly) (bzr r4311)
* Don't show boxes as everted (i.e., always show the same sides) during ↵Maximilian Albert2007-12-261-0/+4
| | | | | initial drag, regardless of the mouse pointer position. (bzr r4306)
* Bug fix: prevent perspectives from being transformed more than once (by ↵Maximilian Albert2007-12-231-0/+5
| | | | | keeping track of selected boxes and their transformations). (bzr r4291)
* If necessary, split up perspectives when applying transformations to boxes; ↵Maximilian Albert2007-12-131-0/+1
| | | | | 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-75/+56
| | | | | 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)
* Infrastructure to set direction of infinite VPs (now adjustable by some ↵Maximilian Albert2007-09-011-0/+1
| | | | | shortcuts; this may be removed later on) (bzr r3657)
* Constrained center-dragging for 3D boxes (with Ctrl)Maximilian Albert2007-08-291-0/+1
| | | (bzr r3608)
* Various small cleanupsMaximilian Albert2007-08-261-1/+1
| | | (bzr r3587)
* Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ↵Maximilian Albert2007-08-261-3/+4
| | | | | the right approach) (bzr r3586)
* Enable center-dragging of boxes in Z direction by using ShiftMaximilian Albert2007-08-201-0/+2
| | | (bzr r3555)
* Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert2007-08-171-0/+11
| | | (bzr r3497)
* Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape ↵Maximilian Albert2007-08-071-0/+1
| | | | | boxes when state of a VP changes (bzr r3412)
* Compute the correct visible front corner (also for 'upended' boxes) and set ↵Maximilian Albert2007-08-071-0/+2
| | | | | the z-orders accordingly so that they are correct for any relative position of the handles (bzr r3411)
* Set z-orders of 3D box faces during dragging/resizing according to the ↵Maximilian Albert2007-08-071-0/+4
| | | | | perspective (bzr r3409)
* Draw perspective lines; provide shortcuts to toggle their visibility and the ↵Maximilian Albert2007-08-061-0/+8
| | | | | corners where they are attached (bzr r3393)
* Convenience for debuggingMaximilian Albert2007-08-061-0/+2
| | | (bzr r3389)
* Write/read perspectives to/from SVG; store ratios of the distances from ↵Maximilian Albert2007-08-061-0/+10
| | | | | corners to VPs (preparation for dragging) (bzr r3388)
* Write distinguished corners of 3D boxes to the svg representation from which ↵Maximilian Albert2007-07-141-0/+1
| | | | | | | the box can be recomputed. This is used to fix several bugs related to the editing of boxes resulting from cloning, undo operations or newly opened documents (we had stray pointers to SPPaths before that made Inkscape crash). (bzr r3239)
* New/updated 3D box auxiliary/convenience functions (e.g., allow ↵Maximilian Albert2007-07-041-2/+7
| | | | | (un)constrained movement of corners, too; determine midpoints of edges) (bzr r3183)
* Refactoring of 3D box internals.Maximilian Albert2007-07-031-1/+7
| | | | | | Handle the corners in the box itself and only link to them from the separate faces. This way we can make the code *much* cleaner and more generic. Provide generic auxiliary functions for the movement of corners in XY-plane and Z-direction. (bzr r3171)