| Commit message (Expand) | Author | Files | Lines |
| 2016-09-27 | Rename <mesh> to <meshgradient> per SVG 2 CR specificiation. | Tavmjong Bah | 1 | -17/+17 |
| 2016-09-26 | Fix undo/redo for mesh gradients. | Tavmjong Bah | 1 | -8/+8 |
| 2016-09-02 | Refactoring: #if 0, == true, and const. | Shlomi Fish | 1 | -2/+5 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -6/+1 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+6 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -6/+1 |
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -1/+1 |
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -2/+2 |
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -3/+3 |
| 2016-05-21 | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 1 | -2/+2 |
| 2015-12-07 | cppification : GHashMaps replaced by stl maps. getResouceList now gives a std... | Marc Jeanmougin | 1 | -3/+3 |
| 2015-12-06 | cppification: GSList replaced by vectors (mostly related to gradients and mes... | Marc Jeanmougin | 1 | -200/+183 |
| 2015-11-13 | static code analysis | Kris De Gussem | 1 | -3/+3 |
| 2015-05-08 | fixes a few of jenkins warnings | Marc Jeanmougin | 1 | -1/+1 |
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -11/+11 |
| 2015-03-01 | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh... | Tavmjong Bah | 1 | -19/+19 |
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -6/+6 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -6/+6 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -8/+9 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -8/+7 |
| 2014-12-21 | Purge sp_desktop_controls | Liam P. White | 1 | -2/+2 |
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -1/+1 |
| 2014-11-10 | Fix use-after-free crash | Liam P. White | 1 | -0/+2 |
| 2014-07-27 | Fix for 1309050 | Liam P. White | 1 | -0/+5 |
| 2014-07-27 | Properly fix 1309050, revert incorrect fix for 601336 | Liam P. White | 1 | -3/+6 |
| 2014-03-28 | Further refactored SPKnot. | Markus Engel | 1 | -10/+10 |
| 2014-03-27 | First step of refactoring SPKnot. | Markus Engel | 1 | -29/+31 |
| 2014-03-23 | gradient midpoint dragging: fix terrible bug in the code (don't know it's phe... | Johan B. C. Engelen | 1 | -1/+1 |
| 2014-03-08 | Fix crashes caused by the desktop's query_style signal being called before | Krzysztof Kosi??ski | 1 | -2/+2 |
| 2013-10-16 | static code analysis: performance | Kris De Gussem | 1 | -1/+1 |
| 2013-09-24 | change names for displayName and detailedDescription, improve char code and r... | Martin Owens | 1 | -1/+1 |
| 2013-09-21 | Fix format security errors | Alex Valavanis | 1 | -1/+1 |
| 2013-04-08 | Reactivated independent reference counting in the SPObject tree. | Markus Engel | 1 | -2/+4 |
| 2013-04-05 | Merged Item. | Markus Engel | 1 | -1/+1 |
| 2013-02-11 | A couple of forward declarations | Alex Valavanis | 1 | -0/+1 |
| 2012-12-06 | Check that server is gradient before calling getVector(). | Tavmjong Bah | 1 | -108/+115 |
| 2012-12-06 | Fix for 1086881 : Regression editing patterns with node tool | John Smith | 1 | -4/+8 |
| 2012-11-30 | Fix for 1084341 : Gradient Tool : Hide gradient handles on a solid color swatch | John Smith | 1 | -4/+4 |
| 2012-10-04 | code cleanup: add own includes to cpp files or make the functions static if t... | Campbell Barton | 1 | -1/+1 |
| 2012-09-07 | Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke g... | John Smith | 1 | -3/+3 |
| 2012-07-24 | Fix for 1028425 : Gradient Stop Alpha value not correct in Fill/Stroke dialog | John Smith | 1 | -2/+2 |
| 2012-06-09 | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 1 | -2/+2 |
| 2012-06-06 | Warning cleanup. | Jon A. Cruz | 1 | -1/+2 |
| 2012-05-24 | GrDrag: check for null pointer | Johan B. C. Engelen | 1 | -1/+4 |
| 2012-05-24 | fix windows build. use 'guint' instead of 'uint'. although I do not know why ... | Johan B. C. Engelen | 1 | -29/+29 |
| 2012-05-23 | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 1 | -62/+548 |
| 2012-05-09 | Centralized line creation and enhanced visibility. | Jon A. Cruz | 1 | -13/+14 |
| 2012-05-08 | Fixing to use explicit enum types instead of generic guint & bool. | Jon A. Cruz | 1 | -93/+93 |
| 2012-05-04 | C++ification of SPCtrlLine in preparation of visibility improvements. | Jon A. Cruz | 1 | -13/+13 |
| 2012-04-25 | Fix for 950677 : Add link option to gradient toolbar | John Smith | 1 | -0/+2 |