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
2012-04-01
fix XML output of guideline color
Johan B. C. Engelen
1
-1
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+2
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-9
/
+9
2011-08-21
fix for bad argument crash for guides
Johan B. C. Engelen
1
-15
/
+19
2011-07-23
Fix memory leak.
Jon A. Cruz
1
-1
/
+3
2011-07-23
Fix issue with deleted guides and gtk warnings.
Jon A. Cruz
1
-29
/
+32
2011-07-22
fix crash when guideline is deleted by dragging it off-canvas
Johan B. C. Engelen
1
-0
/
+4
2011-07-19
another case of SP_ACTIVE_DESKTOP removed
Johan B. C. Engelen
1
-3
/
+4
2011-07-19
remove some unnecessary inkscape_active_desktop() calls
Johan B. C. Engelen
1
-6
/
+8
2011-07-18
revert unnecessary complicated change
Johan B. C. Engelen
1
-23
/
+3
2011-07-18
refactor the guideline drawing. now it obeys desktop transforms a lot better.
Johan B. C. Engelen
1
-3
/
+23
2011-06-22
Adding a "Remove All Guides" option to the Edit menu.
Felipe Corr??a da Silva Sanches
1
-0
/
+20
2011-06-22
The label ‘Guides Around Page’ does not include a verb. ‘Guides Around ...
Felipe Corr??a da Silva Sanches
1
-1
/
+1
2011-06-18
user interface for selecting colors of guidelines
Felipe Corr??a da Silva Sanches
1
-0
/
+17
2011-05-26
add entry widget to guideline dialog to change guide's label
Johan B. C. Engelen
1
-2
/
+2
2011-05-18
Adding inkscape:label parameter to guidelines so that our guidelanes can disp...
Felipe Corr??a da Silva Sanches
1
-1
/
+24
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-6
/
+6
2010-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
1
-0
/
+1
2010-07-24
Yet mor in c++ification
Abhishek Sharma public
1
-21
/
+22
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-2
/
+2
2010-07-06
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
1
-4
/
+7
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-1
/
+1
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-1
/
+1
2010-04-06
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
1
-4
/
+2
2010-04-04
Coords: fix guidelines
Krzysztof Kosi??ski
1
-2
/
+4
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-4
/
+4
2009-08-05
SPDocument->Document
johnce
1
-4
/
+4
2009-07-16
Implement guide behaviour as discussed on the mailing list
Maximilian Albert
1
-8
/
+18
2009-06-22
more detailed shortcut info
bulia byak
1
-3
/
+6
2009-06-09
Change 'Effect' to 'Extension' in Extensions menu.
Tavmjong Bah
1
-1
/
+1
2009-01-26
display guide anchor on canvas; anchor and angle can be edited by mouse
Maximilian Albert
1
-2
/
+2
2008-10-27
From trunk
Ted Gould
1
-12
/
+12
2008-08-01
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
1
-3
/
+3
2008-07-17
convert all SPCurve's points and matrices arguments and return types to 2Geom
Johan B. C. Engelen
1
-1
/
+1
2008-07-09
fix 243913
bulia byak
1
-1
/
+1
2008-07-07
try to use consistent document for creating guides
MenTaLguY
1
-6
/
+8
2008-03-05
New menu command to quickly create guides around page
Maximilian Albert
1
-0
/
+19
2008-03-04
Also display guides as vertical/horizontal when they are angled at -90/180 de...
Maximilian Albert
1
-2
/
+4
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+4
2008-01-27
Display Ctrl+click option for guidelines in status bar message
Maximilian Albert
1
-1
/
+1
2008-01-25
copyedit
bulia byak
1
-4
/
+3
2008-01-11
Add possibility to convert objects (only rectangles and 3D boxes currently) t...
Maximilian Albert
1
-0
/
+27
2007-12-23
fix angle description of guides
Johan B. C. Engelen
1
-5
/
+4
2007-12-20
guidelines: minor corrections
Johan B. C. Engelen
1
-3
/
+3
2007-12-19
correctly handle orientation changes of guidelines
Johan B. C. Engelen
1
-1
/
+32
2007-12-19
guides: switch from using one position coordinate to Geom::Point point_on_line
Johan B. C. Engelen
1
-21
/
+32
2007-12-19
rename guide parameters to match snapping code naming convention.
Johan B. C. Engelen
1
-19
/
+40
2007-12-16
start of getting angled guidelines.
Johan B. C. Engelen
1
-1
/
+20
2007-11-08
warning cleanup
Jon A. Cruz
1
-6
/
+6
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-1
/
+1
[next]