summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-221-19/+19
| | | | | a single array, instead of each having its own member variable (bzr r10569)
* fix old standing issue of converting 0.45 grids to >0.45Johan B. C. Engelen2011-08-181-5/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/221040 (bzr r10552)
* Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-3/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
* Merge from trunkKrzysztof Kosi??ski2011-07-061-29/+37
|\ | | | | (bzr r10347.1.5)
| * Implement decent snapping to text (baseline & anchor), and provide a toggle ↵Diederik van Lierop2011-06-301-0/+5
| | | | | | | | | | button for this (as requested in LP bug #727281 ) (bzr r10392)
| * - Add a third group of snap sources/targets, called ¨others¨ (before we ↵Diederik van Lierop2011-06-261-29/+32
| | | | | | | | | | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-2/+2
|/ | | (bzr r10347.1.2)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-2/+3
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-10/+10
| | | (bzr r10060)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-133/+191
|\ | | | | (bzr r9945.1.1)
| * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-0/+59
| | | | | | (bzr r9546.1.12)
| * Yet mor in c++ificationAbhishek Sharma public2010-07-241-7/+6
| | | | | | (bzr r9546.1.11)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-48/+48
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-2/+2
| | | | | | (bzr r9546.1.4)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-10/+10
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | 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)
* | Fix for Bug #586955 (the unit for user defined document size is not ↵Nicolas Dufour2010-09-261-0/+25
|/ | | | | refreshed if document is reopen). (bzr r9793)
* Cleanup on id access.Jon A. Cruz2010-03-021-2/+2
| | | (bzr r9127)
* Warning cleanupJon A. Cruz2009-12-201-0/+1
| | | (bzr r8895)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-7/+7
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-7/+7
| | | (bzr r8404)
* Make sure that when opening a window, this window is positioned within the ↵Diederik van Lierop2009-06-061-2/+4
| | | | | boundaries set by the screen resolution. Before only right / bottom where checked, but now also top / left are checked (see bug #168422) (bzr r8012)
* When a guide is hidden, then also hide its origin (fixes bug #371893)Diederik van Lierop2009-05-311-27/+18
| | | (bzr r7970)
* Store the maximized state in the document (closes bug #168422)Diederik van Lierop2009-05-311-12/+25
| | | (bzr r7967)
* Inkscape should not discard negative window positions. For example, a ↵Diederik van Lierop2009-05-231-8/+4
| | | | | maximized window on Windows XP is at (-4,-4). When ignoring such values, windows might show up at another location when re-opening the file later on (fixes bug #168422) (bzr r7924)
* Purged unused static functionJon A. Cruz2009-02-261-53/+0
| | | (bzr r7374)
* Snapping of guides now turned on by default, and fixed initialization of the ↵Diederik van Lierop2009-02-221-6/+1
| | | | | that checkbox (bzr r7352)
* Store the snapper tolerances in the snap-preferences instead of in each ↵Diederik van Lierop2009-01-311-17/+5
| | | | | snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call) (bzr r7208)
* Add buttons for snapping to grids and/or guidesDiederik van Lierop2009-01-281-6/+16
| | | (bzr r7200)
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-9/+24
| | | | | | | - Snap to the midpoint of paths and bbox edges - Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar PS: icons.svg has been modified, so use "make install" if needed (bzr r7144)
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-3/+8
| | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008)
* Merge from fe-movedTed Gould2008-11-211-12/+4
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-24/+19
| | | (bzr r6885)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-5/+5
| | | (bzr r6839)
* Snap to intersections of any kind of path (were we previously only could ↵Diederik van Lierop2008-08-081-3/+3
| | | | | snap to intersections of line-segments) (bzr r6597)
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-1/+0
| | | | | | | | | | | | | | | | | | | src/libcola/gradient_projection.cpp, src/libvpsc/generate-constraints.cpp, src/libnr/nr-types.cpp, src/libnr/nr-point-fns-test.cpp, src/isnan.h, src/libnr/nr-point-fns.cpp, src/libnr/in-svg-plane-test.cpp, src/doxygen-main.cpp, src/display/nr-filter-composite.cpp, src/display/nr-filter-merge.cpp, src/display/nr-filter-gaussian.cpp, src/display/bezier-utils.cpp, src/Makefile_insert, src/eraser-context.cpp, src/dyna-draw-context.cpp, src/tweak-context.cpp, src/sp-namedview.cpp, src/libnr/in-svg-plane-test.h, src/libnr/nr-point-fns-test.h, src/mod360-test.h, src/CMakeLists.txt, src/2geom/linear.h: Properly fix the conflicting isnan.h problem: 1) Update src/2geom/isnan.h to match newest Inkscape src/isnana.h (Also commited this change to lib2geom project repository) 2) Remove Inkscape's src/isnan.h 3) Update all files to include src/2geom/isnan.h instead of src/isnan.h (bzr r6013)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-3/+3
| | | (bzr r5823)
* wrtlprnft's patch for bug 234834 - keeps guidelines in same position ↵Stephen Silver2008-05-311-0/+17
| | | | | relative to objects when doing "Fit page to selection", and also keeps the objects in the same position on the screen (bzr r5771)
* - Use constrainedSnap() instead of freeSnap() if we're dragging nodes with ctrlDiederik van Lierop2008-05-211-1/+1
| | | | | - Enable snapindicator by default because this might reveal snapping bugs, and to get co-developpers acquainted with it; might be disabled again by default before the next release if this proves to be annoying (bzr r5730)
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-1/+7
| | | (bzr r5600)
* Snap to page borderDiederik van Lierop2008-03-121-0/+5
| | | (bzr r5059)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-13/+13
| | | (bzr r4838)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* remove SPDesktop from SPNamedView when it is destroyed. Fixing bug 183621, ↵Johan B. C. Engelen2008-01-171-9/+6
| | | | | but another bug is apparently present that causes a bug with similar trigger (bzr r4540)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-6/+4
| | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491)
* abstract use of sodipodi:modifiedMenTaLguY2008-01-151-2/+2
| | | (bzr r4490)
* Fixed bug #172778, [old] grid settings not respected when reopening documentJohan B. C. Engelen2007-12-291-2/+93
| | | (bzr r4334)
* angled guidelines: create angled line when dragging from edge of rulersJohan B. C. Engelen2007-12-241-0/+14
| | | (bzr r4296)
* Add global snapping toggleDiederik van Lierop2007-12-121-1/+6
| | | (bzr r4221)