index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
measure-context.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed MeasureContext.
Markus Engel
2013-09-28
1
-4
/
+0
*
Adjusted code style of SPEllipse.
Markus Engel
2013-09-27
1
-4
/
+4
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-9
/
+12
|
\
|
*
Merge Google Summer of Code unit refactor.
Matthew Petroff
2013-08-06
1
-9
/
+12
|
|
\
|
|
*
Switched to global UnitTable.
Matthew Petroff
2013-08-04
1
-1
/
+1
|
|
*
Switch unit functions from using pointer arguements to reference arguements.
Matthew Petroff
2013-07-18
1
-8
/
+6
|
|
*
Ported measure-context.cpp (to do: port widgets/measure-toolbar.cpp so unit s...
Matthew Petroff
2013-07-06
1
-8
/
+13
|
|
*
Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.
Matthew Petroff
2013-07-02
1
-1
/
+1
*
|
|
Merged from trunk (r12465).
Markus Engel
2013-08-04
1
-1
/
+0
|
\
|
|
|
*
|
reduce scope of variables
Johan B. C. Engelen
2013-08-03
1
-1
/
+0
|
|
/
*
|
Further refactoring of EventContexts.
Markus Engel
2013-07-30
1
-1
/
+1
*
|
Cleaned up a bit.
Markus Engel
2013-04-21
1
-69
/
+45
*
|
Moved factories to different files.
Markus Engel
2013-04-20
1
-1
/
+1
*
|
Merging of EventContext classes complete.
Markus Engel
2013-04-20
1
-62
/
+13
*
|
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
2013-04-13
1
-0
/
+16
*
|
Added prefPaths to contexts; modified SPFactory
Markus Engel
2013-04-12
1
-0
/
+2
*
|
Added constructors to EventContext tree / some missing virtual pads.
Markus Engel
2013-04-09
1
-15
/
+58
|
/
*
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-32
/
+7
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-2
/
+2
*
Drop GTK+ 2.20 support.
Alex Valavanis
2012-07-05
1
-5
/
+0
*
Move measure angle string to keep it visible when angle is small.
Jon A. Cruz
2012-06-08
1
-0
/
+6
*
Improve approach for keeping angle display string visible.
Jon A. Cruz
2012-06-08
1
-56
/
+46
*
Compatibility fix.
Jon A. Cruz
2012-06-06
1
-0
/
+5
*
Allow angle measurement base to be changed by tapping space.
Jon A. Cruz
2012-06-05
1
-8
/
+47
*
Limit angle label to show up within the desktop window. Also refactor arc dra...
Jon A. Cruz
2012-06-03
1
-34
/
+106
*
Add marker to initial point.
Jon A. Cruz
2012-06-02
1
-10
/
+25
*
Place angle measurement along the measure arc.
Jon A. Cruz
2012-06-01
1
-2
/
+15
*
Adding baseline and arc to make angle measurement visualization easier.
Jon A. Cruz
2012-06-01
1
-1
/
+36
*
Make multiple measurement labels avoid overlapping each other.
Jon A. Cruz
2012-05-31
1
-22
/
+111
*
Added basic offset and call-out lines for measurements.
Jon A. Cruz
2012-05-28
1
-14
/
+28
*
Cleanup of measure text for moving away from overlap.
Jon A. Cruz
2012-05-28
1
-45
/
+53
*
Reorder measure context item painting for better legibility.
Jon A. Cruz
2012-05-27
1
-37
/
+49
*
Centralized line creation and enhanced visibility.
Jon A. Cruz
2012-05-09
1
-8
/
+13
*
C++ification of SPCtrlLine in preparation of visibility improvements.
Jon A. Cruz
2012-05-04
1
-9
/
+8
*
Adopt obsolete GtkAnchorType enum as SPAnchorType
Alex Valavanis
2012-04-10
1
-1
/
+2
*
cppcheck
Kris De Gussem
2012-02-15
1
-2
/
+2
*
Implement tangential and perpendicular snapping in the measurement tool
Diederik van Lierop
2012-01-31
1
-2
/
+8
*
1) Fix CanvasText alignment bugs caused by static variables, uninitialized va...
Diederik van Lierop
2012-01-01
1
-2
/
+5
*
Minor code safety and warning cleanup.
Jon A. Cruz
2011-11-05
1
-4
/
+4
*
measurement tool: display length info in white with transparent black backgro...
Felipe Corr??a da Silva Sanches
2011-11-03
1
-1
/
+1
*
measurement tool: display total length near angle info
Felipe Corr??a da Silva Sanches
2011-11-03
1
-32
/
+17
*
measure tool: fix handling of coordinate systems and add display of total mea...
Felipe Corr??a da Silva Sanches
2011-11-03
1
-9
/
+38
*
Misc cleanup including casts and variable lifetime and initialization.
Jon A. Cruz
2011-11-03
1
-81
/
+90
*
fix bug 828400
Felipe Corr??a da Silva Sanches
2011-11-01
1
-3
/
+36
*
The measurement tool now snaps too
Diederik van Lierop
2011-06-27
1
-6
/
+39
*
Warning cleanup.
Jon A. Cruz
2011-06-22
1
-1
/
+2
*
* Fix text_extents calculation for canvas text items.
Felipe Corr??a da Silva Sanches
2011-06-21
1
-0
/
+1
*
fix bug 800052: improve measure tool readability
Felipe Corr??a da Silva Sanches
2011-06-21
1
-0
/
+8
*
address sissue with measure tool described here:
Felipe Corr??a da Silva Sanches
2011-06-21
1
-1
/
+4
*
refactoring measure tool code
Felipe Corr??a da Silva Sanches
2011-06-21
1
-19
/
+22
[next]