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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Misc. typos
Unknown
2017-11-07
1
-2
/
+2
*
Add missing include.
Jan Lingscheid
2017-09-21
1
-0
/
+1
*
Refactor Box3d::string_from_axes to use Glib::ustring
Jan Lingscheid
2017-09-21
1
-1
/
+1
*
remove glib dependency, but add return statements to help compiler and preven...
Johan B. C. Engelen
2014-09-03
1
-7
/
+5
*
undo some things from rev 13530, to fix compile with gcc 4.9.0 -Werror=return...
Johan B. C. Engelen
2014-09-03
1
-2
/
+3
*
Minor pass of header cleanup
Liam P. White
2014-08-30
1
-18
/
+12
*
Reduce header bloat
Alex Valavanis
2014-08-30
1
-1
/
+1
*
rename variable names to prevent hiding of names in outer scopes
Johan B. C. Engelen
2014-03-02
1
-4
/
+4
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-1
/
+1
*
Clean up comments and remove (already commented) debugging messages
Maximilian Albert
2008-02-22
1
-54
/
+0
*
noop: Address some cast-string-to-mutable-chars warnings.
Peter Moulder
2008-01-28
1
-16
/
+7
*
fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent nam...
Johan B. C. Engelen
2008-01-09
1
-2
/
+2
*
Enable 3D box toolbar
Maximilian Albert
2008-01-08
1
-3
/
+2
*
Applying Gail's patch for font-specification
Bryce Harrington
2008-01-05
1
-2
/
+2
*
glib/gtestutils.h is not available on gutsy, so switching to include of
Bryce Harrington
2008-01-05
1
-1
/
+1
*
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
Bryce Harrington
2008-01-05
1
-0
/
+1
*
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
2007-12-13
1
-2
/
+169
*
Various small cleanups
Maximilian Albert
2007-08-26
1
-2
/
+2
*
Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...
Maximilian Albert
2007-08-26
1
-2
/
+15
*
Draw perspective lines for infinite VPs, too (they are updated during scrolli...
Maximilian Albert
2007-08-17
1
-0
/
+2
*
Compute the correct visible front corner (also for 'upended' boxes) and set t...
Maximilian Albert
2007-08-07
1
-0
/
+10
*
Set z-orders of 3D box faces during dragging/resizing according to the perspe...
Maximilian Albert
2007-08-07
1
-0
/
+4
*
(Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate pe...
Maximilian Albert
2007-08-06
1
-0
/
+2
*
Move 3D axis manipulation functions to separate file
Maximilian Albert
2007-07-11
1
-0
/
+129