| Commit message (Expand) | Author | Files | Lines |
| 2015-01-03 | Fix for Bug #1407326 (Typo (toogle) in filletchanferpoinarray.cpp). | Yuri Chornoivan | 1 | -8/+8 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2 | -2/+2 |
| 2014-12-21 | Purge sp_desktop_sketch and sp_desktop_tempgroup | Liam P. White | 1 | -1/+1 |
| 2014-12-21 | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 1 | -0/+1 |
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2 | -3/+3 |
| 2014-11-26 | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 1 | -1/+1 |
| 2014-11-19 | remove extra commnets | Jabier Arraiza Cenoz | 1 | -2/+0 |
| 2014-11-15 | add snap to fillet/chamfer knots. Fixed a bug whith 180 degree node angle | Jabier Arraiza Cenoz | 1 | -23/+2 |
| 2014-11-14 | Add inverse subdivision chamfer to fillet chamfer LPE, feature sugested by Iv... | Jabier Arraiza Cenoz | 1 | -8/+24 |
| 2014-11-09 | fix a bug pointed by su_v in fillet chamfer dialog, about units | Jabier Arraiza Cenoz | 2 | -1/+8 |
| 2014-11-05 | Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha... | Jabier Arraiza Cenoz | 2 | -12/+18 |
| 2014-11-03 | Update fillet/chamfer to allow subdivisions in chamfer mode. | Jabier Arraiza Cenoz | 2 | -11/+13 |
| 2014-11-01 | Warning cleanup. | Jon A. Cruz | 1 | -2/+2 |
| 2014-11-01 | Fixed 32-bit build break. | Jon A. Cruz | 1 | -1/+1 |
| 2014-10-30 | Fix a bug whith units pointed by suv | Jabier Arraiza Cenoz | 1 | -7/+2 |
| 2014-10-18 | noop: remove cruft from powerstrokepointarray.cpp | Johan B. C. Engelen | 1 | -27/+1 |
| 2014-10-18 | LPE Powerstroke, editing behavior: implement scaling of strokepath width when... | Johan B. C. Engelen | 1 | -2/+16 |
| 2014-10-05 | Move more UI code into ui/ | Liam P. White | 2 | -3/+3 |
| 2014-09-29 | This push add a partial solution to scale powerstroke shapes without distorsion | Jabier Arraiza Cenoz | 2 | -5/+8 |
| 2014-09-29 | Fillet-Chamfer update. Two things. | Jabier Arraiza Cenoz | 1 | -19/+18 |
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 9 | -35/+1179 |
| 2014-09-14 | Warnings cleanup; formatting | Liam P. White | 2 | -9/+3 |
| 2014-09-14 | Small cleanup | Liam P. White | 3 | -12/+2 |
| 2014-09-11 | add radius support to fillet-chamfer, bugfixes | Jabier Arraiza Cenoz | 2 | -28/+242 |
| 2014-09-10 | Fix bug #1367520 (crash regression) | Liam P. White | 2 | -2/+2 |
| 2014-09-02 | Fix gtk3 build | Liam P. White | 1 | -0/+2 |
| 2014-08-24 | Fix Gtk+ 2 build | Alex Valavanis | 1 | -2/+2 |
| 2014-08-23 | Fix deprecated GtkHBox use | Alex Valavanis | 1 | -2/+6 |
| 2014-08-15 | memleak fix (Bug #1293827: LivePathEffect memory leak ) | Kris De Gussem | 2 | -2/+8 |
| 2014-08-11 | fix a bug knots resetting in fillet-chamfer | Jabier Arraiza Cenoz | 1 | -2/+2 |
| 2014-08-11 | Added reset modifier to knot in fillet chamfer | Jabier Arraiza Cenoz | 1 | -32/+46 |
| 2014-08-06 | Fix bug #1241501, improve tooltip text on path parameter | Jabier Arraiza Cenoz | 1 | -1/+1 |
| 2014-08-06 | Fix bug #1241501, improve tooltip text on path parameter | Jabier Arraiza Cenoz | 1 | -1/+1 |
| 2014-07-28 | Don't update path effects on document load (#1299948) | Liam P. White | 1 | -0/+5 |
| 2014-07-22 | Fixed alignaments of toggle buttons | Jabier Arraiza Cenoz | 1 | -3/+3 |
| 2014-07-19 | Fix build | Liam P. White | 1 | -3/+1 |
| 2014-07-13 | Update togglebutton parameter to handle if you want: | Jabier Arraiza Cenoz | 2 | -9/+84 |
| 2014-07-08 | Add signals to ToggleButton; more coding style | Liam P. White | 2 | -6/+30 |
| 2014-07-08 | Bugged powerstroke point array tried accessing points on a quickly diverging ... | Liam P. White | 1 | -1/+4 |
| 2014-07-08 | Bugged powerstroke point array tried accessing points on a quickly diverging ... | Liam P. White | 1 | -1/+4 |
| 2014-07-06 | Coding style improvements | Liam P. White | 1 | -1/+1 |
| 2014-07-06 | Extension of fix for 13420: effects often set upper limit to inf, causing pro... | Liam P. White | 1 | -2/+17 |
| 2014-07-06 | Fix an oddity with path effects dialog, gtk3 only | Liam P. White | 1 | -2/+10 |
| 2014-07-05 | Fix FTBFS gtk3 & make check | Liam P. White | 1 | -4/+7 |
| 2014-07-02 | Add LPE fillet-chamfer | Jabier Arraiza Cenoz | 3 | -0/+772 |
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ... | Liam P. White | 1 | -1/+1 |
| 2014-05-13 | adding missing files from LPE simplify | Jabier Arraiza Cenoz | 2 | -0/+148 |
| 2014-05-13 | Added Latice2 deformation LPE | Jabier Arraiza Cenoz | 3 | -0/+286 |
| 2014-05-13 | Add Simplify LPE | Jabier Arraiza Cenoz | 1 | -0/+2 |
| 2014-05-10 | Tentative fix for LPEs and undo | Liam P. White | 1 | -0/+5 |