| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| * | add proper refcounting to XML SignalObserver. not refcounting caused crash ↵ | Johan B. C. Engelen | 2014-06-15 | 1 | -2/+6 |
| | | | | | | | | | upon opening Filter Editor dialog for the first time with a filtered object selected. Fixed bugs: - https://launchpad.net/bugs/1328152 (bzr r13426) | ||||
| * | Allow symbol zooming independent of icon screen size. | Tavmjong Bah | 2014-06-13 | 2 | -13/+68 |
| | | | | (bzr r13425) | ||||
| * | Display symbols in document order. | Tavmjong Bah | 2014-06-13 | 1 | -0/+1 |
| | | | | | | Fix typo in FlowSymbols.svg (bzr r13424) | ||||
| * | pen tool: fix crash when finishing path with right-click or enter while ↵ | Johan B. C. Engelen | 2014-06-11 | 1 | -0/+2 |
| | | | | | | | | | dragging from path's startnode (otherwise closing the path) Fixed bugs: - https://launchpad.net/bugs/1326652 (bzr r13422) | ||||
| * | Extensions. Fix for Bug #505920 (inkscape loads extension even if the script ↵ | Nicolas Dufour | 2014-06-11 | 2 | -6/+17 |
| | | | | | | | | | specified in <command> doesn't exist). Fixed bugs: - https://launchpad.net/bugs/505920 (bzr r13421) | ||||
| * | id-clash: clean up code | Johan B. C. Engelen | 2014-06-11 | 1 | -66/+75 |
| | | | | (bzr r13420) | ||||
| * | Spray. Fix for bug #1327577 (Tablet pressure button wrongly located in Spray ↵ | Nicolas Dufour | 2014-06-11 | 1 | -1/+1 |
| | | | | | | | | | tool control bar). Fixed bugs: - https://launchpad.net/bugs/1327577 (bzr r13419) | ||||
| * | Fix for bug #1241902 | Jabier Arraiza Cenoz | 2014-06-11 | 10 | -8/+192 |
| | | | | (bzr r13418) | ||||
| * | Fix for bugs 1318657 and 1298967 | mathog | 2014-06-11 | 3 | -37/+174 |
| | | | | (bzr r13417) | ||||
| * | Remove 'font' shorthand if we have written out font longhand properties. | Tavmjong Bah | 2014-06-10 | 1 | -1/+7 |
| | | | | (bzr r13416) | ||||
| * | Proper quoting of CSS 'font-family' fallback lists. | Tavmjong Bah | 2014-06-10 | 5 | -86/+102 |
| | | | | (bzr r13415) | ||||
| * | Display name of face from font file in Text and Font dialog (as well as ↵ | Tavmjong Bah | 2014-06-09 | 5 | -42/+91 |
| | | | | | | | | CSS/Pango name). Partial fix for #165521, #167353, #1008514 (bzr r13414) | ||||
| * | Better ordering of font-face styles in UI. Rely on CSS values rather than ↵ | Tavmjong Bah | 2014-06-08 | 1 | -217/+17 |
| | | | | | | guessing. (bzr r13413) | ||||
| * | revise email theadib | Adib Taraben | 2014-06-06 | 3 | -3/+3 |
| | | | | (bzr r13410) | ||||
| * | merge pdf import via poppler-cairo into native importer | Adib Taraben | 2014-06-06 | 7 | -911/+175 |
| | | | | (bzr r13409) | ||||
| * | Make family-name comparisons case insensitive. | Tavmjong Bah | 2014-06-05 | 2 | -23/+46 |
| | | | | | | | | Fix UI bug when SVG file does not have -inkscape-font-specification properties (Style drop-down list not properly updated.) Partial fix for bug #165521 (bzr r13408) | ||||
| * | Fix for bugs 1262782 and 1262792 | mathog | 2014-06-03 | 1 | -0/+1 |
| | | | | (bzr r13406) | ||||
| * | Patch from comment 7. Fixes build with Poppler 0.26. | Matthias Kilian (no public email in lp) | 2014-06-03 | 1 | -9/+45 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1315142 (bzr r13405) | ||||
| * | remove fwd decl (a left-over, not intended for something useful) that breaks ↵ | Johan B. C. Engelen | 2014-06-01 | 1 | -8/+0 |
| | | | | | | build (win64) (bzr r13404) | ||||
| * | Unquote names in 'font-family' lists. Partial fix for #1029080 | Tavmjong Bah | 2014-05-30 | 5 | -36/+58 |
| | | | | (bzr r13402) | ||||
| * | Use SPStyle value for 'font-family' rather than parse 'style' ourselves. | Tavmjong Bah | 2014-05-29 | 1 | -28/+3 |
| | | | | | | | This fixes the problem of a 'font-family' declared via the 'font' shorthand being ignored when creating the document font list. (bzr r13401) | ||||
| * | Initialize style store with default styles. Fixes Gtk-CRITICAL and ↵ | Tavmjong Bah | 2014-05-28 | 1 | -0/+9 |
| | | | | | | GLib-Gobject-CRITICAL errors. (bzr r13400) | ||||
| * | Fix flakiness of measurement tool (due to issues with parallel lines, ↵ | Diederik van Lierop | 2014-05-23 | 4 | -45/+68 |
| | | | | | | | | | duplicate intersections, and faulty sorting of intersections) Fixed bugs: - https://launchpad.net/bugs/1022733 (bzr r13397) | ||||
| * | i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not ↵ | Nicolas Dufour | 2014-05-22 | 1 | -1/+1 |
| | | | | | | | | | translated). Fixed bugs: - https://launchpad.net/bugs/1318339 (bzr r13396) | ||||
| * | fix C++11 compilation | Johan B. C. Engelen | 2014-05-15 | 1 | -2/+1 |
| | | | | (bzr r13385) | ||||
| * | fix compile warning | Johan B. C. Engelen | 2014-05-15 | 1 | -1/+1 |
| | | | | (bzr r13384) | ||||
| * | make windows filedialog's code more portable for different mingw versions ↵ | Johan B. C. Engelen | 2014-05-15 | 2 | -10/+7 |
| | | | | | | (failed on 64bit) (bzr r13380) | ||||
