index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object
/
sp-guide.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-14
fix #371 guides label upside down
Thomas Holder
1
-3
/
+3
2019-07-27
Make doc2dt a document property
Thomas Holder
1
-5
/
+5
2019-06-06
Refactoring: call setAttribute() directly.
Shlomi Fish
1
-3
/
+3
2019-03-22
Allow guide duplication in guides dialog
Marc Jeanmougin
1
-0
/
+4
2019-03-06
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
1
-4
/
+4
2019-02-18
Fix #91 "guides around the page" with y-axis down
Thomas Holder
1
-6
/
+7
2019-01-02
modernize loops
Marc Jeanmougin
1
-2
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-09-23
!SP_ACTIVE_DESKTOP -> is_yaxisdown true
Thomas Holder
1
-5
/
+5
2018-09-12
New option to invert y-axis
Thomas Holder
1
-1
/
+30
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-7
/
+7
2018-05-04
Guides created after "lock all guides" selected should be locked
Geoff Lankow
1
-0
/
+3
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-13
/
+13
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-13
/
+13
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+1
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
[next]