index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-namedview.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-4
/
+3
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-3
/
+3
2008-05-31
wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative...
Stephen Silver
1
-0
/
+17
2008-05-21
- Use constrainedSnap() instead of freeSnap() if we're dragging nodes with ctrl
Diederik van Lierop
1
-1
/
+1
2008-05-04
Next steps in implementing the snapping indicator
Diederik van Lierop
1
-1
/
+7
2008-03-12
Snap to page border
Diederik van Lierop
1
-0
/
+5
2008-02-24
Warning and whitespace cleanup
Jon A. Cruz
1
-13
/
+13
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2008-01-17
remove SPDesktop from SPNamedView when it is destroyed. Fixing bug 183621, bu...
Johan B. C. Engelen
1
-9
/
+6
2008-01-15
stop toggling insensitive state for modification flag updates (fixes critical...
MenTaLguY
1
-6
/
+4
2008-01-15
abstract use of sodipodi:modified
MenTaLguY
1
-2
/
+2
2007-12-29
Fixed bug #172778, [old] grid settings not respected when reopening document
Johan B. C. Engelen
1
-2
/
+93
2007-12-24
angled guidelines: create angled line when dragging from edge of rulers
Johan B. C. Engelen
1
-0
/
+14
2007-12-12
Add global snapping toggle
Diederik van Lierop
1
-1
/
+6
2007-12-08
Snap to axonometric grid lines
Diederik van Lierop
1
-2
/
+2
2007-12-05
Lookup object from repr instead of id to fix redo of undo of guide creation :-)
Johan B. C. Engelen
1
-3
/
+2
2007-12-04
don't crash upon adding strange named XML element to namedview.
Johan B. C. Engelen
1
-2
/
+3
2007-11-14
Snap to intersections of line segments
Diederik van Lierop
1
-0
/
+10
2007-11-13
Don't set inkscape:modified on startup when grids are shown/hidden.
Maximilian Albert
1
-3
/
+7
2007-11-05
Improve the user interaction for snapping of bounding boxes, and add an new t...
Diederik van Lierop
1
-0
/
+10
2007-10-24
remove debug messages, convert tabs to spaces and remove whitespace for sp-na...
Johan B. C. Engelen
1
-33
/
+31
2007-10-24
Fix bug [ 1818794 ] Showing grid on opening svg
Johan B. C. Engelen
1
-4
/
+33
2007-08-28
Implement snapping of guides while dragging them, and snap TO item centers (w...
Diederik van Lierop
1
-0
/
+5
2007-08-19
Turn off default object snapping
Diederik van Lierop
1
-2
/
+2
2007-08-06
1) Make snapping of object's center optional 2) Optimize snapping preferences...
Diederik van Lierop
1
-0
/
+5
2007-08-03
Rearrange snapping preferences, put distinction between paths and nodes back ...
Diederik van Lierop
1
-1
/
+16
2007-07-28
1) Changes to snapping preferences dialog
Diederik van Lierop
1
-12
/
+6
2007-07-06
Fix #1740146.
Johan B. C. Engelen
1
-1
/
+6
2007-06-18
patch 1734633: option to save window geometry in prefs
bulia byak
1
-8
/
+12
2007-05-19
noop: Fix truncated vim modeline.
Peter Moulder
1
-1
/
+2
2007-04-20
grid: make grid names translatable. use different gridtype names in SVG that ...
Johan B. C. Engelen
1
-5
/
+1
2007-04-19
Improve readability and remove some unused code
Diederik van Lierop
1
-29
/
+4
2007-04-17
By default 'snap to object nodes/paths' must be off
Diederik van Lierop
1
-2
/
+2
2007-04-15
Removal of old grid code - fully enabled new grid code.
Johan B. C. Engelen
1
-152
/
+0
2007-04-13
New Grids are now ready to go. bug testing can start i think.
Johan B. C. Engelen
1
-1
/
+0
2007-04-13
New grids are almost ready to fly!
Johan B. C. Engelen
1
-22
/
+46
2007-04-12
Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from ...
Diederik van Lierop
1
-3
/
+4
2007-04-01
removed leftover debug messages. Toggling new grids now works. Almost ready t...
Johan B. C. Engelen
1
-3
/
+1
2007-03-26
purge unused and considered-harmful has_abs_tolerance
bulia byak
1
-8
/
+0
2007-03-25
Purging old axonometric grid code: reworked it into the new grid class struct...
Johan B. C. Engelen
1
-63
/
+9
2007-03-20
plumb XML::Document parameter into duplication, courtesy of bryce
MenTaLguY
1
-1
/
+2
2007-03-20
Monster commit. New grid infrastructure. The old gridmanagement code is still...
Johan B. C. Engelen
1
-31
/
+91
2006-12-31
Bugfix for 1625278, where inkscape would crash if loading a recent
Bryce Harrington
1
-1
/
+6
2006-12-13
FIXED BUG [ 1612814 ]: Guides and gridlines vanish on corresp. alpha value ch...
Johan B. C. Engelen
1
-1
/
+1
2006-11-30
open window ON-screen
Ulf Erikson
1
-4
/
+14
2006-11-18
separate updating window from updating layers
bulia byak
1
-0
/
+4
2006-10-26
Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGrid
Johan B. C. Engelen
1
-2
/
+2
2006-10-26
Bug fix in set_gridtype
Johan B. C. Engelen
1
-2
/
+2
2006-10-16
hack*ahum*infrastructure to implement axonometric grid snapping. horizontal s...
Johan B. C. Engelen
1
-0
/
+3
2006-10-13
Removed some copy-paste code.
Johan B. C. Engelen
1
-12
/
+8
[next]