| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Small bug fix related to previous check-in. | Tavmjong Bah | 2015-12-14 | 1 | -0/+1 |
| * | Fix two bugs with component transfer filter primitive: | Tavmjong Bah | 2015-12-14 | 1 | -155/+47 |
| * | fix minor bug from recent merge: layer names were incorrectly created | Marc Jeanmougin | 2015-12-13 | 1 | -2/+3 |
| * | cppification and performance | Marc Jeanmougin | 2015-12-13 | 3 | -129/+71 |
| * | Perfomance optimization bugfix | Marc Jeanmougin | 2015-12-13 | 1 | -0/+3 |
| * | Fix crash on hidden guides | Jabier Arraiza Cenoz | 2015-12-11 | 2 | -24/+29 |
| * | Clean up some code, only init the SPKnot in one place. | Martin Owens | 2015-12-11 | 3 | -19/+4 |
| * | Fix bug launching a document by commandline with guides | Jabier Arraiza Cenoz | 2015-12-11 | 1 | -10/+20 |
| * | hide/show handle with guide | Marc Jeanmougin | 2015-12-10 | 1 | -0/+2 |
| * | Remove CtrlPoint and replace with SPKnot | Martin Owens | 2015-12-10 | 9 | -272/+37 |
| * | Remove unused header file. | Tavmjong Bah | 2015-12-09 | 15 | -253/+0 |
| * | Remove unnecesary headers for GTK3 | Jabier Arraiza Cenoz | 2015-12-09 | 1 | -2/+0 |
| * | update to trunk | Marc Jeanmougin | 2015-12-09 | 3 | -21/+32 |
| |\ | |||||
| | * | Remove unused var in header file | Jabier Arraiza Cenoz | 2015-12-09 | 1 | -1/+0 |
| | * | Fix GTK3 rulers on guide Lock and remove gap between guides and horizontal ruler | Jabier Arraiza Cenoz | 2015-12-09 | 3 | -21/+33 |
| * | | fix crash noticed by Tav | Marc Jeanmougin | 2015-12-09 | 1 | -1/+0 |
| * | | replaced remaining GHashTable with std::map | Marc Jeanmougin | 2015-12-09 | 5 | -37/+21 |
| * | | finally removed all GSList from main folder .h files | Marc Jeanmougin | 2015-12-08 | 14 | -21/+0 |
| * | | cppification: GSList replaced by vectors (undo/redo) | Marc Jeanmougin | 2015-12-08 | 5 | -63/+41 |
| * | | cppification: GSList replaced by vectors (connectors) | Marc Jeanmougin | 2015-12-08 | 4 | -30/+22 |
| * | | 0-sized arrays are supposed to be forbidden | Marc Jeanmougin | 2015-12-08 | 1 | -4/+4 |
| * | | update to trunk | Marc Jeanmougin | 2015-12-08 | 6 | -12/+230 |
| |\| | |||||
| | * | Fix return value for SPIEnumBits::write(). | Tavmjong Bah | 2015-12-08 | 1 | -1/+2 |
| | * | add negative values to bend and pattern along path whith knot | Jabier Arraiza Cenoz | 2015-12-08 | 2 | -7/+36 |
| | * | merge lp:~inkscape.dev/inkscape/bend_and_pattern_along_path_width_modified_by... | Jabier Arraiza Cenoz | 2015-12-08 | 4 | -9/+197 |
| | |\ | |||||
| | | * | update to trunk | Jabier Arraiza Cenoz | 2015-12-08 | 299 | -7395/+7788 |
| | | |\ | |||||
| | | * | | minor changes | Jabier Arraiza Cenoz | 2015-08-08 | 2 | -9/+16 |
| | | * | | update to trunk | Jabier Arraiza Cenoz | 2015-08-08 | 1 | -5/+1 |
| | | |\ \ | |||||
| | | * \ \ | update to trunk | Jabier Arraiza Cenoz | 2015-08-07 | 1 | -11/+28 |
| | | |\ \ \ | |||||
| | | * \ \ \ | update to trunk | Jabier Arraiza Cenoz | 2015-08-07 | 6 | -457/+172 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Full refactor of the LPE now too much simple code | Jabier Arraiza Cenoz | 2015-08-07 | 4 | -117/+158 |
| | | * | | | | | fix a bug appliening from patheffect list the LPE | Jabier Arraiza Cenoz | 2015-08-06 | 2 | -11/+24 |
| | | * | | | | | update to trunk | Jabier Arraiza Cenoz | 2015-08-05 | 1 | -1/+9 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | update to trunk | Jabier Arraiza Cenoz | 2015-08-05 | 2 | -9/+10 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | Fix bug on apply effect from pen/pencil toolbar | Jabier Arraiza Cenoz | 2015-08-05 | 5 | -68/+72 |
| | | * | | | | | | | Added point parameter | Jabier Arraiza Cenoz | 2015-08-02 | 4 | -7/+118 |
| | * | | | | | | | | Fix incorrect variable type in SPILengthOrNormal constructor. | Tavmjong Bah | 2015-12-08 | 1 | -1/+1 |
| | * | | | | | | | | Fix incorrect variable type in SPILength constructor. | Tavmjong Bah | 2015-12-08 | 1 | -1/+1 |
| | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | | fix warning (class was a struct) | Marc Jeanmougin | 2015-12-08 | 1 | -1/+1 |
| * | | | | | | | | update to trunk + resolve conflicts | Marc Jeanmougin | 2015-12-08 | 25 | -26/+292 |
| |\| | | | | | | | |||||
| | * | | | | | | | merge lp:~inkscape.dev/inkscape/lock_guides | Jabier Arraiza Cenoz | 2015-12-08 | 25 | -26/+292 |
| | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | update to trunk | Jabier Arraiza Cenoz | 2015-12-08 | 29 | -97/+108 |
| | | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | | * | | | | | | | Add rect to SP Control point on locked guides | Jabier Arraiza Cenoz | 2015-12-07 | 4 | -14/+28 |
| | | * | | | | | | | update to trunk | Jabier Arraiza Cenoz | 2015-12-07 | 1 | -31/+25 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Add Martin Owens radious patch | Jabier Arraiza Cenoz | 2015-12-07 | 1 | -0/+6 |
| | | * | | | | | | | | update to trunk | Jabier Arraiza Cenoz | 2015-12-06 | 1 | -1/+0 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Fixes UX pointed in suv review | Jabier Arraiza Cenoz | 2015-12-06 | 12 | -49/+75 |
| | | * | | | | | | | | | Changed from Desktop to namedview to handle multiples documents | Jabier Arraiza Cenoz | 2015-12-05 | 15 | -40/+115 |
| | | * | | | | | | | | | update to trunk | Jabier Arraiza Cenoz | 2015-12-05 | 8 | -38/+114 |
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | String desc fix | Jabier Arraiza Cenoz | 2015-12-03 | 2 | -4/+2 |
