| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Warning and dead code cleanup. | Jon A. Cruz | 2013-01-11 | 1 | -0/+3 |
| | | | | (bzr r12014) | ||||
| * | Speed up canvas item drawing for GTK+ 3 | Alex Valavanis | 2012-12-30 | 1 | -27/+20 |
| | | | | (bzr r11999) | ||||
| * | Implement GTK+ 3 drawing for zoom correction ruler in preferences dialog | Alex Valavanis | 2012-12-28 | 1 | -15/+3 |
| | | | | (bzr r11995) | ||||
| * | Move some code from filter primitives to cairo-utils.cpp. Fix bug in ↵ | Tavmjong Bah | 2012-12-23 | 19 | -214/+40 |
| | | | | | | lighting primitives. (bzr r11976) | ||||
| * | Add support for color-interpolation-filters = linearRGB. | Tavmjong Bah | 2012-12-22 | 19 | -5/+352 |
| | | | | (bzr r11972) | ||||
| * | Add utilities to tag a cairo surface with color interpolation value. | Tavmjong Bah | 2012-12-22 | 2 | -0/+124 |
| | | | | (bzr r11971) | ||||
| * | Minor changes. | Tavmjong Bah | 2012-12-22 | 1 | -1/+1 |
| | | | | (bzr r11969) | ||||
| * | re-add Grayscale color mode | Johan B. C. Engelen | 2012-12-13 | 3 | -41/+79 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/885048 (bzr r11953) | ||||
| * | stacked clip paths. patch by Ted Janeczko for Bug 1067271 | Alvin Penner | 2012-12-09 | 1 | -16/+11 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1067271 (bzr r11943) | ||||
| * | Revert r11914, better fix for bug #955141 coming. | Tavmjong Bah | 2012-12-09 | 1 | -27/+2 |
| | | | | (bzr r11940) | ||||
| * | Fix for bug #790192, the unclipped alpha component was used for clipping the ↵ | Jasper van de Gronde | 2012-12-06 | 1 | -4/+5 |
| | | | | | | colour components. (bzr r11935) | ||||
| * | Fix for #955141: Converting clipped object to pattern produces rasterised ↵ | Tavmjong Bah | 2012-11-29 | 2 | -2/+29 |
| | | | | | | pattern. (bzr r11914) | ||||
| * | Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive ↵ | John Smith | 2012-11-29 | 1 | -2/+1 |
| | | | | | | is present (bzr r11913) | ||||
| * | Update to current trunk | Ted Gould | 2012-11-25 | 19 | -141/+155 |
| |\ | | | | | (bzr r11804.1.8) | ||||
| | * | UI. Fix for Bug #1072007 (Mouse scroll zoom depends on if the cursor is over ↵ | Nicolas Dufour | 2012-11-23 | 1 | -2/+6 |
| | | | | | | | | | | | an object). (bzr r11893) | ||||
| | * | cppcheck: Fix a couple more C-style pointer casts and inefficient ↵ | Alex Valavanis | 2012-11-15 | 2 | -4/+4 |
| | | | | | | | | | | | vector-emptiness checking (bzr r11872) | ||||
| | * | cppcheck: Convert more C-style pointer casts to GObject or C++ | Alex Valavanis | 2012-11-11 | 2 | -36/+33 |
| | | | | | | | (bzr r11867) | ||||
| | * | Change outline mode rendering tolerance from 1.25 to 0.5. | Krzysztof Kosi??ski | 2012-11-06 | 2 | -2/+2 |
| | | | | | | | | | | | Fixes disappearing lines in newer versions of Cairo. (bzr r11862) | ||||
| | * | Fix for 1068763 : Opening 'File > Document Properties' dirties current document | John Smith | 2012-10-31 | 1 | -2/+4 |
| | | | | | | | (bzr r11855) | ||||
| | * | cppcheck: More C-style pointer casting | Alex Valavanis | 2012-10-28 | 4 | -11/+13 |
| | | | | | | | (bzr r11844) | ||||
| | * | cppcheck: get rid of more C-style pointer casts | Alex Valavanis | 2012-10-27 | 5 | -15/+15 |
| | | | | | | | (bzr r11840) | ||||
| | * | Clamp colour channels in feComposite result to alpha channel, instead of 1, ↵ | Jasper van de Gronde | 2012-10-27 | 1 | -4/+5 |
| | | | | | | | | | | | as the channels are premultiplied. (bzr r11835) | ||||
| | * | Fix build error due to bad internal handling of deprecated GTK+ symbols in ↵ | Alex Valavanis | 2012-10-27 | 2 | -8/+8 |
| | | | | | | | | | | | gtkmm header (bzr r11833) | ||||
| | * | bit of a clean-up | Johan B. C. Engelen | 2012-10-26 | 2 | -26/+19 |
| | | | | | | | (bzr r11832) | ||||
| | * | include yourself first, then the others | Johan B. C. Engelen | 2012-10-26 | 1 | -2/+3 |
| | | | | | | | (bzr r11831) | ||||
| | * | allow 0 degree angles for axonometric grid's x and z axes | Johan B. C. Engelen | 2012-10-26 | 1 | -31/+45 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/583141 (bzr r11830) | ||||
| * | | A few more headers | Ted Gould | 2012-10-15 | 1 | -0/+2 |
| | | | | | | | (bzr r11804.1.6) | ||||
| * | | Files in /src that no longer exist | Ted Gould | 2012-10-15 | 1 | -1/+0 |
| |/ | | | (bzr r11804.1.2) | ||||
| * | Better attempt at finding primitive filter region for percent and ↵ | Tavmjong Bah | 2012-10-15 | 2 | -7/+26 |
| | | | | | | userSpaceOnUse. (bzr r11804) | ||||
| * | Use filter primitive region and aspect ratio in image filter primitive, ↵ | Tavmjong Bah | 2012-10-15 | 2 | -23/+110 |
| | | | | | | fixes regression. (bzr r11803) | ||||
| * | Fix for 657463 : Mousewheel zooming by two steps, not one | John Smith | 2012-10-14 | 1 | -0/+8 |
| | | | | (bzr r11798) | ||||
| * | Use filter primitive region in flood filter primitive, fixes regression. | Tavmjong Bah | 2012-10-14 | 1 | -5/+28 |
| | | | | (bzr r11797) | ||||
| * | fixing memory release issue (valgrind reported; bug #1043571 , comment 16 ↵ | Kris De Gussem | 2012-10-03 | 1 | -2/+6 |
| | | | | | | issue 2) (bzr r11731) | ||||
| * | static code checking (Bug #614223) | Kris De Gussem | 2012-09-11 | 1 | -0/+1 |
| | | | | (bzr r11663) | ||||
| * | Fix canvas scroll events in GTK+ 3 | Alex Valavanis | 2012-07-23 | 1 | -1/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1016892 (bzr r11566) | ||||
| * | UI. Fix for Bug #817193 (Usability: emphasize gridlines checkbox is using ↵ | Nicolas Dufour | 2012-06-26 | 2 | -2/+2 |
| | | | | | | negative text). (bzr r11514) | ||||
| * | Migrate some widgets to GtkStyleContext | Alex Valavanis | 2012-06-24 | 1 | -5/+17 |
| | | | | (bzr r11513) | ||||
| * | Migrate to new device pointer API for GTK+ 3 | Alex Valavanis | 2012-06-23 | 1 | -0/+48 |
| | | | | (bzr r11511) | ||||
| * | Removed outdated classes. | Jon A. Cruz | 2012-06-17 | 2 | -0/+4 |
| | | | | | | Pruned header to not introduce extraneous includes. (bzr r11502) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2012-06-13 | 1 | -3/+3 |
| | | | | (bzr r11496) | ||||
| * | Add missing Cairo header | Alex Valavanis | 2012-06-10 | 1 | -3/+1 |
| | | | | (bzr r11485) | ||||
| * | Gtk+ 3 drawing in sp-canvas | Alex Valavanis | 2012-06-09 | 1 | -1/+25 |
| | | | | (bzr r11482) | ||||
| * | Don't use GtkColormap in Gtk+ 3 | Alex Valavanis | 2012-06-09 | 1 | -2/+11 |
| | | | | (bzr r11480) | ||||
| * | Use Cairo::Region in sp-canvas | Alex Valavanis | 2012-06-09 | 1 | -11/+13 |
| | | | | (bzr r11477) | ||||
| * | Fix remaining size_request issues for Gtk+ build | Alex Valavanis | 2012-06-09 | 1 | -0/+30 |
| | | | | (bzr r11475) | ||||
| * | Missing header in nr-filter-image for Gtk+ 3 build | Alex Valavanis | 2012-06-09 | 1 | -0/+1 |
| | | | | (bzr r11471) | ||||
| * | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 2012-06-09 | 15 | -189/+233 |
| | | | | (bzr r11469.1.1) | ||||
| * | Header cleaning for GTK+3 migration | Alex Valavanis | 2012-06-05 | 1 | -2/+0 |
| | | | | (bzr r11460) | ||||
| * | Cleanup of measure text for moving away from overlap. | Jon A. Cruz | 2012-05-28 | 2 | -4/+3 |
| | | | | (bzr r11430) | ||||
| * | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 2012-05-23 | 1 | -2/+0 |
| | | | | (bzr r11406) | ||||
