| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| * | 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) | ||||
| * | 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) | ||||
| * | Fix a bug in multi-path-manipulator and finish bspline refactor | Jabier Arraiza Cenoz | 2015-03-21 | 3 | -17/+13 |
| | | | | (bzr r14026) | ||||
| * | Cleanup headers in BSpline LPE | Jabier Arraiza Cenoz | 2015-03-21 | 2 | -40/+7 |
| | | | | (bzr r14025) | ||||
| * | Fix GTK3 build (typo). | Tavmjong Bah | 2015-03-21 | 1 | -1/+1 |
| | | | | (bzr r14024) | ||||
| * | Improve the cache system of bspline, "Correctly" show bspline weight power ↵ | Jabier Arraiza Cenoz | 2015-03-21 | 4 | -14/+28 |
| | | | | | | on nodes and handles (bzr r14023) | ||||
| * | Add GUI for 'viewBox'. | Tavmjong Bah | 2015-03-21 | 4 | -22/+180 |
| | | | | (bzr r14022) | ||||
| * | sp. fix seperate | Bryce Harrington | 2015-03-21 | 3 | -3/+3 |
| | | | | (bzr r14021) | ||||
| * | take out the trash | Liam P. White | 2015-03-20 | 4 | -873/+30 |
| | | | | (bzr r14020) | ||||
| * | nop (if true etc) | Liam P. White | 2015-03-20 | 1 | -37/+31 |
| | | | | (bzr r14019) | ||||
| * | (audible sound of head banging off wall) | Liam P. White | 2015-03-20 | 3 | -59/+45 |
| | | | | | | Fix that one thing (bzr r14018) | ||||
| * | Fix remaining bugs in path outliner | Liam P. White | 2015-03-20 | 1 | -8/+13 |
| | | | | (bzr r14017) | ||||
| * | ui/tools: sp. fixes (cosmetic) | Bryce Harrington | 2015-03-19 | 7 | -8/+8 |
| | | | | (bzr r14016) | ||||
| * | Let's hope the world doesn't end | Liam P. White | 2015-03-19 | 6 | -29/+597 |
| | | | | | | Native 2geom path outliner, still buggy (bzr r14014) | ||||
| * | Changed two SP_IS_LPE_ITEM calls | Jabier Arraiza Cenoz | 2015-03-18 | 1 | -16/+22 |
| | | | | (bzr r14013) | ||||
| * | Remove sleep() left over from debugging. | Tavmjong Bah | 2015-03-17 | 1 | -1/+0 |
| | | | | (bzr r14011) | ||||
| * | Exporting. Fix for Bug #1414835 (PDF/PS/EPS export of filtered objects ↵ | Nicolas Dufour | 2015-03-17 | 1 | -1/+1 |
| | | | | | | | | | include copy of unfiltered object on top). Fixed bugs: - https://launchpad.net/bugs/1414835 (bzr r14010) | ||||
