summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-2511-233/+230
|\
| * SPPattern c++-sification: class fields are privateTomasz Boczkowski2014-05-293-27/+26
| * SPPattern c++-sification: replaced function by methods pt3Tomasz Boczkowski2014-05-293-35/+30
| * SPPattern c++-sification: replaced function by methodsTomasz Boczkowski2014-05-287-48/+43
| * SPPattern c++-sification: removed unused declatations and includesTomasz Boczkowski2014-05-271-11/+9
| * SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski2014-05-277-63/+68
| * SPPattern c++-sification: replaced GSList by std::listTomasz Boczkowski2014-05-273-31/+37
| * SPPattern c++-sification: replaced gchar* by Glib::ustringTomasz Boczkowski2014-05-262-16/+11
| * SPPattern c++-sification: replaced guint by bool and enumTomasz Boczkowski2014-05-263-34/+34
* | merged SPColorSlider c++-sification from svgpaints branchTomasz Boczkowski2015-04-2515-1022/+983
|\|
| * SPColorSlider c++-sification: remove unnecessary reference to Gtk::AdjustmentTomasz Boczkowski2014-05-241-3/+0
| * SPColorSlider c++-sification: remove gobject based codeTomasz Boczkowski2014-05-242-718/+0
| * SPColorSlider c++-sification: use in sp-color-icc-selectorTomasz Boczkowski2014-05-241-37/+35
| * SPColorSlider c++-sification: use in sp-color-scalesTomasz Boczkowski2014-05-242-106/+94
| * SPColorSlider c++-sification: fixed crash at exitTomasz Boczkowski2014-05-241-1/+1
| * SPColorSlider c++-sification: fixed size requestTomasz Boczkowski2014-05-242-1/+13
| * SPColorSlider c++-sification: compilation with GTK3Tomasz Boczkowski2014-05-242-32/+100
| * SPColorSlider c++-sification: fixed failed Gtk assertionTomasz Boczkowski2014-05-241-1/+3
| * SPColorSlider c++-sification: fixed drawing borderTomasz Boczkowski2014-05-241-8/+10
| * SPColorSlider c++-sification: ported mouse eventsTomasz Boczkowski2014-05-241-3/+50
| * SPColorSlider c++-sification: ported drawingTomasz Boczkowski2014-05-232-7/+78
| * ported draw methodTomasz Boczkowski2014-05-231-6/+167
| * SPColorWheelSelector uses refactored ColorSlider classTomasz Boczkowski2014-05-232-57/+56
| * moved widgets/sp-color-slider to ui/widget/color-sliderTomasz Boczkowski2014-05-2311-18/+27
| * SPColorSlider c++-sification: added ColorSlider classTomasz Boczkowski2014-05-216-13/+294
* | Add mirror symmetry to envelope/perspective LPEJabier Arraiza Cenoz2015-04-212-1/+62
* | Replace GList by std::vectorTavmjong Bah2015-04-143-47/+34
* | Fix for the bug 1443039. Now reset old perspective-envelope effects and preve...Jabier Arraiza Cenoz2015-04-131-0/+7
* | Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz2015-04-1011-513/+521
* | Fix coding style issues in show/handles LPEJabier Arraiza Cenoz2015-04-102-45/+45
* | Fix coding style issues in perspective/envelope LPEJabier Arraiza Cenoz2015-04-102-144/+147
* | Fix coding style issues in roughen LPEJabier Arraiza Cenoz2015-04-092-110/+110
* | Fix coding style issues in lattice2 LPEJabier Arraiza Cenoz2015-04-092-313/+310
* | Fix coding style issues in simplify LPEJabier Arraiza Cenoz2015-04-092-119/+119
* | Cleaned up cmake files to build successfully on Linux.Jon A. Cruz2015-04-084-63/+66
* | herpderpLiam P. White2015-04-042-3/+3
* | Call decide() with subpaths in proper order.Tavmjong Bah2015-04-041-1/+1
* | Add helper path to guide BSpline if path outline is hiddenJabier Arraiza Cenoz2015-04-031-2/+4
* | inicialice a header variableJabier Arraiza Cenoz2015-04-021-0/+1
* | more restrictive definition of parentContour. (Bug 499744)Alvin Penner2015-04-021-3/+5
* | Small cleanup: consistency, styleLiam P. White2015-03-311-44/+31
* | Update turn angle predicate for outlinerLiam P. White2015-03-311-8/+14
* | Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 vulner...Nicolas Dufour2015-03-3117-103/+251
* | Add clipping at miter-length to 'arcs' line join.Tavmjong Bah2015-03-291-21/+131
* | make_angle_bisector_line(): Return sensible line if three input points are co...Tavmjong Bah2015-03-291-1/+16
* | clean up previous commitLiam P. White2015-03-291-24/+9
* | Fix calculation of miter limit. Implement 'miter-clip' line join.Tavmjong Bah2015-03-273-11/+54
* | Fix a crash on perspective/envelope LPE introduced in recent refactor of poin...Jabier Arraiza Cenoz2015-03-241-6/+6
* | Path outliner: refactor extrapolated joiner, allow joining line segments; som...Liam P. White2015-03-241-65/+155
* | Fix a bug introduced by me using path parameters in LPEJabier Arraiza Cenoz2015-03-231-23/+17