summaryrefslogtreecommitdiffstats
path: root/src/sp-guide.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-4/+2
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Coords: fix guidelinesKrzysztof Kosi??ski2010-04-041-2/+4
| | | (bzr r9281.1.14)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8404)
* Implement guide behaviour as discussed on the mailing listMaximilian Albert2009-07-161-8/+18
| | | (bzr r8293)
* more detailed shortcut infobulia byak2009-06-221-3/+6
| | | (bzr r8141)
* Change 'Effect' to 'Extension' in Extensions menu.Tavmjong Bah2009-06-091-1/+1
| | | | | Change capitalization of "Guides Around Page" for consistency. (bzr r8030)
* display guide anchor on canvas; anchor and angle can be edited by mouseMaximilian Albert2009-01-261-2/+2
| | | (bzr r7180)
* From trunkTed Gould2008-10-271-12/+12
| | | (bzr r6885)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-3/+3
| | | (bzr r6513)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-1/+1
| | | (bzr r6339)
* fix 243913bulia byak2008-07-091-1/+1
| | | (bzr r6248)
* try to use consistent document for creating guidesMenTaLguY2008-07-071-6/+8
| | | (bzr r6212)
* New menu command to quickly create guides around pageMaximilian Albert2008-03-051-0/+19
| | | (bzr r4970)
* Also display guides as vertical/horizontal when they are angled at -90/180 ↵Maximilian Albert2008-03-041-2/+4
| | | | | degrees (bzr r4965)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+4
| | | (bzr r4629)
* Display Ctrl+click option for guidelines in status bar messageMaximilian Albert2008-01-271-1/+1
| | | (bzr r4605)
* copyeditbulia byak2008-01-251-4/+3
| | | (bzr r4590)
* Add possibility to convert objects (only rectangles and 3D boxes currently) ↵Maximilian Albert2008-01-111-0/+27
| | | | | to guidelines. Also see corresponding post on the mailing list; in particular, feel free to revert it if this is inappropriate during Frost phase. (bzr r4462)
* fix angle description of guidesJohan B. C. Engelen2007-12-231-5/+4
| | | (bzr r4288)
* guidelines: minor correctionsJohan B. C. Engelen2007-12-201-3/+3
| | | | | add point reading to repr-util.cpp (bzr r4264)
* correctly handle orientation changes of guidelinesJohan B. C. Engelen2007-12-191-1/+32
| | | (bzr r4261)
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-191-21/+32
| | | (bzr r4258)
* rename guide parameters to match snapping code naming convention.Johan B. C. Engelen2007-12-191-19/+40
| | | | | start conversion to use point_on_line instead of position. (bzr r4257)
* start of getting angled guidelines.Johan B. C. Engelen2007-12-161-1/+20
| | | | | | define guide's normal instead of vertical/horizontal. rendering is not implemented for angled guides yet. (bzr r4243)
* warning cleanupJon A. Cruz2007-11-081-6/+6
| | | (bzr r4043)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-18/+18
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+326
(bzr r1)