| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -2/+3 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -11/+11 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-06-12 | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | |||||
| 2017-09-22 | Add tooltip to set default LPE widget | Jabier Arraiza | 1 | -0/+1 | |
| 2017-09-08 | Fix for bug: 1715433 :: Clone original LPE can no longer be used to fill a ↵ | Jabiertxo Arraiza Cenoz | 1 | -0/+2 | |
| powerstroke path | |||||
| 2017-05-29 | Initial release | Jabiertxof | 1 | -1/+5 | |
| (bzr r15704) | |||||
| 2017-05-28 | Force not original-d if the clip-path or mask has not a LPE allowed to change it | Jabiertxof | 1 | -1/+5 | |
| (bzr r15707) | |||||
| 2017-05-28 | Force not original-d if the clip-path or mask has not a LPE allowed to change it | Jabiertxof | 1 | -1/+5 | |
| (bzr r15703.1.4) | |||||
| 2017-04-29 | Rewrite UX | Jabiertxof | 1 | -0/+1 | |
| (bzr r15620.1.12) | |||||
| 2017-04-28 | Reset | Jabiertxof | 1 | -1/+0 | |
| (bzr r15620.1.9) | |||||
| 2017-04-14 | Allow set and reset default values of LPE parameters | Jabiertxof | 1 | -0/+1 | |
| (bzr r15620.1.1) | |||||
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -3/+3 | |
| (bzr r14059.2.1) | |||||
| 2013-01-17 | const .... | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r12039) | |||||
| 2013-01-17 | const methods | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r12037) | |||||
| 2012-04-08 | clone original path lpe: add boilerplate code to allow to compensate for ↵ | Johan B. C. Engelen | 1 | -0/+3 | |
| linked path movement. but it should be worked out how the actual compensation should be written to SVG. don't want to add something to the cloneLPE SVG syntax in a haste (bzr r11188) | |||||
| 2012-01-12 | LPE: add new LPE that outputs the original path data. used to make a clone ↵ | Johan B. C. Engelen | 1 | -0/+1 | |
| (without LPE) of a path with an LPE applied (bzr r10874) | |||||
| 2012-01-03 | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 1 | -3/+1 | |
| (bzr r10826) | |||||
| 2011-12-08 | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| 2011-02-27 | compatibility patch to compile using gcc 4.6 | Adib Taraben | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r10025) | |||||
| 2008-08-07 | try to make LPE optimizations easier. example in LPE Bend | Johan B. C. Engelen | 1 | -0/+4 | |
| (bzr r6584) | |||||
| 2008-07-29 | automatically add helperpath for PathParams | Maximilian Albert | 1 | -0/+1 | |
| (bzr r6457) | |||||
| 2008-07-20 | purge LivePathEffect::PathType | Johan B. C. Engelen | 1 | -2/+0 | |
| (bzr r6373) | |||||
| 2008-07-20 | add comments about setting new LPE PathParam path data. refactor things a ↵ | Johan B. C. Engelen | 1 | -5/+5 | |
| bit for easier comprehension and optimization possibility from within nodepath (bzr r6371) | |||||
| 2008-07-03 | First shot at a dropdown selector for various shapes in pen/pencil tool, ↵ | Maximilian Albert | 1 | -1/+3 | |
| along the lines of Valerie's blueprint. TODO: more paths for the dropdown, read them from a separate file; show images for the choices, not text (bzr r6127) | |||||
| 2008-06-05 | Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵ | Maximilian Albert | 1 | -1/+1 | |
| doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817) | |||||
| 2008-06-05 | Add paramType() method to LPE parameter classes | Maximilian Albert | 1 | -0/+2 | |
| (bzr r5816) | |||||
| 2008-03-28 | fix lpe-PathPAram when deleting the path that it links to | Johan B. C. Engelen | 1 | -0/+1 | |
| fix ClipboardManager to construct the svgd from pathvector instead of obtaining the string from PathParam which can be a href instead of svgd (bzr r5222) | |||||
| 2008-03-27 | add linking to other paths to lpe-PathParam | Johan B. C. Engelen | 1 | -2/+12 | |
| (bzr r5209) | |||||
| 2008-03-23 | prepare PathParam for linking to other object | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r5180) | |||||
| 2008-03-23 | set primary path storage to vector<path> in lpe-PathParam. only convert to ↵ | Johan B. C. Engelen | 1 | -1/+8 | |
| pwd2 when needed. (bzr r5179) | |||||
| 2008-03-23 | return const reference when getting path data from lpe-PathParam! | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r5177) | |||||
| 2008-03-23 | remove multiple inheritance from lpe PathParam. since it is often desired to ↵ | Johan B. C. Engelen | 1 | -5/+11 | |
| get the path not as pw< d2<> >, but also as geom::path or maybe as dw< pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects) (bzr r5176) | |||||
| 2008-02-28 | Remove unnecessary dependencies for some of the lpe parameters. | Johan B. C. Engelen | 1 | -1/+0 | |
| (bzr r4896) | |||||
| 2008-02-27 | * (when debug macro is defined) call ShapeEditor function to on-canvas edit ↵ | Johan B. C. Engelen | 1 | -2/+2 | |
| point lpe parameters. This function still needs to be implemented. * put forward declarations in lpe parameters to decrease recompile times (bzr r4888) | |||||
| 2008-02-20 | fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpe | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r4789) | |||||
| 2008-01-26 | add copy button to LPE pathparam | Johan B. C. Engelen | 1 | -0/+1 | |
| (bzr r4600) | |||||
| 2008-01-26 | path lpe parameter should not know of it's edit button since it has no ↵ | Johan B. C. Engelen | 1 | -6/+0 | |
| unique button. (bzr r4598) | |||||
| 2008-01-15 | prepare LPE parameter widgets to be owned by multiple dialogs, as it should be. | Johan B. C. Engelen | 1 | -4/+1 | |
| For each parameter function that has not been re-implemented, a warning is issued. Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap. (bzr r4495) | |||||
| 2008-01-08 | correctly transform LPE path and point parameters with the SPItem's transform | Johan B. C. Engelen | 1 | -3/+1 | |
| (bzr r4433) | |||||
| 2008-01-02 | fix typo notepath => nodepath | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r4369) | |||||
| 2008-01-02 | make LPE parameters responsible for transformation (LPE cycles through its ↵ | Johan B. C. Engelen | 1 | -0/+2 | |
| params to apply transform) (bzr r4368) | |||||
| 2007-11-04 | Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵ | Johan B. C. Engelen | 1 | -1/+1 | |
| reverted for some files to keep them C-compatible. (bzr r4024) | |||||
| 2007-11-03 | make setup_notepath function for LPE's and LPE parameters. | Johan B. C. Engelen | 1 | -0/+1 | |
| (bzr r4018) | |||||
| 2007-10-30 | LPE: implement NEW path-along-path effect, i think that old one has become ↵ | Johan B. C. Engelen | 1 | -0/+2 | |
| obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983) | |||||
| 2007-10-28 | LPE: implement 'edit next LPE parameter'. Accessible through key '7'. | Johan B. C. Engelen | 1 | -0/+2 | |
| (bzr r3968) | |||||
| 2007-10-20 | LPE: add on-canvas editing of path parameters! | Johan B. C. Engelen | 1 | -0/+6 | |
| (bzr r3934) | |||||
| 2007-10-11 | trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp. | Peter Moulder | 1 | -66/+66 | |
| (bzr r3884) | |||||
