summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-0720-405/+393
* Fix compilation (oops).Krzysztof Kosi??ski2011-08-064-5/+5
* Plug a giant gaping memory leak in Gaussian blur filterKrzysztof Kosi??ski2011-08-061-0/+7
* Document things figured out during the rewritingKrzysztof Kosi??ski2011-08-069-17/+115
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-0635-3323/+2213
* Per-item render cache.Krzysztof Kosi??ski2011-07-2812-176/+320
* Add deferred allocation functionality to DrawingSurfaceKrzysztof Kosi??ski2011-07-252-8/+40
* Merge from trunkKrzysztof Kosi??ski2011-07-256-210/+138
|\
| * Revert workarounds from 10501 - no longer necessaryKrzysztof Kosi??ski2011-07-252-67/+74
| * fix page shadow rendering bug introduced in r10495Johan B. C. Engelen2011-07-242-74/+67
| * NRRectL -> 2geomJohan B. C. Engelen2011-07-232-89/+97
| * remove obsolete code because changed to cairoJohan B. C. Engelen2011-07-231-93/+0
| * refactor the guideline drawing. now it obeys desktop transforms a lot better.Johan B. C. Engelen2011-07-182-25/+33
| * Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, etc.)...Diederik van Lierop2011-07-161-1/+6
| * fix for building with cmake and building without lcms works again.Campbell Barton2011-07-161-2/+2
* | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-2225-516/+872
* | Clean up some commented-out codeKrzysztof Kosi??ski2011-07-181-8/+1
|/
* Remove useless pixmap_gc variableKrzysztof Kosi??ski2011-07-142-25/+7
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-134-13/+22
|\
| * Fix crashes in print previewKrzysztof Kosi??ski2011-07-132-0/+13
| * Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-6/+4
| * Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-1/+1
| * Fix outline mode for text objects (LP #802354).Krzysztof Kosi??ski2011-07-061-7/+7
* | 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-103-5/+31
* | Redesign the rendering pipeline. Clipping paths are now rasterized.Krzysztof Kosi??ski2011-07-094-109/+154
* | Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski2011-07-095-23/+173
* | Merge from trunkKrzysztof Kosi??ski2011-07-0625-104/+100
|\|
| * GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-031-2/+2
| * GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-0311-12/+12
| * GTK+ cleanup: gtk_object_setAlex Valavanis2011-07-021-1/+1
| * GTK+ cleanup: gtk_type_newAlex Valavanis2011-07-021-6/+3
| |\
| | * GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-6/+3
| * | Removed outdated and undesired "I'm in this cpp, so change your behavior" mac...Jon A. Cruz2011-07-024-8/+0
| * | Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz2011-07-021-4/+4
| * | Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop2011-06-301-2/+5
| |/
| * - Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop2011-06-263-8/+2
| * Switch to GObjectAlex Valavanis2011-06-2415-61/+71
* | Remove more of libnrKrzysztof Kosi??ski2011-06-2317-251/+58
* | Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-233-4/+1
|/
* Warning cleanup.Jon A. Cruz2011-06-2210-34/+37
* oops! I forgot to put "break;"s in my switch statement :-PFelipe Corr??a da Silva Sanches2011-06-221-0/+6
* get cmake working again.Campbell Barton2011-06-221-13/+6
* * Fix text_extents calculation for canvas text items.Felipe Corr??a da Silva Sanches2011-06-212-15/+43
* fix bug 800052: improve measure tool readabilityFelipe Corr??a da Silva Sanches2011-06-212-12/+37
* Fix outline viewKrzysztof Kosi??ski2011-06-192-9/+8
* Merge from trunkKrzysztof Kosi??ski2011-06-1931-177/+344
|\