index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
marker.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPObject: drop sp_object_ prefix on class members
Alex Valavanis
2012-11-11
1
-2
/
+2
*
Fix for 165865 : Fix marker color on duplicate
John Smith
2012-09-17
1
-0
/
+33
*
Warning and uninitialized variable cleanup.
Jon A. Cruz
2012-01-08
1
-136
/
+132
*
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
2011-08-27
1
-1
/
+0
*
Remove all NRRect use.
Krzysztof Kosi??ski
2011-08-27
1
-25
/
+19
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-4
/
+5
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-5
/
+5
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-18
/
+16
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-23
/
+13
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-0
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-1
/
+1
|
\
|
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-1
/
+1
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-10
/
+10
|
\
|
|
*
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
2011-02-22
1
-1
/
+1
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-9
/
+9
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-17
/
+17
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-17
/
+17
|
|
\
|
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-8
/
+8
|
|
*
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
2010-07-06
1
-2
/
+4
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-1
/
+1
|
|
/
*
|
Fix rendering failures caused by markers with markerUnits="strokeWidth"
Krzysztof Kosi??ski
2010-08-11
1
-0
/
+7
*
|
Wholesale cruft removal part 1
Krzysztof Kosi??ski
2010-08-04
1
-6
/
+0
|
/
*
fix bug 168663, marker shifted wrong by viewBox
Thomas Holder
2009-11-23
1
-16
/
+3
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-3
/
+3
*
SPDocument->Document
johnce
2009-08-05
1
-3
/
+3
*
2geomify marker viewbox
Johan B. C. Engelen
2009-01-04
1
-29
/
+24
*
a bit more cleanup
Johan B. C. Engelen
2009-01-04
1
-2
/
+4
*
clean up code a bit. especially remove obscure newing of a struct with C++ ob...
Johan B. C. Engelen
2009-01-04
1
-24
/
+23
*
More NR ==> Geom changes
Joshua L. Blocher
2008-12-28
1
-2
/
+2
*
typo in xMaxYMid
Thomas Holder
2008-12-12
1
-1
/
+1
*
bug #166885 (preserveAspectRatio="none" misinterpreted)
Thomas Holder
2008-12-11
1
-1
/
+1
*
From trunk
Ted Gould
2008-10-27
1
-13
/
+16
*
Merging from trunk
Ted Gould
2008-10-11
1
-2
/
+2
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-20
/
+22
*
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
2008-09-18
1
-37
/
+47
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-2
/
+2
*
2geomify sp_shape_update_marker_view.
Johan B. C. Engelen
2008-06-20
1
-5
/
+8
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
1
-4
/
+3
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-14
/
+17
*
fix scaling with stroke width for user-created markers
bulia byak
2008-02-13
1
-2
/
+6
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-0
/
+2
*
warning cleanup
Jon A. Cruz
2007-11-08
1
-14
/
+14
*
apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu Item
Johan B. C. Engelen
2007-10-09
1
-0
/
+35
*
start switching sp_repr_new* over to XML::Document::create*, and rename creat...
MenTaLguY
2007-01-21
1
-1
/
+3
*
Marker menus now display custom markers in a document that are present
Bryce Harrington
2006-12-07
1
-1
/
+3
*
Renaming sp-marker.* to marker.*
Bryce Harrington
2006-12-06
1
-0
/
+711