| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Fix outline mode for text objects (LP #802354). | Krzysztof Kosi??ski | 2011-07-06 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/802354 (bzr r10422) | |||||
| * | | | | Fix mixed up colors when exporting images with bitmaps to PDF and other | Krzysztof Kosi??ski | 2011-07-06 | 3 | -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. Cruz | 2011-07-06 | 8 | -160/+213 | |
| | | | | | | | | | | | | | | | | | | | | | lcms2 support. (bzr r10420) | |||||
| | * | | | Fix crashes during offscreen rendering, part 1 | Krzysztof Kosi??ski | 2011-07-13 | 1 | -1/+9 | |
| | | | | | | | | | | | | | (bzr r10347.1.12) | |||||
| | * | | | Compute different bounding boxes in outline mode to fix partial | Krzysztof Kosi??ski | 2011-07-12 | 2 | -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??ski | 2011-07-10 | 3 | -61/+48 | |
| | | | | | | | | | | | | | | | | | | | | | Handle nested clipping paths correctly. (bzr r10347.1.10) | |||||
| | * | | | Remove irrelevant clip-rule handling bit from NRArenaGroup. | Krzysztof Kosi??ski | 2011-07-10 | 1 | -12/+0 | |
| | | | | | | | | | | | | | (bzr r10347.1.9) | |||||
| | * | | | Implement handling of the clip-rule property. Partially based on | Krzysztof Kosi??ski | 2011-07-10 | 6 | -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??ski | 2011-07-09 | 4 | -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 groups | Krzysztof Kosi??ski | 2011-07-09 | 9 | -25/+232 | |
| | | | | | | | | | | | | | | | | | | | | | that contain filtered objects (Cairo clipping bug?) (bzr r10347.1.6) | |||||
| | * | | | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 313 | -37259/+57213 | |
| | |\ \ \ | |/ / / |/| | | | (bzr r10347.1.5) | |||||
| * | | | | Text edit dialog: Apply button should grab default only after adding to window | Alex Valavanis | 2011-07-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/805644 (bzr r10419) | |||||
| * | | | | Fix build and clean makefile | Josh Andler | 2011-07-05 | 2 | -3/+3 | |
| | | | | | | | | | | | | | (bzr r10418) | |||||
| * | | | | Gcodetools have been upgraded to v. 1.7. | Nick Drobchenko | 2011-07-05 | 82 | -8586/+10842 | |
| | | | | | | | | | | | | | (bzr r10417) | |||||
| * | | | | Extensions. Perspective. use transform elements if present (Bug 168942) | Alvin Penner | 2011-07-04 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168942 (bzr r10416) | |||||
| * | | | | Extensions. Envelope. use transform elements if present (Bug 663667) | Alvin Penner | 2011-07-04 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/663667 (bzr r10415) | |||||
| * | | | | Extensions. Measure Path. use transform elements and viewBox (Bug 803791) | Alvin Penner | 2011-07-03 | 2 | -34/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/803791 (bzr r10414) | |||||
| * | | | | GTK+ cleanup: gtk_timeout_remove | Alex Valavanis | 2011-07-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | (bzr r10413) | |||||
| * | | | | GTK+ cleanup: gtk_timeout_add | Alex Valavanis | 2011-07-03 | 3 | -3/+3 | |
| | | | | | | | | | | | | | (bzr r10412) | |||||
| * | | | | GTK+ cleanup: gtk_object_sink | Alex Valavanis | 2011-07-03 | 5 | -15/+10 | |
| | | | | | | | | | | | | | (bzr r10411) | |||||
| * | | | | GTK+ cleanup: gtk_box_pack_start_defaults | Alex Valavanis | 2011-07-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | | (bzr r10410) | |||||
| * | | | | GTK+ cleanup: gtk_action_connect_proxy | Alex Valavanis | 2011-07-03 | 2 | -2/+2 | |
| | | | | | | | | | | | | | (bzr r10409) | |||||
| * | | | | GTK+ cleanup: gtk_widget_ref | Alex Valavanis | 2011-07-03 | 1 | -8/+1 | |
| | | | | | | | | | | | | | (bzr r10408) | |||||
| * | | | | GTK+ cleanup: gtk_type_class | Alex Valavanis | 2011-07-03 | 29 | -53/+35 | |
| | | | | | | | | | | | | | (bzr r10407) | |||||
| * | | | | Adding extension submitted by Karlisson (launchpad id: karlisson) that ↵ | Felipe Corr??a da Silva Sanches | 2011-07-02 | 8 | -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_set | Alex Valavanis | 2011-07-02 | 2 | -12/+12 | |
| | | | | | | | | | | | | | (bzr r10405) | |||||
| * | | | | Fix problem with merged code where a pointer to a plain C GTK+ object was ↵ | Jon A. Cruz | 2011-07-02 | 1 | -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 Lierop | 2011-07-02 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | bounding boxes are used (bzr r10403) | |||||
| * | | | | GTK+ cleanup: gtk_type_new | Alex Valavanis | 2011-07-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | (bzr r10402) | |||||
| * | | | | GTK+ cleanup: gtk_type_new | Alex Valavanis | 2011-07-02 | 18 | -49/+28 | |
| |\ \ \ \ | | | | | | | | | | | (bzr r10401) | |||||
| | * | | | | GTK+ cleaning: gtk_type_new | Alex Valavanis | 2011-07-02 | 18 | -49/+28 | |
| | | | | | | | | | | | | | | | | (bzr r10390.1.3) | |||||
| * | | | | | Removed outdated and undesired "I'm in this cpp, so change your behavior" ↵ | Jon A. Cruz | 2011-07-02 | 7 | -14/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | macros. (bzr r10400) | |||||
| * | | | | | Applying patch from Campbell Barton to help building on other than gcc. | Jon A. Cruz | 2011-07-02 | 4 | -20/+25 | |
| | | | | | | | | | | | | | | | | (bzr r10399) | |||||
| * | | | | | compatibility for building with clang, this failed for 2 reasons. | Campbell Barton | 2011-07-02 | 1 | -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 header | Campbell Barton | 2011-07-02 | 14 | -1/+33 | |
| | | | | | | | | | | | | | | | | (bzr r10397) | |||||
| * | | | | | Migrate clonetiler to GtkComboBox | Alex Valavanis | 2011-07-01 | 1 | -25/+33 | |
| |\| | | | | | | | | | | | | | | (bzr r10396) | |||||
| | * | | | | Migrate clonetiler to GtkComboBox | Alex Valavanis | 2011-07-01 | 1 | -25/+33 | |
| | | | | | | | | | | | | | | | | (bzr r10390.1.2) | |||||
| * | | | | | Remove some deprecated Gtk+ headers | Alex Valavanis | 2011-07-01 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | | (bzr r10395) | |||||
| * | | | | | Gradient context: Don't try to snap when no gradient will be drawn (i.e. ↵ | Diederik van Lierop | 2011-07-01 | 1 | -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 Xg | 2011-07-01 | 1 | -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 Lierop | 2011-06-30 | 16 | -152/+253 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | button for this (as requested in LP bug #727281 ) (bzr r10392) | |||||
| * | | | | | Minimise GTK version changes in text-edit dialog | Alex Valavanis | 2011-06-30 | 1 | -34/+6 | |
| |\| | | | | | | | | | | | | | | (bzr r10391) | |||||
| | * | | | | Minimise GTK version changes in text-edit dialog | Alex Valavanis | 2011-06-30 | 1 | -34/+6 | |
| |/ / / / | | | | | | | | | (bzr r10390.1.1) | |||||
| * | | | | Corrected gdl pointer type error | Alex Valavanis | 2011-06-29 | 1 | -1/+2 | |
| |\ \ \ \ | | | | | | | | | | | (bzr r10390) | |||||
| | * | | | | Corrected gdl pointer type error | Alex Valavanis | 2011-06-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | (bzr r10350.1.11) | |||||
| * | | | | | Filters. Typos in the recently modified and added filters. | Nicolas Dufour | 2011-06-29 | 5 | -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 Dufour | 2011-06-29 | 3 | -20/+189 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | filter. (bzr r10388) | |||||
| * | | | | | Fixes my commit 10382: -lX11 should be with a capital X. | Gellule Xg | 2011-06-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | (bzr r10387) | |||||
| * | | | | | Fixed initialization issue plus a few warnings. | Jon A. Cruz | 2011-06-29 | 6 | -6/+25 | |
| | | | | | | | | | | | | | | | | (bzr r10386) | |||||
| * | | | | | As the comment says testing for a float to be equal to zero is not safe, ↵ | Gellule Xg | 2011-06-29 | 1 | -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) | |||||
