summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* unsigned int -> size_tMarc Jeanmougin2015-04-292-4/+4
| | | (bzr r14076)
* uint -> unsigned intMarc Jeanmougin2015-04-291-1/+1
| | | (bzr r14075)
* corrected test fileMarc Jeanmougin2015-04-291-1/+2
| | | (bzr r13922.1.20)
* updated with trunkMarc Jeanmougin2015-04-29101-544/+169
|\ | | | | (bzr r13922.1.19)
| * Better solution pickingLiam P. White2015-04-291-3/+22
| | | | | | (bzr r14073)
| * Fix regression: Update default font-family if nothing is selected on canvas.Tavmjong Bah2015-04-292-5/+11
| | | | | | (bzr r14072)
| * Fix a bug linking a path parameter to a transformed elementjabiertxof2015-04-291-1/+7
| | | | | | (bzr r14071)
| * Increase precision (long thin paths had a ton of width variance), fix logic ↵Liam P. White2015-04-291-3/+1
| | | | | | | | | | error (bzr r14070)
| * Catch more intersections (can still be improved somewhat I think)Liam P. White2015-04-291-21/+17
| | | | | | (bzr r14069)
| * fix tangent sign problems in path outline codeLiam P. White2015-04-281-65/+94
| | | | | | (bzr r14068)
| * enable default pen object for WMF filesmathog2015-04-281-1/+5
| | | | | | (bzr r14067)
| * Save original text in 'aria-label' attribute for accessibilty reasons.Tavmjong Bah2015-04-281-1/+11
| | | | | | (bzr r14066)
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-2795-454/+13
| | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | merge with trunkMarc Jeanmougin2015-04-2726-1836/+4946
|\| | | | | (bzr r13922.1.18)
| * add two files omitted in patch at revision 14062mathog2015-04-272-0/+1234
| | | | | | (bzr r14063)
| * patch for bugs 1447850 and 1447382mathog2015-04-2721-1833/+3706
| | | | | | (bzr r14062)
| * Enable snapping of cusp nodes by defaultDiederik van Lierop2015-04-271-1/+1
| | | | | | (bzr r14061)
| * Mainloop fix for possible data loss if closing before save has completed.Mark Harmer2015-04-272-2/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/967416 (bzr r14060)
* | removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-277-23/+23
| | | | | | (bzr r13922.1.17)
* | removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-277-13/+0
| | | | | | (bzr r13922.1.16)
* | Just reread the entire diff against trunk. Given the diff size, i must have ↵Marc Jeanmougin2015-04-2610-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)
* | fixMarc Jeanmougin2015-04-261-1/+1
| | | | | | (bzr r13922.1.14)
* | mergingMarc Jeanmougin2015-04-26146-4187/+4303
|\| | | | | (bzr r13922.1.13)
| * Add mirror symmetry to envelope/perspective LPEJabier Arraiza Cenoz2015-04-212-1/+62
| | | | | | (bzr r14058)
| * Replace GList by std::vectorTavmjong Bah2015-04-143-47/+34
| | | | | | (bzr r14057)
| * Fix for the bug 1443039. Now reset old perspective-envelope effects and ↵Jabier Arraiza Cenoz2015-04-131-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 codeJabier Arraiza Cenoz2015-04-1011-513/+521
| | | | | | (bzr r14054)
| * Fix coding style issues in show/handles LPEJabier Arraiza Cenoz2015-04-102-45/+45
| | | | | | (bzr r14053)
| * Fix coding style issues in perspective/envelope LPEJabier Arraiza Cenoz2015-04-102-144/+147
| | | | | | (bzr r14052)
| * Fix coding style issues in roughen LPEJabier Arraiza Cenoz2015-04-092-110/+110
| | | | | | (bzr r14048)
| * Fix coding style issues in lattice2 LPEJabier Arraiza Cenoz2015-04-092-313/+310
| | | | | | (bzr r14047)
| * Fix coding style issues in simplify LPEJabier Arraiza Cenoz2015-04-092-119/+119
| | | | | | (bzr r14046)
| * Cleaned up cmake files to build successfully on Linux.Jon A. Cruz2015-04-084-63/+66
| | | | | | (bzr r14045)
| * herpderpLiam P. White2015-04-042-3/+3
| | | | | | (bzr r14044)
| * Call decide() with subpaths in proper order.Tavmjong Bah2015-04-041-1/+1
| | | | | | (bzr r14043)
| * Add helper path to guide BSpline if path outline is hiddenJabier Arraiza Cenoz2015-04-031-2/+4
| | | | | | (bzr r14042)
| * inicialice a header variableJabier Arraiza Cenoz2015-04-021-0/+1
| | | | | | (bzr r14041)
| * more restrictive definition of parentContour. (Bug 499744)Alvin Penner2015-04-021-3/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/499744 (bzr r14040)
| * Small cleanup: consistency, styleLiam P. White2015-03-311-44/+31
| | | | | | (bzr r14039)
| * Update turn angle predicate for outlinerLiam P. White2015-03-311-8/+14
| | | | | | (bzr r14038)
| * Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 ↵Nicolas Dufour2015-03-3117-103/+251
| | | | | | | | | | | | | | | | vulnerability). Fixed bugs: - https://launchpad.net/bugs/1438366 (bzr r14037)
| * Add clipping at miter-length to 'arcs' line join.Tavmjong Bah2015-03-291-21/+131
| | | | | | (bzr r14036)
| * make_angle_bisector_line(): Return sensible line if three input points are ↵Tavmjong Bah2015-03-291-1/+16
| | | | | | | | | | | | | | colinear. Add output operator, useful for debugging. (bzr r14035)
| * clean up previous commitLiam P. White2015-03-291-24/+9
| | | | | | (bzr r14034)
| * Fix calculation of miter limit. Implement 'miter-clip' line join.Tavmjong Bah2015-03-273-11/+54
| | | | | | (bzr r14033)
| * Fix a crash on perspective/envelope LPE introduced in recent refactor of ↵Jabier Arraiza Cenoz2015-03-241-6/+6
| | | | | | | | | | point parameter (bzr r14032)
| * Path outliner: refactor extrapolated joiner, allow joining line segments; ↵Liam P. White2015-03-241-65/+155
| | | | | | | | | | some more optimizations all around (bzr r14031)
| * Fix a bug introduced by me using path parameters in LPEJabier Arraiza Cenoz2015-03-231-23/+17
| | | | | | (bzr r14030)
| * well if I had known that existed, I would have used it soonerLiam P. White2015-03-233-111/+12
| | | | | | (bzr r14029)
| * improve, optimize, fix path outlinerLiam P. White2015-03-221-71/+112
| | | | | | (bzr r14027)