summaryrefslogtreecommitdiffstats
path: root/src/sp-guide.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-01fix XML output of guideline colorJohan B. C. Engelen1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+2
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-9/+9
2011-08-21fix for bad argument crash for guidesJohan B. C. Engelen1-15/+19
2011-07-23Fix memory leak.Jon A. Cruz1-1/+3
2011-07-23Fix issue with deleted guides and gtk warnings.Jon A. Cruz1-29/+32
2011-07-22fix crash when guideline is deleted by dragging it off-canvasJohan B. C. Engelen1-0/+4
2011-07-19another case of SP_ACTIVE_DESKTOP removedJohan B. C. Engelen1-3/+4
2011-07-19remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen1-6/+8
2011-07-18revert unnecessary complicated changeJohan B. C. Engelen1-23/+3
2011-07-18refactor the guideline drawing. now it obeys desktop transforms a lot better.Johan B. C. Engelen1-3/+23
2011-06-22Adding a "Remove All Guides" option to the Edit menu.Felipe Corr??a da Silva Sanches1-0/+20
2011-06-22The label ‘Guides Around Page’ does not include a verb. ‘Guides Around ...Felipe Corr??a da Silva Sanches1-1/+1
2011-06-18user interface for selecting colors of guidelinesFelipe Corr??a da Silva Sanches1-0/+17
2011-05-26add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen1-2/+2
2011-05-18Adding inkscape:label parameter to guidelines so that our guidelanes can disp...Felipe Corr??a da Silva Sanches1-1/+24
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-6/+6
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-0/+1
2010-07-24Yet mor in c++ificationAbhishek Sharma public1-21/+22
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-2/+2
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-4/+7
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-4/+2
2010-04-04Coords: fix guidelinesKrzysztof Kosi??ski1-2/+4
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05SPDocument->Documentjohnce1-4/+4
2009-07-16Implement guide behaviour as discussed on the mailing listMaximilian Albert1-8/+18
2009-06-22more detailed shortcut infobulia byak1-3/+6
2009-06-09Change 'Effect' to 'Extension' in Extensions menu.Tavmjong Bah1-1/+1
2009-01-26display guide anchor on canvas; anchor and angle can be edited by mouseMaximilian Albert1-2/+2
2008-10-27From trunkTed Gould1-12/+12
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-3/+3
2008-07-17convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen1-1/+1
2008-07-09fix 243913bulia byak1-1/+1
2008-07-07try to use consistent document for creating guidesMenTaLguY1-6/+8
2008-03-05New menu command to quickly create guides around pageMaximilian Albert1-0/+19
2008-03-04Also display guides as vertical/horizontal when they are angled at -90/180 de...Maximilian Albert1-2/+4
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+4
2008-01-27Display Ctrl+click option for guidelines in status bar messageMaximilian Albert1-1/+1
2008-01-25copyeditbulia byak1-4/+3
2008-01-11Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert1-0/+27
2007-12-23fix angle description of guidesJohan B. C. Engelen1-5/+4
2007-12-20guidelines: minor correctionsJohan B. C. Engelen1-3/+3
2007-12-19correctly handle orientation changes of guidelinesJohan B. C. Engelen1-1/+32
2007-12-19guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen1-21/+32
2007-12-19rename guide parameters to match snapping code naming convention.Johan B. C. Engelen1-19/+40
2007-12-16start of getting angled guidelines.Johan B. C. Engelen1-1/+20
2007-11-08warning cleanupJon A. Cruz1-6/+6
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1