| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
A lot of header clean-up.
|
| |
|
|
|
|
|
|
|
| |
As a result of 2b8d9986140cc36ea6c0a3c3b88571983490e0ef the actual
exceptions are now catched (instead of the generic
Inkscape::Extension::Output::save_failed) but were not handled yet.
Implement this handling for generic exceptions and output any
potentially helpful information on what went wrong.
|
| |
|
|
|
| |
Fixed bug:
- https://bugs.launchpad.net/inkscape/+bug/1739497
|
| | |
|
| |
|
|
| |
Just use Gio::File when access to non-local files is needed.
|
| | |
|
| |
|
|
|
|
| |
Template informations are added to the saved file.
File name is is the same as template name
Template is saved as default.svg only if requested by user.
|
| |
|
|
|
| |
Saves template as default.
Does not save template informations yet.
|
| |
|
|
| |
get_filename methods
|
| |
|
|
|
|
|
|
|
|
| |
New dialog when opening pre-0.92 files (with 90 dpi).
I implemented it mostly based on mizmo's UI proposal (thanks!), with additional inputs from su_v with a few bugfixes from jabiertxof
Also adds a commandline option --convert-dpi-method=[none|scale-viewbox|scale-document] to be able to batch convert files.
Fixed bugs:
- https://launchpad.net/bugs/1659229
(bzr r15729)
|
| |
|
|
|
|
| |
Remove rotation via viewbox.
Still some work to do...
(bzr r15603)
|
| |
|
|
|
|
|
|
| |
This allows a rotation to be included in the drawing to window mapping.
General code cleanup.
Added documentation.
Any change to zooming behavior is probably a bug.
(bzr r15592)
|
| |\
| |
| | |
(bzr r15142.1.38)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
and #1656527:Copy & paste of group with shaped path corrupts it, in v0.92
Fixed bugs:
- https://launchpad.net/bugs/1656093
- https://launchpad.net/bugs/1656527
(bzr r15426)
|
| | |
| |
| | |
(bzr r15407)
|
| | |
| |
| | |
(bzr r15406)
|
| | |
| |
| | |
(bzr r15365)
|
| | |
| |
| | |
(bzr r15345)
|
| | |
| |
| | |
(bzr r15327)
|
| | |
| |
| | |
(bzr r15326)
|
| | |
| |
| | |
(bzr r15325)
|
| | |
| |
| | |
(bzr r15324)
|
| | |
| |
| | |
(bzr r15322)
|
| | |
| |
| | |
(bzr r15307)
|
| | |
| |
| | |
(bzr r15301)
|
| | |
| |
| | |
(bzr r15283)
|
| | |
| |
| |
| |
| |
| |
| | |
change.
This method relies on setting the 'viewBox'.
(bzr r15273)
|
| |\|
| |
| | |
(bzr r15142.1.28)
|
| | |
| |
| | |
(bzr r15192)
|
| |\|
| |
| | |
(bzr r15142.1.26)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | |
| |
| | |
(bzr r15142.1.10)
|
| |/
|
| |
(bzr r15142.1.8)
|
| |\
| |
| | |
(bzr r14954.1.29)
|
| | |
| |
| | |
(bzr r15034)
|
| | |
| |
| | |
(bzr r15027)
|
| | |
| |
| | |
(bzr r15025)
|
| | |
| |
| | |
(bzr r14954.1.28)
|
| | |
| |
| | |
(bzr r14954.1.21)
|
| |/
|
| |
(bzr r14954.1.19)
|
| |
|
| |
(bzr r14965)
|
| |
|
|
|
|
|
|
| |
exists. (Bug 1544016)
Fixed bugs:
- https://launchpad.net/bugs/1544016
(bzr r14648)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1486927
(bzr r14311)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This patch puts the original of clones as children of _clipnode (<inkscape:clipboard>).
Then, on paste, it checks for the presence of an element with the right id (so that it does not breaks copypaste clones in the same doc),
then pastes all, and deletes the original if needed (which automagically unlinks the clone if needed).
[an alternate solution is to put the original in the defs (which might cause edition problems) and not unlink.
Depending on whether people would be more interested in this behavior there could be a preference item to choose]
Fixed bugs:
- https://launchpad.net/bugs/167907
(bzr r14309)
|
| |
|
| |
(bzr r14126)
|
| |
|
|
|
|
|
|
|
|
| |
forgotten things, but hopefully, there are only very few changes of semantics:
->childList is now in the intuitive order (childList()[0] is now firstChild)
-> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things)
-> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it)
-> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b)
(bzr r13922.1.15)
|
| |
|
| |
(bzr r13922.1.10)
|
| |\
| |
| | |
(bzr r13922.1.8)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
done for File->New. (Bug 1239682)
Fixed bugs:
- https://launchpad.net/bugs/1239682
(bzr r13938)
|
| | |
| |
| | |
(bzr r13922.1.5)
|