| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | unsigned int -> size_t | Marc Jeanmougin | 2015-04-29 | 2 | -4/+4 |
| | | | | (bzr r14076) | ||||
| * | uint -> unsigned int | Marc Jeanmougin | 2015-04-29 | 1 | -1/+1 |
| | | | | (bzr r14075) | ||||
| * | corrected test file | Marc Jeanmougin | 2015-04-29 | 1 | -1/+2 |
| | | | | (bzr r13922.1.20) | ||||
| * | updated with trunk | Marc Jeanmougin | 2015-04-29 | 101 | -544/+169 |
| |\ | | | | | (bzr r13922.1.19) | ||||
| | * | Better solution picking | Liam P. White | 2015-04-29 | 1 | -3/+22 |
| | | | | | | | (bzr r14073) | ||||
| | * | Fix regression: Update default font-family if nothing is selected on canvas. | Tavmjong Bah | 2015-04-29 | 2 | -5/+11 |
| | | | | | | | (bzr r14072) | ||||
| | * | Fix a bug linking a path parameter to a transformed element | jabiertxof | 2015-04-29 | 1 | -1/+7 |
| | | | | | | | (bzr r14071) | ||||
| | * | Increase precision (long thin paths had a ton of width variance), fix logic ↵ | Liam P. White | 2015-04-29 | 1 | -3/+1 |
| | | | | | | | | | | | error (bzr r14070) | ||||
| | * | Catch more intersections (can still be improved somewhat I think) | Liam P. White | 2015-04-29 | 1 | -21/+17 |
| | | | | | | | (bzr r14069) | ||||
| | * | fix tangent sign problems in path outline code | Liam P. White | 2015-04-28 | 1 | -65/+94 |
| | | | | | | | (bzr r14068) | ||||
| | * | enable default pen object for WMF files | mathog | 2015-04-28 | 1 | -1/+5 |
| | | | | | | | (bzr r14067) | ||||
| | * | Save original text in 'aria-label' attribute for accessibilty reasons. | Tavmjong Bah | 2015-04-28 | 1 | -1/+11 |
| | | | | | | | (bzr r14066) | ||||
| | * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 95 | -454/+13 |
| | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | | merge with trunk | Marc Jeanmougin | 2015-04-27 | 26 | -1836/+4946 |
| |\| | | | | | (bzr r13922.1.18) | ||||
| | * | add two files omitted in patch at revision 14062 | mathog | 2015-04-27 | 2 | -0/+1234 |
| | | | | | | | (bzr r14063) | ||||
| | * | patch for bugs 1447850 and 1447382 | mathog | 2015-04-27 | 21 | -1833/+3706 |
| | | | | | | | (bzr r14062) | ||||
| | * | Enable snapping of cusp nodes by default | Diederik van Lierop | 2015-04-27 | 1 | -1/+1 |
| | | | | | | | (bzr r14061) | ||||
| | * | Mainloop fix for possible data loss if closing before save has completed. | Mark Harmer | 2015-04-27 | 2 | -2/+5 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/967416 (bzr r14060) | ||||
| * | | removed a few useless SP_OBJECT() casts | Marc Jeanmougin | 2015-04-27 | 7 | -23/+23 |
| | | | | | | | (bzr r13922.1.17) | ||||
| * | | removed a few "using Inkscape::Util::GSListConstIterator" | Marc Jeanmougin | 2015-04-27 | 7 | -13/+0 |
| | | | | | | | (bzr r13922.1.16) | ||||
| * | | Just reread the entire diff against trunk. Given the diff size, i must have ↵ | Marc Jeanmougin | 2015-04-26 | 10 | -31/+27 |
| | | | | | | | | | | | | | | | | | | | | | forgotten things, but hopefully, there are only very few changes of semantics: ->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) -> 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) (bzr r13922.1.15) | ||||
| * | | fix | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 |
| | | | | | | | (bzr r13922.1.14) | ||||
| * | | merging | Marc Jeanmougin | 2015-04-26 | 146 | -4187/+4303 |
| |\| | | | | | (bzr r13922.1.13) | ||||
| | * | Add mirror symmetry to envelope/perspective LPE | Jabier Arraiza Cenoz | 2015-04-21 | 2 | -1/+62 |
| | | | | | | | (bzr r14058) | ||||
| | * | Replace GList by std::vector | Tavmjong Bah | 2015-04-14 | 3 | -47/+34 |
| | | | | | | | (bzr r14057) | ||||
| | * | Fix for the bug 1443039. Now reset old perspective-envelope effects and ↵ | Jabier Arraiza Cenoz | 2015-04-13 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | prevent crash, also when all handles go to the same position Fixed bugs: - https://launchpad.net/bugs/1443039 (bzr r14056) | ||||
| | * | Fix coding style issues in bspline/spirolive code | Jabier Arraiza Cenoz | 2015-04-10 | 11 | -513/+521 |
| | | | | | | | (bzr r14054) | ||||
| | * | Fix coding style issues in show/handles LPE | Jabier Arraiza Cenoz | 2015-04-10 | 2 | -45/+45 |
| | | | | | | | (bzr r14053) | ||||
| | * | Fix coding style issues in perspective/envelope LPE | Jabier Arraiza Cenoz | 2015-04-10 | 2 | -144/+147 |
| | | | | | | | (bzr r14052) | ||||
| | * | Fix coding style issues in roughen LPE | Jabier Arraiza Cenoz | 2015-04-09 | 2 | -110/+110 |
| | | | | | | | (bzr r14048) | ||||
| | * | Fix coding style issues in lattice2 LPE | Jabier Arraiza Cenoz | 2015-04-09 | 2 | -313/+310 |
| | | | | | | | (bzr r14047) | ||||
| | * | Fix coding style issues in simplify LPE | Jabier Arraiza Cenoz | 2015-04-09 | 2 | -119/+119 |
| | | | | | | | (bzr r14046) | ||||
| | * | Cleaned up cmake files to build successfully on Linux. | Jon A. Cruz | 2015-04-08 | 4 | -63/+66 |
| | | | | | | | (bzr r14045) | ||||
| | * | herpderp | Liam P. White | 2015-04-04 | 2 | -3/+3 |
| | | | | | | | (bzr r14044) | ||||
| | * | Call decide() with subpaths in proper order. | Tavmjong Bah | 2015-04-04 | 1 | -1/+1 |
| | | | | | | | (bzr r14043) | ||||
| | * | Add helper path to guide BSpline if path outline is hidden | Jabier Arraiza Cenoz | 2015-04-03 | 1 | -2/+4 |
| | | | | | | | (bzr r14042) | ||||
| | * | inicialice a header variable | Jabier Arraiza Cenoz | 2015-04-02 | 1 | -0/+1 |
| | | | | | | | (bzr r14041) | ||||
| | * | more restrictive definition of parentContour. (Bug 499744) | Alvin Penner | 2015-04-02 | 1 | -3/+5 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/499744 (bzr r14040) | ||||
| | * | Small cleanup: consistency, style | Liam P. White | 2015-03-31 | 1 | -44/+31 |
| | | | | | | | (bzr r14039) | ||||
| | * | Update turn angle predicate for outliner | Liam P. White | 2015-03-31 | 1 | -8/+14 |
| | | | | | | | (bzr r14038) | ||||
| | * | Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 ↵ | Nicolas Dufour | 2015-03-31 | 17 | -103/+251 |
| | | | | | | | | | | | | | | | | | vulnerability). Fixed bugs: - https://launchpad.net/bugs/1438366 (bzr r14037) | ||||
| | * | Add clipping at miter-length to 'arcs' line join. | Tavmjong Bah | 2015-03-29 | 1 | -21/+131 |
| | | | | | | | (bzr r14036) | ||||
| | * | make_angle_bisector_line(): Return sensible line if three input points are ↵ | Tavmjong Bah | 2015-03-29 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | colinear. Add output operator, useful for debugging. (bzr r14035) | ||||
| | * | clean up previous commit | Liam P. White | 2015-03-29 | 1 | -24/+9 |
| | | | | | | | (bzr r14034) | ||||
| | * | Fix calculation of miter limit. Implement 'miter-clip' line join. | Tavmjong Bah | 2015-03-27 | 3 | -11/+54 |
| | | | | | | | (bzr r14033) | ||||
| | * | Fix a crash on perspective/envelope LPE introduced in recent refactor of ↵ | Jabier Arraiza Cenoz | 2015-03-24 | 1 | -6/+6 |
| | | | | | | | | | | | point parameter (bzr r14032) | ||||
| | * | Path outliner: refactor extrapolated joiner, allow joining line segments; ↵ | Liam P. White | 2015-03-24 | 1 | -65/+155 |
| | | | | | | | | | | | some more optimizations all around (bzr r14031) | ||||
| | * | Fix a bug introduced by me using path parameters in LPE | Jabier Arraiza Cenoz | 2015-03-23 | 1 | -23/+17 |
| | | | | | | | (bzr r14030) | ||||
| | * | well if I had known that existed, I would have used it sooner | Liam P. White | 2015-03-23 | 3 | -111/+12 |
| | | | | | | | (bzr r14029) | ||||
| | * | improve, optimize, fix path outliner | Liam P. White | 2015-03-22 | 1 | -71/+112 |
| | | | | | | | (bzr r14027) | ||||
