summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-0768-680/+619
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Fix compilation (oops).Krzysztof Kosi??ski2011-08-064-5/+5
| | | (bzr r10347.1.24)
* Plug a giant gaping memory leak in Gaussian blur filterKrzysztof Kosi??ski2011-08-061-0/+7
| | | (bzr r10347.1.23)
* Document things figured out during the rewritingKrzysztof Kosi??ski2011-08-069-17/+115
| | | (bzr r10347.1.22)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-0698-3986/+2919
| | | (bzr r10347.1.21)
* Per-item render cache.Krzysztof Kosi??ski2011-07-2812-176/+320
| | | | | Cache some offscreen data to facilitate smoother navigation. (bzr r10347.1.20)
* Add deferred allocation functionality to DrawingSurfaceKrzysztof Kosi??ski2011-07-252-8/+40
| | | (bzr r10347.1.19)
* Merge from trunkKrzysztof Kosi??ski2011-07-25138-1896/+1392
|\ | | | | (bzr r10347.1.18)
| * Revert workarounds from 10501 - no longer necessaryKrzysztof Kosi??ski2011-07-252-67/+74
| | | | | | (bzr r10503)
| * Update 2Geom to fix serious IntRect bug I've found in my GSoC branchKrzysztof Kosi??ski2011-07-2417-94/+258
| | | | | | (bzr r10502)
| * fix page shadow rendering bug introduced in r10495Johan B. C. Engelen2011-07-242-74/+67
| | | | | | (bzr r10501)
| * Fixed path update (Bug #812517)Kris De Gussem2011-07-241-3/+1
| | | | | | (bzr r10499)
| * Fix memory leak.Jon A. Cruz2011-07-231-1/+3
| | | | | | (bzr r10497)
| * Fix issue with deleted guides and gtk warnings.Jon A. Cruz2011-07-231-29/+32
| | | | | | (bzr r10496)
| * NRRectL -> 2geomJohan B. C. Engelen2011-07-232-89/+97
| | | | | | (bzr r10495)
| * remove obsolete code because changed to cairoJohan B. C. Engelen2011-07-231-93/+0
| | | | | | (bzr r10494)
| * Don't flag a comma separted list of fonts in the font-family entry boxTavmjong Bah2011-07-231-2/+46
| | | | | | | | | | as missing on the system if each font in the list is present. (bzr r10493)
| * Fixed bug where having a font-family with an uninstalled font (or with aTavmjong Bah2011-07-221-95/+96
| | | | | | | | | | list of fonts) prevented changing the font family, style, or weight. (bzr r10491)
| * fix crash when guideline is deleted by dragging it off-canvasJohan B. C. Engelen2011-07-221-0/+4
| | | | | | (bzr r10488)
| * Patch from Andreas Becker to fix bug 805238 (Crash when setting empty font ↵Tavmjong Bah2011-07-221-1/+4
| | | | | | | | | | family) (bzr r10487)
| * Minor UI fixKris De Gussem2011-07-201-2/+2
| | | | | | (bzr r10484)
| * Memory leak fixes (Bug #812497)Kris De Gussem2011-07-203-12/+23
| | | | | | (bzr r10483)
| * Filters. Custom predefined filters update.Nicolas Dufour2011-07-204-44/+84
| | | | | | | | | | Translations. inkscape.pot and fr.po update. (bzr r10482)
| * memory leak fixKris De Gussem2011-07-201-0/+2
| | | | | | (bzr r10481)
| * Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-197-20/+23
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
| * Add two new snap icons, and fix toggling bug for a single buttonDiederik van Lierop2011-07-191-1/+1
| | | | | | (bzr r10479)
| * another case of SP_ACTIVE_DESKTOP removedJohan B. C. Engelen2011-07-191-3/+4
| | | | | | (bzr r10478)
| * remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen2011-07-197-16/+15
| | | | | | (bzr r10477)
| * Fix index out of bounds problems. Corrects bug #812003.Jon A. Cruz2011-07-191-2/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/812003 (bzr r10475)
| * Minor code safety tweak to null out stale pointer.Jon A. Cruz2011-07-191-0/+1
| | | | | | (bzr r10474)
| * revert unnecessary complicated changeJohan B. C. Engelen2011-07-181-23/+3
| | | | | | (bzr r10472)
| * refactor the guideline drawing. now it obeys desktop transforms a lot better.Johan B. C. Engelen2011-07-183-28/+56
| | | | | | (bzr r10471)
| * fix hardcoded desktop2doc transformJohan B. C. Engelen2011-07-181-2/+2
| | | | | | (bzr r10470)
| * Replace NR_HUGE by Geom:infinity() in some snapping codeDiederik van Lierop2011-07-182-17/+17
| | | | | | (bzr r10469)
| * consistency fix (potential bug)Johan B. C. Engelen2011-07-181-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/812413 (bzr r10468)
| * - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-1753-159/+158
| | | | | | | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
| * Fix build failures on make checkKrzysztof Kosi??ski2011-07-173-16/+13
| | | | | | (bzr r10465)
| * Fix crash that occurred when scaling a clipped object, as reported in lp:811819Diederik van Lierop2011-07-171-4/+8
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/811819 (bzr r10464)
| * Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, ↵Diederik van Lierop2011-07-161-1/+6
| | | | | | | | | | | | | | | | etc.). See lp:360158 Fixed bugs: - https://launchpad.net/bugs/360158 (bzr r10463)
| * Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-1647-307/+238
| | | | | | (bzr r10461)
| * fix for building with cmake and building without lcms works again.Campbell Barton2011-07-163-15/+10
| | | | | | (bzr r10459)
| * Fix scaling error when snapping, caused by rev. #10326Diederik van Lierop2011-07-151-3/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/808558 (bzr r10458)
| * Fix icon toggler breakage after the icon-names.h change. Patch from ~suv.Krzysztof Kosi??ski2011-07-152-4/+4
| | | | | | (bzr r10456)
| * Remove BezierCurve copy constructor - it's equivalent the default oneKrzysztof Kosi??ski2011-07-151-2/+1
| | | | | | (bzr r10455)
| * Address issues with GtkRuleMetric const warnings.Jon A. Cruz2011-07-151-20/+12
| | | | | | (bzr r10454)
| * Fixed issue with copy ctor in 2geom's BezierCurve.Jon A. Cruz2011-07-151-2/+2
| | | | | | (bzr r10453)
| * Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-1517-905/+337
| | | | | | | | | | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
* | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-2245-756/+1139
| | | | | | | | | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
* | Clean up some commented-out codeKrzysztof Kosi??ski2011-07-181-8/+1
|/ | | (bzr r10347.1.16)
* Make cms_key in SPDesktopWidget a regular ustring rather than a pointerKrzysztof Kosi??ski2011-07-141-9/+5
| | | (bzr r10347.1.15)