summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Read HSL colors (CSS Color Module Level 3).Tavmjong Bah2014-07-241-0/+53
* Fix crash bug with cloned item with gradient. The fix does not solve the root...Johan B. C. Engelen2014-07-231-0/+12
* Partly reverted r13460.Markus Engel2014-07-232-1/+5
* Fixed parentheses.Markus Engel2014-07-221-1/+1
* Fixed some logic errors; clang warnings.Markus Engel2014-07-225-11/+7
* Replaced some abs/fabs with std::abs.Markus Engel2014-07-227-10/+10
* Fixed some unused variables warnings.Markus Engel2014-07-225-23/+3
* Revert fix for 1309050 since it causes other regressions...Liam P. White2014-07-211-2/+2
* Workarounds for crash bugs 1309050, 601336; will fix properly in experimentalLiam P. White2014-07-193-8/+8
* Warnings cleaup.Jon A. Cruz2014-07-155-21/+19
* Fix moving of item center: 1) at paste and 2) at changing document unitsDiederik van Lierop2014-07-124-3/+13
* scale tiled clones to document units (Bug 1288860)Alvin Penner2014-07-111-8/+10
* Fix regression introduced by rev 13446 / 13333Diederik van Lierop2014-07-111-10/+0
* Fix crash when ungrouping a group that has a filter applied to itDiederik van Lierop2014-07-101-2/+4
* refresh SPCurve in a cloned clip (Bug 1322940)Alvin Penner2014-07-101-0/+3
* Bugged powerstroke point array tried accessing points on a quickly diverging ...Liam P. White2014-07-081-1/+4
* Fix regression that prevented snapping back to original location, caused by r...Diederik van Lierop2014-07-051-6/+10
* Fix pentool backspace bug. Thanks JabierJohan B. C. Engelen2014-07-011-12/+23
* fix crash bug with connectorsJohan B. C. Engelen2014-06-291-7/+11
* Enable rendering of new filter blend modes (but don't add them to GUI).Tavmjong Bah2014-06-295-28/+12
* Layers. Fix for Bug #1326131 (Can't delete layer from context menu).Nicolas Dufour2014-06-291-4/+8
* Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz2014-06-279-76/+11
* revert rev. 13429 that broke LPE Bend, Envelope, etc etc.Johan B. C. Engelen2014-06-242-11/+28
* Fix for ungrouping/non-LPEItem masksLiam P. White2014-06-221-8/+23
* Add new named color 'rebeccapurple' (CSS4 Color).Tavmjong Bah2014-06-212-0/+2
* Fix a crash where the canvas does not have a valid main elementLiam P. White2014-06-191-0/+3
* packaging: Update copyrights for the releaseBryce Harrington2014-06-182-2/+2
* Extensions. Fix for Bug #433860 (Live preview doesn't work after updating the...Nicolas Dufour2014-06-181-0/+3
* LPEItem enabling/disabling: rewrite mechanism to be more robust. the previous...Johan B. C. Engelen2014-06-162-28/+11
* fixes to LPEKnot, now usable again.Johan B. C. Engelen2014-06-163-18/+23
* SignalObserver: fix further refcounting issue in signal observerJohan B. C. Engelen2014-06-162-0/+6
* add proper refcounting to XML SignalObserver. not refcounting caused crash up...Johan B. C. Engelen2014-06-151-2/+6
* Allow symbol zooming independent of icon screen size.Tavmjong Bah2014-06-132-13/+68
* Display symbols in document order.Tavmjong Bah2014-06-131-0/+1
* pen tool: fix crash when finishing path with right-click or enter while dragg...Johan B. C. Engelen2014-06-111-0/+2
* Extensions. Fix for Bug #505920 (inkscape loads extension even if the script ...Nicolas Dufour2014-06-112-6/+17
* id-clash: clean up codeJohan B. C. Engelen2014-06-111-66/+75
* Spray. Fix for bug #1327577 (Tablet pressure button wrongly located in Spray ...Nicolas Dufour2014-06-111-1/+1
* Fix for bug #1241902Jabier Arraiza Cenoz2014-06-1110-8/+192
* Fix for bugs 1318657 and 1298967mathog2014-06-113-37/+174
* Remove 'font' shorthand if we have written out font longhand properties.Tavmjong Bah2014-06-101-1/+7
* Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-105-86/+102
* Display name of face from font file in Text and Font dialog (as well as CSS/P...Tavmjong Bah2014-06-095-42/+91
* Better ordering of font-face styles in UI. Rely on CSS values rather than gue...Tavmjong Bah2014-06-081-217/+17
* revise email theadibAdib Taraben2014-06-063-3/+3
* merge pdf import via poppler-cairo into native importerAdib Taraben2014-06-067-911/+175
* Make family-name comparisons case insensitive.Tavmjong Bah2014-06-052-23/+46
* Fix for bugs 1262782 and 1262792mathog2014-06-031-0/+1
* Patch from comment 7. Fixes build with Poppler 0.26.Matthias Kilian (no public email in lp)2014-06-031-9/+45
* remove fwd decl (a left-over, not intended for something useful) that breaks ...Johan B. C. Engelen2014-06-011-8/+0