summaryrefslogtreecommitdiffstats
path: root/src/object/box3d.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-10/+10
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz1-2/+1
(bzr r13634)
2014-09-27Update to experimental r13565Liam P. White1-10/+10
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-10/+10
GThread deprecation errors. (bzr r13341.1.190)
2013-10-26Added some consts.Markus Engel1-3/+3
(bzr r12729)
2013-10-06Add 3d Box displayName and descriptionMartin Owens1-0/+2
(bzr r12665)
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
(bzr r11608.1.123)
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
(bzr r11608.1.122)
2013-08-01Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel1-1/+1
(bzr r11608.1.115)
2013-04-05Merged Group and subclasses.Markus Engel1-21/+2
(bzr r11608.1.77)
2013-04-01Added constructors to SP classes.Markus Engel1-0/+1
(bzr r11608.1.67)
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-4/+2
(bzr r11608.1.64)
2013-03-29Renamed virtual function names.Markus Engel1-9/+9
(bzr r11608.1.57)
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis1-2/+1
forward declarations (bzr r12203)
2012-08-19Added "virtual pad" to SPBox3D.Markus Engel1-0/+24
(bzr r11608.1.18)
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-17More in XML privatisation with new create3DBox function and other ↵Abhishek Sharma Public1-0/+1
supplements to efficiently hide information. (bzr r9546.1.8)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-2/+4
Privatisation tweaks (bzr r9546.1.6)
2009-12-26Major simplification of 3D box code.Maximilian Albert1-4/+0
(bzr r8911)
2008-09-18More NR::Point ==> Geom::PointMaximilian Albert1-6/+6
(bzr r6837)
2008-03-29Fix passing wrong pointer type when using the tweak tool on 3D boxesMaximilian Albert1-1/+1
(bzr r5232)
2008-03-19Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert1-1/+3
(bzr r5122)
2008-02-25fix converting 3d boxes to path and ungrouping - do not lose selection, ↵bulia byak1-1/+1
preserve style, id and clip/mask (bzr r4849)
2008-02-22Clean up comments and remove (already commented) debugging messagesMaximilian Albert1-4/+0
(bzr r4824)
2008-01-15Slightly more 'object-oriented' way to invoke item-specific ↵Maximilian Albert1-1/+0
conversion-to-guides methods (bzr r4499)
2008-01-11Add possibility to convert objects (only rectangles and 3D boxes currently) ↵Maximilian Albert1-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)
2008-01-09Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying ↵Maximilian Albert1-0/+2
'convert to path' (closes LP #179693 and #176646). (bzr r4439)
2007-12-26Recompute box corners relative to new perspective when merging persps (to ↵Maximilian Albert1-1/+1
prevent boxes from jumping randomly) (bzr r4311)
2007-12-26Don't show boxes as everted (i.e., always show the same sides) during ↵Maximilian Albert1-0/+4
initial drag, regardless of the mouse pointer position. (bzr r4306)
2007-12-23Bug fix: prevent perspectives from being transformed more than once (by ↵Maximilian Albert1-0/+5
keeping track of selected boxes and their transformations). (bzr r4291)
2007-12-13If necessary, split up perspectives when applying transformations to boxes; ↵Maximilian Albert1-0/+1
moreover, fix crash caused by listening to already destroyed perspectives (bzr r4227)
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert1-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)
2007-09-01Infrastructure to set direction of infinite VPs (now adjustable by some ↵Maximilian Albert1-0/+1
shortcuts; this may be removed later on) (bzr r3657)
2007-08-29Constrained center-dragging for 3D boxes (with Ctrl)Maximilian Albert1-0/+1
(bzr r3608)
2007-08-26Various small cleanupsMaximilian Albert1-1/+1
(bzr r3587)
2007-08-26Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ↵Maximilian Albert1-3/+4
the right approach) (bzr r3586)
2007-08-20Enable center-dragging of boxes in Z direction by using ShiftMaximilian Albert1-0/+2
(bzr r3555)
2007-08-17Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert1-0/+11
(bzr r3497)
2007-08-07Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape ↵Maximilian Albert1-0/+1
boxes when state of a VP changes (bzr r3412)
2007-08-07Compute the correct visible front corner (also for 'upended' boxes) and set ↵Maximilian Albert1-0/+2
the z-orders accordingly so that they are correct for any relative position of the handles (bzr r3411)
2007-08-07Set z-orders of 3D box faces during dragging/resizing according to the ↵Maximilian Albert1-0/+4
perspective (bzr r3409)
2007-08-06Draw perspective lines; provide shortcuts to toggle their visibility and the ↵Maximilian Albert1-0/+8
corners where they are attached (bzr r3393)
2007-08-06Convenience for debuggingMaximilian Albert1-0/+2
(bzr r3389)
2007-08-06Write/read perspectives to/from SVG; store ratios of the distances from ↵Maximilian Albert1-0/+10
corners to VPs (preparation for dragging) (bzr r3388)
2007-07-14Write distinguished corners of 3D boxes to the svg representation from which ↵Maximilian Albert1-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)
2007-07-04New/updated 3D box auxiliary/convenience functions (e.g., allow ↵Maximilian Albert1-2/+7
(un)constrained movement of corners, too; determine midpoints of edges) (bzr r3183)