summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-04Next steps in implementing the snapping indicatorDiederik van Lierop1-1/+7
2008-03-12Snap to page borderDiederik van Lierop1-0/+5
2008-02-24Warning and whitespace cleanupJon A. Cruz1-13/+13
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-17remove SPDesktop from SPNamedView when it is destroyed. Fixing bug 183621, bu...Johan B. C. Engelen1-9/+6
2008-01-15stop toggling insensitive state for modification flag updates (fixes critical...MenTaLguY1-6/+4
2008-01-15abstract use of sodipodi:modifiedMenTaLguY1-2/+2
2007-12-29Fixed bug #172778, [old] grid settings not respected when reopening documentJohan B. C. Engelen1-2/+93
2007-12-24angled guidelines: create angled line when dragging from edge of rulersJohan B. C. Engelen1-0/+14
2007-12-12Add global snapping toggleDiederik van Lierop1-1/+6
2007-12-08Snap to axonometric grid linesDiederik van Lierop1-2/+2
2007-12-05Lookup object from repr instead of id to fix redo of undo of guide creation :-)Johan B. C. Engelen1-3/+2
2007-12-04don't crash upon adding strange named XML element to namedview.Johan B. C. Engelen1-2/+3
2007-11-14Snap to intersections of line segmentsDiederik van Lierop1-0/+10
2007-11-13Don't set inkscape:modified on startup when grids are shown/hidden.Maximilian Albert1-3/+7
2007-11-05Improve the user interaction for snapping of bounding boxes, and add an new t...Diederik van Lierop1-0/+10
2007-10-24remove debug messages, convert tabs to spaces and remove whitespace for sp-na...Johan B. C. Engelen1-33/+31
2007-10-24Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen1-4/+33
2007-08-28Implement snapping of guides while dragging them, and snap TO item centers (w...Diederik van Lierop1-0/+5
2007-08-19Turn off default object snappingDiederik van Lierop1-2/+2
2007-08-061) Make snapping of object's center optional 2) Optimize snapping preferences...Diederik van Lierop1-0/+5
2007-08-03Rearrange snapping preferences, put distinction between paths and nodes back ...Diederik van Lierop1-1/+16
2007-07-281) Changes to snapping preferences dialogDiederik van Lierop1-12/+6
2007-07-06Fix #1740146.Johan B. C. Engelen1-1/+6
2007-06-18patch 1734633: option to save window geometry in prefsbulia byak1-8/+12
2007-05-19noop: Fix truncated vim modeline.Peter Moulder1-1/+2
2007-04-20grid: make grid names translatable. use different gridtype names in SVG that ...Johan B. C. Engelen1-5/+1
2007-04-19Improve readability and remove some unused codeDiederik van Lierop1-29/+4
2007-04-17By default 'snap to object nodes/paths' must be offDiederik van Lierop1-2/+2
2007-04-15Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen1-152/+0
2007-04-13New Grids are now ready to go. bug testing can start i think.Johan B. C. Engelen1-1/+0
2007-04-13New grids are almost ready to fly!Johan B. C. Engelen1-22/+46
2007-04-12Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from ...Diederik van Lierop1-3/+4
2007-04-01removed leftover debug messages. Toggling new grids now works. Almost ready t...Johan B. C. Engelen1-3/+1
2007-03-26purge unused and considered-harmful has_abs_tolerancebulia byak1-8/+0
2007-03-25Purging old axonometric grid code: reworked it into the new grid class struct...Johan B. C. Engelen1-63/+9
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+2
2007-03-20Monster commit. New grid infrastructure. The old gridmanagement code is still...Johan B. C. Engelen1-31/+91
2006-12-31Bugfix for 1625278, where inkscape would crash if loading a recentBryce Harrington1-1/+6
2006-12-13FIXED BUG [ 1612814 ]: Guides and gridlines vanish on corresp. alpha value ch...Johan B. C. Engelen1-1/+1
2006-11-30open window ON-screenUlf Erikson1-4/+14
2006-11-18separate updating window from updating layersbulia byak1-0/+4
2006-10-26Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGridJohan B. C. Engelen1-2/+2
2006-10-26Bug fix in set_gridtypeJohan B. C. Engelen1-2/+2
2006-10-16hack*ahum*infrastructure to implement axonometric grid snapping. horizontal s...Johan B. C. Engelen1-0/+3
2006-10-13Removed some copy-paste code.Johan B. C. Engelen1-12/+8
2006-10-01Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b1-1/+1
2006-09-21AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, diagonal...Johan B. C. Engelen1-20/+74
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan1-6/+6
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-10/+10