| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some of the LPE issues. | Krzysztof Kosi??ski | 2010-01-22 | 1 | -2/+2 |
| | | | | (bzr r9013) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2010-01-15 | 1 | -2/+2 |
| | | | | (bzr r8981) | ||||
| * | Remove remnants of old node tool | Krzysztof Kosi??ski | 2009-12-24 | 1 | -2/+0 |
| | | | | (bzr r8846.2.6) | ||||
| * | Fix LPEs and break mask transform undo | Krzysztof Kosi??ski | 2009-12-08 | 1 | -6/+27 |
| | | | | (bzr r8846.2.3) | ||||
| * | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -13/+3 |
| | | | | (bzr r8846.1.1) | ||||
| * | Fix two missing icons in live effect parameters | Krzysztof Kosi??ski | 2009-04-11 | 1 | -2/+2 |
| | | | | (bzr r7686) | ||||
| * | tidy up SPObjects that must always be LivePathEffectObjects | Johan B. C. Engelen | 2009-03-19 | 1 | -1/+1 |
| | | | | (bzr r7526) | ||||
| * | move shape_editor from node context to the parent class, event context | bulia byak | 2009-01-08 | 1 | -1/+1 |
| | | | | (bzr r7096) | ||||
| * | Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵ | Ted Gould | 2008-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to flatten and merge... Here's the list. * Added a focus mode activated by Shift+F11. The goal of this mode is to remove all toolbars for a short period so that you maximize screen area. Useful on small screens. Also when you know lots of shortcuts. * Created what I'm calling "Quick Zoom." The idea here is to have a modal zoom for touching up something with fine detail and then returning to what you're doing. This is activated with the letter "Q" on the keyboard. When you release it, you return back to where you were. This will zoom in on selected objects, or if you're in the node tool selected nodes. * Added .svg on the temporary files in extensions. This'll make many of them happier. This only works on recent versions of GLib, but shouldn't break older ones more than they already are. * Moved the Inkscape configuration directory on Linux from ~/.inkscape to ~/.config/Inkscape. This is the new way to do things with the cross desktop naming spec. I'm unsure whether we should be putting crash dumps in .config or .cache though. * Removed 'tools_switch_current' because every usage of it already had a pointer to where it needed to go. Removes usage of globals. * Made it so that dialogs will be transparent when not focused. This is an alternate to having the docked, and one that I like better as I feel it gives me more screen area. You can adjust how much transparency and the speed of the animation in the preferences dialog. (Note: this requires GTK+ 2.12 and a compositor, but gracefully degrades if you don't have either) (bzr r6882) | ||||
| * | try to make LPE optimizations easier. example in LPE Bend | Johan B. C. Engelen | 2008-08-07 | 1 | -4/+12 |
| | | | | (bzr r6584) | ||||
| * | Fixed broken empty string check | Jon A. Cruz | 2008-08-03 | 1 | -10/+10 |
| | | | | (bzr r6542) | ||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -1/+0 |
| | | | | (bzr r6540) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 1 | -1/+1 |
| | | | | (bzr r6495) | ||||
| * | automatically add helperpath for PathParams | Maximilian Albert | 2008-07-29 | 1 | -0/+6 |
| | | | | (bzr r6457) | ||||
| * | add comments about setting new LPE PathParam path data. refactor things a ↵ | Johan B. C. Engelen | 2008-07-20 | 1 | -17/+45 |
| | | | | | | bit for easier comprehension and optimization possibility from within nodepath (bzr r6371) | ||||
| * | Enable simultaneous knotholder and nodepath | Maximilian Albert | 2008-07-14 | 1 | -1/+1 |
| | | | | (bzr r6291) | ||||
| * | move undo commits closer to the UI | bulia byak | 2008-07-05 | 1 | -2/+2 |
| | | | | (bzr r6195) | ||||
| * | First shot at a dropdown selector for various shapes in pen/pencil tool, ↵ | Maximilian Albert | 2008-07-03 | 1 | -5/+10 |
| | | | | | | | | 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) | ||||
| * | use pathvector directly from SPCurve in LPE path parameter. | Johan B. C. Engelen | 2008-06-22 | 1 | -1/+1 |
| | | | | (bzr r6015) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -6/+6 |
| | | | | (bzr r5823) | ||||
| * | Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵ | Maximilian Albert | 2008-06-05 | 1 | -1/+1 |
| | | | | | | doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817) | ||||
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -1/+1 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | fix typo | Johan B. C. Engelen | 2008-04-13 | 1 | -1/+0 |
| | | | | (bzr r5429) | ||||
| * | now with 2geom's arc implem. : accept pasting ellipse path params. | Johan B. C. Engelen | 2008-04-13 | 1 | -13/+6 |
| | | | | (bzr r5428) | ||||
| * | move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.* | Johan B. C. Engelen | 2008-04-13 | 1 | -1/+1 |
| | | | | (bzr r5427) | ||||
| * | fix lpe-PathPAram when deleting the path that it links to | Johan B. C. Engelen | 2008-03-28 | 1 | -2/+16 |
| | | | | | | 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) | ||||
| * | add linking to other paths to lpe-PathParam | Johan B. C. Engelen | 2008-03-27 | 1 | -18/+137 |
| | | | | (bzr r5209) | ||||
| * | system clipboard support (bug #170185) from Chris Kosiński | MenTaLguY | 2008-03-26 | 1 | -24/+17 |
| | | | | (bzr r5190) | ||||
| * | Corrected initialization order | Jon A. Cruz | 2008-03-24 | 1 | -1/+1 |
| | | | | (bzr r5185) | ||||
| * | prepare PathParam for linking to other object | Johan B. C. Engelen | 2008-03-23 | 1 | -20/+28 |
| | | | | (bzr r5180) | ||||
| * | set primary path storage to vector<path> in lpe-PathParam. only convert to ↵ | Johan B. C. Engelen | 2008-03-23 | 1 | -16/+53 |
| | | | | | | pwd2 when needed. (bzr r5179) | ||||
| * | return const reference when getting path data from lpe-PathParam! | Johan B. C. Engelen | 2008-03-23 | 1 | -1/+1 |
| | | | | (bzr r5177) | ||||
| * | remove multiple inheritance from lpe PathParam. since it is often desired to ↵ | Johan B. C. Engelen | 2008-03-23 | 1 | -5/+22 |
| | | | | | | 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) | ||||
| * | * (when debug macro is defined) call ShapeEditor function to on-canvas edit ↵ | Johan B. C. Engelen | 2008-02-27 | 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) | ||||
| * | fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpe | Johan B. C. Engelen | 2008-02-20 | 1 | -0/+6 |
| | | | | (bzr r4789) | ||||
| * | add copy button to LPE pathparam | Johan B. C. Engelen | 2008-01-26 | 1 | -0/+15 |
| | | | | (bzr r4600) | ||||
| * | path lpe parameter should not know of it's edit button since it has no ↵ | Johan B. C. Engelen | 2008-01-26 | 1 | -2/+0 |
| | | | | | | unique button. (bzr r4598) | ||||
| * | prepare LPE parameter widgets to be owned by multiple dialogs, as it should be. | Johan B. C. Engelen | 2008-01-15 | 1 | -38/+29 |
| | | | | | | | 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) | ||||
| * | correctly transform LPE path and point parameters with the SPItem's transform | Johan B. C. Engelen | 2008-01-08 | 1 | -3/+2 |
| | | | | (bzr r4433) | ||||
| * | fix typo notepath => nodepath | Johan B. C. Engelen | 2008-01-02 | 1 | -1/+1 |
| | | | | (bzr r4369) | ||||
| * | make setup_notepath function for LPE's and LPE parameters. | Johan B. C. Engelen | 2007-11-03 | 1 | -0/+9 |
| | | | | (bzr r4018) | ||||
| * | LPE: implement NEW path-along-path effect, i think that old one has become ↵ | Johan B. C. Engelen | 2007-10-30 | 1 | -0/+9 |
| | | | | | | obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983) | ||||
| * | LPE: implement 'edit next LPE parameter'. Accessible through key '7'. | Johan B. C. Engelen | 2007-10-28 | 1 | -12/+24 |
| | | | | (bzr r3968) | ||||
| * | Fix bug [ 1818794 ] Showing grid on opening svg | Johan B. C. Engelen | 2007-10-24 | 1 | -4/+1 |
| | | | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957) | ||||
| * | LPE: add on-canvas editing of path parameters! | Johan B. C. Engelen | 2007-10-20 | 1 | -4/+18 |
| | | | | (bzr r3934) | ||||
| * | trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp. | Peter Moulder | 2007-10-11 | 1 | -182/+182 |
| | | | | (bzr r3884) | ||||
| * | Temporary fix LPE "2Geom not implemented" crash when pasting paths with 'A' ↵ | Johan B. C. Engelen | 2007-08-26 | 1 | -4/+9 |
| | | | | | | | | in it (arcs) The code should be removed when 2geom is capable of handling 'A' parameters. (bzr r3588) | ||||
| * | 2 LPE things: | Johan B. C. Engelen | 2007-08-26 | 1 | -0/+1 |
| | | | | | | | * Add changed signal to LPE PathParameter * removed origin parameter from path along path as it is not necessary any more (bzr r3585) | ||||
| * | Add default value stuff for LPE parameters | Johan B. C. Engelen | 2007-08-19 | 1 | -1/+10 |
| | | | | (bzr r3536) | ||||
| * | Fix LPE: | Johan B. C. Engelen | 2007-08-17 | 1 | -3/+4 |
| | | | | | | | | | * add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498) | ||||
