| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r6584)
|
| |
|
| |
(bzr r6542)
|
| |
|
| |
(bzr r6540)
|
| |
|
| |
(bzr r6495)
|
| |
|
| |
(bzr r6457)
|
| |
|
|
|
| |
bit for easier comprehension and optimization possibility from within nodepath
(bzr r6371)
|
| |
|
| |
(bzr r6291)
|
| |
|
| |
(bzr r6195)
|
| |
|
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r6015)
|
| |
|
| |
(bzr r5823)
|
| |
|
|
|
| |
doesn't actually write to SVG but only returns a ready-to-write string
(bzr r5817)
|
| |
|
|
|
| |
change all sp_curve_methods functions to SPCurve::methods.
(bzr r5609)
|
| |
|
| |
(bzr r5429)
|
| |
|
| |
(bzr r5428)
|
| |
|
| |
(bzr r5427)
|
| |
|
|
|
| |
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)
|
| |
|
| |
(bzr r5209)
|
| |
|
| |
(bzr r5190)
|
| |
|
| |
(bzr r5185)
|
| |
|
| |
(bzr r5180)
|
| |
|
|
|
| |
pwd2 when needed.
(bzr r5179)
|
| |
|
| |
(bzr r5177)
|
| |
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
point lpe parameters. This function still needs to be implemented.
* put forward declarations in lpe parameters to decrease recompile times
(bzr r4888)
|
| |
|
| |
(bzr r4789)
|
| |
|
| |
(bzr r4600)
|
| |
|
|
|
| |
unique button.
(bzr r4598)
|
| |
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r4433)
|
| |
|
| |
(bzr r4369)
|
| |
|
| |
(bzr r4018)
|
| |
|
|
|
| |
obsolete and is renamed accordingly. implement straight path node editting for gears effect.
(bzr r3983)
|
| |
|
| |
(bzr r3968)
|
| |
|
|
|
| |
+ some bits of code to do on-canvas path parameter editing LPE.
(bzr r3957)
|
| |
|
| |
(bzr r3934)
|
| |
|
| |
(bzr r3884)
|
| |
|
|
|
|
|
| |
in it (arcs)
The code should be removed when 2geom is capable of handling 'A' parameters.
(bzr r3588)
|
| |
|
|
|
|
| |
* Add changed signal to LPE PathParameter
* removed origin parameter from path along path as it is not necessary any more
(bzr r3585)
|
| |
|
| |
(bzr r3536)
|
| |
|
|
|
|
|
|
| |
* add default values for parameters
* remove text for LPE_INVALID
* update example for skel strokes
* clean a bit of the code
(bzr r3498)
|
|
|
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation)
(bzr r3472)
|