summaryrefslogtreecommitdiffstats
path: root/src/sp-guide.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix XML output of guideline colorJohan B. C. Engelen2012-04-011-1/+1
| | | | | | | | (this does not fix loading of guide color) Fixed bugs: - https://launchpad.net/bugs/823739 (bzr r11138)
* remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen2011-07-191-2/+2
| | | (bzr r10477)
* Adding a "Remove All Guides" option to the Edit menu.Felipe Corr??a da Silva Sanches2011-06-221-0/+1
| | | (bzr r10343)
* user interface for selecting colors of guidelinesFelipe Corr??a da Silva Sanches2011-06-181-0/+1
| | | (bzr r10315)
* add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen2011-05-261-1/+1
| | | | | (and fix some label xml writing and rendering bugs) (bzr r10234)
* Adding inkscape:label parameter to guidelines so that our guidelanes can ↵Felipe Corr??a da Silva Sanches2011-05-181-0/+2
| | | | | display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-2/+2
| | | (bzr r10067)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+3
| | | | | header. (bzr r9978.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-14/+17
|\ | | | | (bzr r9945.1.1)
| * Yet mor in c++ificationAbhishek Sharma public2010-07-241-8/+16
| | | | | | (bzr r9546.1.11)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
|/ | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Implement guide behaviour as discussed on the mailing listMaximilian Albert2009-07-161-1/+1
| | | (bzr r8293)
* From trunkTed Gould2008-10-271-3/+3
| | | (bzr r6885)
* try to use consistent document for creating guidesMenTaLguY2008-07-071-2/+2
| | | (bzr r6212)
* New menu command to quickly create guides around pageMaximilian Albert2008-03-051-0/+1
| | | (bzr r4970)
* Add possibility to convert objects (only rectangles and 3D boxes currently) ↵Maximilian Albert2008-01-111-0/+3
| | | | | 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-0/+1
| | | (bzr r4288)
* guidelines: add methods to check horizontal/vertical, small fixesJohan B. C. Engelen2007-12-211-0/+3
| | | (bzr r4271)
* correctly handle orientation changes of guidelinesJohan B. C. Engelen2007-12-191-0/+1
| | | (bzr r4261)
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-191-3/+4
| | | (bzr r4258)
* rename guide parameters to match snapping code naming convention.Johan B. C. Engelen2007-12-191-2/+3
| | | | | start conversion to use point_on_line instead of position. (bzr r4257)
* start of getting angled guidelines.Johan B. C. Engelen2007-12-161-0/+1
| | | | | | define guide's normal instead of vertical/horizontal. rendering is not implemented for angled guides yet. (bzr r4243)
* 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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+64
(bzr r1)