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