summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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 mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski2011-07-063-69/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cairo formats. Fixes LP #804311 Fixed bugs: - https://launchpad.net/bugs/804311 (bzr r10421)
* | | | Refactoring color profile to bring more internal. Help to prep for optional ↵Jon A. Cruz2011-07-068-160/+213
| | | | | | | | | | | | | | | | | | | | lcms2 support. (bzr r10420)
| * | | 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-106-10/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-099-25/+232
| | | | | | | | | | | | | | | | | | | | that contain filtered objects (Cairo clipping bug?) (bzr r10347.1.6)
| * | | Merge from trunkKrzysztof Kosi??ski2011-07-06313-37259/+57213
| |\ \ \ | |/ / / |/| | | (bzr r10347.1.5)
* | | | Text edit dialog: Apply button should grab default only after adding to windowAlex Valavanis2011-07-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/805644 (bzr r10419)
* | | | Fix build and clean makefileJosh Andler2011-07-052-3/+3
| | | | | | | | | | | | (bzr r10418)
* | | | Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-0582-8586/+10842
| | | | | | | | | | | | (bzr r10417)
* | | | Extensions. Perspective. use transform elements if present (Bug 168942)Alvin Penner2011-07-041-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168942 (bzr r10416)
* | | | Extensions. Envelope. use transform elements if present (Bug 663667)Alvin Penner2011-07-041-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/663667 (bzr r10415)
* | | | Extensions. Measure Path. use transform elements and viewBox (Bug 803791)Alvin Penner2011-07-032-34/+28
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/803791 (bzr r10414)
* | | | GTK+ cleanup: gtk_timeout_removeAlex Valavanis2011-07-031-1/+1
| | | | | | | | | | | | (bzr r10413)
* | | | GTK+ cleanup: gtk_timeout_addAlex Valavanis2011-07-033-3/+3
| | | | | | | | | | | | (bzr r10412)
* | | | GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-035-15/+10
| | | | | | | | | | | | (bzr r10411)
* | | | GTK+ cleanup: gtk_box_pack_start_defaultsAlex Valavanis2011-07-031-2/+2
| | | | | | | | | | | | (bzr r10410)
* | | | GTK+ cleanup: gtk_action_connect_proxyAlex Valavanis2011-07-032-2/+2
| | | | | | | | | | | | (bzr r10409)
* | | | GTK+ cleanup: gtk_widget_refAlex Valavanis2011-07-031-8/+1
| | | | | | | | | | | | (bzr r10408)
* | | | GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-0329-53/+35
| | | | | | | | | | | | (bzr r10407)
* | | | Adding extension submitted by Karlisson (launchpad id: karlisson) that ↵Felipe Corr??a da Silva Sanches2011-07-028-0/+685
| | | | | | | | | | | | | | | | | | | | | | | | | | | | converts an SVG document into an HTML page using canvas commands to render the given graphics. This is Karlisson's second accepted contribution to Inkscape (he is also the author of the text split extension). This means he now can get commit access to our development repository. (bzr r10406)
* | | | GTK+ cleanup: gtk_object_setAlex Valavanis2011-07-022-12/+12
| | | | | | | | | | | | (bzr r10405)
* | | | Fix problem with merged code where a pointer to a plain C GTK+ object was ↵Jon A. Cruz2011-07-021-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cast to a pointer to a C++ gtkmm object. Fixes bug 804243. Fixed bugs: - https://launchpad.net/bugs/804243 (bzr r10404)
* | | | Be accurate when changing width/height in the toolbar, in case geometric ↵Diederik van Lierop2011-07-021-1/+8
| | | | | | | | | | | | | | | | | | | | bounding boxes are used (bzr r10403)
* | | | GTK+ cleanup: gtk_type_newAlex Valavanis2011-07-021-1/+1
| | | | | | | | | | | | (bzr r10402)
* | | | GTK+ cleanup: gtk_type_newAlex Valavanis2011-07-0218-49/+28
|\ \ \ \ | | | | | | | | | | (bzr r10401)
| * | | | GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-0218-49/+28
| | | | | | | | | | | | | | | (bzr r10390.1.3)
* | | | | Removed outdated and undesired "I'm in this cpp, so change your behavior" ↵Jon A. Cruz2011-07-027-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | macros. (bzr r10400)
* | | | | Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz2011-07-024-20/+25
| | | | | | | | | | | | | | | (bzr r10399)
* | | | | compatibility for building with clang, this failed for 2 reasons.Campbell Barton2011-07-021-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - redefining the variable 'i' - the comparison between iterators didn't work. double checked this is the only use of shadowed 'i' so this has no functional changes. (bzr r10398)
* | | | | added missing headerCampbell Barton2011-07-0214-1/+33
| | | | | | | | | | | | | | | (bzr r10397)
* | | | | Migrate clonetiler to GtkComboBoxAlex Valavanis2011-07-011-25/+33
|\| | | | | | | | | | | | | | (bzr r10396)
| * | | | Migrate clonetiler to GtkComboBoxAlex Valavanis2011-07-011-25/+33
| | | | | | | | | | | | | | | (bzr r10390.1.2)
* | | | | Remove some deprecated Gtk+ headersAlex Valavanis2011-07-011-7/+0
| | | | | | | | | | | | | | | (bzr r10395)
* | | | | Gradient context: Don't try to snap when no gradient will be drawn (i.e. ↵Diederik van Lierop2011-07-011-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | when no item has been selected) (bzr r10394)
* | | | | Give a chance to a shape to have an up to date curve before approximating it ↵Gellule Xg2011-07-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with points. Fixes connector bug #640985. Fixed bugs: - https://launchpad.net/bugs/640985 (bzr r10393)
* | | | | Implement decent snapping to text (baseline & anchor), and provide a toggle ↵Diederik van Lierop2011-06-3016-152/+253
| | | | | | | | | | | | | | | | | | | | | | | | | button for this (as requested in LP bug #727281 ) (bzr r10392)
* | | | | Minimise GTK version changes in text-edit dialogAlex Valavanis2011-06-301-34/+6
|\| | | | | | | | | | | | | | (bzr r10391)
| * | | | Minimise GTK version changes in text-edit dialogAlex Valavanis2011-06-301-34/+6
|/ / / / | | | | | | | | (bzr r10390.1.1)
* | | | Corrected gdl pointer type errorAlex Valavanis2011-06-291-1/+2
|\ \ \ \ | | | | | | | | | | (bzr r10390)
| * | | | Corrected gdl pointer type errorAlex Valavanis2011-06-291-2/+2
| | | | | | | | | | | | | | | (bzr r10350.1.11)
* | | | | Filters. Typos in the recently modified and added filters.Nicolas Dufour2011-06-295-2429/+2557
| | | | | | | | | | | | | | | | | | | | | | | | | Translations. POT files and French translation update. (bzr r10389)
* | | | | Filters. New Edge detect custom filter and new options for the Drop shadow ↵Nicolas Dufour2011-06-293-20/+189
| | | | | | | | | | | | | | | | | | | | | | | | | filter. (bzr r10388)
* | | | | Fixes my commit 10382: -lX11 should be with a capital X.Gellule Xg2011-06-291-1/+1
| | | | | | | | | | | | | | | (bzr r10387)
* | | | | Fixed initialization issue plus a few warnings.Jon A. Cruz2011-06-296-6/+25
| | | | | | | | | | | | | | | (bzr r10386)
* | | | | As the comment says testing for a float to be equal to zero is not safe, ↵Gellule Xg2011-06-291-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hence the use of an ad-hoc epsilon instead. This was causing a crash with connectors where the size of the convex would change depending on calculation accuracy. This fixes part c) of bug #640985. (bzr r10385)