summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix GTK3 rulers on guide Lock and remove gap between guides and horizontal rulerJabier Arraiza Cenoz2015-12-093-21/+33
* Fix return value for SPIEnumBits::write().Tavmjong Bah2015-12-081-1/+2
* add negative values to bend and pattern along path whith knotJabier Arraiza Cenoz2015-12-082-7/+36
* merge lp:~inkscape.dev/inkscape/bend_and_pattern_along_path_width_modified_by...Jabier Arraiza Cenoz2015-12-084-9/+197
|\
| * update to trunkJabier Arraiza Cenoz2015-12-08299-7395/+7788
| |\
| * | minor changesJabier Arraiza Cenoz2015-08-082-9/+16
| * | update to trunkJabier Arraiza Cenoz2015-08-081-5/+1
| |\ \
| * \ \ update to trunkJabier Arraiza Cenoz2015-08-071-11/+28
| |\ \ \
| * \ \ \ update to trunkJabier Arraiza Cenoz2015-08-076-457/+172
| |\ \ \ \
| * | | | | Full refactor of the LPE now too much simple codeJabier Arraiza Cenoz2015-08-074-117/+158
| * | | | | fix a bug appliening from patheffect list the LPEJabier Arraiza Cenoz2015-08-062-11/+24
| * | | | | update to trunkJabier Arraiza Cenoz2015-08-051-1/+9
| |\ \ \ \ \
| * \ \ \ \ \ update to trunkJabier Arraiza Cenoz2015-08-052-9/+10
| |\ \ \ \ \ \
| * | | | | | | Fix bug on apply effect from pen/pencil toolbarJabier Arraiza Cenoz2015-08-055-68/+72
| * | | | | | | Added point parameterJabier Arraiza Cenoz2015-08-024-7/+118
* | | | | | | | Fix incorrect variable type in SPILengthOrNormal constructor.Tavmjong Bah2015-12-081-1/+1
* | | | | | | | Fix incorrect variable type in SPILength constructor.Tavmjong Bah2015-12-081-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | merge lp:~inkscape.dev/inkscape/lock_guidesJabier Arraiza Cenoz2015-12-0825-26/+292
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ update to trunkJabier Arraiza Cenoz2015-12-0829-97/+108
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | static code analysisKris De Gussem2015-12-073-10/+15
* | | | | | | | static code analysisKris De Gussem2015-12-0712-18/+18
* | | | | | | | static code analysisKris De Gussem2015-12-0710-38/+38
* | | | | | | | static code analysisKris De Gussem2015-12-075-31/+37
| * | | | | | | Add rect to SP Control point on locked guidesJabier Arraiza Cenoz2015-12-074-14/+28
| * | | | | | | update to trunkJabier Arraiza Cenoz2015-12-071-31/+25
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Set minimum line height to "strut" height per CSS. Prevent possible infinite ...Tavmjong Bah2015-12-071-31/+25
| * | | | | | | Add Martin Owens radious patchJabier Arraiza Cenoz2015-12-071-0/+6
| * | | | | | | update to trunkJabier Arraiza Cenoz2015-12-061-1/+0
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Remove leftover assert.Tavmjong Bah2015-12-061-1/+0
| * | | | | | | Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-0612-49/+75
| * | | | | | | Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-0515-40/+115
| * | | | | | | update to trunkJabier Arraiza Cenoz2015-12-058-38/+114
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah2015-12-057-36/+107
* | | | | | | | added comment + simpler roundingMarc Jeanmougin2015-12-041-2/+3
* | | | | | | | Correct rounding when importing bitmapsMarc Jeanmougin2015-12-031-2/+6
| * | | | | | | String desc fixJabier Arraiza Cenoz2015-12-032-4/+2
| * | | | | | | Add global lock guides to the rulersJabier Arraiza Cenoz2015-12-039-9/+80
| * | | | | | | Added no highlight and cross icon on locked guidesJabier Arraiza Cenoz2015-12-033-1/+6
| * | | | | | | update to trunkJabier Arraiza Cenoz2015-12-034-39/+2
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Removed auto calulate distances in roughen LPE because strange resulton apply...Jabier Arraiza Cenoz2015-12-022-39/+0
* | | | | | | | Add spray-origin missing atributeJabier Arraiza Cenoz2015-12-022-0/+2
| * | | | | | | Reorder attribute lock to better positionJabier Arraiza Cenoz2015-12-022-2/+2
| * | | | | | | Add lock to guidesJabier Arraiza Cenoz2015-12-028-0/+67
|/ / / / / / /
* | | | | | | Correct line spacing for text in a shape when various font-sizes present.Tavmjong Bah2015-12-023-36/+91
* | | | | | | Bug fixes for simplify LPE and applied fix also affected #166937Jabier Arraiza Cenoz2015-11-301-8/+11
* | | | | | | Correct position of lines in multi-line text when some lines have different f...Tavmjong Bah2015-11-302-14/+29
* | | | | | | Reimplement the functions in src/xml/quote.cpp to clear up license.Krzysztof Kosi??ski2015-11-271-61/+57
* | | | | | | Fix undo of mesh creation.Tavmjong Bah2015-11-251-18/+11
* | | | | | | Remove unused headers.Tavmjong Bah2015-11-252-4/+0
* | | | | | | fixes infinite loop due to buggy recursion in flattening functionMarc Jeanmougin2015-11-251-2/+8