summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)