| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove easter eggs | Liam P. White | 2014-04-20 | 4 | -57/+119 |
| * | Move my path effects outside test effects (stable) | Liam P. White | 2014-04-18 | 1 | -2/+3 |
| * | Update to trunk | Liam P. White | 2014-04-18 | 11 | -137/+195 |
| |\ |
|
| | * | Latvian translation update | Janis Eisaks | 2014-04-17 | 1 | -106/+107 |
| | * | workaround build failure on Ubuntu 14.04 with dbus ext and clang | Alex Valavanis | 2014-04-16 | 2 | -1/+3 |
| | * | Commit suv's patch for quartz default window size. See bug #1302627 | Martin Owens | 2014-04-16 | 1 | -1/+3 |
| | * | extensions. fix typo in unittouu conversion (Bug 1307691) | Alvin Penner | 2014-04-14 | 1 | -2/+2 |
| | * | remove debug messages in desktop.cpp | Johan B. C. Engelen | 2014-04-14 | 1 | -3/+0 |
| | * | Improve calculation precision of stroke-to-path, for very large user units th... | Johan B. C. Engelen | 2014-04-14 | 1 | -7/+8 |
| | * | patch by Gellule, fixes wrong parsing of style, work-around for bug in libc++ | Johan B. C. Engelen | 2014-04-14 | 1 | -1/+4 |
| | * | extensions. color_blackandwhite. add option for color threshold (Bug 1306420) | Alvin Penner | 2014-04-14 | 2 | -1/+9 |
| * | | Semi-fix for Join type on closed paths | Liam P. White | 2014-04-17 | 1 | -33/+45 |
| * | | Minor things | Liam P. White | 2014-04-15 | 3 | -3/+19 |
| * | | Update to trunk (checking build failure on Windows) | Liam P. White | 2014-04-13 | 1 | -1/+1 |
| |\| |
|
| | * | pdf import via poppler-cairo, bug:1017123:handling stroke width < 1 | Adib Taraben | 2014-04-13 | 1 | -1/+1 |
| * | | Update to trunk | Liam P. White | 2014-04-13 | 25 | -6/+89 |
| |\| |
|
| | * | win32 nsis: more brazilian portuguese | Adib Taraben | 2014-04-13 | 1 | -2/+5 |
| | * | win32 nsis installer: fix portuguese brazil translation, add more inkscake tr... | Adib Taraben | 2014-04-13 | 24 | -4/+84 |
| * | | Nothing special | Liam P. White | 2014-04-13 | 1 | -22/+27 |
| * | | Enable line caps | Liam P. White | 2014-04-12 | 1 | -6/+24 |
| * | | Fix memory leak | Liam P. White | 2014-04-12 | 1 | -0/+3 |
| * | | Fix triangles in joins | Liam P. White | 2014-04-12 | 2 | -38/+65 |
| * | | Update to trunk | Liam P. White | 2014-04-12 | 8 | -265/+350 |
| |\| |
|
| | * | Latvian translation update | Janis Eisaks | 2014-04-10 | 1 | -82/+82 |
| | * | Fix for Bug #1302987 (Importing a PNG image with unittype field undefined fai... | Nicolas Dufour | 2014-04-10 | 1 | -11/+6 |
| | * | Exclude files in POTFILES.skip from the POTFILES.in generated | Krzysztof Kosi??ski | 2014-04-09 | 2 | -41/+29 |
| | * | Fix an issue with extension tests during distcheck. | Krzysztof Kosi??ski | 2014-04-09 | 1 | -0/+1 |
| | * | Make extension tests compatible with VPATH builds. | Krzysztof Kosi??ski | 2014-04-08 | 1 | -1/+3 |
| | * | Latvian translation update | Janis Eisaks | 2014-04-07 | 1 | -107/+102 |
| | * | Restore share/keys/inkscape.xml to current state (follow-up to r13221) | su_v | 2014-04-07 | 1 | -22/+122 |
| | * | temporary fix for bug in 2geom, the bug manifests itself in LPE Construct grid | Johan B. C. Engelen | 2014-04-06 | 1 | -1/+5 |
| * | | Wonderful code optimizations | Liam P. White | 2014-04-12 | 3 | -192/+46 |
| * | | Updaet to trunk | Liam P. White | 2014-04-06 | 20 | -419/+457 |
| |\| |
|
| | * | noop: improve code style in sp-lpe-item.cpp | Johan B. C. Engelen | 2014-04-05 | 1 | -13/+14 |
| | * | Commit patch from Johan to remove GSList and replace with vector. | Martin Owens | 2014-04-05 | 1 | -4/+4 |
| | * | Prevent segfault when style string is null. | Tavmjong Bah | 2014-04-05 | 1 | -2/+2 |
| | * | Revert the xml editor to it's dockable behaviour and add a comment for the pr... | Martin Owens | 2014-04-05 | 1 | -1/+3 |
| | * | Allow command line options -i and -j to effect plain-svg output, this involve... | Martin Owens | 2014-04-05 | 3 | -0/+38 |
| | * | fix cmake build errors for changes in 2geom | Johan B. C. Engelen | 2014-04-04 | 3 | -3/+2 |
| | * | fix crash. If there are more crashes/issues related to references to undefine... | Johan B. C. Engelen | 2014-04-04 | 1 | -0/+5 |
| | * | fix crash. Iterating through a list to find an object is not necessary, SPDoc... | Johan B. C. Engelen | 2014-04-04 | 1 | -16/+9 |
| | * | Only apply the offset zoom when the document units match the zoom units | Martin Owens | 2014-04-04 | 1 | -14/+7 |
| | * | Maximised should be the default state for new inkscape users | Martin Owens | 2014-04-04 | 1 | -0/+1 |
| | * | XMLTree and InkscapePreferences are not dockable windows, don't treat them li... | Martin Owens | 2014-04-04 | 1 | -4/+3 |
| | * | Latvian translation update | Janis Eisaks | 2014-04-04 | 1 | -78/+64 |
| | * | Cleanup namespace removal so that it doesn't require bugs in updateRepr to wo... | Martin Owens | 2014-04-04 | 1 | -17/+38 |
| | * | extensions. Measure Path. add center point, modify path id (Bug 171331) | Alvin Penner | 2014-04-03 | 1 | -2/+3 |
| | * | Move the new changelog back tot he old name for packagers. | Martin Owens | 2014-04-03 | 1 | -0/+0 |
| | * | Try and explain what selection means when aligning. Changed Selection to Sele... | Martin Owens | 2014-04-03 | 1 | -1/+1 |
| | * | Fix for Bug #1201511 (share/icons/symbolic_icons.svg not included in tarball)... | ryanlerch | 2014-04-03 | 1 | -0/+1 |