summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More header cleanup/fwd declarationsAlex Valavanis2012-02-151-1/+0
| | | (bzr r10986)
* when resizing page, move the origin of the grids too. This way all objects ↵Johan B. C. Engelen2011-12-201-0/+1
| | | | | will stay aligned to the grids. (bzr r10787)
* Purging some forward.h files.Jon A. Cruz2011-10-041-1/+2
| | | (bzr r10664)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-0/+11
|\ | | | | (bzr r9945.1.1)
| * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-0/+10
| | | | | | (bzr r9546.1.12)
* | 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-1/+2
|/ | | | | refreshed if document is reopen). (bzr r9793)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* Store the maximized state in the document (closes bug #168422)Diederik van Lierop2009-05-311-0/+1
| | | (bzr r7967)
* Store the snapper tolerances in the snap-preferences instead of in each ↵Diederik van Lierop2009-01-311-10/+1
| | | | | 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)
* Merge from fe-movedTed Gould2008-11-211-2/+1
| | | (bzr r6891)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-2/+1
| | | (bzr r6839)
* wrtlprnft's patch for bug 234834 - keeps guidelines in same position ↵Stephen Silver2008-05-311-0/+3
| | | | | relative to objects when doing "Fit page to selection", and also keeps the objects in the same position on the screen (bzr r5771)
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-0/+1
| | | (bzr r5600)
* angled guidelines: create angled line when dragging from edge of rulersJohan B. C. Engelen2007-12-241-0/+1
| | | (bzr r4296)
* Don't set inkscape:modified on startup when grids are shown/hidden.Maximilian Albert2007-11-131-1/+1
| | | (bzr r4077)
* Minor cleanupJon A. Cruz2007-11-111-1/+1
| | | (bzr r4056)
* Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen2007-10-241-1/+3
| | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957)
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-151-13/+0
| | | (bzr r2904)
* purge unused and considered-harmful has_abs_tolerancebulia byak2007-03-261-2/+0
| | | (bzr r2763)
* Purging old axonometric grid code: reworked it into the new grid class ↵Johan B. C. Engelen2007-03-251-2/+0
| | | | | structure. Still needs alot of work (snapping mostly and code cleansing). (bzr r2757)
* Monster commit. New grid infrastructure. The old gridmanagement code is ↵Johan B. C. Engelen2007-03-201-0/+5
| | | | | still there; this committed for testing purposes. Goal is to delete the old grid code later on. (bzr r2721)
* unfinished gridmanager commit (commented out)Johan B. C. Engelen2006-12-131-0/+1
| | | (bzr r2091)
* separate updating window from updating layersbulia byak2006-11-181-0/+1
| | | (bzr r1984)
* Bug fix in set_gridtypeJohan B. C. Engelen2006-10-261-1/+1
| | | (bzr r1868)
* AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵Johan B. C. Engelen2006-09-211-0/+5
| | | | | diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :) (bzr r1716)
* 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)
* Give SPNamedView a SnapManager instance and use it for all management of ↵Carl Hetherington2006-05-031-19/+2
| | | | | snapping settings. (bzr r701)
* * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,mjwybrow2006-01-201-0/+2
| | | | | | | | | | | src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp, src/sp-namedview.h, src/attributes.cpp, src/attributes.h, src/attributes-test.cpp: Added a "Spacing" control to the connector toolbar which allows the user to adjust the amount of space left around avoided shapes for the purpose of determining auto-routing connector paths. (bzr r18)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+136
(bzr r1)