~reviczky/inkscape/+git/debian-gtk4:mw-triad_polygonal-grid

Last commit made on 2012-12-11
Get this branch:
git clone -b mw-triad_polygonal-grid https://git.launchpad.net/~reviczky/inkscape/+git/debian-gtk4

Branch merges

Branch information

Name:
mw-triad_polygonal-grid
Repository:
lp:~reviczky/inkscape/+git/debian-gtk4

Recent commits

7d58884... by Matthew Woehlke

fix wrong snap for grid origin != (0, 0)

Fix missing addition of grid offset, causing broken snapping to
polygonal grid when grid origin is not (0, 0).

(bzr r11944)

3aecd10... by Matthew Woehlke

implement polygonal grid snapping

Add necessary code to find the nearest relevant lines to which to snap
for the polygonal grid.

(bzr r11943)

c4a3836... by Matthew Woehlke

auto-extents improvements

Compute minimum X extent so we don't render concentric segments that
aren't needed. Add note that we could do better skipping sections that
won't be visible.

(bzr r11942)

6cf01e9... by Matthew Woehlke

fix polygonal grid extents

Hook up polygonal grid extents calculation so that we always draw enough
grid to fill the viewport, rather than truncating the grid at an
arbitrary point.

(bzr r11941)

5d419ae... by Matthew Woehlke

start implementing polygonal grid renderingg

Implement basic rendering for the polygonal grid. For now, this uses an
arbitrary max extent (rather than determining max extents per section
with respect to the viewport), and doesn't attempt to clip grid lines to
the viewport. Also, snapping is not yet implemented (the old code from
the axonometric grid has been commented out for now).

(bzr r11940)

89bdc2e... by Matthew Woehlke

implement UI for polygonal grid

Modify the UI for polygonal grid to have the appropriate parameters,
rather than those copied from axonometric grid. Since the grid logic has
not been changed yet, we are using the rotation angle as both angles for
the axonometric logic (which gives a degenerate grid with the default
value 0).

(bzr r11939)

77e2f8b... by Matthew Woehlke

add template for polygonal grid

Create new 'polygonal' grid type. Right now this is just a copy of the
axonometric grid type, to get the necessary bits in place before
starting to develop the actual logic.

(bzr r11938)

abc9bb1... by Matthew Woehlke

whitespace fix

(bzr r11937)

7bb99a8... by uwesch

German translation update

(bzr r11936)

2454948... by Jaspervdg

Fix for bug #790192, the unclipped alpha component was used for clipping the colour components.

(bzr r11935)