| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units.
Change all code to use either Display units OR svg units.
(bzr r13751)
|
| |\
| |
| | |
(bzr r13341.1.255)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Translations. Inkscape.pot and French translation update.
Fixed bugs:
- https://launchpad.net/bugs/380522
(bzr r13576)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
history).
Fixed bugs:
- https://launchpad.net/bugs/1358520
(bzr r13572)
|
| | |
| |
| | |
(bzr r13341.1.253)
|
| | |
| |
| | |
(bzr r13341.1.247)
|
| | |
| |
| | |
(bzr r13090.1.83)
|
| | |
| |
| |
| |
| | |
system
(bzr r13090.1.77)
|
| | |
| |
| | |
(bzr r13090.1.75)
|
| |\|
| |
| | |
(bzr r13090.1.71)
|
| | |
| |
| | |
(bzr r13331)
|
| |\|
| |
| | |
(bzr r13090.1.70)
|
| | |
| |
| | |
(bzr r13323)
|
| |\|
| |
| | |
(bzr r13090.1.49)
|
| | |
| |
| | |
(bzr r13264)
|
| |\|
| |
| | |
(bzr r13090.1.35)
|
| | |\
| | |
| | | |
(bzr r11073.1.36)
|
| | |\ \
| | | |
| | | | |
(bzr r11073.1.29)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
arrangetab.h, gridarrangetab(.cpp|.h), polararrangetab(.cpp|.h)
Also modified the name of the verb used by the "Rows and Columns" dialog to SP_VERB_SELECTION_ARRANGE
(bzr r11073.1.21)
|
| |\ \ \ \
| | |_|/
| |/| |
| | | |
| | | | |
Fix nearly every issue with Join Types and Taper Stroke
(bzr r13090.1.34)
|
| | | | |
| | | |
| | | | |
(bzr r13213)
|
| |\| | |
| | | |
| | | | |
(bzr r13090.1.22)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
and degrees symbol as text).
Translations. POT file and French translation update.
(bzr r13112)
|
| | | | |
| | | |
| | | | |
(bzr r13090.1.20)
|
| |\| | |
| | | |
| | | | |
(bzr r13090.1.12)
|
| | | | |
| | | |
| | | | |
(bzr r13090.1.8)
|
| |/ / /
| | |
| | | |
(bzr r13090.1.7)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Symbols cannot have 'tranform' attribute. The old code copied the group
'transform' attribute to the symbol. The new code creates an intermediate
group with the required 'transform' if it is not a simple translation. A
simple translation is removed and applied instead to the new <use> element.
Multiple objects can now be turned into a symbol without first grouping the
objects. (At the cost that multiple groups can no longer be turned into
multiple symbols at one go.) This better matches marker and pattern creation.
(bzr r13057)
|
| | | |
| | |
| | | |
(bzr r12868)
|
| | | |
| | |
| | | |
(bzr r12785)
|
| | | |
| | |
| | | |
(bzr r12782)
|
| | | |
| | |
| | | |
(bzr r12626)
|
| | | |
| | |
| | | |
(bzr r12506.1.1)
|
| |\ \ \
| | | |
| | | | |
(bzr r12476)
|
| | | | |
| | | |
| | | | |
(bzr r12379.2.7)
|
| | | | |
| | | |
| | | | |
(bzr r12379.2.5)
|
| | | | |
| | | |
| | | | |
(bzr r12473.1.1)
|
| | | | |
| | | |
| | | | |
(bzr r12428)
|
| | | | |
| | | |
| | | | |
(bzr r12423)
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
r7137-r11611)
(bzr r12406)
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
based on merge request code review and feedback
(bzr r12387.1.7)
|
| |\ \ \ \
| | | | |
| | | | | |
(bzr r12387.1.6)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | | |
appropiate function call in verbs.cpp
(bzr r12379.1.1)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
return type for selection_combine to support this (array of string).
This also fixes a bug with not setting the error flag when returning NULL
from this method.
Refactored some more selection verbs to allow use in no-GUI mode.
(bzr r12387.1.5)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Modified action context setup so that in console mode, when a document is
added to the main inkscape app instance, it gets a selection model and
layer model automatically set up for it
Made a couple more verbs work in console mode
(bzr r12387.1.4)
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
console (--without-gui) mode.
(bzr r12387.1.3)
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Inkscape::Selection to use a LayerModel that is not associated with a UI.
Changed the interface of verbs (SPAction) to use a new ActionContext
rather than UI::View::View, again so that verbs may be used in a console
mode.
Modified boolean operation verbs to work in console-only mode.
Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops.
Modified main.cpp to process selections and verbs in no-GUI mode.
Other changes are all consequences of the SPDesktop, Selection and
LayerModel interface changes.
(bzr r12387.1.1)
|
| | | |
| | |
| | |
| | |
| | | |
has it.
(bzr r12353)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
versions. Fixes bug #1179338.
Fixed bugs:
- https://launchpad.net/bugs/1179338
(bzr r12346.1.1)
|
| | | |
| | |
| | | |
(bzr r12300)
|