| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 2014-08-01 | 7 | -19/+18 |
| | | | | (bzr r13485) | ||||
| * | Basic support for <solidColor> element (rendering only as a paint server). | Tavmjong Bah | 2014-07-31 | 8 | -0/+178 |
| | | | | (bzr r13484) | ||||
| * | Limit the number of paths to be used as snap targets, to keep Inkscape ↵ | Diederik van Lierop | 2014-07-30 | 2 | -0/+5 |
| | | | | | | | | | responsive in very complex drawings Fixed bugs: - https://launchpad.net/bugs/1348959 (bzr r13483) | ||||
| * | Fix for 1346972 (freehand shape mode should pick stroke width from tool's ↵ | Liam P. White | 2014-07-29 | 1 | -0/+28 |
| | | | | | | | | | active style) Fixed bugs: - https://launchpad.net/bugs/1346972 (bzr r13482) | ||||
| * | fix crash bug (reported by su_v on IRC) related to removing color profiles | Johan B. C. Engelen | 2014-07-28 | 1 | -0/+1 |
| | | | | (bzr r13481) | ||||
| * | fix build. gcc 4.6.1 does not like double parens here :/ | Johan B. C. Engelen | 2014-07-28 | 1 | -1/+1 |
| | | | | (bzr r13480) | ||||
| * | Don't update path effects on document load (#1299948) | Liam P. White | 2014-07-28 | 2 | -2/+20 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1299948 (bzr r13479) | ||||
| * | Fix for copy&paste clone original with clip-path/mask | Liam P. White | 2014-07-28 | 1 | -0/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1293979 (bzr r13478) | ||||
| * | related to lp:inkscape r13474, remove unnecessary/broken placement news | Johan B. C. Engelen | 2014-07-28 | 1 | -2/+0 |
| | | | | (bzr r13477) | ||||
| * | noop: remove commented-out code that is dangerous and should not come back | Johan B. C. Engelen | 2014-07-28 | 2 | -5/+0 |
| | | | | (bzr r13476) | ||||
| * | noop: remove commented-out code that is dangerous and should not come back | Johan B. C. Engelen | 2014-07-28 | 8 | -26/+0 |
| | | | | (bzr r13475) | ||||
| * | Fix placement news and calls to destructor. Fixes crash regressions ↵ | Liam P. White | 2014-07-28 | 2 | -16/+0 |
| | | | | | | | | | | | | #1348891, #1344217, #1333445, and stubborn Windows bug #956225 (possibly more). Fixed bugs: - https://launchpad.net/bugs/1348891 - https://launchpad.net/bugs/1344217 - https://launchpad.net/bugs/1333445 - https://launchpad.net/bugs/956225 (bzr r13474) | ||||
| * | Fix for bug 1340683 for WMF input | mathog | 2014-07-28 | 1 | -3/+19 |
| | | | | (bzr r13473) | ||||
| * | Properly fix 1309050, revert incorrect fix for 601336 | Liam P. White | 2014-07-27 | 2 | -4/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1309050 (bzr r13472) | ||||
| * | Fix for crash regression 1348927 -- dialogs that are shown but have not been ↵ | Liam P. White | 2014-07-26 | 1 | -3/+3 |
| | | | | | | | | | presented are buggy Fixed bugs: - https://launchpad.net/bugs/1348927 (bzr r13471) | ||||
| * | refresh text objects when clipping (Bug 1339305) | Alvin Penner | 2014-07-25 | 4 | -1/+18 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1339305 (bzr r13470) | ||||
| * | sync with libTere version of text_reassemble.c | mathog | 2014-07-25 | 1 | -3/+3 |
| | | | | (bzr r13469) | ||||
| * | Fix for bug 1340683 | mathog | 2014-07-24 | 1 | -1/+17 |
| | | | | (bzr r13468) | ||||
| * | Fix for bug 1336753 | mathog | 2014-07-24 | 1 | -5/+7 |
| | | | | (bzr r13467) | ||||
| * | Read HSL colors (CSS Color Module Level 3). | Tavmjong Bah | 2014-07-24 | 1 | -0/+53 |
| | | | | (bzr r13466) | ||||
| * | Fix crash bug with cloned item with gradient. The fix does not solve the ↵ | Johan B. C. Engelen | 2014-07-23 | 1 | -0/+12 |
| | | | | | | | | | root cause, it only fixes the symptom. Fixed bugs: - https://launchpad.net/bugs/453067 (bzr r13465) | ||||
| * | Partly reverted r13460. | Markus Engel | 2014-07-23 | 2 | -1/+5 |
| | | | | (bzr r13464) | ||||
| * | Fixed parentheses. | Markus Engel | 2014-07-22 | 1 | -1/+1 |
| | | | | (bzr r13461) | ||||
| * | Fixed some logic errors; clang warnings. | Markus Engel | 2014-07-22 | 5 | -11/+7 |
| | | | | (bzr r13460) | ||||
| * | Replaced some abs/fabs with std::abs. | Markus Engel | 2014-07-22 | 7 | -10/+10 |
| | | | | (bzr r13459) | ||||
| * | Fixed some unused variables warnings. | Markus Engel | 2014-07-22 | 5 | -23/+3 |
| | | | | (bzr r13458) | ||||
| * | Revert fix for 1309050 since it causes other regressions... | Liam P. White | 2014-07-21 | 1 | -2/+2 |
| | | | | (bzr r13457) | ||||
| * | Workarounds for crash bugs 1309050, 601336; will fix properly in experimental | Liam P. White | 2014-07-19 | 3 | -8/+8 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/601336 - https://launchpad.net/bugs/1309050 (bzr r13455) | ||||
| * | Warnings cleaup. | Jon A. Cruz | 2014-07-15 | 5 | -21/+19 |
| | | | | (bzr r13454) | ||||
| * | Fix moving of item center: 1) at paste and 2) at changing document units | Diederik van Lierop | 2014-07-12 | 4 | -3/+13 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1247799 (bzr r13452) | ||||
| * | scale tiled clones to document units (Bug 1288860) | Alvin Penner | 2014-07-11 | 1 | -8/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1288860 (bzr r13451) | ||||
| * | Fix regression introduced by rev 13446 / 13333 | Diederik van Lierop | 2014-07-11 | 1 | -10/+0 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1256597 - https://launchpad.net/bugs/1340011 (bzr r13450) | ||||
| * | Fix crash when ungrouping a group that has a filter applied to it | Diederik van Lierop | 2014-07-10 | 1 | -2/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1323849 (bzr r13449) | ||||
| * | refresh SPCurve in a cloned clip (Bug 1322940) | Alvin Penner | 2014-07-10 | 1 | -0/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1322940 (bzr r13448) | ||||
| * | Bugged powerstroke point array tried accessing points on a quickly diverging ↵ | Liam P. White | 2014-07-08 | 1 | -1/+4 |
| | | | | | | | | | path Fixed bugs: - https://launchpad.net/bugs/1333465 (bzr r13447) | ||||
| * | Fix regression that prevented snapping back to original location, caused by ↵ | Diederik van Lierop | 2014-07-05 | 1 | -6/+10 |
| | | | | | | | | | rev. 13333 Fixed bugs: - https://launchpad.net/bugs/1337170 (bzr r13446) | ||||
| * | Fix pentool backspace bug. Thanks Jabier | Johan B. C. Engelen | 2014-07-01 | 1 | -12/+23 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1336561 (bzr r13445) | ||||
| * | fix crash bug with connectors | Johan B. C. Engelen | 2014-06-29 | 1 | -7/+11 |
| | | | | | | | | | because of constructor "ConnRef(Router *router, const unsigned int id)", _srcVert and _dstVert can be NULL, and _active can be false. this constructor seems unfinished, but is used elsewhere in the code. hence the crash. Fixed bugs: - https://launchpad.net/bugs/977003 (bzr r13444) | ||||
| * | Enable rendering of new filter blend modes (but don't add them to GUI). | Tavmjong Bah | 2014-06-29 | 5 | -28/+12 |
| | | | | (bzr r13443) | ||||
| * | Layers. Fix for Bug #1326131 (Can't delete layer from context menu). | Nicolas Dufour | 2014-06-29 | 1 | -4/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1326131 (bzr r13442) | ||||
| * | Remove the incorrect fix for the bug 1241902 | Jabier Arraiza Cenoz | 2014-06-27 | 9 | -76/+11 |
| | | | | (bzr r13441) | ||||
| * | revert rev. 13429 that broke LPE Bend, Envelope, etc etc. | Johan B. C. Engelen | 2014-06-24 | 2 | -11/+28 |
| | | | | | | very sorry about that. (bzr r13439) | ||||
| * | Fix for ungrouping/non-LPEItem masks | Liam P. White | 2014-06-22 | 1 | -8/+23 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1333020 (bzr r13436) | ||||
| * | Add new named color 'rebeccapurple' (CSS4 Color). | Tavmjong Bah | 2014-06-21 | 2 | -0/+2 |
| | | | | (bzr r13435) | ||||
| * | Fix a crash where the canvas does not have a valid main element | Liam P. White | 2014-06-19 | 1 | -0/+3 |
| | | | | (bzr r13433) | ||||
| * | packaging: Update copyrights for the release | Bryce Harrington | 2014-06-18 | 2 | -2/+2 |
| | | | | (bzr r13431) | ||||
| * | Extensions. Fix for Bug #433860 (Live preview doesn't work after updating ↵ | Nicolas Dufour | 2014-06-18 | 1 | -0/+3 |
| | | | | | | | | | the values many times). Fixed bugs: - https://launchpad.net/bugs/433860 (bzr r13430) | ||||
| * | LPEItem enabling/disabling: rewrite mechanism to be more robust. the ↵ | Johan B. C. Engelen | 2014-06-16 | 2 | -28/+11 |
| | | | | | | previous nesting behavior was not used, and code relied on non-nesting behavior. (bzr r13429) | ||||
| * | fixes to LPEKnot, now usable again. | Johan B. C. Engelen | 2014-06-16 | 3 | -18/+23 |
| | | | | | | | | | knotholder: if knot coords are non-finite, hide knot. used for hiding the lpeknot switcher knot if there are no crossings Fixed bugs: - https://launchpad.net/bugs/781893 (bzr r13428) | ||||
| * | SignalObserver: fix further refcounting issue in signal observer | Johan B. C. Engelen | 2014-06-16 | 2 | -0/+6 |
| | | | | (bzr r13427) | ||||
