| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix various minor code problems | Marc Jeanmougin | 2019-10-05 | 1 | -0/+2 |
| * | Fix some memory leaks found by scan-build | Marc Jeanmougin | 2019-10-05 | 1 | -0/+2 |
| * | Eliminate clang warnings | Thomas Holder | 2019-08-23 | 1 | -6/+0 |
| * | Hackfest2019: Rm tautological tests | Alexander Valavanis | 2019-05-27 | 1 | -2/+2 |
| * | modernize loops (2) | Marc Jeanmougin | 2019-01-02 | 1 | -14/+14 |
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -31/+25 |
| * | Minor style fixes | Marc Jeanmougin | 2019-01-01 | 1 | -10/+10 |
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| * | Removal of code but breaks gradients | Martin Owens | 2018-10-05 | 1 | -6/+1 |
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -28/+28 |
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -10/+10 |
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -10/+10 |
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -20/+24 |
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| * | third batch | Marc Jeanmougin | 2017-10-02 | 1 | -14/+12 |
| * | Starting selectable knots | Jabier Arraiza | 2017-06-30 | 1 | -5/+5 |
| * | This commit fixes bug #1657874 | Jabiertxof | 2017-02-06 | 1 | -3/+3 |
| * | Highlight mesh handles when corner or handle selected. | Jabier Arraiza Cenoz | 2016-12-05 | 1 | -19/+236 |
| * | Enable node resizing in mesh tool. | Jabier Arraiza Cenoz | 2016-12-03 | 1 | -0/+27 |
| * | Add toggles for handle visibility, editing fill, and editing stroke. | Tavmjong Bah | 2016-12-01 | 1 | -14/+27 |
| * | Fix bug with mesh handle update when corner moved via keys. | Tavmjong Bah | 2016-11-30 | 1 | -0/+1 |
| * | Give mesh corner nodes a different color from handle nodes (following node to... | Tavmjong Bah | 2016-11-29 | 1 | -9/+15 |
| * | Select mesh nodes by clicking on control lines. | Tavmjong Bah | 2016-11-23 | 1 | -9/+27 |
| * | Keep corner nodes selected when possible for corner operations. | Tavmjong Bah | 2016-11-21 | 1 | -36/+164 |
| * | Another fix for the status bar with mesh gradients. | Tavmjong Bah | 2016-11-17 | 1 | -1/+10 |
| * | Merged. | Shlomi Fish | 2016-09-29 | 1 | -25/+25 |
| |\ |
|
| | * | Rename <mesh> to <meshgradient> per SVG 2 CR specificiation. | Tavmjong Bah | 2016-09-27 | 1 | -17/+17 |
| | * | Fix undo/redo for mesh gradients. | Tavmjong Bah | 2016-09-26 | 1 | -8/+8 |
| * | | Refactoring: #if 0, == true, and const. | Shlomi Fish | 2016-09-02 | 1 | -2/+5 |
| |/ |
|
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -6/+1 |
| |\ |
|
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -6/+1 |
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+6 |
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -6/+1 |
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -1/+1 |
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -2/+2 |
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -6/+6 |
| |\| |
|
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -3/+3 |
| |/ |
|
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 1 | -2/+2 |
| * | cppification : GHashMaps replaced by stl maps. getResouceList now gives a std... | Marc Jeanmougin | 2015-12-07 | 1 | -3/+3 |
| * | cppification: GSList replaced by vectors (mostly related to gradients and mes... | Marc Jeanmougin | 2015-12-06 | 1 | -200/+183 |
| * | static code analysis | Kris De Gussem | 2015-11-13 | 1 | -3/+3 |
| * | Merge from trunk | Krzysztof Kosi??ski | 2015-05-08 | 1 | -9/+10 |
| |\ |
|
| | * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -1/+1 |
| | * | merging | Marc Jeanmougin | 2015-04-26 | 1 | -19/+19 |
| | |\ |
|
| | * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -6/+6 |
| | * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -6/+6 |
| | * | | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 2015-02-17 | 1 | -8/+9 |
| * | | | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -11/+11 |
| | |/
|/| |
|
| * | | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh... | Tavmjong Bah | 2015-03-01 | 1 | -19/+19 |
| |/ |
|