| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Parametrice into preferences magic numbers and other staff | Jabier Arraiza | 2017-08-28 | 1 | -7/+9 | |
| | | | ||||||
| * | | Allow pressure in pencil in the tree modes, bezier, bspline and spiro | Jabier Arraiza | 2017-08-28 | 1 | -2/+3 | |
| | | | ||||||
| * | | Add preview | Jabier Arraiza | 2017-08-27 | 1 | -5/+8 | |
| | | | ||||||
| * | | Working on preview over powerpencil | Jabier Arraiza | 2017-08-27 | 1 | -33/+32 | |
| | | | ||||||
| * | | Starting with powerpencil | Jabier Arraiza | 2017-08-25 | 1 | -3/+59 | |
| |/ | ||||||
| * | Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵ | Jabier Arraiza | 2017-08-13 | 1 | -11/+25 | |
| | | | | | previous width | |||||
| * | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 2017-06-30 | 1 | -2/+2 | |
| | | ||||||
| * | Calligraphy mode: creates dots on single click. | Marc Jeanmougin | 2017-05-01 | 1 | -2/+6 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/263166 (bzr r15658) | |||||
| * | Fix some bugs on pen/cil dropdown shapes | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -42/+42 | |
| | | | | (bzr r15219) | |||||
| * | Minor tweak | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -1/+1 | |
| | | | | (bzr r15217) | |||||
| * | Fix bug on apply bend LPE from pen/cil without cliboard, nothin happends ↵ | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -1/+1 | |
| | | | | | | previously (bzr r15216) | |||||
| * | Fix bug:1639098 | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -2/+9 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639098 (bzr r15211) | |||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | |||||
| * | Remove "== true"s | Shlomi Fish | 2016-09-15 | 1 | -2/+2 | |
| | | | | (bzr r15100.1.19) | |||||
| * | Fix compiler warning | Jabier Arraiza Cenoz | 2016-09-11 | 1 | -1/+1 | |
| | | | | (bzr r15112) | |||||
| * | Fix bugs: #1621234 and #172137 | Jabier Arraiza Cenoz | 2016-09-11 | 1 | -19/+20 | |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/172137 - https://launchpad.net/bugs/1621234 (bzr r15111) | |||||
| * | Fix a bug in pattern along path at first edit node after applied. Backport ↵ | Jabier Arraiza Cenoz | 2016-08-29 | 1 | -0/+13 | |
| | | | | | | it to 0.92 (bzr r15089) | |||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -15/+1 | |
| | | | | (bzr r15034) | |||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+15 | |
| | | | | (bzr r15027) | |||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -15/+1 | |
| | | | | (bzr r15025) | |||||
| * | Fixes some bugs related to powerstroke 'Powerstroke infinite loop' | Jabier Arraiza Cenoz | 2016-06-16 | 1 | -30/+10 | |
| | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1535444 - https://launchpad.net/bugs/1236320 - https://launchpad.net/bugs/1586973 (bzr r14991) | |||||
| * | Fix a bug on Pen tool when use bend path as option and the clipboard has ↵ | Jabier Arraiza Cenoz | 2016-05-10 | 1 | -1/+4 | |
| | | | | | | something diferent than shape, path or group (bzr r14882) | |||||
| * | Fix crash when apply Bend From Clipboard to a clone by the pen/pencil toolbar | Jabier Arraiza Cenoz | 2016-01-06 | 1 | -1/+6 | |
| | | | | (bzr r14563) | |||||
| * | allow more translations than only scale | Jabier Arraiza Cenoz | 2015-08-08 | 1 | -5/+1 | |
| | | | | (bzr r14283) | |||||
| * | Fix a bug scaling path parameters | Jabier Arraiza Cenoz | 2015-08-07 | 1 | -11/+28 | |
| | | | | (bzr r14282) | |||||
| * | Allow scale on bend items | Jabier Arraiza Cenoz | 2015-08-05 | 1 | -1/+9 | |
| | | | | (bzr r14277) | |||||
| * | Fix some transform problems in Bend path. | Jabier Arraiza Cenoz | 2015-08-05 | 1 | -27/+17 | |
| | | | | | | Also refactor a bit the file to simplify it (bzr r14276) | |||||
| * | Fixed some typos in bsector and bspline | Jabier Arraiza Cenoz | 2015-08-02 | 1 | -15/+31 | |
| | | | | | | | In freehand base fix a crash un bend path if no clipboard. Also rewrite retrive clipboard to get it at correct document size (bzr r14272) | |||||
| * | Update simplify interactive to handle trinagle out powerstrokes, also fix it ↵ | Jabier Arraiza Cenoz | 2015-08-01 | 1 | -5/+7 | |
| | | | | | | for Spiro paths. Updated toolbar slider to also update powerstroke points (bzr r14271) | |||||
| * | update to trunk | Jabier Arraiza Cenoz | 2015-07-30 | 1 | -2/+24 | |
| |\ | | | | | (bzr r12588.1.46) | |||||
| | * | Fix LPE stack in interactive simplify | jtx | 2015-07-27 | 1 | -8/+8 | |
| | | | | | | | (bzr r14262) | |||||
| | * | update to trunk | Jabier Arraiza Cenoz | 2015-07-24 | 1 | -6/+6 | |
| | |\ | | | | | | | (bzr r13973.1.15) | |||||
| | | * | Fix a bug continuing a bezier path whith a LPE one like spiro or bspline on ↵ | Jabier Arraiza Cenoz | 2015-07-22 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | a start node (bzr r14252) | |||||
| | | * | Fix a bug continuing a bezier path whith a LPE one like spiro or bspline | Jabier Arraiza Cenoz | 2015-07-10 | 1 | -3/+4 | |
| | | | | | | | | | | (bzr r14239) | |||||
| | * | | Update to new simplify | Jabier Arraiza Cenoz | 2015-03-10 | 1 | -2/+0 | |
| | | | | | | | | | | (bzr r13973.1.9) | |||||
| | * | | Fix new added simplify parameter | Jabier Arraiza Cenoz | 2015-03-09 | 1 | -0/+1 | |
| | | | | | | | | | | (bzr r13973.1.7) | |||||
| | * | | fix to fit the new parameters of simplify lpe | Jabier Arraiza Cenoz | 2015-03-08 | 1 | -1/+0 | |
| | | | | | | | | | | (bzr r13973.1.5) | |||||
| | * | | allow use multiple lines, added new icon | Jabier Arraiza Cenoz | 2015-03-08 | 1 | -1/+1 | |
| | | | | | | | | | | (bzr r13973.1.3) | |||||
| | * | | add interactive smooth to pen tool | Jabier Arraiza Cenoz | 2015-03-07 | 1 | -0/+26 | |
| | | | | | | | | | | (bzr r13973.1.1) | |||||
| * | | | Fis fix a bug finded in my presentation in the HackFest | jabiertxof | 2015-04-29 | 1 | -2/+6 | |
| | | | | | | | | | | (bzr r12588.1.43) | |||||
| * | | | update to trunk | Jabier Arraiza Cenoz | 2015-04-10 | 1 | -6/+6 | |
| |\ \ \ | | |/ | |/| | (bzr r12588.1.42) | |||||
| | * | | Fix coding style issues in bspline/spirolive code | Jabier Arraiza Cenoz | 2015-04-10 | 1 | -6/+6 | |
| | |/ | | | | | (bzr r14054) | |||||
| * | | Rename a variable to current coding style | Jabier Arraiza Cenoz | 2015-04-09 | 1 | -14/+14 | |
| | | | | | | | (bzr r12588.1.41) | |||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2015-03-18 | 1 | -21/+16 | |
| |\| | | | | | (bzr r12588.1.39) | |||||
| | * | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 2014-12-25 | 1 | -12/+7 | |
| | | | | | | | (bzr r13822.1.4) | |||||
| | * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -3/+3 | |
| | | | | | | | (bzr r13820) | |||||
| | * | Purge sp_desktop_sketch and sp_desktop_tempgroup | Liam P. White | 2014-12-21 | 1 | -2/+2 | |
| | | | | | | | (bzr r13816) | |||||
| | * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -4/+4 | |
| | | | | | | | (bzr r13809) | |||||
| | * | Fix a bug in pen/cil modes triangle in/out | Jabier Arraiza Cenoz | 2014-11-24 | 1 | -1/+1 | |
| | | | | | | | (bzr r13752) | |||||
| * | | updated code to work on 0.92 code | Jabier Arraiza Cenoz | 2014-11-24 | 1 | -9/+12 | |
| | | | | | | | (bzr r12588.1.38) | |||||
