index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-guide.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header cleanup
Liam P. White
2016-01-16
1
-1
/
+0
*
Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; fi...
Liam P. White
2016-01-16
1
-2
/
+3
*
Fix crash on hidden guides
Jabier Arraiza Cenoz
2015-12-11
1
-1
/
+6
*
Clean up some code, only init the SPKnot in one place.
Martin Owens
2015-12-11
1
-1
/
+3
*
hide/show handle with guide
Marc Jeanmougin
2015-12-10
1
-0
/
+2
*
Remove CtrlPoint and replace with SPKnot
Martin Owens
2015-12-10
1
-2
/
+0
*
update to trunk + resolve conflicts
Marc Jeanmougin
2015-12-08
1
-0
/
+28
|
\
|
*
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
2015-12-05
1
-4
/
+1
|
*
Add global lock guides to the rulers
Jabier Arraiza Cenoz
2015-12-03
1
-1
/
+3
|
*
Added no highlight and cross icon on locked guides
Jabier Arraiza Cenoz
2015-12-03
1
-0
/
+1
|
*
Add lock to guides
Jabier Arraiza Cenoz
2015-12-02
1
-0
/
+28
*
|
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
2015-12-07
1
-3
/
+4
*
|
cppification: GSList replaced by vectors (mostly related to guides and grids)
Marc Jeanmougin
2015-12-05
1
-29
/
+27
|
/
*
Fix for bug #1498444 (Guides flicker under the mouse after changing the label...
Nicolas Dufour
2015-10-21
1
-2
/
+2
*
Read inkscape:color attribute in more places
Geoff Lankow
2015-07-15
1
-0
/
+1
*
Read attribute after setting the default
Geoff Lankow
2015-07-11
1
-2
/
+3
*
Read inkscape:color attribute on guides
Geoff Lankow
2015-07-07
1
-0
/
+5
*
create SPObject factory
Liam P. White
2015-02-25
1
-10
/
+0
*
for snapping to grids and guides, reduce numerical error for the case of unif...
Alvin Penner
2015-01-29
1
-2
/
+9
*
improved precision in placing grids and guides. (Bug 1373311)
Alvin Penner
2015-01-23
1
-4
/
+18
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-3
/
+3
*
Correct guide placement when created by dragging onto canvas or by creating g...
Tavmjong Bah
2014-11-26
1
-1
/
+11
*
Use SVG width/height and viewBox to correct guide position.
Tavmjong Bah
2014-11-26
1
-1
/
+18
*
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
2014-11-24
1
-2
/
+2
*
Fix annoying formatting in sp-guide.cpp
Liam P. White
2014-10-04
1
-65
/
+68
*
Refactor SPGuide to use more C++
Liam P. White
2014-10-04
1
-137
/
+66
*
Minor pass of header cleanup
Liam P. White
2014-08-30
1
-1
/
+1
*
Guides: Clean up memory a bit better and move color changed to OK so we don't...
Martin Owens
2014-03-28
1
-0
/
+2
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-2
/
+2
*
Fix format security errors
Alex Valavanis
2013-09-21
1
-1
/
+1
*
Merge from trunk.
Matthew Petroff
2013-09-20
1
-116
/
+128
|
\
|
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-5
/
+4
|
|
\
|
*
|
Fixed more mismatched-tags; replaced GObject-properties in SPGuide
Markus Engel
2013-08-01
1
-34
/
+54
|
*
|
Replacement of unnecessary variables.
Markus Engel
2013-07-31
1
-32
/
+24
|
*
|
Added prefPaths to contexts; modified SPFactory
Markus Engel
2013-04-12
1
-1
/
+1
|
*
|
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-7
/
+4
|
*
|
Merged more classes.
Markus Engel
2013-04-06
1
-58
/
+43
|
*
|
Merged FlowX classes.
Markus Engel
2013-04-05
1
-0
/
+10
|
*
|
Added constructors to SP classes.
Markus Engel
2013-04-01
1
-3
/
+12
|
*
|
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+1
|
*
|
Renamed virtual function names.
Markus Engel
2013-03-29
1
-6
/
+6
|
*
|
merged from trunk
Markus Engel
2013-03-29
1
-159
/
+7
|
|
\
\
|
*
|
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-2
/
+2
|
*
|
|
Added "virtual pads" to
Markus Engel
2013-03-29
1
-9
/
+133
|
*
|
|
Various changes.
Markus Engel
2013-03-14
1
-4
/
+5
*
|
|
|
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Ported away from and removed "sp-metrics.*".
Matthew Petroff
2013-07-20
1
-5
/
+4
|
|
/
|
/
|
*
|
Fix build with C++11
Alex Valavanis
2013-03-02
1
-4
/
+4
*
|
Cleanup more GObject type definitions
Alex Valavanis
2013-01-17
1
-32
/
+7
|
/
*
fix XML output of guideline color
Johan B. C. Engelen
2012-04-01
1
-1
/
+1
[next]