index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
tools
/
measure-tool.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-07
working in dimension to item
Jabier Arraiza Cenoz
1
-3
/
+11
2015-10-06
Remove wrong code for angle helper path
Jabier Arraiza Cenoz
1
-4
/
+2
2015-10-06
fix a bug rendering the angle line in diferent units than pixels
Jabier Arraiza Cenoz
1
-2
/
+4
2015-10-06
fix a bug on snapping with start knot
Jabier Arraiza Cenoz
1
-6
/
+6
2015-10-06
add snaping to knots and stating convert measure to items
Jabier Arraiza Cenoz
1
-11
/
+137
2015-10-05
add reverse to meassure output
Jabier Arraiza Cenoz
1
-0
/
+10
2015-10-05
Add redraw to meassure when use toolbar
Jabier Arraiza Cenoz
1
-1
/
+5
2015-10-04
Add snap and CTRL constrain
Jabier Arraiza Cenoz
1
-10
/
+19
2015-10-04
Added knots to post editing the measure and make it persistant throught tools
Jabier Arraiza Cenoz
1
-45
/
+94
2015-10-04
Add improvements to measure tool:
Jabier Arraiza Cenoz
1
-364
/
+367
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-25
Strip ToolFactory
Liam P. White
1
-10
/
+0
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-2
/
+2
2015-02-18
Just...
mc
1
-3
/
+3
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-3
/
+3
2014-12-21
Purge sp_desktop_sketch and sp_desktop_tempgroup
Liam P. White
1
-14
/
+14
2014-10-05
Move more UI code into ui/
Liam P. White
1
-1
/
+1
2014-05-23
Fix flakiness of measurement tool (due to issues with parallel lines, duplica...
Diederik van Lierop
1
-35
/
+24
2014-03-26
Cleaned up includes of tools / revert experimental casting macro replacements...
Markus Engel
1
-0
/
+1
2014-02-26
Made constructors of tools use initializer lists.
Markus Engel
1
-6
/
+4
2014-02-23
Fix for selcue settings.
Markus Engel
1
-0
/
+2
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-2
/
+2
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-17
/
+24
2013-09-28
Fixed MeasureContext.
Markus Engel
1
-4
/
+0
2013-09-27
Adjusted code style of SPEllipse.
Markus Engel
1
-4
/
+4
2013-08-04
Switched to global UnitTable.
Matthew Petroff
1
-1
/
+1
2013-08-03
reduce scope of variables
Johan B. C. Engelen
1
-1
/
+0
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-1
/
+1
2013-07-18
Switch unit functions from using pointer arguements to reference arguements.
Matthew Petroff
1
-8
/
+6
2013-07-06
Ported measure-context.cpp (to do: port widgets/measure-toolbar.cpp so unit s...
Matthew Petroff
1
-8
/
+13
2013-07-02
Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.
Matthew Petroff
1
-1
/
+1
2013-04-21
Cleaned up a bit.
Markus Engel
1
-69
/
+45
2013-04-20
Moved factories to different files.
Markus Engel
1
-1
/
+1
2013-04-20
Merging of EventContext classes complete.
Markus Engel
1
-62
/
+13
2013-04-13
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
1
-0
/
+16
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-0
/
+2
2013-04-09
Added constructors to EventContext tree / some missing virtual pads.
Markus Engel
1
-15
/
+58
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-32
/
+7
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-2
/
+2
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-5
/
+0
2012-06-08
Move measure angle string to keep it visible when angle is small.
Jon A. Cruz
1
-0
/
+6
2012-06-08
Improve approach for keeping angle display string visible.
Jon A. Cruz
1
-56
/
+46
2012-06-06
Compatibility fix.
Jon A. Cruz
1
-0
/
+5
2012-06-05
Allow angle measurement base to be changed by tapping space.
Jon A. Cruz
1
-8
/
+47
2012-06-03
Limit angle label to show up within the desktop window. Also refactor arc dra...
Jon A. Cruz
1
-34
/
+106
2012-06-02
Add marker to initial point.
Jon A. Cruz
1
-10
/
+25
2012-06-01
Place angle measurement along the measure arc.
Jon A. Cruz
1
-2
/
+15
2012-06-01
Adding baseline and arc to make angle measurement visualization easier.
Jon A. Cruz
1
-1
/
+36
2012-05-31
Make multiple measurement labels avoid overlapping each other.
Jon A. Cruz
1
-22
/
+111
2012-05-28
Added basic offset and call-out lines for measurements.
Jon A. Cruz
1
-14
/
+28
[next]