summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix pentool backspace bug. Thanks JabierJohan B. C. Engelen2014-07-011-12/+23
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1336561 (bzr r13445)
* fix crash bug with connectorsJohan B. C. Engelen2014-06-291-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 Bah2014-06-295-28/+12
| | | (bzr r13443)
* Layers. Fix for Bug #1326131 (Can't delete layer from context menu).Nicolas Dufour2014-06-291-4/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1326131 (bzr r13442)
* Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz2014-06-279-76/+11
| | | (bzr r13441)
* revert rev. 13429 that broke LPE Bend, Envelope, etc etc.Johan B. C. Engelen2014-06-242-11/+28
| | | | | very sorry about that. (bzr r13439)
* Fix for ungrouping/non-LPEItem masksLiam P. White2014-06-221-8/+23
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1333020 (bzr r13436)
* Add new named color 'rebeccapurple' (CSS4 Color).Tavmjong Bah2014-06-212-0/+2
| | | (bzr r13435)
* Fix a crash where the canvas does not have a valid main elementLiam P. White2014-06-191-0/+3
| | | (bzr r13433)
* packaging: Update copyrights for the releaseBryce Harrington2014-06-182-2/+2
| | | (bzr r13431)
* Extensions. Fix for Bug #433860 (Live preview doesn't work after updating ↵Nicolas Dufour2014-06-181-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. Engelen2014-06-162-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. Engelen2014-06-163-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 observerJohan B. C. Engelen2014-06-162-0/+6
| | | (bzr r13427)
* add proper refcounting to XML SignalObserver. not refcounting caused crash ↵Johan B. C. Engelen2014-06-151-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 Bah2014-06-132-13/+68
| | | (bzr r13425)
* Display symbols in document order.Tavmjong Bah2014-06-131-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. Engelen2014-06-111-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 Dufour2014-06-112-6/+17
| | | | | | | | specified in <command> doesn't exist). Fixed bugs: - https://launchpad.net/bugs/505920 (bzr r13421)
* id-clash: clean up codeJohan B. C. Engelen2014-06-111-66/+75
| | | (bzr r13420)
* Spray. Fix for bug #1327577 (Tablet pressure button wrongly located in Spray ↵Nicolas Dufour2014-06-111-1/+1
| | | | | | | | tool control bar). Fixed bugs: - https://launchpad.net/bugs/1327577 (bzr r13419)
* Fix for bug #1241902Jabier Arraiza Cenoz2014-06-1110-8/+192
| | | (bzr r13418)
* Fix for bugs 1318657 and 1298967mathog2014-06-113-37/+174
| | | (bzr r13417)
* Remove 'font' shorthand if we have written out font longhand properties.Tavmjong Bah2014-06-101-1/+7
| | | (bzr r13416)
* Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-105-86/+102
| | | (bzr r13415)
* Display name of face from font file in Text and Font dialog (as well as ↵Tavmjong Bah2014-06-095-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 Bah2014-06-081-217/+17
| | | | | guessing. (bzr r13413)
* revise email theadibAdib Taraben2014-06-063-3/+3
| | | (bzr r13410)
* merge pdf import via poppler-cairo into native importerAdib Taraben2014-06-067-911/+175
| | | (bzr r13409)
* Make family-name comparisons case insensitive.Tavmjong Bah2014-06-052-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 1262792mathog2014-06-031-0/+1
| | | (bzr r13406)
* Patch from comment 7. Fixes build with Poppler 0.26.Matthias Kilian (no public email in lp)2014-06-031-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. Engelen2014-06-011-8/+0
| | | | | build (win64) (bzr r13404)
* Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-305-36/+58
| | | (bzr r13402)
* Use SPStyle value for 'font-family' rather than parse 'style' ourselves.Tavmjong Bah2014-05-291-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 Bah2014-05-281-0/+9
| | | | | GLib-Gobject-CRITICAL errors. (bzr r13400)
* Fix flakiness of measurement tool (due to issues with parallel lines, ↵Diederik van Lierop2014-05-234-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 Dufour2014-05-221-1/+1
| | | | | | | | translated). Fixed bugs: - https://launchpad.net/bugs/1318339 (bzr r13396)
* fix C++11 compilationJohan B. C. Engelen2014-05-151-2/+1
| | | (bzr r13385)
* fix compile warningJohan B. C. Engelen2014-05-151-1/+1
| | | (bzr r13384)
* make windows filedialog's code more portable for different mingw versions ↵Johan B. C. Engelen2014-05-152-10/+7
| | | | | (failed on 64bit) (bzr r13380)
* Remove debugging outputDiederik van Lierop2014-05-151-1/+0
| | | (bzr r13379)
* Fix Pango markup used in Text and Font dialog.Tavmjong Bah2014-05-151-4/+4
| | | (bzr r13378)
* Style rewrite: Unquote strings from libcroco. Fixes 1303422.Tavmjong Bah2014-05-151-2/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1303422 (bzr r13377)
* i18n. Fix for Bug #1318929 (untranslatable string in trunk-r13370).Nicolas Dufour2014-05-141-3/+21
| | | | | | Translations. PO template update. Translations. French translation update. (bzr r13374)
* CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah2014-05-134-199/+427
| | | (bzr r13372)
* Style rewrite: prevent CSS2 'text-decoration' from overwriting CSS3 ↵Tavmjong Bah2014-05-132-19/+46
| | | | | | | 'text-decoration-xxx' values. Fix some unused variable warnings. (bzr r13371)
* put correct architecture in x64 Windows resource manifestsJohan B. C. Engelen2014-05-122-2/+2
| | | (bzr r13369)
* add x64 Windows resource fileJohan B. C. Engelen2014-05-121-0/+10
| | | (bzr r13367)
* add Windows resource files for x64 buildsJohan B. C. Engelen2014-05-123-0/+69
| | | (bzr r13366)