| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | type in commit r14664 | Kris De Gussem | 2016-02-29 | 1 | -1/+1 |
| | | | | (bzr r14676) | ||||
| * | Code-design. Fixing variable initialization warnings and replacing tabs with ↵ | Nicolas Dufour | 2016-02-29 | 1 | -9/+9 |
| | | | | | | spaces. (bzr r14675) | ||||
| * | Inkview. Code consistency fixes. | Nicolas Dufour | 2016-02-29 | 1 | -166/+162 |
| | | | | (bzr r14674) | ||||
| * | Update win64 build files for devlibs64 update | Eduard Braun | 2016-02-28 | 2 | -161/+148 |
| | | | | (bzr r14673) | ||||
| * | Remove Maren from AUTHORS (on request) and add nicecharts from upstream ↵ | Martin Owens | 2016-02-27 | 3 | -1/+821 |
| | | | | | | where it was abandoned (bzr r14672) | ||||
| * | Fix miter-limit behavior to match SVG spec. | Tavmjong Bah | 2016-02-27 | 1 | -2/+4 |
| | | | | (bzr r14671) | ||||
| * | UI. Fix for bug #1351597 (Inkscape + Cairo >= 1.12 very slow on Windows, ↵ | Eduard Braun (eduard-braun2) | 2016-02-27 | 1 | -130/+198 |
| | | | | | | | | | unless rulers are hidden). Fixed bugs: - https://launchpad.net/bugs/1351597 (bzr r14670) | ||||
| * | cmake: Add sigc++ support | Bryce Harrington | 2016-02-27 | 3 | -1/+37 |
| | | | | | | | | Patch from rindolf Signed-off-by: Bryce Harrington <bryce@bryceharrington.org> (bzr r14669) | ||||
| * | inkview: Drop use of obsolete getopt | Bryce Harrington | 2016-02-25 | 2 | -15/+15 |
| | | | | | | | | | This lets us drop getopt as a cmake requirement. Patch from rindolf, thanks! http://www.shlomifish.org/Files/files/code/inkscape-cmake-get-rid-of-getopt-check-2.diff (bzr r14668) | ||||
| * | packaging: Note if there are uncommitted changes when trying to make a release | Bryce Harrington | 2016-02-25 | 1 | -2/+12 |
| | | | | (bzr r14667) | ||||
| * | Fix small code buglet; found by Kris with cppcheck. | Tavmjong Bah | 2016-02-23 | 1 | -1/+2 |
| | | | | (bzr r14666) | ||||
| * | static code analysis | Kris De Gussem | 2016-02-22 | 3 | -11/+15 |
| | | | | (bzr r14665) | ||||
| * | static code analysis | Kris De Gussem | 2016-02-22 | 6 | -18/+20 |
| | | | | (bzr r14664) | ||||
| * | Apply from patch from houz (Fixes color profile name mangling) | Liam P. White | 2016-02-21 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1457105 (bzr r14663) | ||||
| * | Font size in status bar should use unit from text units preference. Patch ↵ | Tavmjong Bah | 2016-02-20 | 1 | -1/+4 |
| | | | | | | from Tobias Ellinghaus. (bzr r14662) | ||||
| * | Clarify meaning of line spacing. | Tavmjong Bah | 2016-02-20 | 2 | -3/+3 |
| | | | | (bzr r14661) | ||||
| * | provide end user debugging for EMF and WMF issues | mathog | 2016-02-18 | 2 | -12/+52 |
| | | | | (bzr r14660) | ||||
| * | fix logic error in sbasis_to_cubic_bezier. (Bug 1545632) | Alvin Penner | 2016-02-18 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1545632 (bzr r14659) | ||||
| * | Fixes some regressions from rev14655 | Marc Jeanmougin | 2016-02-17 | 2 | -27/+31 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1546531 (bzr r14658) | ||||
| * | Translations: Update Icelandic translation | Sveinn í Felli | 2016-02-16 | 1 | -1635/+1827 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1426423 (bzr r14657) | ||||
| * | Use C++11 mode when required. | Krzysztof Kosi??ski | 2016-02-16 | 1 | -34/+62 |
| | | | | | | | Newer versions of sigc++ and glibmm require C++11 mode to compile. Add configure code to add -std=c++11 flag when necessary. (bzr r14656) | ||||
| * | Performance improvements when working in large files | Marc Jeanmougin | 2016-02-16 | 2 | -17/+30 |
| | | | | | | At each mouse move, a list of all elements in the document was computed (to get the correct cursor, in text mode for instance). This list is now cached. (bzr r14655) | ||||
| * | Translations. Icelandic translation update. | Ivan Mas??r | 2016-02-15 | 1 | -2603/+3032 |
| | | | | (bzr r14654) | ||||
| * | Temporary: Add different fallback strategies for 'line-join' LPE with 'arcs' ↵ | Tavmjong Bah | 2016-02-15 | 3 | -13/+349 |
| | | | | | | line join. (bzr r14653) | ||||
| * | Sync 2Geom to e7245a01127647cd20b0d851a0a622d9ded38d23. | Krzysztof Kosi??ski | 2016-02-15 | 12 | -96/+89 |
| | | | | | | Restores correct meaning of Line::versor(). (bzr r14652) | ||||
| * | Fix improperly escaped character in previous commit (which actually fixes ↵ | Eduard Braun | 2016-02-14 | 1 | -1/+1 |
| | | | | | | | | | bug 1492153, sorry for the mix-up) Fixed bugs: - https://launchpad.net/bugs/1492153 (bzr r14651) | ||||
| * | Fix for bug 1478168 (CDR import crashes) | Eduard Braun | 2016-02-14 | 1 | -1/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1478168 (bzr r14650) | ||||
| * | Translations: Update inkscape.pot file | Eduard Braun | 2016-02-13 | 1 | -1475/+1646 |
| | | | | (bzr r14649) | ||||
| * | if viewbox does not exist, create it from page size, only if page size ↵ | Alvin Penner | 2016-02-12 | 1 | -2/+6 |
| | | | | | | | | | exists. (Bug 1544016) Fixed bugs: - https://launchpad.net/bugs/1544016 (bzr r14648) | ||||
| * | Fix default value of 'fr'. | Tavmjong Bah | 2016-02-11 | 1 | -1/+1 |
| | | | | (bzr r14647) | ||||
| * | Fix a bug on explicit_base on meassure tool when using knots dialog to ↵ | Jabier Arraiza Cenoz | 2016-02-11 | 2 | -10/+14 |
| | | | | | | change position (bzr r14646) | ||||
| * | Remove artifacts when remove canvas items, for example in measure tool | Jabier Arraiza Cenoz | 2016-02-10 | 1 | -1/+1 |
| | | | | (bzr r14645) | ||||
| * | Documentation. Greek translation of the Shapes tutorial updated. | Nicolas Dufour | 2016-02-09 | 1 | -350/+350 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1526431 (bzr r14644) | ||||
| * | Translations. Greek translation update. | Dimitris Spingos | 2016-02-09 | 1 | -413/+372 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1482062 (bzr r14643) | ||||
| * | Fix CMake build broken by r14639 | suv-lp | 2016-02-09 | 1 | -1/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1543298 (bzr r14642) | ||||
| * | Allow python extensions to get the list of selected nodes | Marc Jeanmougin | 2016-02-09 | 2 | -3/+56 |
| | | | | | | | | | | format : --selected-nodes=id:subpath:position cf https://bugs.launchpad.net/inkscape/+bug/171640 for a debug test extension Fixed bugs: - https://launchpad.net/bugs/171640 (bzr r14641) | ||||
| * | Changed no end lifetime temporary canvas items to canvas items in measure tool | Jabier Arraiza Cenoz | 2016-02-08 | 2 | -20/+32 |
| | | | | (bzr r14640) | ||||
| * | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 2016-02-08 | 59 | -1209/+1406 |
| | | | | (bzr r14639) | ||||
| * | Changed one icon/action in meassure toolbar to one more explicit | Jabier Arraiza Cenoz | 2016-02-07 | 3 | -13/+13 |
| | | | | (bzr r14638) | ||||
| * | Fix wrong replace of tab by spaces | Jabier Arraiza Cenoz | 2016-02-07 | 1 | -1/+1 |
| | | | | (bzr r14637) | ||||
| * | Add knot position dialog to meassure with Shift+Click | Jabier Arraiza Cenoz | 2016-02-07 | 7 | -6/+344 |
| | | | | (bzr r14636) | ||||
| * | Fix for bug 1540518. Improved performance based on previous meassure code ↵ | Jabier Arraiza Cenoz | 2016-02-07 | 3 | -67/+56 |
| | | | | | | | | | comment Fixed bugs: - https://launchpad.net/bugs/1540518 (bzr r14635) | ||||
| * | Added phantom meassure feature to meassure tool | Jabier Arraiza Cenoz | 2016-02-06 | 4 | -31/+104 |
| | | | | (bzr r14634) | ||||
| * | Remove duplicated variable on meassure | Jabier Arraiza Cenoz | 2016-02-06 | 1 | -1/+0 |
| | | | | (bzr r14633) | ||||
| * | Fix for meassure bug #1541963 | Jabier Arraiza Cenoz | 2016-02-06 | 2 | -4/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1541963 (bzr r14632) | ||||
| * | Dutch translation update | Kris De Gussem | 2016-02-04 | 1 | -147/+86 |
| | | | | (bzr r14631) | ||||
| * | Merge in Richard Hughes's AppData, Thanks Richard! | Martin Owens | 2016-02-01 | 3 | -1/+45 |
| | | | | (bzr r14630) | ||||
| * | Remove duplicate mensage | Jabier Arraiza Cenoz | 2016-02-01 | 1 | -1/+1 |
| | | | | (bzr r14629) | ||||
| * | Dinamic toolbar enlacements, now in clone mode on spray tool and in pencil ↵ | Jabier Arraiza Cenoz | 2016-02-01 | 3 | -6/+14 |
| | | | | | | toolbar (bzr r14628) | ||||
| * | Remove two warnings on compile | Jabier Arraiza Cenoz | 2016-01-30 | 1 | -2/+2 |
| | | | | (bzr r14627) | ||||
