index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
axis-manip.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2017-11-07
Misc. typos
Unknown
1
-2
/
+2
2017-09-21
Add missing include.
Jan Lingscheid
1
-0
/
+1
2017-09-21
Refactor Box3d::string_from_axes to use Glib::ustring
Jan Lingscheid
1
-1
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-22
/
+15
2014-09-07
Update to experimental r13543
Liam P. White
1
-4
/
+3
2014-09-03
remove glib dependency, but add return statements to help compiler and preven...
Johan B. C. Engelen
1
-7
/
+5
2014-09-03
undo some things from rev 13530, to fix compile with gcc 4.9.0 -Werror=return...
Johan B. C. Engelen
1
-2
/
+3
2014-08-30
Minor pass of header cleanup
Liam P. White
1
-18
/
+12
2014-08-30
Reduce header bloat
Alex Valavanis
1
-1
/
+1
2014-03-02
rename variable names to prevent hiding of names in outer scopes
Johan B. C. Engelen
1
-4
/
+4
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-1
/
+1
2008-02-22
Clean up comments and remove (already commented) debugging messages
Maximilian Albert
1
-54
/
+0
2008-01-28
noop: Address some cast-string-to-mutable-chars warnings.
Peter Moulder
1
-16
/
+7
2008-01-09
fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent nam...
Johan B. C. Engelen
1
-2
/
+2
2008-01-08
Enable 3D box toolbar
Maximilian Albert
1
-3
/
+2
2008-01-05
Applying Gail's patch for font-specification
Bryce Harrington
1
-2
/
+2
2008-01-05
glib/gtestutils.h is not available on gutsy, so switching to include of
Bryce Harrington
1
-1
/
+1
2008-01-05
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
Bryce Harrington
1
-0
/
+1
2007-12-13
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
1
-2
/
+169
2007-08-26
Various small cleanups
Maximilian Albert
1
-2
/
+2
2007-08-26
Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...
Maximilian Albert
1
-2
/
+15
2007-08-17
Draw perspective lines for infinite VPs, too (they are updated during scrolli...
Maximilian Albert
1
-0
/
+2
2007-08-07
Compute the correct visible front corner (also for 'upended' boxes) and set t...
Maximilian Albert
1
-0
/
+10
2007-08-07
Set z-orders of 3D box faces during dragging/resizing according to the perspe...
Maximilian Albert
1
-0
/
+4
2007-08-06
(Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate pe...
Maximilian Albert
1
-0
/
+2
2007-07-11
Move 3D axis manipulation functions to separate file
Maximilian Albert
1
-56
/
+5
2007-07-10
More 3D auxiliary/convenience functions
Maximilian Albert
1
-3
/
+58
2007-07-04
New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...
Maximilian Albert
1
-0
/
+21
2007-07-03
Refactoring of 3D box internals.
Maximilian Albert
1
-0
/
+4
2007-07-03
More meaningful name for 3D axis directions
Maximilian Albert
1
-5
/
+5
2007-07-03
Make 3D axes correspond to places in binary representation (allows for more g...
Maximilian Albert
1
-4
/
+13
2007-06-21
First (very limited) version of the 3D box tool; allows for drawing of new bo...
Maximilian Albert
1
-0
/
+91