| Commit message (Expand) | Author | Files | Lines |
| 2015-03-16 | Partial fix for bug 1430873. Ellipses should behave properly with % values. | Tavmjong Bah | 1 | -39/+30 |
| 2015-01-15 | allow stroke_width to be scaled even if stroke color is not defined. (Bug 136... | Alvin Penner | 1 | -1/+1 |
| 2014-12-24 | Remove sp_style_read_from_object() | Tavmjong Bah | 1 | -1/+1 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -1/+1 |
| 2014-11-26 | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 1 | -3/+3 |
| 2014-11-10 | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 1 | -78/+105 |
| 2014-11-07 | Doc comment cleanup. | Jon A. Cruz | 1 | -96/+5 |
| 2014-10-15 | Post-merge cleanup. | Jon A. Cruz | 1 | -1/+2 |
| 2014-10-14 | Merged hatch pdf and png export code | Tomasz Boczkowski | 1 | -7/+25 |
| 2014-10-14 | Merged hatch rendering code | Tomasz Boczkowski | 1 | -32/+38 |
| 2014-10-14 | Merged src/sp-item.cpp from svg-paints-support branch | Tomasz Boczkowski | 1 | -0/+75 |
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -7/+55 |
| 2014-09-27 | transform text in text-on-path the same regardless of whether optimized or pr... | Alvin Penner | 1 | -2/+4 |
| 2014-09-24 | Fix bug in object dialog, in highlight color couldent select opacity, now fixed | root | 1 | -2/+2 |
| 2014-09-07 | Update to experimental r13543 | Liam P. White | 1 | -6/+14 |
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases G... | Liam P. White | 1 | -1/+1 |
| 2014-08-26 | Fix rotation center regression caused by my own commit 13512 | Diederik van Lierop | 1 | -6/+14 |
| 2014-08-14 | Fix some transformation center regressions, related to the viewbox/units changes | Diederik van Lierop | 1 | -5/+21 |
| 2014-08-04 | refresh bbox of clipped clone (Bug 1349018) | Alvin Penner | 1 | -0/+1 |
| 2014-08-04 | Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604... | Liam P. White | 1 | -3/+5 |
| 2014-08-01 | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 1 | -2/+2 |
| 2014-08-01 | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 1 | -2/+2 |
| 2014-07-28 | noop: remove commented-out code that is dangerous and should not come back | Johan B. C. Engelen | 1 | -4/+0 |
| 2014-07-23 | Partly reverted r13460. | Markus Engel | 1 | -1/+1 |
| 2014-07-22 | Fixed some logic errors; clang warnings. | Markus Engel | 1 | -1/+1 |
| 2014-07-12 | Fix moving of item center: 1) at paste and 2) at changing document units | Diederik van Lierop | 1 | -0/+5 |
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ... | Liam P. White | 1 | -3/+3 |
| 2014-03-13 | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 1 | -0/+1 |
| 2014-03-11 | Change stroke-dasharray and stroke-dashoffset handling to match other propert... | Tavmjong Bah | 1 | -4/+4 |
| 2014-03-03 | Fixed path color when changed by Objects Dialog | Liam P. White | 1 | -0/+17 |
| 2014-03-02 | Modified Objects dialogue to stop crashing on change of highlight color | Liam P. White | 1 | -0/+2 |
| 2014-03-02 | Attempt at merging certaing features of Ponyscape to trunk (will not link) | Liam P. White | 1 | -0/+1 |
| 2014-03-02 | Experimental merge of Ponyscape features into trunk (will not compile) | Liam P. White | 1 | -0/+20 |
| 2013-12-10 | New CSS blending modes (outside of filters). | Tavmjong Bah | 1 | -0/+5 |
| 2013-10-28 | fix crash | Johan B. C. Engelen | 1 | -4/+5 |
| 2013-10-27 | "fix" some "unused parameter" warnings | Kris De Gussem | 1 | -7/+7 |
| 2013-10-26 | Added some consts. | Markus Engel | 1 | -24/+16 |
| 2013-10-04 | C++ | Johan B. C. Engelen | 1 | -1/+1 |
| 2013-10-04 | C++ | Johan B. C. Engelen | 1 | -1/+1 |
| 2013-10-01 | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 1 | -9/+5 |
| 2013-09-28 | use geometric bbox to calculate filter effect region (Bug 1229971) | Alvin Penner | 1 | -1/+1 |
| 2013-09-28 | another place where getURI()->toString() values were leaking | buliabyak | 1 | -2/+6 |
| 2013-09-25 | C++ify calling a few SPLPEItem functions, much more work than expected... slo... | Johan B. C. Engelen | 1 | -1/+1 |
| 2013-09-24 | change names for displayName and detailedDescription, improve char code and r... | Martin Owens | 1 | -3/+3 |
| 2013-09-20 | Fix the text filter issue and revert many changes. | Martin Owens | 1 | -3/+4 |
| 2013-09-20 | Refactor status-bar text for multiple items, was very broken | Martin Owens | 1 | -3/+7 |
| 2013-09-19 | Revert some agressive changes and allow a seperate filter bbox for FER, shoul... | Martin Owens | 1 | -0/+10 |
| 2013-09-18 | Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox. | Martin Owens | 1 | -12/+0 |
| 2013-08-27 | Added viewBox implement document unit support. | Matthew Petroff | 1 | -2/+4 |
| 2013-08-03 | Cleaned up. | Markus Engel | 1 | -7/+7 |