summaryrefslogtreecommitdiffstats
path: root/src/sp-guide.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-9/+9
* fix for bad argument crash for guidesJohan B. C. Engelen2011-08-211-15/+19
* Fix memory leak.Jon A. Cruz2011-07-231-1/+3
* Fix issue with deleted guides and gtk warnings.Jon A. Cruz2011-07-231-29/+32
* fix crash when guideline is deleted by dragging it off-canvasJohan B. C. Engelen2011-07-221-0/+4
* another case of SP_ACTIVE_DESKTOP removedJohan B. C. Engelen2011-07-191-3/+4
* remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen2011-07-191-6/+8
* revert unnecessary complicated changeJohan B. C. Engelen2011-07-181-23/+3
* refactor the guideline drawing. now it obeys desktop transforms a lot better.Johan B. C. Engelen2011-07-181-3/+23
* Adding a "Remove All Guides" option to the Edit menu.Felipe Corr??a da Silva Sanches2011-06-221-0/+20
* The label ‘Guides Around Page’ does not include a verb. ‘Guides Around ...Felipe Corr??a da Silva Sanches2011-06-221-1/+1
* user interface for selecting colors of guidelinesFelipe Corr??a da Silva Sanches2011-06-181-0/+17
* add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen2011-05-261-2/+2
* Adding inkscape:label parameter to guidelines so that our guidelanes can disp...Felipe Corr??a da Silva Sanches2011-05-181-1/+24
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-6/+6
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-0/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-34/+34
|\
| * Yet mor in c++ificationAbhishek Sharma public2010-07-241-21/+22
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-2/+2
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-4/+7
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-1/+1
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
|/
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-4/+2
* Coords: fix guidelinesKrzysztof Kosi??ski2010-04-041-2/+4
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-4/+4
* SPDocument->Documentjohnce2009-08-051-4/+4
* Implement guide behaviour as discussed on the mailing listMaximilian Albert2009-07-161-8/+18
* more detailed shortcut infobulia byak2009-06-221-3/+6
* Change 'Effect' to 'Extension' in Extensions menu.Tavmjong Bah2009-06-091-1/+1
* display guide anchor on canvas; anchor and angle can be edited by mouseMaximilian Albert2009-01-261-2/+2
* From trunkTed Gould2008-10-271-12/+12
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-3/+3
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-1/+1
* fix 243913bulia byak2008-07-091-1/+1
* try to use consistent document for creating guidesMenTaLguY2008-07-071-6/+8
* New menu command to quickly create guides around pageMaximilian Albert2008-03-051-0/+19
* Also display guides as vertical/horizontal when they are angled at -90/180 de...Maximilian Albert2008-03-041-2/+4
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+4
* Display Ctrl+click option for guidelines in status bar messageMaximilian Albert2008-01-271-1/+1
* copyeditbulia byak2008-01-251-4/+3
* Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert2008-01-111-0/+27
* fix angle description of guidesJohan B. C. Engelen2007-12-231-5/+4
* guidelines: minor correctionsJohan B. C. Engelen2007-12-201-3/+3
* correctly handle orientation changes of guidelinesJohan B. C. Engelen2007-12-191-1/+32
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-191-21/+32
* rename guide parameters to match snapping code naming convention.Johan B. C. Engelen2007-12-191-19/+40
* start of getting angled guidelines.Johan B. C. Engelen2007-12-161-1/+20
* warning cleanupJon A. Cruz2007-11-081-6/+6
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1