summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement snapping of guides while dragging them, and snap TO item centers ↵Diederik van Lierop2007-08-281-0/+5
| | | | | (we only had snapping FROM item centers so far) (bzr r3603)
* Turn off default object snappingDiederik van Lierop2007-08-191-2/+2
| | | (bzr r3527)
* 1) Make snapping of object's center optional 2) Optimize snapping ↵Diederik van Lierop2007-08-061-0/+5
| | | | | preferences dialog (bzr r3399)
* Rearrange snapping preferences, put distinction between paths and nodes back ↵Diederik van Lierop2007-08-031-1/+16
| | | | | in, and a bit of refactoring (bzr r3361)
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-12/+6
| | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331)
* Fix #1740146.Johan B. C. Engelen2007-07-061-1/+6
| | | (bzr r3190)
* patch 1734633: option to save window geometry in prefsbulia byak2007-06-181-8/+12
| | | (bzr r3075)
* noop: Fix truncated vim modeline.Peter Moulder2007-05-191-1/+2
| | | (bzr r3029)
* grid: make grid names translatable. use different gridtype names in SVG that ↵Johan B. C. Engelen2007-04-201-5/+1
| | | | | are not translated. (bzr r2936)
* Improve readability and remove some unused codeDiederik van Lierop2007-04-191-29/+4
| | | (bzr r2930)
* By default 'snap to object nodes/paths' must be offDiederik van Lierop2007-04-171-2/+2
| | | (bzr r2910)
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-151-152/+0
| | | (bzr r2904)
* New Grids are now ready to go. bug testing can start i think.Johan B. C. Engelen2007-04-131-1/+0
| | | (bzr r2878)
* New grids are almost ready to fly!Johan B. C. Engelen2007-04-131-22/+46
| | | (bzr r2873)
* Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from ↵Diederik van Lierop2007-04-121-3/+4
| | | | | document properties (bzr r2868)
* removed leftover debug messages. Toggling new grids now works. Almost ready ↵Johan B. C. Engelen2007-04-011-3/+1
| | | | | to comment-out old grid code. (bzr r2806)
* purge unused and considered-harmful has_abs_tolerancebulia byak2007-03-261-8/+0
| | | (bzr r2763)
* Purging old axonometric grid code: reworked it into the new grid class ↵Johan B. C. Engelen2007-03-251-63/+9
| | | | | structure. Still needs alot of work (snapping mostly and code cleansing). (bzr r2757)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+2
| | | (bzr r2723)
* Monster commit. New grid infrastructure. The old gridmanagement code is ↵Johan B. C. Engelen2007-03-201-31/+91
| | | | | still there; this committed for testing purposes. Goal is to delete the old grid code later on. (bzr r2721)
* Bugfix for 1625278, where inkscape would crash if loading a recentBryce Harrington2006-12-311-1/+6
| | | | | | | | document from a fresh inkscape instance, that triggers a null pointer situation in sp-namedview. The code in question deals with gridviews, so I suspect it has something to do with grid settings. In any case, this commit prevents the null pointer situation and stops the crash. (bzr r2113)
* FIXED BUG [ 1612814 ]: Guides and gridlines vanish on corresp. alpha value ↵Johan B. C. Engelen2006-12-131-1/+1
| | | | | change (bzr r2089)
* open window ON-screenUlf Erikson2006-11-301-4/+14
| | | (bzr r2059)
* separate updating window from updating layersbulia byak2006-11-181-0/+4
| | | (bzr r1984)
* Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGridJohan B. C. Engelen2006-10-261-2/+2
| | | (bzr r1869)
* Bug fix in set_gridtypeJohan B. C. Engelen2006-10-261-2/+2
| | | (bzr r1868)
* hack*ahum*infrastructure to implement axonometric grid snapping. horizontal ↵Johan B. C. Engelen2006-10-161-0/+3
| | | | | snapping already implemented. (bzr r1806)
* Removed some copy-paste code.Johan B. C. Engelen2006-10-131-12/+8
| | | (bzr r1797)
* Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b2006-10-011-1/+1
| | | | | | created when Inkscape is started in non-gui mode. Fixes a critical assertion caused by creation of a Gtk::TreeStore. (bzr r1749)
* AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵Johan B. C. Engelen2006-09-211-20/+74
| | | | | 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)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-6/+6
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-10/+10
| | | | | 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-10/+10
| | | | | one major janitorial task we identified.... (bzr r1633)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-0/+4
| | | (bzr r1379)
* Re-enable link between grid visibility and grid snap.Carl Hetherington2006-05-091-0/+2
| | | (bzr r795)
* Clean up knutux's fix for the snapper crash.Carl Hetherington2006-05-041-4/+3
| | | (bzr r727)
* Temporary fix for broken snap functionality: as named view constructor is ↵Andrius Ramanauskas2006-05-041-0/+5
| | | | | never called, virtual tables of Snapper derived classes are never initialized. Fix - calling constructor/destructor on SPNamedView init/release. (bzr r725)
* Give SPNamedView a SnapManager instance and use it for all management of ↵Carl Hetherington2006-05-031-50/+8
| | | | | snapping settings. (bzr r701)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-10/+10
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-131-1/+1
| | | (bzr r232)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-60/+60
| | | (bzr r149)
* * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,mjwybrow2006-01-201-1/+10
| | | | | | | | | | | 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/+989
(bzr r1)