index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
/
canvas-grid.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-12-14
1) snap midpoints of line segments (both as source and as target)
Diederik van Lierop
1
-16
/
+16
2008-10-27
From trunk
Ted Gould
1
-22
/
+17
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-43
/
+43
2008-09-17
Fix minor breakage in grid preferences caused by pref refactoring.
Krzysztof Kosi??ski
1
-3
/
+3
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-11
/
+13
2008-09-07
If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...
Diederik van Lierop
1
-3
/
+3
2008-09-05
comment typo
bulia byak
1
-1
/
+1
2008-08-11
Move all of the snapper code to 2geom
Diederik van Lierop
1
-6
/
+6
2008-06-24
update for 32 instead of 24 bpp canvas buf
bulia byak
1
-4
/
+4
2008-05-06
xy-grid: when shown as dots, add emphasis using crosses.
Johan B. C. Engelen
1
-3
/
+11
2008-05-04
Remove warnings
Bob Jamison
1
-1
/
+1
2008-03-26
system clipboard support (bug #170185) from Chris KosiĆski
MenTaLguY
1
-1
/
+1
2008-02-27
Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...
Johan B. C. Engelen
1
-39
/
+31
2008-02-12
Fix initialization of grids. Should finally fix Bug #172778
Johan B. C. Engelen
1
-2
/
+2
2008-02-04
fix emphasize coloring of grid lines (preference, dotted xy-grid and axonomgrid)
Johan B. C. Engelen
1
-4
/
+4
2008-01-26
gray out widgets when grid is disabled.
Johan B. C. Engelen
1
-1
/
+7
2008-01-26
fix strange typo
Johan B. C. Engelen
1
-2
/
+2
2008-01-17
RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...
gustav_b
1
-9
/
+15
2008-01-16
fix initialization of grid document properties
Johan B. C. Engelen
1
-1
/
+29
2008-01-15
RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>
Johan B. C. Engelen
1
-89
/
+109
2008-01-14
Add preference so people can choose which behaviour they want. (bug 167422)
Johan B. C. Engelen
1
-4
/
+12
2008-01-06
r17530@shi: ted | 2008-01-06 13:50:53 -0800
Ted Gould
1
-6
/
+6
2008-01-03
1) fix snapping while scaling
Diederik van Lierop
1
-1
/
+1
2007-12-29
Fixed bug #172778, [old] grid settings not respected when reopening document
Johan B. C. Engelen
1
-1
/
+1
2007-12-24
angled guidelines: create angled line when dragging from edge of rulers
Johan B. C. Engelen
1
-9
/
+9
2007-12-16
fix default grid unit scaling, fix crash for unknown unit.
Johan B. C. Engelen
1
-5
/
+7
2007-12-16
prevent writing to xml when initializing grid. fixes not working default units.
Johan B. C. Engelen
1
-0
/
+2
2007-12-16
add default unit to grid preferences.
Johan B. C. Engelen
1
-1
/
+1
2007-12-14
Add default grid settings to Inkscape preferences.
Johan B. C. Engelen
1
-9
/
+9
2007-12-12
Toggle snapping for each grid individually
Diederik van Lierop
1
-2
/
+26
2007-12-08
Snap to axonometric grid lines
Diederik van Lierop
1
-2
/
+7
2007-12-04
When snapping, consider all four grid lines around the current point instead ...
Diederik van Lierop
1
-22
/
+5
2007-12-01
Warning cleanup (including OFFSET_OF warning)
Jon A. Cruz
1
-1
/
+1
2007-12-01
Improve layout of grid document properties
Johan B. C. Engelen
1
-1
/
+1
2007-11-29
add visibility and snap_enabled checkbuttons for grids.
Johan B. C. Engelen
1
-7
/
+32
2007-11-29
show gridtype name in document properties
Johan B. C. Engelen
1
-2
/
+26
2007-11-18
Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadly
Johan B. C. Engelen
1
-0
/
+13
2007-11-09
Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ...
Diederik van Lierop
1
-1
/
+1
2007-11-03
Oops, don't use tabs! (replace tabs by 4 spaces)
Diederik van Lierop
1
-2
/
+2
2007-11-03
Groundwork to snap to intersections, e.g. intersections of gridlines with gui...
Diederik van Lierop
1
-0
/
+5
2007-10-26
Warning cleanup
Jon A. Cruz
1
-3
/
+2
2007-10-24
Fix bug [ 1818794 ] Showing grid on opening svg
Johan B. C. Engelen
1
-1
/
+2
2007-09-29
noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...
Peter Moulder
1
-72
/
+64
2007-09-29
noop: CodingStyle: const placement
Peter Moulder
1
-22
/
+22
2007-07-06
Fix #1740146.
Johan B. C. Engelen
1
-20
/
+25
2007-06-14
patch 1729267 for bug 1712481
bulia byak
1
-2
/
+67
2007-05-17
Fix a couple of unannotated transactions causing g_warning from finish_incomp...
Peter Moulder
1
-4
/
+3
2007-04-20
grid: make grid names translatable. use different gridtype names in SVG that ...
Johan B. C. Engelen
1
-9
/
+59
2007-04-20
Fix emphasized gridlines bug when zoomed out.
Johan B. C. Engelen
1
-1
/
+1
2007-04-19
Set default gridspacing back to 1px
Johan B. C. Engelen
1
-1
/
+1
[prev]
[next]