summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* consistency fix (potential bug)Johan B. C. Engelen2011-07-181-1/+1
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-1753-159/+158
* Fix build failures on make checkKrzysztof Kosi??ski2011-07-173-16/+13
* Fix crash that occurred when scaling a clipped object, as reported in lp:811819Diederik van Lierop2011-07-171-4/+8
* Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, etc.)...Diederik van Lierop2011-07-161-1/+6
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-1647-307/+238
* fix for building with cmake and building without lcms works again.Campbell Barton2011-07-163-15/+10
* Fix scaling error when snapping, caused by rev. #10326Diederik van Lierop2011-07-151-3/+5
* Fix icon toggler breakage after the icon-names.h change. Patch from ~suv.Krzysztof Kosi??ski2011-07-152-4/+4
* Remove BezierCurve copy constructor - it's equivalent the default oneKrzysztof Kosi??ski2011-07-151-2/+1
* Address issues with GtkRuleMetric const warnings.Jon A. Cruz2011-07-151-20/+12
* Fixed issue with copy ctor in 2geom's BezierCurve.Jon A. Cruz2011-07-151-2/+2
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-1517-905/+337
* Make cms_key in SPDesktopWidget a regular ustring rather than a pointerKrzysztof Kosi??ski2011-07-141-9/+5
* Remove useless pixmap_gc variableKrzysztof Kosi??ski2011-07-142-25/+7
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-1374-1635/+2153
|\
| * Fix crashes in print previewKrzysztof Kosi??ski2011-07-136-9/+24
| * Properly handle CSS font shorthand property. Work done with Abhishek Sharma f...Tavmjong Bah2011-07-131-11/+143
| * update cmake for new filesCampbell Barton2011-07-132-6/+5
| * GUI uniformisationKris De Gussem2011-07-121-2/+2
| * Fix crash caused by my previous commit; as reported by ~suv in bug lp:212768Diederik van Lierop2011-07-111-7/+6
| * Clean up more whiteboard stuff and fix header name in fileJosh Andler2011-07-113-366/+1
| * Drop some unused gdl files that cause build failure on WindowsAlex Valavanis2011-07-115-1961/+0
| * Merge from trunk.Jon A. Cruz2011-07-1011-140/+350
| |\
| | * Selector's toolbar: changing the dimensions of the visual bounding box of sel...Diederik van Lierop2011-07-106-66/+260
| | * i18n. Adding new GCode Tool extensions (see Bug #731177).Nicolas Dufour2011-07-101-6/+6
| | * Remove --export-dynamic linker flagAlex Valavanis2011-07-101-5/+1
| | |\
| | | * Remove --export-dynamic linker flagAlex Valavanis2011-07-101-5/+1
| | * | Allow em and ex as units on font-size.Tavmjong Bah2011-07-103-63/+83
| * | | Update for non-LCMS builds.Jon A. Cruz2011-07-101-0/+2
| |/ /
| * | Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-1013-113/+124
| * | Merge upstream GDL: GNOME_2_30_0Alex Valavanis2011-07-1024-1190/+861
| * | Merge upstream GDL 2.26.0 changesAlex Valavanis2011-07-097-88/+283
| * | Merge upstream GDL 2.24.0 changesAlex Valavanis2011-07-0913-2568/+0
| * | Merge upstream GDL 2.23.90 changesAlex Valavanis2011-07-097-25/+40
| * | Merge upstream GDL 0.7.10 changesAlex Valavanis2011-07-091-2/+4
| * | Merge upstream GDL 0.7.9 changesAlex Valavanis2011-07-092-2/+3
| |/
| * Merge upstream GDL 0.7.8 changesAlex Valavanis2011-07-0930-32/+5031
| * Next step in refactoring color management. More to come.Jon A. Cruz2011-07-0914-37/+195
| * auto-maximize the inkscape extension error dialog so that it is easier to rea...Felipe Corr??a da Silva Sanches2011-07-081-0/+1
| * fix for building without LCMSCampbell Barton2011-07-082-2/+6
| * Fix regression in swatch display (LP #804930).Krzysztof Kosi??ski2011-07-061-5/+7
| * Fix outline mode for text objects (LP #802354).Krzysztof Kosi??ski2011-07-061-7/+7
| * Fix mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski2011-07-063-69/+14
| * Refactoring color profile to bring more internal. Help to prep for optional l...Jon A. Cruz2011-07-068-160/+213
* | Fix crashes during offscreen rendering, part 1Krzysztof Kosi??ski2011-07-131-1/+9
* | Compute different bounding boxes in outline mode to fix partialKrzysztof Kosi??ski2011-07-122-57/+65
* | Simplify rendering of masked / clipped / translucent items.Krzysztof Kosi??ski2011-07-103-61/+48
* | Remove irrelevant clip-rule handling bit from NRArenaGroup.Krzysztof Kosi??ski2011-07-101-12/+0
* | Implement handling of the clip-rule property. Partially based onKrzysztof Kosi??ski2011-07-106-10/+71