lp:libsvg-android

Created by pltxtra and last modified
Get this branch:
bzr branch lp:libsvg-android
Only pltxtra can upload to this branch. If you are pltxtra please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
pltxtra
Project:
libsvg-android
Status:
Development

Recent revisions

62. By pltxtra

Let a user clone other element types than groups and other containers. Also add a header to each element to detect random memory corruption. This helped to find a silly bug in Kamoflage which failed to increase the ref_counter when copying an element reference, if the object containing the reference was passed by reference instead of a pointer.

61. By pltxtra

Check for some element corruption. Also make sure that all parent references to a group are set to NULL when the group object is deinitialized and destroyed.

60. By pltxtra

Cleaned up the reference counting code.

59. By pltxtra

Added some debugging code.

58. By pltxtra

can not tolerate negative coordinates from svgAndroidSetBoundingBox, so clamp them to 0.

57. By pltxtra

Remove unused variable. Insert proper function definition into header.

56. By pltxtra

Correct ref counts. Correct classes handling when cloning. Drop elements directly from a group if destroyed.

55. By pltxtra

Only deinit an element on dereference if it has been marked for deletion.

54. By pltxtra

Rewrote parts of the style parser to reduce the ammount of calls to malloc and free.

53. By pltxtra

Changed so that fetch_element_by_id returns the root element if the id pointer is NULL.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers