~reviczky/inkscape/+git/debian-gtk4:glyphobet_alphabet_soup

Last commit made on 2011-07-18
Get this branch:
git clone -b glyphobet_alphabet_soup https://git.launchpad.net/~reviczky/inkscape/+git/debian-gtk4

Branch merges

Branch information

Name:
glyphobet_alphabet_soup
Repository:
lp:~reviczky/inkscape/+git/debian-gtk4

Recent commits

ad83b97... by Glyphobet

boolean labels shouldn't have colons

(bzr r10469)

1d506c2... by Glyphobet

Expose Alphabet Soup's randomize functionality, remove extraneous
random.seed(), and don't generate counterclockwise paths

The original implementation of Alphabet Soup in Inkscape seems to have
been confused about its randomizing mode. Alphabet Soup's randomizing
mode takes a random walk through the grammar; it is not a way to seed
the random module. This commit exposes Alphabet Soup's random string
generation, and removes a call to random.seed() that did nothing.

It also fixes a bug where reflected paths were switched from clockwise
to counterclockwise. This was generating small, white areas where
counterclockwise paths overlapped other paths. Paths are now reversed
when they are reflected, thus maintaining their correct direction.

(bzr r10468)

c995a47... by Glyphobet

clean up component SVG pieces for alphabet_soup extension

The original implementation of Alphabet Soup in Inkscape appears to
have used autotraced versions of the component PNGs. This led to some
of the shapes not lining up perfectly with others. This commit cleans
the autotraced SVG components so that they line up with each other
perfectly.

(bzr r10467)

eed6e9c... by "Johan B. C. Engelen" <email address hidden>

- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-desktop, not item-to-document. This should make it easier to spot bugs.
- tag some instances where the document-to-desktop transform has been hardcoded

(bzr r10466)

37c2baa... by Krzysztof Kosinski

Fix build failures on make check

(bzr r10465)

2b6e0b4... by Diederik van Lierop

Fix crash that occurred when scaling a clipped object, as reported in lp:811819

Fixed bugs:
  - https://launchpad.net/bugs/811819

(bzr r10464)

38c66b7... by Diederik van Lierop

Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, etc.). See lp:360158

Fixed bugs:
  - https://launchpad.net/bugs/360158

(bzr r10463)

7b8246b... by Kris

Dutch tutorials: typos and update

(bzr r10462)

2be2cf3... by Jon A. Cruz

Cleanup of oudated/redundant SP_ITEM() macro use.

(bzr r10461)

66eb2ee... by ideasman42

added WITH_GNOME_VFS as an option for cmake

(bzr r10460)