summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix outline mode for text objects (LP #802354).Krzysztof Kosi??ski2011-07-061-7/+7
* | | | Fix mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski2011-07-063-69/+14
* | | | Refactoring color profile to bring more internal. Help to prep for optional l...Jon A. Cruz2011-07-068-160/+213
| * | | 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-106-10/+71
| * | | 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-099-25/+232
| * | | Merge from trunkKrzysztof Kosi??ski2011-07-06313-37259/+57213
| |\ \ \ | |/ / / |/| | |
* | | | Text edit dialog: Apply button should grab default only after adding to windowAlex Valavanis2011-07-051-2/+2
* | | | Fix build and clean makefileJosh Andler2011-07-052-3/+3
* | | | Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-0582-8586/+10842
* | | | Extensions. Perspective. use transform elements if present (Bug 168942)Alvin Penner2011-07-041-5/+7
* | | | Extensions. Envelope. use transform elements if present (Bug 663667)Alvin Penner2011-07-041-1/+7
* | | | Extensions. Measure Path. use transform elements and viewBox (Bug 803791)Alvin Penner2011-07-032-34/+28
* | | | GTK+ cleanup: gtk_timeout_removeAlex Valavanis2011-07-031-1/+1
* | | | GTK+ cleanup: gtk_timeout_addAlex Valavanis2011-07-033-3/+3
* | | | GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-035-15/+10
* | | | GTK+ cleanup: gtk_box_pack_start_defaultsAlex Valavanis2011-07-031-2/+2
* | | | GTK+ cleanup: gtk_action_connect_proxyAlex Valavanis2011-07-032-2/+2
* | | | GTK+ cleanup: gtk_widget_refAlex Valavanis2011-07-031-8/+1
* | | | GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-0329-53/+35
* | | | Adding extension submitted by Karlisson (launchpad id: karlisson) that conver...Felipe Corr??a da Silva Sanches2011-07-028-0/+685
* | | | GTK+ cleanup: gtk_object_setAlex Valavanis2011-07-022-12/+12
* | | | Fix problem with merged code where a pointer to a plain C GTK+ object was cas...Jon A. Cruz2011-07-021-4/+3
* | | | Be accurate when changing width/height in the toolbar, in case geometric boun...Diederik van Lierop2011-07-021-1/+8
* | | | GTK+ cleanup: gtk_type_newAlex Valavanis2011-07-021-1/+1
* | | | GTK+ cleanup: gtk_type_newAlex Valavanis2011-07-0218-49/+28
|\ \ \ \
| * | | | GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-0218-49/+28
* | | | | Removed outdated and undesired "I'm in this cpp, so change your behavior" mac...Jon A. Cruz2011-07-027-14/+0
* | | | | Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz2011-07-024-20/+25
* | | | | compatibility for building with clang, this failed for 2 reasons.Campbell Barton2011-07-021-3/+4
* | | | | added missing headerCampbell Barton2011-07-0214-1/+33
* | | | | Migrate clonetiler to GtkComboBoxAlex Valavanis2011-07-011-25/+33
|\| | | |
| * | | | Migrate clonetiler to GtkComboBoxAlex Valavanis2011-07-011-25/+33
* | | | | Remove some deprecated Gtk+ headersAlex Valavanis2011-07-011-7/+0
* | | | | Gradient context: Don't try to snap when no gradient will be drawn (i.e. when...Diederik van Lierop2011-07-011-5/+7
* | | | | Give a chance to a shape to have an up to date curve before approximating it ...Gellule Xg2011-07-011-0/+1
* | | | | Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop2011-06-3016-152/+253
* | | | | Minimise GTK version changes in text-edit dialogAlex Valavanis2011-06-301-34/+6
|\| | | |
| * | | | Minimise GTK version changes in text-edit dialogAlex Valavanis2011-06-301-34/+6
|/ / / /
* | | | Corrected gdl pointer type errorAlex Valavanis2011-06-291-1/+2
|\ \ \ \
| * | | | Corrected gdl pointer type errorAlex Valavanis2011-06-291-2/+2
* | | | | Filters. Typos in the recently modified and added filters.Nicolas Dufour2011-06-295-2429/+2557
* | | | | Filters. New Edge detect custom filter and new options for the Drop shadow fi...Nicolas Dufour2011-06-293-20/+189
* | | | | Fixes my commit 10382: -lX11 should be with a capital X.Gellule Xg2011-06-291-1/+1
* | | | | Fixed initialization issue plus a few warnings.Jon A. Cruz2011-06-296-6/+25
* | | | | As the comment says testing for a float to be equal to zero is not safe, henc...Gellule Xg2011-06-291-1/+1
|\ \ \ \ \