lp:~inkscape.dev/inkscape/switchLang

Created by Jabiertxof and last modified
Get this branch:
bzr branch lp:~inkscape.dev/inkscape/switchLang
Members of Inkscape Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Inkscape Developers
Project:
Inkscape
Status:
Development

Recent revisions

14077. By jabiertxof <email address hidden>

update to trunk

14076. By Marc Jeanmougin <email address hidden>

unsigned int -> size_t

14075. By Marc Jeanmougin <email address hidden>

uint -> unsigned int

14074. By Marc Jeanmougin <email address hidden>

bzr merge lp:~mc.../inkscape/SelContainer

The main change of this branch is that the container for selections is now a std::vector and not a GSList.
This change propagates in most of the codebase.

Normally, there are no changes of semantics, except the following:

-> childList is now in the intuitive order (childList()[0] is now firstChild)
-> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things there)
-> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it)
-> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) so they can be used with std::sort

14073. By Liam P. White

Better solution picking

14072. By Tavmjong Bah

Fix regression: Update default font-family if nothing is selected on canvas.

14071. By jabiertxof <email address hidden>

Fix a bug linking a path parameter to a transformed element

14070. By Liam P. White

Increase precision (long thin paths had a ton of width variance), fix logic error

14069. By Liam P. White

Catch more intersections (can still be improved somewhat I think)

14068. By Liam P. White

fix tangent sign problems in path outline code

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~inkscape.dev/inkscape/trunk
This branch contains Public information 
Everyone can see this information.