summaryrefslogtreecommitdiffstats
path: root/src/sp-guide.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | merged from trunkMarkus Engel2013-03-291-159/+7
| |\ \ | | | | | | | | (bzr r11608.1.56)
| * | | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-2/+2
| | | | | | | | | | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
| * | | Added "virtual pads" toMarkus Engel2013-03-291-9/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - SPFeFuncNode - SPFeDistantLight - SPFeMergeNode - SPFePointLight - SPFeSpotLight - SPFilter - SPFont - SPGuide Changes in SPItem and SPNamedView. (bzr r11608.1.49)
| * | | Various changes.Markus Engel2013-03-141-4/+5
| | | | | | | | | | | | (bzr r11608.1.48)
* | | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-1/+1
| |_|/ |/| | | | | (bzr r12475.1.2)
* | | Ported away from and removed "sp-metrics.*".Matthew Petroff2013-07-201-5/+4
| |/ |/| | | (bzr r12380.1.47)
* | Fix build with C++11Alex Valavanis2013-03-021-4/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/858814 (bzr r12166)
* | Cleanup more GObject type definitionsAlex Valavanis2013-01-171-32/+7
|/ | | (bzr r12034)
* 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)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-9/+9
| | | (bzr r10582.1.6)
* fix for bad argument crash for guidesJohan B. C. Engelen2011-08-211-15/+19
| | | | | | Fixed bugs: - https://launchpad.net/bugs/829947 (bzr r10562)
* Fix memory leak.Jon A. Cruz2011-07-231-1/+3
| | | (bzr r10497)
* Fix issue with deleted guides and gtk warnings.Jon A. Cruz2011-07-231-29/+32
| | | (bzr r10496)
* fix crash when guideline is deleted by dragging it off-canvasJohan B. C. Engelen2011-07-221-0/+4
| | | (bzr r10488)
* another case of SP_ACTIVE_DESKTOP removedJohan B. C. Engelen2011-07-191-3/+4
| | | (bzr r10478)
* remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen2011-07-191-6/+8
| | | (bzr r10477)
* revert unnecessary complicated changeJohan B. C. Engelen2011-07-181-23/+3
| | | (bzr r10472)
* refactor the guideline drawing. now it obeys desktop transforms a lot better.Johan B. C. Engelen2011-07-181-3/+23
| | | (bzr r10471)
* Adding a "Remove All Guides" option to the Edit menu.Felipe Corr??a da Silva Sanches2011-06-221-0/+20
| | | (bzr r10343)
* The label ‘Guides Around Page’ does not include a verb. ‘Guides Around ↵Felipe Corr??a da Silva Sanches2011-06-221-1/+1
| | | | | | | | | Page’ what? 'Create Guides Around the Page' :-D http://cuts.thinking-garment.com/144 (bzr r10340)
* user interface for selecting colors of guidelinesFelipe Corr??a da Silva Sanches2011-06-181-0/+17
| | | (bzr r10315)
* add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen2011-05-261-2/+2
| | | | | (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-1/+24
| | | | | 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-6/+6
| | | (bzr r10067)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-0/+1
| | | | | header. (bzr r9978.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-34/+34
|\ | | | | (bzr r9945.1.1)
| * Yet mor in c++ificationAbhishek Sharma public2010-07-241-21/+22
| | | | | | (bzr r9546.1.11)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-2/+2
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-4/+7
| | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
|/ | | (bzr r9546.1.2)
* 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)