summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | partial rollback of r13544, allow old recursive behavior for some locations, ...mathog2014-09-084-23/+33
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent multiple simultaneous updates during undo (Bug 1348382)Alvin Penner2014-09-072-2/+2
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LPE Powerstroke: enable Extrapolated arc, remove Extrapolated (mirroring)Johan B. C. Engelen2014-09-051-6/+5
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LPE Powerstroke: add Centripetal Catmull-Rom interpolatorJohan B. C. Engelen2014-09-042-2/+91
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolves bug 1348417 and implements addition features for bug 1302857mathog2014-09-048-33/+218
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove more whiteboard related leftovers.Josh Andler2014-09-022-5/+0
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing file to CMakeListsLiam P. White2014-10-051-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move more UI code into ui/Liam P. White2014-10-0564-125/+147
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempt to fix build breakage reported by su_v (but not seen locally).Tavmjong Bah2014-10-051-1/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use actual SVG width and height property values in preview image text.Tavmjong Bah2014-10-051-2/+38
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CMakeListsLiam P. White2014-10-053-11/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move GtkAction subclasses to widgets/Liam P. White2014-10-0535-77/+80
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-0510-9/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move obvious ui component to ui/Liam P. White2014-10-0528-26/+27
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused functions.Tavmjong Bah2014-10-052-155/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More direct way of finding font-family in SPText::description.Tavmjong Bah2014-10-051-13/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix annoying formatting in sp-guide.cppLiam P. White2014-10-041-65/+68
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor SPGuide to use more C++Liam P. White2014-10-049-214/+165
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow one style entry per unique CSS style for each family.Tavmjong Bah2014-10-031-5/+18
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removal of unused code dealing with PangoStringToDescrMap and UIStringToPango...Tavmjong Bah2014-10-033-447/+33
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Work-around for Pango 1.36.7 which introduced 'Semi-Light' font weight,Tavmjong Bah2014-10-021-1/+31
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sort styles for GUI. (Regression)Tavmjong Bah2014-10-021-0/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix style string while searching for best face match.Tavmjong Bah2014-10-021-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change header include order to fix win64 buildJohan B. C. Engelen2014-09-303-3/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add support for document-units in the helper path of bsplineJabier Arraiza Cenoz2014-09-291-2/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango tran...Tavmjong Bah2014-09-2911-602/+131
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quick fix to unbreak build from last check in.Tavmjong Bah2014-09-292-0/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conditionally add 'semilight' due to changes in Pango 1.36.6.Tavmjong Bah2014-09-294-0/+16
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A little fix in fillet-chamfer to hide knot helper path at hide the knotsJabier Arraiza Cenoz2014-09-291-1/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-2917-22/+138
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This push add a partial solution to scale powerstroke shapes without distorsionJabier Arraiza Cenoz2014-09-292-5/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This push add suport to helper paths redraw to nodes, handles and knots. Jabier Arraiza Cenoz2014-09-292-1/+20
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add helper paths to BSPlineJabier Arraiza Cenoz2014-09-292-0/+37
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fillet-Chamfer update. Two things.Jabier Arraiza Cenoz2014-09-293-24/+37
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug in object dialog, in highlight color couldent select opacity, now fixedroot2014-09-242-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A bit refactor, remove some old varsJabier Arraiza Cenoz2014-09-243-35/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change colors of helper paths also in middle draw when change the mode -spiro...root2014-09-241-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now add the helper colors also to pencil helperJabier Arraiza Cenoz2014-09-241-1/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show the helper curves in pen tool with the color of the current layer define...Jabier Arraiza Cenoz2014-09-243-29/+19
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove magic numbers from bsplineJabier Arraiza Cenoz2014-09-233-40/+53
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix bug -bad power- inserting nodes near cusp nodes in bsplineJabier Arraiza Cenoz2014-09-231-3/+31
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for #1334792. Correct inheritance for 'line-height' property.Tavmjong Bah2014-09-233-3/+27
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug in BSpline, happend pressing any key hover a modified weight handle...Jabier Arraiza Cenoz2014-09-221-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for strange gap at shift to cusp in bsplineJabier Arraiza Cenoz2014-09-223-384/+216
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor LPETaperStroke a little bitLiam P. White2014-09-162-106/+111
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug moving nodes in bspline modeJabier Arraiza Cenoz2014-09-161-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixing cusp node bug on bspline -problems moving nodes because tiny handlesJabier Arraiza Cenoz2014-09-152-2/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Roughen LPE: cleanup, improvements in code -loop part thanks Nathan-, credits...Jabier Arraiza Cenoz2014-09-152-359/+300
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More formattingLiam P. White2014-09-141-20/+28
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warnings cleanup; formattingLiam P. White2014-09-147-99/+93