summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-01Refactor of end anchors.Jabier Arraiza Cenoz1-0/+19
2014-03-31clarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result of...Jabier Arraiza Cenoz1-14/+6
2014-03-20Removed persistent blue lineJabier Arraiza Cenoz1-0/+4
2014-03-20Full refactor of path continuations in bspline-spirolive mode, I think no mor...Jabier Arraiza Cenoz1-22/+15
2014-03-20Refactor of anchorsJabier Arraiza Cenoz1-58/+39
2014-03-19Fixing suv mac bug continuing existing bsplines/spiro pathsroot1-1/+1
2014-03-19This think fix su_v related bug on continuous paths in BSpline or Spiro modeJabier Arraiza Cenoz1-1/+13
2014-03-10Removing repeated condition logical test to make the code more readableVinícius dos Santos Oliveira1-8/+6
2014-03-10Shortening code through removal of variable declaration used only at oneVinícius dos Santos Oliveira1-2/+1
2014-03-05Fixing branch problemsJabier Arraiza Cenoz1-11/+12
2014-03-05TranslationsJabier Arraiza Cenoz1-12/+11
2014-03-05translations from spanish to english done, it might need a little review, but...Guiu Rocafort1-11/+12
2014-03-02Add new curve structure to show temporay item while draw on bspline and spiro...Jabier Arraiza Cenoz1-0/+22
2014-03-02Added some consts. Turned functions to member functions.Markus Engel1-1/+1
2014-02-28adding some commentsJabier Arraiza Cenoz1-1/+6
2014-02-26Fixed some/all bugs related to continuing bspline/spiro curves advertaising b...Jabier Arraiza Cenoz1-12/+25
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-31/+25
2014-02-23Fix for selcue settings.Markus Engel1-0/+2
2014-02-08update to trunkJabier Arraiza Cenoz1-24/+13
2014-02-05fixing su_v advertising memory bugJabier Arraiza Cenoz1-13/+24
2013-12-30Spanish comment of freehand-base.cppJabier Arraiza Cenoz1-4/+4
2013-12-30RefactorizingJabier Arraiza Cenoz1-8/+0
2013-11-12Clean up some tool related things.Markus Engel1-8/+8
2013-11-09Moved and renamed some tool-related files.Markus Engel1-27/+27
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-6/+14
2013-10-27fix warningsJohan B. C. Engelen1-1/+1
2013-10-04C++Johan B. C. Engelen1-3/+3
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen1-1/+1
2013-09-02Fix bug that added transforms to new objects.Matthew Petroff1-0/+1
2013-08-04Cleaned up once more.Markus Engel1-80/+51
2013-07-30Further refactoring of EventContexts.Markus Engel1-1/+1
2013-04-28Temporily fix abiguous macros before later removal.Jon A. Cruz1-1/+1
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-1/+1
2013-04-20Merging of EventContext classes complete.Markus Engel1-77/+16
2013-04-14Go backroot1-14/+0
2013-04-14haloJabier Arraiza Cenoz1-1/+2
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-3/+5
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-6/+16
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-6/+37
2013-03-11~sub fix, double click to reset default handles and control to 10% steproot1-0/+6
2013-02-28Fixed closed pc->eaJabier Arraiza Cenoz1-1/+21
2013-01-17Cleanup more GObject type definitionsAlex Valavanis1-30/+6
2012-12-14bzr history lost by a killed mergeJabier Arraiza Cenoz1-0/+5
2012-10-27cppcheck: get rid of more C-style pointer castsAlex Valavanis1-9/+9
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-1/+2
2012-09-05Freehand. Fix for Bug #597136 (dots are created with wrong cy value).Nicolas Dufour1-2/+1
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-4/+4
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-67/+1
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-116/+83