summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pencil-tool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-29Fix a bug in BSpline whith pencil mode and handles toleranceJabier Arraiza Cenoz1-6/+7
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-3/+0
2015-04-10Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz1-11/+11
2015-03-07add interactive smooth to pen toolJabier Arraiza Cenoz1-4/+10
2015-02-25Strip ToolFactoryLiam P. White1-9/+0
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-12-21Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White1-1/+1
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-10-05Move more UI code into ui/Liam P. White1-2/+2
2014-09-27Update to experimental r13565Liam P. White1-1/+8
2014-09-24Now add the helper colors also to pencil helperJabier Arraiza Cenoz1-1/+8
2014-06-07Undo changes in r13391Liam P. White1-2/+3
2014-06-06Clean up some unnecessary pointer usage in livarotLiam P. White1-3/+2
2014-03-31clarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result of...Jabier Arraiza Cenoz1-3/+1
2014-03-29Removed obsolete header file.Markus Engel1-10/+11
2014-03-27Changed some return types from gint to bool.Markus Engel1-5/+5
2014-03-26Cleaned up pencil-tool.Markus Engel1-47/+37
2014-03-26Cleaned up connector-tool, pen-tool, and pencil-tool.Markus Engel1-51/+42
2014-03-20Full refactor of path continuations in bspline-spirolive mode, I think no mor...Jabier Arraiza Cenoz1-0/+3
2014-03-05Fixing branch problemsJabier Arraiza Cenoz1-2/+2
2014-03-05TranslationsJabier Arraiza Cenoz1-2/+2
2014-03-05translations from spanish to english done, it might need a little review, but...Guiu Rocafort1-2/+2
2014-03-02Added some consts. Turned functions to member functions.Markus Engel1-270/+227
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-13/+8
2013-12-31Spanish comment of pencil-tool.cppJabier Arraiza Cenoz1-2/+2
2013-12-30RefactorizingJabier Arraiza Cenoz1-8/+0
2013-11-12Clean up some tool related things.Markus Engel1-1/+1
2013-11-09Moved and renamed some tool-related files.Markus Engel1-5/+5
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-41/+47
2013-10-07cppcheck: initialisationKris De Gussem1-10/+10
2013-08-04Cleaned up once more.Markus Engel1-37/+17
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-8/+8
2013-07-30Further refactoring of EventContexts.Markus Engel1-1/+1
2013-04-20Moved factories to different files.Markus Engel1-1/+1
2013-04-20Merging of EventContext classes complete.Markus Engel1-69/+8
2013-04-17Update color lines overlay, with halo of 1 px matched by Gez. Fix some crash ...root1-4/+4
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-0/+15
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-0/+2
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-8/+16
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-8/+31
2013-03-11~sub fix, double click to reset default handles and control to 10% steproot1-1/+3
2013-03-10Add pencil BSpline modeJabier Arraiza Cenoz1-2/+6
2013-01-26More GObject boilerplate reductionAlex Valavanis1-32/+5
2013-01-08Fix BSplines whit 1 segmentJabier Arraiza Cenoz1-3/+6
2013-01-07Update nameroot1-0/+1
2012-12-21not workingJabier Arraiza Cenoz1-2/+17
2012-10-02fix for bug 310206: although the path is made with only cubic beziers (bezier...Johan B. C. Engelen1-9/+16
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-1/+1
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-48/+1