summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 1) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop2011-10-081-0/+10
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-4/+1
* 1) Use the "snap guides" button both for guides being snap sources, as well a...Diederik van Lierop2011-08-231-1/+1
* Some code cosmetics and commentsDiederik van Lierop2011-08-221-19/+15
* Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-221-19/+19
* fix old standing issue of converting 0.45 grids to >0.45Johan B. C. Engelen2011-08-181-5/+5
* Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-3/+3
* Merge from trunkKrzysztof Kosi??ski2011-07-061-29/+37
|\
| * Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop2011-06-301-0/+5
| * - Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop2011-06-261-29/+32
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-2/+2
|/
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-2/+3
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-10/+10
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-133/+191
|\
| * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-0/+59
| * Yet mor in c++ificationAbhishek Sharma public2010-07-241-7/+6
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-48/+48
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-2/+2
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-10/+10
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Fix for Bug #586955 (the unit for user defined document size is not refreshed...Nicolas Dufour2010-09-261-0/+25
|/
* Cleanup on id access.Jon A. Cruz2010-03-021-2/+2
* Warning cleanupJon A. Cruz2009-12-201-0/+1
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-7/+7
* SPDocument->Documentjohnce2009-08-051-7/+7
* Make sure that when opening a window, this window is positioned within the bo...Diederik van Lierop2009-06-061-2/+4
* When a guide is hidden, then also hide its origin (fixes bug #371893)Diederik van Lierop2009-05-311-27/+18
* Store the maximized state in the document (closes bug #168422)Diederik van Lierop2009-05-311-12/+25
* Inkscape should not discard negative window positions. For example, a maximiz...Diederik van Lierop2009-05-231-8/+4
* Purged unused static functionJon A. Cruz2009-02-261-53/+0
* Snapping of guides now turned on by default, and fixed initialization of the ...Diederik van Lierop2009-02-221-6/+1
* Store the snapper tolerances in the snap-preferences instead of in each snapp...Diederik van Lierop2009-01-311-17/+5
* Add buttons for snapping to grids and/or guidesDiederik van Lierop2009-01-281-6/+16
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-9/+24
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-3/+8
* Merge from fe-movedTed Gould2008-11-211-12/+4
* From trunkTed Gould2008-10-271-24/+19
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-5/+5
* Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop2008-08-081-3/+3
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-1/+0
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-3/+3
* wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative...Stephen Silver2008-05-311-0/+17
* - Use constrainedSnap() instead of freeSnap() if we're dragging nodes with ctrlDiederik van Lierop2008-05-211-1/+1
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-1/+7
* Snap to page borderDiederik van Lierop2008-03-121-0/+5
* Warning and whitespace cleanupJon A. Cruz2008-02-241-13/+13
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* remove SPDesktop from SPNamedView when it is destroyed. Fixing bug 183621, bu...Johan B. C. Engelen2008-01-171-9/+6
* stop toggling insensitive state for modification flag updates (fixes critical...MenTaLguY2008-01-151-6/+4