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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-545
/
+0
2017-12-05
Fix bug#1643179. Guides lock lost on load. Patch proposed in #5
Jabier Arraiza
1
-3
/
+3
2017-09-21
Remove usage of GString in sp-guide.cpp
Jan Lingscheid
1
-9
/
+6
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+1
2016-06-03
Fix guide placement when guides are generated by a template with width/height...
Tavmjong Bah
1
-0
/
+1
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-1
/
+1
2016-02-08
Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4
Krzysztof Kosi??ski
1
-1
/
+1
2016-01-16
Header cleanup
Liam P. White
1
-1
/
+0
2016-01-16
Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; fi...
Liam P. White
1
-2
/
+3
2015-12-11
Fix crash on hidden guides
Jabier Arraiza Cenoz
1
-1
/
+6
2015-12-11
Clean up some code, only init the SPKnot in one place.
Martin Owens
1
-1
/
+3
2015-12-10
hide/show handle with guide
Marc Jeanmougin
1
-0
/
+2
2015-12-10
Remove CtrlPoint and replace with SPKnot
Martin Owens
1
-2
/
+0
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-3
/
+4
2015-12-05
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
1
-4
/
+1
2015-12-05
cppification: GSList replaced by vectors (mostly related to guides and grids)
Marc Jeanmougin
1
-29
/
+27
2015-12-03
Add global lock guides to the rulers
Jabier Arraiza Cenoz
1
-1
/
+3
2015-12-03
Added no highlight and cross icon on locked guides
Jabier Arraiza Cenoz
1
-0
/
+1
2015-12-02
Add lock to guides
Jabier Arraiza Cenoz
1
-0
/
+28
2015-10-21
Fix for bug #1498444 (Guides flicker under the mouse after changing the label...
Nicolas Dufour
1
-2
/
+2
2015-07-15
Read inkscape:color attribute in more places
Geoff Lankow
1
-0
/
+1
2015-07-11
Read attribute after setting the default
Geoff Lankow
1
-2
/
+3
2015-07-07
Read inkscape:color attribute on guides
Geoff Lankow
1
-0
/
+5
2015-02-25
create SPObject factory
Liam P. White
1
-10
/
+0
2015-01-29
for snapping to grids and guides, reduce numerical error for the case of unif...
Alvin Penner
1
-2
/
+9
2015-01-23
improved precision in placing grids and guides. (Bug 1373311)
Alvin Penner
1
-4
/
+18
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-3
/
+3
2014-11-26
Correct guide placement when created by dragging onto canvas or by creating g...
Tavmjong Bah
1
-1
/
+11
2014-11-26
Use SVG width/height and viewBox to correct guide position.
Tavmjong Bah
1
-1
/
+18
2014-11-24
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
1
-2
/
+2
2014-10-04
Fix annoying formatting in sp-guide.cpp
Liam P. White
1
-65
/
+68
2014-10-04
Refactor SPGuide to use more C++
Liam P. White
1
-137
/
+66
2014-09-27
Update to experimental r13565
Liam P. White
1
-1
/
+1
2014-08-30
Minor pass of header cleanup
Liam P. White
1
-1
/
+1
2014-03-28
Guides: Clean up memory a bit better and move color changed to OK so we don't...
Martin Owens
1
-0
/
+2
2013-10-12
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
1
-2
/
+2
2013-09-21
Fix format security errors
Alex Valavanis
1
-1
/
+1
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-1
/
+1
2013-08-01
Fixed more mismatched-tags; replaced GObject-properties in SPGuide
Markus Engel
1
-34
/
+54
2013-07-31
Replacement of unnecessary variables.
Markus Engel
1
-32
/
+24
2013-07-20
Ported away from and removed "sp-metrics.*".
Matthew Petroff
1
-5
/
+4
2013-04-18
Back to original colors
Jabier Arraiza Cenoz
1
-2
/
+2
2013-04-18
updates to colors
Jabier Arraiza Cenoz
1
-2
/
+2
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-1
/
+1
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-7
/
+4
2013-04-06
Merged more classes.
Markus Engel
1
-58
/
+43
2013-04-05
Merged FlowX classes.
Markus Engel
1
-0
/
+10
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-3
/
+12
[next]