summaryrefslogtreecommitdiffstats
path: root/src/display (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-25Add deferred allocation functionality to DrawingSurfaceKrzysztof Kosi??ski2-8/+40
2011-07-25Revert workarounds from 10501 - no longer necessaryKrzysztof Kosi??ski2-67/+74
2011-07-24fix page shadow rendering bug introduced in r10495Johan B. C. Engelen2-74/+67
2011-07-23NRRectL -> 2geomJohan B. C. Engelen2-89/+97
2011-07-23remove obsolete code because changed to cairoJohan B. C. Engelen1-93/+0
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski25-516/+872
2011-07-18Clean up some commented-out codeKrzysztof Kosi??ski1-8/+1
2011-07-18refactor the guideline drawing. now it obeys desktop transforms a lot better.Johan B. C. Engelen2-25/+33
2011-07-16Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, etc.)...Diederik van Lierop1-1/+6
2011-07-16fix for building with cmake and building without lcms works again.Campbell Barton1-2/+2
2011-07-14Remove useless pixmap_gc variableKrzysztof Kosi??ski2-25/+7
2011-07-13Fix crashes in print previewKrzysztof Kosi??ski2-0/+13
2011-07-13Fix crashes during offscreen rendering, part 1Krzysztof Kosi??ski1-1/+9
2011-07-12Compute different bounding boxes in outline mode to fix partialKrzysztof Kosi??ski2-57/+65
2011-07-10Simplify rendering of masked / clipped / translucent items.Krzysztof Kosi??ski3-61/+48
2011-07-10Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz1-6/+4
2011-07-10Remove irrelevant clip-rule handling bit from NRArenaGroup.Krzysztof Kosi??ski1-12/+0
2011-07-10Implement handling of the clip-rule property. Partially based onKrzysztof Kosi??ski3-5/+31
2011-07-09Redesign the rendering pipeline. Clipping paths are now rasterized.Krzysztof Kosi??ski4-109/+154
2011-07-09Next step in refactoring color management. More to come.Jon A. Cruz1-1/+1
2011-07-09Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski5-23/+173
2011-07-06Fix outline mode for text objects (LP #802354).Krzysztof Kosi??ski1-7/+7
2011-07-03GTK+ cleanup: gtk_object_sinkAlex Valavanis1-2/+2
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis11-12/+12
2011-07-02GTK+ cleanup: gtk_object_setAlex Valavanis1-1/+1
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-6/+3
2011-07-02Removed outdated and undesired "I'm in this cpp, so change your behavior" mac...Jon A. Cruz4-8/+0
2011-07-02Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz1-4/+4
2011-06-30Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop1-2/+5
2011-06-26- Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop3-8/+2
2011-06-24Switch to GObjectAlex Valavanis15-61/+71
2011-06-23Remove more of libnrKrzysztof Kosi??ski17-251/+58
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski3-4/+1
2011-06-22Warning cleanup.Jon A. Cruz10-34/+37
2011-06-22oops! I forgot to put "break;"s in my switch statement :-PFelipe Corr??a da Silva Sanches1-0/+6
2011-06-22get cmake working again.Campbell Barton1-13/+6
2011-06-21* Fix text_extents calculation for canvas text items.Felipe Corr??a da Silva Sanches2-15/+43
2011-06-21fix bug 800052: improve measure tool readabilityFelipe Corr??a da Silva Sanches2-12/+37
2011-06-19Fix outline viewKrzysztof Kosi??ski2-9/+8
2011-06-19Fix rendering of control pointsKrzysztof Kosi??ski4-225/+273
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-7/+7
2011-06-14Remove deprecated glib macro wrappersAlex Valavanis14-41/+41
2011-06-13cmake:Campbell Barton1-1/+68
2011-06-13Replace deprecated GtkSignalAlex Valavanis2-5/+6
2011-06-13cmake: now builds without having most of the source listed in 1 file.Campbell Barton1-5/+2
2011-06-12Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis1-7/+5
2011-06-13cmake:Campbell Barton1-2/+2
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton1-2/+2
2011-06-12cmake: commented unused files/dirs, double checked all files compile this timeCampbell Barton1-1/+1
2011-06-12work in progress cmake commit:Campbell Barton1-58/+65