index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
/
guideline.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-4
/
+4
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-4
/
+4
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-4
/
+4
*
Fix rendering when canvas rotated. General code clean-up and documentation.
Tavmjong Bah
2017-03-15
1
-60
/
+44
*
Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...
Tavmjong Bah
2016-08-17
1
-1
/
+1
*
Coalesce g_object_new/g_object_set calls; change guide origin pickable to fal...
Liam P. White
2016-01-16
1
-6
/
+7
*
Header cleanup
Liam P. White
2016-01-16
1
-3
/
+0
*
Dead code cleanup
Liam P. White
2016-01-16
1
-10
/
+0
*
Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; fi...
Liam P. White
2016-01-16
1
-27
/
+21
*
Fix crash on hidden guides
Jabier Arraiza Cenoz
2015-12-11
1
-23
/
+23
*
Clean up some code, only init the SPKnot in one place.
Martin Owens
2015-12-11
1
-14
/
+0
*
Fix bug launching a document by commandline with guides
Jabier Arraiza Cenoz
2015-12-11
1
-10
/
+20
*
Remove CtrlPoint and replace with SPKnot
Martin Owens
2015-12-10
1
-19
/
+30
*
Add rect to SP Control point on locked guides
Jabier Arraiza Cenoz
2015-12-07
1
-2
/
+4
*
Add Martin Owens radious patch
Jabier Arraiza Cenoz
2015-12-07
1
-0
/
+6
*
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
2015-12-05
1
-1
/
+0
*
Added no highlight and cross icon on locked guides
Jabier Arraiza Cenoz
2015-12-03
1
-1
/
+2
*
Add lock to guides
Jabier Arraiza Cenoz
2015-12-02
1
-0
/
+8
*
More GObject boilerplate reduction
Alex Valavanis
2014-08-24
1
-30
/
+4
*
fix memleak
Johan B. C. Engelen
2013-09-30
1
-3
/
+9
*
cppcheck: get rid of more C-style pointer casts
Alex Valavanis
2012-10-27
1
-4
/
+4
*
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
2012-06-09
1
-8
/
+6
*
Adding base configurable sizing of controls/handles.
Jon A. Cruz
2012-05-03
1
-1
/
+6
*
Prevent false gtk deprecation warnings in canvas-grid and tidy headers
Alex Valavanis
2012-02-15
1
-0
/
+1
*
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
2011-08-27
1
-19
/
+19
*
refactor the guideline drawing. now it obeys desktop transforms a lot better.
Johan B. C. Engelen
2011-07-18
1
-25
/
+31
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-6
/
+6
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-3
/
+34
|
\
|
*
fix rendering of angled guidelines
Felipe Corr??a da Silva Sanches
2011-06-01
1
-6
/
+7
|
*
add entry widget to guideline dialog to change guide's label
Johan B. C. Engelen
2011-05-26
1
-3
/
+8
|
*
Adding inkscape:label parameter to guidelines so that our guidelanes can disp...
Felipe Corr??a da Silva Sanches
2011-05-18
1
-9
/
+49
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-7
/
+4
|
\
|
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-4
/
+4
|
*
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
2010-12-23
1
-3
/
+0
*
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Fixes for guideline rendering
Krzysztof Kosi??ski
2010-08-14
1
-1
/
+3
*
|
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
2010-08-05
1
-117
/
+21
|
/
*
Nicer symbol for guide anchor
Maximilian Albert
2009-01-26
1
-20
/
+9
*
display guide anchor on canvas; anchor and angle can be edited by mouse
Maximilian Albert
2009-01-26
1
-2
/
+45
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-5
/
+6
*
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
2008-08-01
1
-1
/
+1
*
update for 32 instead of 24 bpp canvas buf
bulia byak
2008-06-24
1
-3
/
+3
*
Warning and whitespace cleanup
Jon A. Cruz
2008-03-01
1
-5
/
+5
*
Iron out some rounding errors in the displaying of the rulers and of guides
Diederik van Lierop
2008-02-05
1
-6
/
+6
*
guidelines: add methods to check horizontal/vertical, small fixes
Johan B. C. Engelen
2007-12-21
1
-4
/
+4
*
guidelines: implement rendering of angled lines.
Johan B. C. Engelen
2007-12-20
1
-4
/
+45
*
guidelines: minor corrections
Johan B. C. Engelen
2007-12-20
1
-2
/
+81
*
correctly handle orientation changes of guidelines
Johan B. C. Engelen
2007-12-19
1
-0
/
+6
[next]