| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -2/+2 |
| | | | | (bzr r13341.1.253) | ||||
| * | this patch fix the problem whith clips and mask update in live effects. | Jabier Arraiza Cenoz | 2014-09-29 | 1 | -16/+81 |
| | | | | | | More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229) | ||||
| * | Update to experimental r13452 | Liam P. White | 2014-07-30 | 1 | -0/+2 |
| |\ | | | | | (bzr r13090.1.95) | ||||
| | * | Merge from trunk 13472 | Liam P. White | 2014-07-27 | 1 | -0/+2 |
| | |\ | | | | | | | (bzr r13341.1.102) | ||||
| | | * | Partly reverted r13460. | Markus Engel | 2014-07-23 | 1 | -0/+4 |
| | | | | | | | | | | (bzr r13464) | ||||
| | | * | Fixed some logic errors; clang warnings. | Markus Engel | 2014-07-22 | 1 | -4/+0 |
| | | | | | | | | | | (bzr r13460) | ||||
| | | * | Remove the incorrect fix for the bug 1241902 | Jabier Arraiza Cenoz | 2014-06-27 | 1 | -32/+3 |
| | | | | | | | | | | (bzr r13441) | ||||
| | | * | revert rev. 13429 that broke LPE Bend, Envelope, etc etc. | Johan B. C. Engelen | 2014-06-24 | 1 | -4/+24 |
| | | | | | | | | | | | | | | | | very sorry about that. (bzr r13439) | ||||
| | | * | Fix for ungrouping/non-LPEItem masks | Liam P. White | 2014-06-22 | 1 | -8/+23 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1333020 (bzr r13436) | ||||
| * | | | Update to experimental r13418 | Liam P. White | 2014-07-05 | 1 | -37/+27 |
| |\| | | | | | | | | (bzr r13090.1.87) | ||||
| | * | | Remove the incorrect fix for the bug 1241902 | Jabier Arraiza Cenoz | 2014-06-27 | 1 | -33/+3 |
| | | | | | | | | | | (bzr r13341.1.69) | ||||
| | * | | fix bug introduced in rev. 13403 (merge with trunk) | Johan B. C. Engelen | 2014-06-24 | 1 | -4/+24 |
| | | | | | | | | | | (bzr r13341.1.67) | ||||
| * | | | Update to experimental r13407 | Liam P. White | 2014-06-22 | 1 | -8/+22 |
| |\| | | | | | | | | (bzr r13090.1.85) | ||||
| | * | | Fix for ungrouping/non-LPEItem masks | Liam P. White | 2014-06-22 | 1 | -8/+22 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1333020 (bzr r13341.1.66) | ||||
| * | | | Update to experimental r13404 | Liam P. White | 2014-06-19 | 1 | -24/+4 |
| |\| | | | | | | | | (bzr r13090.1.84) | ||||
| | * | | Update to latest tip (trunk r13432) | Liam P. White | 2014-06-19 | 1 | -24/+4 |
| | |\| | | | | | | | (bzr r13341.1.62) | ||||
| | | * | LPEItem enabling/disabling: rewrite mechanism to be more robust. the ↵ | Johan B. C. Engelen | 2014-06-16 | 1 | -24/+4 |
| | | | | | | | | | | | | | | | | previous nesting behavior was not used, and code relied on non-nesting behavior. (bzr r13429) | ||||
| | | * | Fix for bug #1241902 | Jabier Arraiza Cenoz | 2014-06-11 | 1 | -0/+146 |
| | | | | | | | | | | (bzr r13418) | ||||
| * | | | Update to experimental r13402 | Liam P. White | 2014-06-14 | 1 | -0/+146 |
| |\| | | | | | | | | (bzr r13090.1.82) | ||||
| | * | | Fix for Bug #1241902 - | Jabier Arraiza Cenoz | 2014-06-07 | 1 | -0/+146 |
| | | | | | | | | | | (bzr r13341.1.52) | ||||
| * | | | Update to trunk/integrate BSpline | Liam P. White | 2014-05-09 | 1 | -0/+16 |
| |\| | | | | | | | | (bzr r13090.1.73) | ||||
| | * | | update to trunk | Jabier Arraiza Cenoz | 2014-05-05 | 1 | -7/+14 |
| | |\| | | | | | | | (bzr r11950.1.340) | ||||
| | * | | Enabling path manipulator to comunicate if paths are bspline when | Vinícius dos Santos Oliveira | 2014-05-05 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | accessing const objects. This change was required to correctly show on the GUI whether or not a node was a bspline. (bzr r11950.8.1) | ||||
| * | | | Fix an issue with doOnRemove not being called | Liam P. White | 2014-04-30 | 1 | -1/+4 |
| |\ \ \ | | |/ | |/| | (bzr r13090.1.70) | ||||
| * / | | Fix a small issue with Attach Path | Liam P. White | 2014-04-29 | 1 | -1/+4 |
| |/ / | | | | | (bzr r13090.1.69) | ||||
| * / | when removing LPE, with 'flattening' option, don't recalculate/rewrite ↵ | Johan B. C. Engelen | 2014-04-28 | 1 | -7/+14 |
| |/ | | | | | | | | ellipses (which would remove the LPE result). fixes bug introduced in rev. 12670) Fixed bugs: - https://launchpad.net/bugs/1309631 (bzr r13321) | ||||
| * | Fix warning from previous commit. | Josh Andler | 2014-04-26 | 1 | -2/+0 |
| | | | | (bzr r13307) | ||||
| * | Fix for on-canvas LPE controls to display immediately. | Liam P. White | 2014-04-25 | 1 | -0/+16 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1219324 (bzr r13306) | ||||
| * | noop: improve code style in sp-lpe-item.cpp | Johan B. C. Engelen | 2014-04-05 | 1 | -13/+14 |
| | | | | (bzr r13272) | ||||
| * | fix warnings | Johan B. C. Engelen | 2013-10-27 | 1 | -1/+1 |
| | | | | (bzr r12734) | ||||
| * | Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵ | Tavmjong Bah | 2013-10-08 | 1 | -0/+14 |
| | | | | | | using the Circle, Ellipse, and Arc tool. (bzr r12670) | ||||
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -49/+49 |
| | | | | (bzr r12660) | ||||
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -20/+20 |
| | | | | (bzr r12659) | ||||
| * | LPE: add some const correctness, remove unused function, and fix potential ↵ | Johan B. C. Engelen | 2013-10-04 | 1 | -16/+26 |
| | | | | | | crash bug (bzr r12656) | ||||
| * | C++ify calling a few SPLPEItem functions, much more work than expected... ↵ | Johan B. C. Engelen | 2013-09-25 | 1 | -30/+31 |
| | | | | | | slowly slowly... (bzr r12593) | ||||
| * | Merged from trunk (r12465). | Markus Engel | 2013-08-04 | 1 | -1/+1 |
| |\ | | | | | (bzr r11608.1.119) | ||||
| | * | catch exception by reference | Johan B. C. Engelen | 2013-08-03 | 1 | -1/+1 |
| | | | | | | | (bzr r12465) | ||||
| * | | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -2/+0 |
| | | | | | | | (bzr r11608.1.86) | ||||
| * | | Merged Item. | Markus Engel | 2013-04-05 | 1 | -11/+9 |
| | | | | | | | (bzr r11608.1.81) | ||||
| * | | Merged more classes. | Markus Engel | 2013-04-05 | 1 | -101/+76 |
| | | | | | | | (bzr r11608.1.78) | ||||
| * | | Added experimental constructor to SPRect. Memory leaks because of ↵ | Markus Engel | 2013-04-01 | 1 | -4/+10 |
| | | | | | | | | | | | non-virtual destructor. (bzr r11608.1.66) | ||||
| * | | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+1 |
| | | | | | | | (bzr r11608.1.63) | ||||
| * | | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -17/+17 |
| | | | | | | | (bzr r11608.1.57) | ||||
| * | | merged from trunk | Markus Engel | 2013-03-29 | 1 | -143/+10 |
| |\| | | | | | (bzr r11608.1.56) | ||||
| | * | More GObject boilerplate reduction | Alex Valavanis | 2013-01-26 | 1 | -44/+19 |
| | | | | | | | (bzr r12065) | ||||
| | * | cppcheck fixes: sp-lpe-item | Alex Valavanis | 2012-10-27 | 1 | -47/+34 |
| | | | | | | | (bzr r11836) | ||||
| * | | Removed function pointers from SPObject and subclasses. | Markus Engel | 2013-03-29 | 1 | -7/+7 |
| | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | ||||
| * | | Various changes. | Markus Engel | 2013-03-14 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.48) | ||||
| * | | Removed old calls to set_shape and update_patheffect. | Markus Engel | 2012-09-29 | 1 | -2/+2 |
| | | | | | | | (bzr r11608.1.45) | ||||
| * | | As all subclasses of SPLPEItem now have "virtual pads" with correct ↵ | Markus Engel | 2012-08-19 | 1 | -3/+1 |
| | | | | | | | | | | | inheritance, the virtual function call to "onUpdatePatheffect" was converted to C++ style. (bzr r11608.1.22) | ||||
