summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Snap to axonometric grid linesDiederik van Lierop2007-12-081-2/+2
| | | (bzr r4194)
* Lookup object from repr instead of id to fix redo of undo of guide creation :-)Johan B. C. Engelen2007-12-051-3/+2
| | | (bzr r4173)
* don't crash upon adding strange named XML element to namedview.Johan B. C. Engelen2007-12-041-2/+3
| | | (bzr r4172)
* Snap to intersections of line segmentsDiederik van Lierop2007-11-141-0/+10
| | | (bzr r4082)
* Don't set inkscape:modified on startup when grids are shown/hidden.Maximilian Albert2007-11-131-3/+7
| | | (bzr r4077)
* Improve the user interaction for snapping of bounding boxes, and add an new ↵Diederik van Lierop2007-11-051-0/+10
| | | | | tab in document properties for detailed snapping options (bzr r4033)
* remove debug messages, convert tabs to spaces and remove whitespace for ↵Johan B. C. Engelen2007-10-241-33/+31
| | | | | sp-namedview.cpp (bzr r3958)
* Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen2007-10-241-4/+33
| | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957)
* 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)