| Commit message (Expand) | Author | Files | Lines |
| 2013-01-11 | Warning and dead code cleanup. | Jon A. Cruz | 1 | -0/+3 |
| 2012-12-30 | Speed up canvas item drawing for GTK+ 3 | Alex Valavanis | 1 | -27/+20 |
| 2012-12-28 | Implement GTK+ 3 drawing for zoom correction ruler in preferences dialog | Alex Valavanis | 1 | -15/+3 |
| 2012-12-23 | Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting... | Tavmjong Bah | 19 | -214/+40 |
| 2012-12-22 | Add support for color-interpolation-filters = linearRGB. | Tavmjong Bah | 19 | -5/+352 |
| 2012-12-22 | Add utilities to tag a cairo surface with color interpolation value. | Tavmjong Bah | 2 | -0/+124 |
| 2012-12-22 | Minor changes. | Tavmjong Bah | 1 | -1/+1 |
| 2012-12-13 | re-add Grayscale color mode | Johan B. C. Engelen | 3 | -41/+79 |
| 2012-12-09 | stacked clip paths. patch by Ted Janeczko for Bug 1067271 | Alvin Penner | 1 | -16/+11 |
| 2012-12-09 | Revert r11914, better fix for bug #955141 coming. | Tavmjong Bah | 1 | -27/+2 |
| 2012-12-06 | Fix for bug #790192, the unclipped alpha component was used for clipping the ... | Jasper van de Gronde | 1 | -4/+5 |
| 2012-11-29 | Fix for #955141: Converting clipped object to pattern produces rasterised pat... | Tavmjong Bah | 2 | -2/+29 |
| 2012-11-29 | Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive i... | John Smith | 1 | -2/+1 |
| 2012-11-23 | UI. Fix for Bug #1072007 (Mouse scroll zoom depends on if the cursor is over ... | Nicolas Dufour | 1 | -2/+6 |
| 2012-11-15 | cppcheck: Fix a couple more C-style pointer casts and inefficient vector-empt... | Alex Valavanis | 2 | -4/+4 |
| 2012-11-11 | cppcheck: Convert more C-style pointer casts to GObject or C++ | Alex Valavanis | 2 | -36/+33 |
| 2012-11-06 | Change outline mode rendering tolerance from 1.25 to 0.5. | Krzysztof Kosi??ski | 2 | -2/+2 |
| 2012-10-31 | Fix for 1068763 : Opening 'File > Document Properties' dirties current document | John Smith | 1 | -2/+4 |
| 2012-10-28 | cppcheck: More C-style pointer casting | Alex Valavanis | 4 | -11/+13 |
| 2012-10-27 | cppcheck: get rid of more C-style pointer casts | Alex Valavanis | 5 | -15/+15 |
| 2012-10-27 | Clamp colour channels in feComposite result to alpha channel, instead of 1, a... | Jasper van de Gronde | 1 | -4/+5 |
| 2012-10-27 | Fix build error due to bad internal handling of deprecated GTK+ symbols in gt... | Alex Valavanis | 2 | -8/+8 |
| 2012-10-26 | bit of a clean-up | Johan B. C. Engelen | 2 | -26/+19 |
| 2012-10-26 | include yourself first, then the others | Johan B. C. Engelen | 1 | -2/+3 |
| 2012-10-26 | allow 0 degree angles for axonometric grid's x and z axes | Johan B. C. Engelen | 1 | -31/+45 |
| 2012-10-15 | A few more headers | Ted Gould | 1 | -0/+2 |
| 2012-10-15 | Files in /src that no longer exist | Ted Gould | 1 | -1/+0 |
| 2012-10-15 | Better attempt at finding primitive filter region for percent and userSpaceOn... | Tavmjong Bah | 2 | -7/+26 |
| 2012-10-15 | Use filter primitive region and aspect ratio in image filter primitive, fixes... | Tavmjong Bah | 2 | -23/+110 |
| 2012-10-14 | Fix for 657463 : Mousewheel zooming by two steps, not one | John Smith | 1 | -0/+8 |
| 2012-10-14 | Use filter primitive region in flood filter primitive, fixes regression. | Tavmjong Bah | 1 | -5/+28 |
| 2012-10-03 | fixing memory release issue (valgrind reported; bug #1043571 , comment 16 iss... | Kris De Gussem | 1 | -2/+6 |
| 2012-09-11 | static code checking (Bug #614223) | Kris De Gussem | 1 | -0/+1 |
| 2012-07-23 | Fix canvas scroll events in GTK+ 3 | Alex Valavanis | 1 | -1/+5 |
| 2012-06-26 | UI. Fix for Bug #817193 (Usability: emphasize gridlines checkbox is using neg... | Nicolas Dufour | 2 | -2/+2 |
| 2012-06-24 | Migrate some widgets to GtkStyleContext | Alex Valavanis | 1 | -5/+17 |
| 2012-06-23 | Migrate to new device pointer API for GTK+ 3 | Alex Valavanis | 1 | -0/+48 |
| 2012-06-17 | Removed outdated classes. | Jon A. Cruz | 2 | -0/+4 |
| 2012-06-13 | Warning cleanup. | Jon A. Cruz | 1 | -3/+3 |
| 2012-06-10 | Add missing Cairo header | Alex Valavanis | 1 | -3/+1 |
| 2012-06-09 | Gtk+ 3 drawing in sp-canvas | Alex Valavanis | 1 | -1/+25 |
| 2012-06-09 | Don't use GtkColormap in Gtk+ 3 | Alex Valavanis | 1 | -2/+11 |
| 2012-06-09 | Use Cairo::Region in sp-canvas | Alex Valavanis | 1 | -11/+13 |
| 2012-06-09 | Fix remaining size_request issues for Gtk+ build | Alex Valavanis | 1 | -0/+30 |
| 2012-06-09 | Missing header in nr-filter-image for Gtk+ 3 build | Alex Valavanis | 1 | -0/+1 |
| 2012-06-09 | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 15 | -189/+233 |
| 2012-06-05 | Header cleaning for GTK+3 migration | Alex Valavanis | 1 | -2/+0 |
| 2012-05-28 | Cleanup of measure text for moving away from overlap. | Jon A. Cruz | 2 | -4/+3 |
| 2012-05-23 | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 1 | -2/+0 |
| 2012-05-21 | Added sp-ctrlcurve, usefull for meshes. | Tavmjong Bah | 4 | -0/+276 |