| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 2014-11-10 | 1 | -46/+86 |
| * | Warning cleanup. | Jon A. Cruz | 2014-11-01 | 1 | -2/+2 |
| * | Re-enable warning commented out from pony2ink branch | Liam P. White | 2014-10-30 | 1 | -3/+2 |
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 10 | -34/+392 |
| |\ | |||||
| | * | Merged hatch pdf and png export code | Tomasz Boczkowski | 2014-10-14 | 2 | -2/+0 |
| | * | Merged hatch rendering code | Tomasz Boczkowski | 2014-10-14 | 1 | -1/+1 |
| | * | Merged src/display folder from svg-paints-support branch | Tomasz Boczkowski | 2014-10-14 | 10 | -35/+409 |
| | * | DrawingItem: add NULL check (bug found by clang static analyzer) | Johan B. C. Engelen | 2014-10-12 | 1 | -1/+1 |
| * | | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| * | | Update to experimental r13543 | Liam P. White | 2014-09-07 | 48 | -201/+208 |
| * | | Update to experimental r13531 | Liam P. White | 2014-08-31 | 31 | -521/+136 |
| |\ \ | |||||
| | * | | Minor pass of header cleanup | Liam P. White | 2014-08-30 | 4 | -15/+5 |
| | * | | Reduce header bloat | Alex Valavanis | 2014-08-30 | 2 | -3/+2 |
| | * | | Complete reduction of GObject boilerplate | Alex Valavanis | 2014-08-26 | 2 | -34/+8 |
| | * | | sp-canvas: GObject boilerplate reduction | Alex Valavanis | 2014-08-26 | 2 | -100/+17 |
| | * | | More GObject boilerplate reduction | Alex Valavanis | 2014-08-24 | 13 | -338/+65 |
| | * | | Turn on double-buffering of the canvas | Liam P. White | 2014-08-23 | 1 | -1/+1 |
| | * | | Fix build (not pretty). | Liam P. White | 2014-08-18 | 11 | -11/+22 |
| | * | | Code cleanup. | Liam P. White | 2014-08-18 | 2 | -20/+16 |
| * | | | Update to experimental r13483 | Liam P. White | 2014-08-17 | 1 | -0/+3 |
| |\| | | |||||
| | * | | Update to trunk r13525 | Liam P. White | 2014-08-17 | 1 | -0/+3 |
| | |\| | |||||
| | | * | Fix grid jumping (bug #1342238). | Matthew Petroff | 2014-08-17 | 1 | -0/+3 |
| | | * | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 2014-08-01 | 2 | -8/+8 |
| * | | | Update to experimental r13464 | Liam P. White | 2014-08-08 | 1 | -20/+71 |
| |\| | | |||||
| | * | | Fix small regression | Liam P. White | 2014-08-08 | 1 | -9/+10 |
| | * | | Rendering performance. Optimize bezier cases, implement arc rendering via Cairo. | Liam P. White | 2014-08-07 | 1 | -20/+70 |
| * | | | Update to experimental r13460 | Liam P. White | 2014-08-06 | 2 | -8/+8 |
| |\| | | |||||
| | * | | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 2014-08-01 | 2 | -8/+8 |
| * | | | Update to experimental r13452 | Liam P. White | 2014-07-30 | 1 | -11/+12 |
| |\| | | |||||
| | * | | Merge from trunk 13472 | Liam P. White | 2014-07-27 | 1 | -11/+12 |
| | |\| | |||||
| | | * | Warnings cleaup. | Jon A. Cruz | 2014-07-15 | 1 | -11/+12 |
| | | * | Enable rendering of new filter blend modes (but don't add them to GUI). | Tavmjong Bah | 2014-06-29 | 2 | -9/+2 |
| * | | | Update to experimental r13418 | Liam P. White | 2014-07-05 | 2 | -9/+2 |
| |\| | | |||||
| | * | | Enable rendering of new filter blend modes (but don't add them to GUI). | Tavmjong Bah | 2014-06-29 | 2 | -9/+2 |
| * | | | Update to experimental r13404 | Liam P. White | 2014-06-19 | 1 | -2/+4 |
| |\| | | |||||
| | * | | Update to latest tip (trunk r13432) | Liam P. White | 2014-06-19 | 1 | -2/+4 |
| | |\| | |||||
| | | * | CSS2 and CSS3 text decoration rendering, most code from David Mathog. | Tavmjong Bah | 2014-05-13 | 4 | -199/+427 |
| | | * | Fix snapping issue in selector tool | Diederik van Lierop | 2014-05-12 | 1 | -2/+4 |
| | | * | Add closePath(). | Tavmjong Bah | 2014-05-11 | 1 | -0/+1 |
| * | | | Update to experimental (r13376) | Liam P. White | 2014-05-17 | 5 | -201/+444 |
| |\| | | |||||
| | * | | fix compliance test pservers-pattern-03-f - using fallback when pattern is empty | Tomasz Boczkowski | 2014-05-16 | 1 | -2/+16 |
| | * | | small logic improvement | Johan B. C. Engelen | 2014-05-12 | 1 | -3/+1 |
| | * | | CSS2 and CSS3 text decoration rendering, most code from David Mathog. | Tavmjong Bah | 2014-05-11 | 4 | -199/+429 |
| | * | | Add closePath(). | Tavmjong Bah | 2014-05-11 | 1 | -0/+1 |
| | |/ | |||||
| * | | Update to trunk | Liam P. White | 2014-05-04 | 7 | -30/+7 |
| |\| | |||||
| | * | Fix bounding box cache issues in general, and prevent the selector tool from ... | Diederik van Lierop | 2014-05-03 | 2 | -2/+2 |
| | * | Enable 'paint-order', (rendering only)... missing changes. | Tavmjong Bah | 2014-05-01 | 3 | -8/+0 |
| | * | Enable support for 'paint-order', rendering only. | Tavmjong Bah | 2014-05-01 | 2 | -12/+4 |
| | * | Enable 'mix-blend-mode' property (rendering only). | Tavmjong Bah | 2014-04-30 | 1 | -8/+1 |
| * | | Update to trunk and fix issues | Liam P. White | 2014-04-29 | 7 | -8/+7 |
| |\| | |||||
