summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Memory leaks fix / code cleanupKris De Gussem2011-07-301-2/+0
| | | (bzr r10519)
* Revert workarounds from 10501 - no longer necessaryKrzysztof Kosi??ski2011-07-252-67/+74
| | | (bzr r10503)
* fix page shadow rendering bug introduced in r10495Johan B. C. Engelen2011-07-242-74/+67
| | | (bzr r10501)
* 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)
* refactor the guideline drawing. now it obeys desktop transforms a lot better.Johan B. C. Engelen2011-07-182-25/+33
| | | (bzr r10471)
* 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)
* fix for building with cmake and building without lcms works again.Campbell Barton2011-07-161-2/+2
| | | (bzr r10459)
* Remove useless pixmap_gc variableKrzysztof Kosi??ski2011-07-142-25/+7
| | | (bzr r10347.1.14)
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-134-13/+22
|\ | | | | (bzr r10347.1.13)
| * Fix crashes in print previewKrzysztof Kosi??ski2011-07-132-0/+13
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/806105 (bzr r10450)
| * Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-6/+4
| | | | | | (bzr r10437)
| * Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-1/+1
| | | | | | (bzr r10429)
| * Fix outline mode for text objects (LP #802354).Krzysztof Kosi??ski2011-07-061-7/+7
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/802354 (bzr r10422)
* | Fix crashes during offscreen rendering, part 1Krzysztof Kosi??ski2011-07-131-1/+9
| | | | | | (bzr r10347.1.12)
* | Compute different bounding boxes in outline mode to fix partialKrzysztof Kosi??ski2011-07-122-57/+65
| | | | | | | | | | | | | | | | | | rendering of objects where the clipping path is much larger than the base object or vice versa. Fixes LP #177687. Fixed bugs: - https://launchpad.net/bugs/177687 (bzr r10347.1.11)
* | Simplify rendering of masked / clipped / translucent items.Krzysztof Kosi??ski2011-07-103-61/+48
| | | | | | | | | | Handle nested clipping paths correctly. (bzr r10347.1.10)
* | Remove irrelevant clip-rule handling bit from NRArenaGroup.Krzysztof Kosi??ski2011-07-101-12/+0
| | | | | | (bzr r10347.1.9)
* | Implement handling of the clip-rule property. Partially based onKrzysztof Kosi??ski2011-07-103-5/+31
| | | | | | | | | | | | | | | | a patch by Andrew Lutomirski. Fixed bugs: - https://launchpad.net/bugs/171243 (bzr r10347.1.8)
* | Redesign the rendering pipeline. Clipping paths are now rasterized.Krzysztof Kosi??ski2011-07-094-109/+154
| | | | | | | | | | | | | | This fixes breakage related to clipped groups and correctly handles nested clipping paths. Also add the ability to use text objects as clipping paths. (bzr r10347.1.7)
* | Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski2011-07-095-23/+173
| | | | | | | | | | that contain filtered objects (Cairo clipping bug?) (bzr r10347.1.6)
* | Merge from trunkKrzysztof Kosi??ski2011-07-0625-104/+100
|\| | | | | (bzr r10347.1.5)
| * GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-031-2/+2
| | | | | | (bzr r10411)
| * GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-0311-12/+12
| | | | | | (bzr r10407)
| * GTK+ cleanup: gtk_object_setAlex Valavanis2011-07-021-1/+1
| | | | | | (bzr r10405)
| * GTK+ cleanup: gtk_type_newAlex Valavanis2011-07-021-6/+3
| |\ | | | | | | (bzr r10401)
| | * GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-6/+3
| | | | | | | | | (bzr r10390.1.3)
| * | Removed outdated and undesired "I'm in this cpp, so change your behavior" ↵Jon A. Cruz2011-07-024-8/+0
| | | | | | | | | | | | | | | macros. (bzr r10400)
| * | Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz2011-07-021-4/+4
| | | | | | | | | (bzr r10399)
| * | Implement decent snapping to text (baseline & anchor), and provide a toggle ↵Diederik van Lierop2011-06-301-2/+5
| |/ | | | | | | | | button for this (as requested in LP bug #727281 ) (bzr r10392)
| * - Add a third group of snap sources/targets, called ¨others¨ (before we ↵Diederik van Lierop2011-06-263-8/+2
| | | | | | | | | | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372)
| * Switch to GObjectAlex Valavanis2011-06-2415-61/+71
| | | | | | (bzr r10350.1.3)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-2317-251/+58
| | | | | | (bzr r10347.1.2)
* | Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-233-4/+1
|/ | | (bzr r10347.1.1)
* Warning cleanup.Jon A. Cruz2011-06-2210-34/+37
| | | (bzr r10339)
* oops! I forgot to put "break;"s in my switch statement :-PFelipe Corr??a da Silva Sanches2011-06-221-0/+6
| | | (bzr r10337)
* get cmake working again.Campbell Barton2011-06-221-13/+6
| | | (bzr r10334)
* * Fix text_extents calculation for canvas text items.Felipe Corr??a da Silva Sanches2011-06-212-15/+43
| | | | | | * Add anchor positioning options. * make measure tool length labels be perfectly centered in the measured linesegments (bzr r10331)
* fix bug 800052: improve measure tool readabilityFelipe Corr??a da Silva Sanches2011-06-212-12/+37
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/800052 And also using text_extents for calculating area of rendering for the canvas_text labels (although I am not really sure this is correct. May require some extra work to get it right) (bzr r10329)
* Fix outline viewKrzysztof Kosi??ski2011-06-192-9/+8
| | | (bzr r9508.1.90)
* Merge from trunkKrzysztof Kosi??ski2011-06-1931-177/+344
|\ | | | | (bzr r9508.1.89)
| * Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-7/+7
| | | | | | (bzr r10302.1.2)
| * Remove deprecated glib macro wrappersAlex Valavanis2011-06-1414-41/+41
| | | | | | (bzr r10302.1.1)
| * Replace deprecated GtkSignalAlex Valavanis2011-06-132-5/+6
| | | | | | (bzr r10282.1.1)
| * cmake:Campbell Barton2011-06-131-1/+68
| | | | | | | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
| * Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-7/+5
| |\ | | | | | | (bzr r10280)
| | * Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-7/+5
| | | | | | | | | (bzr r10277.1.1)
| * | cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-5/+2
| |/ | | | | (bzr r10278)
| * cmake:Campbell Barton2011-06-131-2/+2
| | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
| * cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-2/+2
| | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)