summaryrefslogtreecommitdiffstats
path: root/src/axis-manip.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Misc. typosUnknown2017-11-071-2/+2
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Add missing include.Jan Lingscheid2017-09-211-0/+1
|
* Refactor Box3d::string_from_axes to use Glib::ustringJan Lingscheid2017-09-211-1/+1
|
* remove glib dependency, but add return statements to help compiler and ↵Johan B. C. Engelen2014-09-031-7/+5
| | | | | prevent return-type warnings (bzr r13341.1.195)
* undo some things from rev 13530, to fix compile with gcc 4.9.0 ↵Johan B. C. Engelen2014-09-031-2/+3
| | | | | -Werror=return-type (don't want to give up that flag) (bzr r13341.1.194)
* Minor pass of header cleanupLiam P. White2014-08-301-18/+12
| | | (bzr r13341.1.189)
* Reduce header bloatAlex Valavanis2014-08-301-1/+1
| | | (bzr r13341.1.184)
* rename variable names to prevent hiding of names in outer scopesJohan B. C. Engelen2014-03-021-4/+4
| | | (bzr r13090)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+1
| | | (bzr r10347.1.2)
* Clean up comments and remove (already commented) debugging messagesMaximilian Albert2008-02-221-54/+0
| | | (bzr r4824)
* noop: Address some cast-string-to-mutable-chars warnings.Peter Moulder2008-01-281-16/+7
| | | (bzr r4612)
* fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent ↵Johan B. C. Engelen2008-01-091-2/+2
| | | | | name clash on windows compile. (bzr r4437)
* Enable 3D box toolbarMaximilian Albert2008-01-081-3/+2
| | | (bzr r4436)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-2/+2
| | | | | | | | | | | | | | | | | | | (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)
* glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington2008-01-051-1/+1
| | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390)
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-051-0/+1
| | | | | currently. (bzr r4389)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-2/+169
| | | | | 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)
* Various small cleanupsMaximilian Albert2007-08-261-2/+2
| | | (bzr r3587)
* Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ↵Maximilian Albert2007-08-261-2/+15
| | | | | the right approach) (bzr r3586)
* Draw perspective lines for infinite VPs, too (they are updated during ↵Maximilian Albert2007-08-171-0/+2
| | | | | scrolling or zooming); don't create knots for infinite VPs on the canvas (bzr r3495)
* Compute the correct visible front corner (also for 'upended' boxes) and set ↵Maximilian Albert2007-08-071-0/+10
| | | | | 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)
* (Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate ↵Maximilian Albert2007-08-061-0/+2
| | | | | perspectives and thus create new ones interactively (bzr r3392)
* Move 3D axis manipulation functions to separate fileMaximilian Albert2007-07-111-0/+129
(bzr r3226)