summaryrefslogtreecommitdiffstats
path: root/src/axis-manip.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
2017-11-07Misc. typosUnknown1-2/+2
2017-09-21Add missing include.Jan Lingscheid1-0/+1
2017-09-21Refactor Box3d::string_from_axes to use Glib::ustringJan Lingscheid1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-22/+15
2014-09-07Update to experimental r13543Liam P. White1-4/+3
2014-09-03remove glib dependency, but add return statements to help compiler and preven...Johan B. C. Engelen1-7/+5
2014-09-03undo some things from rev 13530, to fix compile with gcc 4.9.0 -Werror=return...Johan B. C. Engelen1-2/+3
2014-08-30Minor pass of header cleanupLiam P. White1-18/+12
2014-08-30Reduce header bloatAlex Valavanis1-1/+1
2014-03-02rename variable names to prevent hiding of names in outer scopesJohan B. C. Engelen1-4/+4
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-1/+1
2008-02-22Clean up comments and remove (already commented) debugging messagesMaximilian Albert1-54/+0
2008-01-28noop: Address some cast-string-to-mutable-chars warnings.Peter Moulder1-16/+7
2008-01-09fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent nam...Johan B. C. Engelen1-2/+2
2008-01-08Enable 3D box toolbarMaximilian Albert1-3/+2
2008-01-05Applying Gail's patch for font-specificationBryce Harrington1-2/+2
2008-01-05glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington1-1/+1
2008-01-05Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington1-0/+1
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-2/+169
2007-08-26Various small cleanupsMaximilian Albert1-2/+2
2007-08-26Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...Maximilian Albert1-2/+15
2007-08-17Draw perspective lines for infinite VPs, too (they are updated during scrolli...Maximilian Albert1-0/+2
2007-08-07Compute the correct visible front corner (also for 'upended' boxes) and set t...Maximilian Albert1-0/+10
2007-08-07Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert1-0/+4
2007-08-06(Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate pe...Maximilian Albert1-0/+2
2007-07-11Move 3D axis manipulation functions to separate fileMaximilian Albert1-56/+5
2007-07-10More 3D auxiliary/convenience functionsMaximilian Albert1-3/+58
2007-07-04New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...Maximilian Albert1-0/+21
2007-07-03Refactoring of 3D box internals.Maximilian Albert1-0/+4
2007-07-03More meaningful name for 3D axis directionsMaximilian Albert1-5/+5
2007-07-03Make 3D axes correspond to places in binary representation (allows for more g...Maximilian Albert1-4/+13
2007-06-21First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert1-0/+91