~reviczky/inkscape/+git/debian-gtk4:dev-maggio_inkscape

Last commit made on 2013-09-29
Get this branch:
git clone -b dev-maggio_inkscape https://git.launchpad.net/~reviczky/inkscape/+git/debian-gtk4

Branch merges

Branch information

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

Recent commits

95494af... by Maggio

Added --enable-smil option and display list of optional feature

(bzr r12621)

6b8c701... by buliabyak <>

FontInstances were being leaked here by overreffing - every call to Face must unref when done

(bzr r12620)

6cc0d44... by buliabyak <>

order correction: unreffing fonts in ents needs loadedPtr so that must go before loadedPrt is nulled; this didn't crash simply because we never freed FontFactory before; also some comments and remove redundant multiply in hash function

(bzr r12619)

c83329c... by buliabyak <>

prevent redundant firing of InitTheFace (pFont never changes, but init is called all over the place); also some nulling and freeing to prevent leaks, and removing the redundant daddy unreffing that is done in ~FontInstance anyway

(bzr r12618)

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

fix two memleaks

(bzr r12617)

6e867cb... by buliabyak <>

effects don't need to merge into menus if we're running without gui; with this we can purge a redundant reading of menus skeleton, which leaked its xml tree

(bzr r12616)

cfb97f0... by Markus Engel

Fixed crash with calligraphic tool in subtract mode.

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

(bzr r12615)

bdcd064... by buliabyak <>

fix one code path where fullname wasn't freed

(bzr r12614)

6ee1349... by Markus Engel

Fixed MeasureContext.

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

(bzr r12613)

f1d2cd8... by buliabyak <>

components of _image_name were g_strdup'ed so need to be g_free'd

(bzr r12612)