summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged src/style.h from svg-paints-support branchTomasz Boczkowski2014-10-141-0/+11
* Merged src/style.h from svg-paints-support branchTomasz Boczkowski2014-10-141-0/+5
* Merged src/display folder from svg-paints-support branchTomasz Boczkowski2014-10-1412-35/+415
* Fix crash with GTK+ 3.14 on launchBryce Harrington2014-10-141-1/+3
* 2geom: Re-fix IS_NAN and IS_FINITE for solarisBryce Harrington2014-10-141-2/+2
* Fixed: "Called C++ object pointer is null"Tavmjong Bah2014-10-131-1/+6
* Fix multiple: "Called C++ object pointer is null"Tavmjong Bah2014-10-131-0/+6
* Fix "Called C++ object pointer is null"Tavmjong Bah2014-10-131-3/+12
* Fix: "Forming reference to null pointer"Tavmjong Bah2014-10-131-1/+10
* DrawingItem: add NULL check (bug found by clang static analyzer)Johan B. C. Engelen2014-10-121-1/+1
* path combine: add an assert to indicate that item list cannot be emptyJohan B. C. Engelen2014-10-121-0/+1
* object-snapper.cpp : make the logic easier to read (use else-clause as defaul...Johan B. C. Engelen2014-10-121-4/+1
* noop: remove duplicate assignment in sp-lpe-item.cppJohan B. C. Engelen2014-10-121-2/+1
* Extension enumeration/dropdownbox parameter: fix potential NULL-deref crash o...Johan B. C. Engelen2014-10-121-27/+28
* Fix "Value stored to 'child' is never read"Tavmjong Bah2014-10-121-1/+0
* Fix "Access to field 'image_out' results in a dereference of a null pointer"Tavmjong Bah2014-10-121-10/+15
* Fix "Access to field 'image_out' results in a dereference of a null pointer"Tavmjong Bah2014-10-121-10/+16
* Fix "Access to field 'image_out' results in a dereference of a null pointer"Tavmjong Bah2014-10-121-10/+16
* undo whitespace edit. it's an external dependency, and let's assume that the ...Johan B. C. Engelen2014-10-121-1040/+1019
* Mass fix whitespace (clang-format) before working on bugJohan B. C. Engelen2014-10-121-1019/+1040
* LPEVonKoch: improve rev. 13589 by removing the else branch for complexity cal...Johan B. C. Engelen2014-10-121-4/+2
* maintain page size units when resizing page to drawing (Bug 1310787)Alvin Penner2014-10-111-17/+16
* LPEVonKoch : remove redundant assignment (is taken care of by the following i...Johan B. C. Engelen2014-10-111-1/+1
* Fix uninitialized variable use in svg-color.cpp. (additionally reduce scope o...Johan B. C. Engelen2014-10-111-2/+2
* Fix "Argument with 'nonnull' attribute passed null" API bug in extension colo...Johan B. C. Engelen2014-10-111-5/+7
* Apply cx, cy, etc. from template to newly created document window.Tavmjong Bah2014-10-091-1/+5
* Allow <sodipodi:namedview> attributes to be set by scripts.Tavmjong Bah2014-10-091-62/+82
* Add comment.Tavmjong Bah2014-10-091-0/+1
* avoid round-off error when calculating viewbox transform c2p (Bug 1374614 and...Alvin Penner2014-10-081-10/+10
* Remove unused functions.Tavmjong Bah2014-10-052-155/+0
* More direct way of finding font-family in SPText::description.Tavmjong Bah2014-10-051-16/+4
* modify scaling procedure for uniform scaling of flowed text (Bug 1278561)Alvin Penner2014-10-032-2/+17
* Work-around for Pango 1.36.7 which introduced 'Semi-Light' font weight,Tavmjong Bah2014-10-021-0/+32
* i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-0211-14/+18
* Fixing inconsistencies in the PixelArt dialog.Nicolas Dufour2014-10-021-2/+2
* Fix style string while searching for best face match.Tavmjong Bah2014-10-021-2/+2
* Importing. Fix for Bug #1325822 (BMP images resolution not correctly imported).Nicolas Dufour2014-10-011-0/+7
* Fix for Bug #1358520 (show/hide other layers not properly recorded in undo hi...Nicolas Dufour2014-10-011-2/+2
* Fix for bug #690255 (Rename te_IN.po to te.po).Nicolas Dufour2014-10-011-2/+2
* Revert r13496 (regression -- needs more work)Liam P. White2014-10-011-1/+1
* Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango tran...Tavmjong Bah2014-09-2911-601/+130
* Quick fix to unbreak build from last check in.Tavmjong Bah2014-09-292-0/+5
* Conditionally add 'semilight' due to changes in Pango 1.36.6. Curse Behdad.Tavmjong Bah2014-09-294-0/+16
* transform text in text-on-path the same regardless of whether optimized or pr...Alvin Penner2014-09-271-2/+4
* Fix for #1334792. Correct inheritance for 'line-height' property.Tavmjong Bah2014-09-233-3/+27
* Extensions. Fix for Bug #1372200 (Comment within <script> element in INX file...Nicolas Dufour2014-09-231-2/+7
* improved version of rev 13561, to allow transforming both clip and mask on th...Alvin Penner2014-09-191-1/+9
* scale clip or mask upon unit change (Bug 1287288)Alvin Penner2014-09-191-0/+12
* Fix build for fink on OS X 10.9 by including unistd.hBryce Harrington2014-09-181-0/+1
* Always check result of sp_repr_read_mem for NULLBryce Harrington2014-09-143-2/+7